|
From: Jon O. <jon...@us...> - 2005-05-06 06:48:23
|
Update of /cvsroot/mxbb/core27x/modules/mx_statistics/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13016/modules/mx_statistics/language/lang_english Added Files: index.htm lang_main.php Log Message: Initital core 2.7.x commit :-) --- NEW FILE: lang_main.php --- <?php /*************************************************************************** * Mx_Statistics Module * lang_main.php [English] * ------------------- * copyright : (C) 2003 Mx System * email : su...@mx... * * $Id: lang_admin.php * Rev. hist : Created by MarcMoris (su...@mx...), * reedited by Haplo (jon...@ho...) * $Id: lang_main.php,v 1.1 2005/05/06 06:48:08 jonohlsson Exp $ * ****************************************************************************/ // // The format of this file is: // // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // // setlocale(LC_ALL, "en"); // Module // // English Language File // $lang['Statistics'] = "Statistics"; $lang['Rank'] = "Rank"; $lang['Percent'] = "Percent"; $lang['Graph'] = "Graph"; $lang['Uses'] = "Uses"; $lang['Board_Up_Days'] = "Board Up Days"; $lang['Latest_Reg_User'] = "Latest User Registered"; $lang['Latest_Reg_User_Date'] = "Latest User Registered Date"; $lang['Most_Ever_Online'] = "Most Users Ever Online"; $lang['Most_Ever_Online_Date'] = "Most Users Ever Online Date"; $lang['Admin_Stats'] = "Administrative Statistics"; $lang['Top_Posting_Users'] = "Top Posting Users"; $lang['Most_Active_Topics'] = "Most Active Topics"; $lang['Most_Viewed_Topics'] = "Most Viewed Topics"; $lang['Top_Smilies'] = "Top Used Smilies"; // // These Language Variables are only used if the Attachment Mod is installed // $lang['Disk_usage'] = "Disk Usage"; // // 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> |