|
From: OryNider <ory...@us...> - 2007-06-06 21:48:31
|
Update of /cvsroot/mxbb/mx_glance/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7537/lang_english Added Files: index.htm lang_admin.php lang_main.php Log Message: --- NEW FILE: lang_main.php --- <?php // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); // Module $lang['glance_news_heading'] = "Latest Site News"; $lang['glance_recent_heading'] = "Recent Discussions"; $lang['comments'] = 'comments'; $lang['writen_by'] = 'writen by'; $lang['last_by'] = 'last reply'; $lang['last_reply'] = 'last comment'; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: lang_admin.php --- <?php // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); $lang['Glance_news_forum_id'] = "Glance news forum id"; $lang['Glance_num_news'] = "Number of News to display"; $lang['Glance_num_recent'] = "Number of recent posts"; $lang['Glance_table_width'] = "Table width - block"; $lang['Glance_show_new_bullets'] = "Show new bullets"; $lang['Glance_track'] = "Track"; $lang['Glance_auth_read'] = "Auth read"; $lang['Glance_news_forum'] = "News forums"; $lang['Glance_use_large'] = "Style"; // // That's all Folks! // ------------------------------------------------- ?> --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |