|
From: Jon O. <jon...@us...> - 2005-04-12 19:29:36
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2932/language/lang_english Modified Files: lang_admin.php lang_main.php Log Message: some lang keys moved to its module lang instead Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** lang_main.php 3 Apr 2005 23:11:33 -0000 1.15 --- lang_main.php 12 Apr 2005 19:29:01 -0000 1.16 *************** *** 1,110 **** ! <?php ! /*************************************************************************** ! * lang_main.php [English] ! * ------------------- ! * copyright : (C) 2003 mxBB Portal ! * email : su...@mx... ! * ! * $Id$ ! * ! * Rev. hist : Created by MarcMoris (su...@mx...), ! reedited by Haplo (jon...@ho...) ! ****************************************************************************/ ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! ! // Menu_nav.php ! $lang['Home Page'] = "Portal Home"; ! $lang['Announcements'] = "Announcements"; ! $lang['Forum'] = "Forum"; ! $lang['Main Menu'] = "Main Menu"; ! $lang['Module Statistics'] = "Statistics"; ! $lang['Send a Private message'] = "Send Private message"; ! $lang['Edit your Profile'] = "Edit Your Profile"; ! ! $lang['Portal_lang'] = "Language CP"; // Blocktitle ! $lang['SELECTGUILANG'] = "Select Language:"; ! ! $lang['Change'] = "Change now"; ! $lang['Change_default_style'] = "Set Board Default Style"; ! $lang['Change_user_style'] = "Set Your Style"; ! ! $lang['Change_default_lang'] = "Set Board Default Language"; ! $lang['Change_user_lang'] = "Set Your Language"; ! ! $lang['Block_Title'] = "Title"; ! $lang['Block_Info'] = "Information"; ! ! $lang['Theme'] = "Theme/Style CP"; // Blocktitle ! $lang['SelectTheme'] = "Select Theme/Style:"; ! ! $lang['Surveys/Polls'] = "Surveys/Polls"; ! $lang['Already_voted'] = "You have already voted"; ! $lang['Click_view_voted'] = "Click %sHere%s to view the results"; ! ! $lang['Annonce_sent'] = "The announcement has been sent"; ! $lang['Annonce_Deleted'] = "The announcement has been deleted"; ! ! $lang['Block_Config_updated'] = "Block Configuration updated successfully"; ! $lang['Block_Edit'] = "Edit Block Configuration"; ! ! // ! // New for v. 2.704 ! // ! ! $lang['Page_Not_Authorised'] = "Sorry, but you are not authorized to access this page."; ! ! // ! // New for v. 2.705 ! // ! ! $lang['Execution_Stats'] = "Page generated %s queries - Generation time: %s seconds"; ! ! // ! // New for v. 2.7.3 ! // ! ! $lang['Redirect_login'] = "Click %sHere%s to login."; ! ! // ! // New for v. 2.7.4 ! // ! $lang['Show_admin_options'] = "Show/Hide admin options: "; ! $lang['Hidden_block'] = "Hidden block..."; ! ! $lang['General_updated_return_settings'] = "Configuration updated successfully...<br /><br />Click %shere%s to continue."; // %s's for URI params - DO NOT REMOVE ! $lang['General_update_error'] = "Couldn't update configuration..."; ! ! $lang['Mx_Page'] = "Page"; ! $lang['Mx_Block'] = "Section"; ! ! $lang['Mx_search_site'] = "Site"; ! $lang['Mx_search_forum'] = "Forum"; ! $lang['Mx_search_kb'] = "KB articles"; ! $lang['Mx_search_google'] = "Google"; ! ! $lang['Block_updated_by'] = "Updated by "; ! $lang['No_items_found'] = "Nothing new to report... "; ! ! $lang['Powered_by'] = "Powered by "; ! $lang['Modules_copy'] = "and mxBB Modules "; ! ! $lang['mx_copy_text'] = '<b>mxBB - modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages/blocks/themes by means of a powerful yet flexible Admin CP. While it uses integrated features, it works without touching phpBB. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version since 2001. <br /><br />Authors: Jon Ohlsson, Marc Morissette, Markus, Jaime, Luke Finnigan & Snake - the mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; ! $lang['mx_modules_text'] = '<b>mxBB Modules</b>'; ! ! $lang['Yes'] = 'Yes'; ! $lang['No'] = 'No'; ! ! $lang['mx_copy'] = 'mxBB Copyrights Info'; ! // ! // That's all Folks! ! // ------------------------------------------------- ! ?> \ No newline at end of file --- 1,109 ---- ! <?php ! /*************************************************************************** ! * lang_main.php [English] ! * ------------------- ! * copyright : (C) 2003 mxBB Portal ! * email : jon...@ho... ! * ! * $Id$ ! * ! ****************************************************************************/ ! ! // ! // The format of this file is: ! // ! // ---> $lang["message"] = "text"; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, "en"); ! ! // Menu_nav.php ! $lang['Home Page'] = "Portal Home"; ! $lang['Announcements'] = "Announcements"; ! $lang['Forum'] = "Forum"; ! $lang['Main Menu'] = "Main Menu"; ! $lang['Module Statistics'] = "Statistics"; ! $lang['Send a Private message'] = "Send Private message"; ! $lang['Edit your Profile'] = "Edit Your Profile"; ! ! $lang['Portal_lang'] = "Language CP"; // Blocktitle ! $lang['SELECTGUILANG'] = "Select Language:"; ! ! $lang['Change'] = "Change now"; ! $lang['Change_default_style'] = "Set Board Default Style"; ! $lang['Change_user_style'] = "Set Your Style"; ! ! $lang['Change_default_lang'] = "Set Board Default Language"; ! $lang['Change_user_lang'] = "Set Your Language"; ! ! $lang['Block_Title'] = "Title"; ! $lang['Block_Info'] = "Information"; ! ! $lang['Theme'] = "Theme/Style CP"; // Blocktitle ! $lang['SelectTheme'] = "Select Theme/Style:"; ! ! $lang['Surveys/Polls'] = "Surveys/Polls"; ! $lang['Already_voted'] = "You have already voted"; ! $lang['Click_view_voted'] = "Click %sHere%s to view the results"; ! ! $lang['Annonce_sent'] = "The announcement has been sent"; ! $lang['Annonce_Deleted'] = "The announcement has been deleted"; ! ! $lang['Block_Config_updated'] = "Block Configuration updated successfully"; ! $lang['Block_Edit'] = "Edit Block Configuration"; ! ! // ! // New for v. 2.704 ! // ! ! $lang['Page_Not_Authorised'] = "Sorry, but you are not authorized to access this page."; ! ! // ! // New for v. 2.705 ! // ! ! $lang['Execution_Stats'] = "Page generated %s queries - Generation time: %s seconds"; ! ! // ! // New for v. 2.7.3 ! // ! ! $lang['Redirect_login'] = "Click %sHere%s to login."; ! ! // ! // New for v. 2.7.4 - 2.8 ! // ! $lang['Show_admin_options'] = "Show/Hide admin options: "; ! $lang['Hidden_block'] = "Hidden block..."; ! ! $lang['General_updated_return_settings'] = "Configuration updated successfully...<br /><br />Click %shere%s to continue."; // %s's for URI params - DO NOT REMOVE ! $lang['General_update_error'] = "Couldn't update configuration..."; ! ! $lang['Mx_Page'] = "Page"; ! $lang['Mx_Block'] = "Section"; ! ! $lang['Mx_search_site'] = "Site"; ! $lang['Mx_search_forum'] = "Forum"; ! $lang['Mx_search_kb'] = "KB articles"; ! $lang['Mx_search_google'] = "Google"; ! ! $lang['Block_updated_by'] = "Updated by "; ! $lang['No_items_found'] = "Nothing new to report... "; ! ! $lang['Powered_by'] = "Powered by "; ! $lang['Modules_copy'] = "and mxBB Modules "; ! ! $lang['mx_copy_text'] = '<b>mxBB - modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages/blocks/themes by means of a powerful yet flexible Admin CP. While it uses integrated features, it works without touching phpBB. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version since 2001. <br /><br />Authors: Jon Ohlsson, Marc Morissette, Markus, Jaime, Luke Finnigan & Snake - the mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; ! $lang['mx_modules_text'] = '<b>mxBB Modules</b>'; ! ! $lang['mx_copy'] = 'mxBB Copyrights Info'; ! ! $lang['Yes'] = 'Yes'; ! $lang['No'] = 'No'; ! ! // ! // That's all Folks! ! // ------------------------------------------------- ! ?> \ No newline at end of file Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** lang_admin.php 6 Apr 2005 06:11:31 -0000 1.34 --- lang_admin.php 12 Apr 2005 19:28:51 -0000 1.35 *************** *** 297,302 **** // ! // New for v. 2.7.4 // $lang['Choose_page_template'] = "Choose Page Template"; $lang['Template_Config_updated'] = "Template Configuration Updated"; --- 297,304 ---- // ! // New for v. 2.7.4 - 2.8 // + + // Page templates $lang['Choose_page_template'] = "Choose Page Template"; $lang['Template_Config_updated'] = "Template Configuration Updated"; *************** *** 318,335 **** $lang['space_between'] = "Space between Blocks"; - // Toplists - $lang['display_most_posts'] = "Most visited/view/dl<br />"; - $lang['display_random_posts'] = "Random<br />"; - $lang['display_top_ranked'] = "Toprated<br />"; - $lang['display_latest_posts'] = "Latest<br />"; - $lang['num_of_cols'] = "Number of cols<br />"; - $lang['num_of_rows'] = "Number of rows<br />"; - - // Calsnails - $lang['auth_all'] = "Default access level for ALL anonymous users"; - $lang['auth_reg'] = "Default access level for ALL registered users<br /><br />NOTE: Block EDIT permissions also affect the CalSnails Block. EDIT users become CalSnails moderators..."; - $lang['cal_filter'] = "Event Filter: Show events added for this Block only<br />NOTE: FALSE, means show ALL calendar events..."; - $lang['target_block'] = "Associated (target) CalSnails Block"; - $lang['cal_mod_group'] = "CalSnails Moderator Group"; $lang['Page_desc'] = "Description"; --- 320,323 ---- *************** *** 344,359 **** $lang['Uninstall_module'] = "Uninstall"; $lang['Mx_Block_Auth_Title'] = "Private Block Permissions" ; $lang['Mx_Block_Auth_Explain'] = "Here you can configure Private Block Permissions"; - $lang['Mx_Page_Auth_Title'] = "Private Page Permissions" ; $lang['Mx_Page_Auth_Explain'] = "Here you configure Private Page Permissions"; - $lang['Block_Auth_successfully'] = "Block Permissions Updated Successfully"; $lang['Click_return_block_auth'] = "Click %sHere%s to return to Private Block Permissions"; - $lang['Page_Auth_successfully'] = "Page Permissions Updated Successfully"; $lang['Click_return_page_auth'] = "Click %sHere%s to return to Private Page Permissions"; $lang['log_filter_date'] = "Filter by time<br />Show logs from last week, month, year..."; $lang['msg_filter_date'] = "Filter by time<br />Show posts from last week, month, year..."; --- 332,346 ---- $lang['Uninstall_module'] = "Uninstall"; + // Portal permissons $lang['Mx_Block_Auth_Title'] = "Private Block Permissions" ; $lang['Mx_Block_Auth_Explain'] = "Here you can configure Private Block Permissions"; $lang['Mx_Page_Auth_Title'] = "Private Page Permissions" ; $lang['Mx_Page_Auth_Explain'] = "Here you configure Private Page Permissions"; $lang['Block_Auth_successfully'] = "Block Permissions Updated Successfully"; $lang['Click_return_block_auth'] = "Click %sHere%s to return to Private Block Permissions"; $lang['Page_Auth_successfully'] = "Page Permissions Updated Successfully"; $lang['Click_return_page_auth'] = "Click %sHere%s to return to Private Page Permissions"; + // Stats $lang['log_filter_date'] = "Filter by time<br />Show logs from last week, month, year..."; $lang['msg_filter_date'] = "Filter by time<br />Show posts from last week, month, year..."; |