|
From: Jon O. <jon...@us...> - 2006-08-01 21:06:16
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24654/language/lang_english Modified Files: lang_admin.php 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/language/lang_english/lang_main.php,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** lang_main.php 27 Jun 2006 07:52:03 -0000 1.31 --- lang_main.php 1 Aug 2006 21:06:13 -0000 1.32 *************** *** 12,109 **** // 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'] = "LanguageCP"; // 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"; ! $lang['Block_Edit_dyn'] = "Edit parent dynamic block"; ! $lang['Block_Edit_sub'] = "Edit parent split block"; // ! // 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 Page Admin Options: "; ! $lang['Hidden_block'] = "Hidden block..."; ! $lang['Hidden_block_explain'] = "This block is 'hidden', but visible since you're an administrator or moderator."; ! $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'] = "Articles"; ! $lang['Mx_search_pafiledb'] = "Downloads"; ! $lang['Mx_search_google'] = "Google"; ! $lang['Mx_new_search'] = 'New Search'; ! $lang['Block_updated_by'] = "Updated by "; ! $lang['No_items_found'] = "Nothing new to report. "; ! $lang['Powered_by'] = "Powered by "; ! $lang['mx_about_title'] = 'About mxBB Portal'; ! $lang['mx_copy_title'] = 'mxBB Portal Information'; ! $lang['mx_copy_modules_title'] = 'Installed mxBB Portal Modules'; $lang['mx_copy_template_title'] = 'About the style'; $lang['mx_copy_translation_title'] = 'About the translation'; ! $lang['mx_spacer'] = 'Spacer'; ! ! $lang['Yes'] = 'Yes'; ! $lang['No'] = 'No'; ! $lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted'; --- 12,108 ---- // The format of this file is: // ! // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, 'en'); ! // ! // General ! // ! $lang['Page_Not_Authorised'] = 'Sorry, but you are not authorized to access this page.'; ! $lang['Execution_Stats'] = 'Page generated %s queries - Generation time: %s seconds'; ! $lang['Redirect_login'] = 'Click %sHere%s to login.'; ! $lang['Show_admin_options'] = 'Show/Hide Page Admin Options: '; ! $lang['Block_updated_by'] = 'Updated by '; ! $lang['Powered_by'] = 'Powered by '; ! $lang['mx_spacer'] = 'Spacer'; ! $lang['Yes'] = 'Yes'; ! $lang['No'] = 'No'; ! $lang['Hidden_block'] = 'Hidden block...'; ! $lang['Hidden_block_explain'] = 'This block is \'hidden\', but visible since you\'re an administrator or moderator.'; // ! // Overall Navigation Navigation // ! $lang['MX_home'] = 'Home'; ! $lang['MX_forum'] = 'Forum'; // ! // Core Blocks - Language // ! $lang['Change_default_lang'] = 'Set Board Default Language'; ! $lang['Change_user_lang'] = 'Set Your Language'; ! $lang['Portal_lang'] = 'LanguageCP'; ! $lang['Select_lang'] = 'Select Language:'; // ! // Core Blocks - Theme // ! $lang['Change'] = 'Change now'; ! $lang['Change_default_style'] = 'Set Board Default Style'; ! $lang['Change_user_style'] = 'Set Your Style'; ! $lang['Theme'] = 'Theme/Style CP'; ! $lang['Select_theme'] = 'Select Theme/Style:'; // ! // Core Blocks - Search // ! $lang['Mx_Page'] = 'Page'; ! $lang['Mx_Block'] = 'Section'; ! // ! // Core Blocks - Site Log (and many last 'item' blocks) ! // ! $lang['No_items_found'] = 'Nothing new to report. '; ! // ! // BlockCP ! // ! $lang['Block_Title'] = 'Title'; ! $lang['Block_Info'] = 'Information'; ! $lang['Block_Config_updated'] = 'Block Configuration updated successfully'; ! $lang['Block_Edit'] = 'Edit Block'; ! $lang['Block_Edit_dyn'] = 'Edit parent dynamic block'; ! $lang['Block_Edit_sub'] = 'Edit parent split 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...'; ! // ! // Header ! // ! $lang['Mx_search_site'] = 'Site'; ! $lang['Mx_search_forum'] = 'Forum'; ! $lang['Mx_search_kb'] = 'Articles'; ! $lang['Mx_search_pafiledb'] = 'Downloads'; ! $lang['Mx_search_google'] = 'Google'; ! $lang['Mx_new_search'] = 'New Search'; ! // ! // Copyrights page ! // ! $lang['mx_about_title'] = 'About mxBB Portal'; ! $lang['mx_copy_title'] = 'mxBB Portal Information'; ! $lang['mx_copy_modules_title'] = 'Installed mxBB Portal Modules'; $lang['mx_copy_template_title'] = 'About the style'; $lang['mx_copy_translation_title'] = 'About the translation'; ! // ! // Installation ! // $lang['Please_remove_install_contrib'] = 'Please ensure both the install/ and contrib/ directories are deleted'; *************** *** 113,118 **** // - This lang key replaces the page title (PAGE_TITLE) for the page given in the adminCP // ! //$lang['pagetitle_NameOfFirstPage'] = 'Whatever one'; ! //$lang['pagetitle_NameOfSecondPage'] = 'Whatever two'; // --- 112,117 ---- // - This lang key replaces the page title (PAGE_TITLE) for the page given in the adminCP // ! //$lang['pagetitle_NameOfFirstPage'] = 'Whatever one'; ! //$lang['pagetitle_NameOfSecondPage'] = 'Whatever two'; // *************** *** 121,130 **** // - This lang key replaces the block title (BLOCK_TITLE) for the block given in the adminCP/blockCP // ! //$lang['blocktitle_NameOfFirstPage'] = 'Whatever one'; ! //$lang['blocktitle_NameOfSecondPage'] = 'Whatever two'; // // That's all Folks! // ------------------------------------------------- - ?> \ No newline at end of file --- 120,128 ---- // - This lang key replaces the block title (BLOCK_TITLE) for the block given in the adminCP/blockCP // ! //$lang['blocktitle_NameOfFirstPage'] = 'Whatever one'; ! //$lang['blocktitle_NameOfSecondPage'] = 'Whatever two'; // // 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.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** lang_admin.php 27 Jun 2006 07:52:03 -0000 1.66 --- lang_admin.php 1 Aug 2006 21:06:13 -0000 1.67 *************** *** 16,410 **** // The format of this file is: // ! // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, "en"); ! $lang['mxBB_adminCP'] = "mxBB Portal Administration"; [...968 lines suppressed...] // --- 505,522 ---- // Dynamic Block // ! $lang['default_block_id'] = 'Default Block'; ! $lang['default_block_id_explain'] = '- This is the default or first block to display, unless a dynamic block is set'; // // Menu Navigation // ! $lang['menu_display_style'] = 'Menu Style'; ! $lang['menu_display_style_explain '] = 'Standard, Simple, Advanced or Advanced App'; ! $lang['menu_display_mode'] = 'Layout mode'; ! $lang['menu_display_mode_explain '] = 'Horizonal or Vertical layout mode'; ! $lang['menu_page_sync'] = 'Highlight current?'; ! $lang['menu_page_sync_explain'] = 'Highlight current Navigation Menu entry...'; // |