|
From: Florin C B. <ory...@us...> - 2013-06-28 15:35:03
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1530/lang_english Modified Files: lang_admin.php lang_main.php lang_meta.php Log Message: mxpcms since mx-publisher domain is out Index: lang_meta.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_meta.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** lang_meta.php 14 Feb 2008 21:31:38 -0000 1.8 --- lang_meta.php 28 Jun 2013 15:34:31 -0000 1.9 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** lang_admin.php 25 Jun 2013 18:16:21 -0000 1.93 --- lang_admin.php 28 Jun 2013 15:34:30 -0000 1.94 *************** *** 6,25 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ ! // ! // Editor Settings: Please set Tabsize to 4 ;-) ! // ! ! // ! // The format of this file is: ! // ! // ---> $lang['message'] = 'text'; ! // ! // Specify your language character encoding... [optional] ! // ! // setlocale(LC_ALL, 'en'); $lang['ENCODING'] = 'UTF-8'; --- 6,18 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ ! /* Editor Settings: Please set Tabsize to 4 ;-) */ ! ! /* The format of this file is: ---> $lang['message'] = 'text'; ! /* Specify your language character encoding... [optional] */ ! setlocale(LC_ALL, 'en'); $lang['ENCODING'] = 'UTF-8'; *************** *** 31,38 **** $lang['Mx-Publisher_adminCP'] = 'MX-Publisher Administration'; $lang['Portal_Desc'] = 'A little text to describe your website.'; ! ! // ! // Left AdminCP Panel ! // $lang['1_General_admin'] = 'General'; $lang['1_1_Management'] = 'Configuration'; --- 24,30 ---- $lang['Mx-Publisher_adminCP'] = 'MX-Publisher Administration'; $lang['Portal_Desc'] = 'A little text to describe your website.'; ! /* ! * Left AdminCP Panel ! */ $lang['1_General_admin'] = 'General'; $lang['1_1_Management'] = 'Configuration'; *************** *** 173,180 **** $lang['Portal_backend'] = 'Portal Backend'; $lang['Portal_url_explain'] = 'Full Portal URL, ex. <br />http://www.example.com/'; ! ! // ! // Module Management ! // $lang['Module_admin'] = 'Module Administration'; $lang['Module_admin_explain'] = 'Use this form to manage modules: installation, upgrading and module development.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; --- 165,171 ---- $lang['Portal_backend'] = 'Portal Backend'; $lang['Portal_url_explain'] = 'Full Portal URL, ex. <br />http://www.example.com/'; ! /* ! * Module Management ! */ $lang['Module_admin'] = 'Module Administration'; $lang['Module_admin_explain'] = 'Use this form to manage modules: installation, upgrading and module development.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; *************** *** 191,198 **** $lang['Module_path'] = 'Path, ex. \'modules/mx_textblocks/\''; $lang['Module_include_admin'] = 'Include this module in the AdminCP navigation'; ! ! // ! // Module Installation ! // $lang['Module_delete_db'] = 'Do you really want to uninstall the module? Warning: You will lose all module data. Consider upgrading instead.'; $lang['Click_module_delete_yes'] = 'Click %sHere%s to uninstall the module'; --- 182,188 ---- $lang['Module_path'] = 'Path, ex. \'modules/mx_textblocks/\''; $lang['Module_include_admin'] = 'Include this module in the AdminCP navigation'; ! /* ! * Module Installation ! */ $lang['Module_delete_db'] = 'Do you really want to uninstall the module? Warning: You will lose all module data. Consider upgrading instead.'; $lang['Click_module_delete_yes'] = 'Click %sHere%s to uninstall the module'; *************** *** 227,233 **** $lang['module_install_info'] = 'Mod Installation/Upgrading/Uninstalling Information - mod specific db tables'; ! // ! // Functions & Parameters Administration ! // $lang['Function_admin'] = 'Block Function Administration'; $lang['Function_admin_explain'] = 'Modules have one or more block bunctions. Use this form to edit, add, or delete a block function'; --- 217,223 ---- $lang['module_install_info'] = 'Mod Installation/Upgrading/Uninstalling Information - mod specific db tables'; ! /* ! * Functions & Parameters Administration ! */ $lang['Function_admin'] = 'Block Function Administration'; $lang['Function_admin_explain'] = 'Modules have one or more block bunctions. Use this form to edit, add, or delete a block function'; *************** *** 261,267 **** $lang['Click_parameter_delete_yes'] = 'Click %sHere%s to delete the Parameter'; ! // ! // Parameter Types ! // $lang['ParType_BBText'] = 'Simple BBCode Textblock'; $lang['ParType_BBText_info'] = 'This is a simple textblock that parses BBCode'; --- 251,257 ---- $lang['Click_parameter_delete_yes'] = 'Click %sHere%s to delete the Parameter'; ! /* ! * Parameter Types ! */ $lang['ParType_BBText'] = 'Simple BBCode Textblock'; $lang['ParType_BBText_info'] = 'This is a simple textblock that parses BBCode'; *************** *** 288,294 **** $lang['ParType_Checkbox_multiple_select_info'] = ''; ! // ! // Blocks Administration ! // $lang['Block_admin'] = 'Block Control Panel'; $lang['Block_admin_explain'] = 'Use this form to manage portal blocks.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; --- 278,284 ---- $lang['ParType_Checkbox_multiple_select_info'] = ''; ! /* ! * Blocks Administration ! */ $lang['Block_admin'] = 'Block Control Panel'; $lang['Block_admin_explain'] = 'Use this form to manage portal blocks.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; *************** *** 315,321 **** $lang['Click_block_delete_yes'] = 'Click %sHere%s to delete the Block'; ! // ! // BlockCP Administration ! // $lang['Block_cp'] = 'BlockCP'; $lang['Click_return_blockCP_admin'] = 'Click %sHere%s to return to the Block Control Panel'; --- 305,311 ---- $lang['Click_block_delete_yes'] = 'Click %sHere%s to delete the Block'; ! /* ! * BlockCP Administration ! */ $lang['Block_cp'] = 'BlockCP'; $lang['Click_return_blockCP_admin'] = 'Click %sHere%s to return to the Block Control Panel'; *************** *** 323,329 **** $lang['BlockCP_Config_updated'] = 'This block has been updated.'; ! // ! // Pages Administration ! // $lang['Page_admin'] = 'Page Administration'; $lang['Page_admin_explain'] = 'Use this form to add, delete and change the settings for Portal Pages and Page Templates.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; --- 313,319 ---- $lang['BlockCP_Config_updated'] = 'This block has been updated.'; ! /* ! * Pages Administration ! */ $lang['Page_admin'] = 'Page Administration'; $lang['Page_admin_explain'] = 'Use this form to add, delete and change the settings for Portal Pages and Page Templates.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>'; *************** *** 397,403 **** $lang['Add_Virtual_Block_explain'] = 'This block turns the page into a virtual (blog) page'; ! // ! // Page templates ! // $lang['Page_templates_admin'] = 'Page Templates Administration'; $lang['Page_templates_admin_explain'] = 'Use this page to create, edit or delete Page Templates'; --- 387,393 ---- $lang['Add_Virtual_Block_explain'] = 'This block turns the page into a virtual (blog) page'; ! /* ! * Page templates ! */ $lang['Page_templates_admin'] = 'Page Templates Administration'; $lang['Page_templates_admin_explain'] = 'Use this page to create, edit or delete Page Templates'; *************** *** 419,425 **** $lang['Click_page_template_column_delete_yes'] = 'Click %sHere%s to delete the Page Template'; ! // ! // Cache ! // $lang['Cache_dir_write_protect'] = 'Your cache directory is write-protected. MX-Publisher is unable to generate the cache file. Please make your cache directory writeable to continue.'; $lang['Cache_generate'] = 'Your cache files have been generated.'; --- 409,415 ---- $lang['Click_page_template_column_delete_yes'] = 'Click %sHere%s to delete the Page Template'; ! /* ! * Cache ! */ $lang['Cache_dir_write_protect'] = 'Your cache directory is write-protected. MX-Publisher is unable to generate the cache file. Please make your cache directory writeable to continue.'; $lang['Cache_generate'] = 'Your cache files have been generated.'; *************** *** 428,435 **** $lang['Generate_mx_cache'] = 'Generate Block Cache'; ! // ! // These are displayed in the drop down boxes for advanced ! // mode Module auth, try and keep them short! ! // $lang['Menu_Navigation'] = 'Navigation Menu'; $lang['Portal_index'] = 'Portal Index'; --- 418,425 ---- $lang['Generate_mx_cache'] = 'Generate Block Cache'; ! /* ! * These are displayed in the drop down boxes for advanced ! * mode Module auth, try and keep them short! ! */ $lang['Menu_Navigation'] = 'Navigation Menu'; $lang['Portal_index'] = 'Portal Index'; *************** *** 438,444 **** $lang['Preview_portal'] = 'Preview Portal'; ! // ! // META ! // $lang['Meta_admin'] = 'META Tags Administration'; $lang['Mega_admin_explain'] = 'Use this form to customize your META tags'; --- 428,434 ---- $lang['Preview_portal'] = 'Preview Portal'; ! /* ! * META ! */ $lang['Meta_admin'] = 'META Tags Administration'; $lang['Mega_admin_explain'] = 'Use this form to customize your META tags'; *************** *** 461,467 **** $lang['Meta_data_ioerror'] = 'Unable to open mx_meta.inc. Make sure the file is writeable (chmod 777).'; ! // ! // Portal permissons ! // $lang['Mx_Block_Auth_Title'] = 'Private Block Permissions' ; $lang['Mx_Block_Auth_Explain'] = 'Here you can configure Private Block Permissions'; --- 451,457 ---- $lang['Meta_data_ioerror'] = 'Unable to open mx_meta.inc. Make sure the file is writeable (chmod 777).'; ! /* ! * Portal permissons ! */ $lang['Mx_Block_Auth_Title'] = 'Private Block Permissions' ; $lang['Mx_Block_Auth_Explain'] = 'Here you can configure Private Block Permissions'; *************** *** 479,495 **** $lang['AUTH_ANONYMOUS'] = 'ANONYMOUS'; ! // ----------------------------------- ! // BlockCP - Block Parameter Specific ! // ----------------------------------- ! // ! // General ! // $lang['target_block'] = 'Target Block'; $lang['target_block_explain'] = '- links, data etc are refering with this block'; ! ! // ! // Split column ! // $lang['block_ids'] = 'Source Blocks'; $lang['block_ids_explain'] = '- to be placed left to right'; --- 469,480 ---- $lang['AUTH_ANONYMOUS'] = 'ANONYMOUS'; ! /* -----------------------------------/ ! * BlockCP - Block Parameter Specific/ ! * ----------------------------------- */ ! /* General */ $lang['target_block'] = 'Target Block'; $lang['target_block_explain'] = '- links, data etc are refering with this block'; ! /* Split column */ $lang['block_ids'] = 'Source Blocks'; $lang['block_ids_explain'] = '- to be placed left to right'; *************** *** 497,512 **** $lang['block_sizes_explain'] = '- You may specify size using numbers (pixels), percentages (relative sizes, ie. \'40%\') or \'*\' for the remainder.'; $lang['space_between'] = 'Space between Blocks'; ! ! // ! // Sitelog ! // $lang['log_filter_date'] = 'Filter by time'; $lang['log_filter_date_explain'] = '- Show logs from last week, month, year...'; $lang['numOfEvents'] = 'Number'; $lang['numOfEvents_explain'] = '- Number of events to show'; ! ! // ! // IncludeX ! // $lang['x_listen'] = 'Listen (GET)'; $lang['x_iframe'] = 'IFrame'; --- 482,491 ---- $lang['block_sizes_explain'] = '- You may specify size using numbers (pixels), percentages (relative sizes, ie. \'40%\') or \'*\' for the remainder.'; $lang['space_between'] = 'Space between Blocks'; ! /* Sitelog */ $lang['log_filter_date'] = 'Filter by time'; $lang['log_filter_date_explain'] = '- Show logs from last week, month, year...'; $lang['numOfEvents'] = 'Number'; $lang['numOfEvents_explain'] = '- Number of events to show'; ! /* IncludeX */ $lang['x_listen'] = 'Listen (GET)'; $lang['x_iframe'] = 'IFrame'; *************** *** 523,536 **** $lang['x_3'] = 'Variable 3:'; $lang['x_3_explain'] = '- <i>Multimedia:</i> height (pixles)'; ! ! // ! // 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_mode'] = 'Layout mode'; $lang['menu_display_mode_explain '] = 'Horizonal or Vertical layout mode'; --- 502,509 ---- $lang['x_3'] = 'Variable 3:'; $lang['x_3_explain'] = '- <i>Multimedia:</i> height (pixles)'; ! /* 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_mode'] = 'Layout mode'; $lang['menu_display_mode_explain '] = 'Horizonal or Vertical layout mode'; *************** *** 539,554 **** $lang['menu_page_parent'] = "Parent Page"; $lang['menu_page_parent_explain '] = "Navigation from this parent page"; ! // ! // Version Checker ! // ! $lang['Mx-Publisher_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; ! $lang['Mx-Publisher_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://www.mx-publisher.com/download" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; ! $lang['Mx-Publisher_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; ! $lang['Mx-Publisher_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; ! $lang['Mx-Publisher_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to MX-Publisher, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; ! ! // ! // That's all Folks! ! // ------------------------------------------------- ?> \ No newline at end of file --- 512,524 ---- $lang['menu_page_parent'] = "Parent Page"; $lang['menu_page_parent_explain '] = "Navigation from this parent page"; + /* Version Checker */ + $lang['MXP_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; + $lang['MXP_Version_outdated'] = 'Your MX-Publisher installation does <b>not</b> seem to be up to date. Updates are available for your version of MX-Publisher. Please visit <a href="http://mxpcms.sourceforge.net//download" target="_new">the MX-Publisher Core package download</a> to obtain the latest version.'; + $lang['MXP_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; + $lang['MXP_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; + $lang['MXP_Mailing_list_subscribe_reminder'] = 'For the latest information on news and updates to MX-Publisher, why not <a href="http://lists.sourceforge.net/lists/listinfo/mxbb-news" target="_new">subscribe to our mailing list</a>?'; ! /* ! * That's all Folks! ! * -------------------------------------------------*/ ?> \ No newline at end of file Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_main.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** lang_main.php 18 Jun 2008 11:37:47 -0000 1.41 --- lang_main.php 28 Jun 2013 15:34:31 -0000 1.42 *************** *** 6,10 **** * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ --- 6,10 ---- * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://mxpcms.sourceforge.net/ * */ *************** *** 128,132 **** // along with our copyright message indicating you are the translator // please add it here. ! //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://www.mx-publisher.com" target="_blank">MX-Publisher Development Team</a>'; // --- 128,132 ---- // along with our copyright message indicating you are the translator // please add it here. ! //$lang['TRANSLATION_INFO_MXBB'] = 'English Language by <a href="http://mxpcms.sourceforge.net/" target="_blank">MX-Publisher Development Team</a>'; // |