|
From: Jon O. <jon...@us...> - 2006-08-01 21:06:16
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb2blocks/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24654/modules/mx_phpbb2blocks/language/lang_english Modified Files: lang_main.php Log Message: - A few generic classes added to the functions_tools file, for modules - cleaned up lang files Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb2blocks/language/lang_english/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 2 May 2006 23:22:17 -0000 1.1 --- lang_main.php 1 Aug 2006 21:06:13 -0000 1.2 *************** *** 12,54 **** // The format of this file is: // ! // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, "en"); // // Last Message Block // ! $lang['Latest_Post'] = "Last Message Post"; // // Statistics Block // ! $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! // ------------------------------------------------- - ?> \ No newline at end of file --- 12,60 ---- // The format of this file is: // ! // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, 'en'); // // Last Message Block // ! $lang['Latest_Post'] = 'Last Message Post'; // // Statistics Block // ! $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'; ! ! // ! // Polls ! // ! $lang['Surveys_Polls'] = 'Surveys/Polls'; ! $lang['Already_voted'] = 'You have already voted'; ! $lang['Click_view_voted'] = 'Click %sHere%s to view the results'; // // These Language Variables are only used if the Attachment Mod is installed // ! $lang['Disk_usage'] = 'Disk Usage'; // // That's all Folks! // ------------------------------------------------- ?> \ No newline at end of file |