|
From: Florin C B. <ory...@us...> - 2013-06-28 15:34:34
|
Update of /cvsroot/mxbb/core/language/lang_italian In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1530/lang_italian 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_italian/lang_meta.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_meta.php 21 Oct 2012 00:04:02 -0000 1.1 --- lang_meta.php 28 Jun 2013 15:34:32 -0000 1.2 *************** *** 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_italian/lang_admin.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin.php 17 Jun 2013 00:33:30 -0000 1.2 --- lang_admin.php 28 Jun 2013 15:34:32 -0000 1.3 *************** *** 6,32 **** * @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['Mx-Publisher_adminCP'] = 'MX-Publisher Administration'; $lang['Portal_Desc'] = 'A little text to describe your website.'; ! ! // ! // Left AdminCP Panel ! // $lang['Admin'] = 'Amministrazione'; $lang['Admin_Index'] = 'Admin index'; --- 6,22 ---- * @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['Mx-Publisher_adminCP'] = 'MX-Publisher Administration'; $lang['Portal_Desc'] = 'A little text to describe your website.'; ! /* Left AdminCP Panel */ $lang['Admin'] = 'Amministrazione'; $lang['Admin_Index'] = 'Admin index'; *************** *** 51,65 **** $lang['4_1_Meta'] = 'META Tags'; $lang['4_1_PHPinfo'] = 'phpInfo()'; ! ! // ! // Index ! // $lang['Welcome_mxBB'] = 'Welcome to MX-Publisher'; $lang['Admin_intro_mxBB'] = 'Thank you for choosing MX-Publisher as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <span style="text-decoration: underline;">Admin Index</span> link in the left panel. To return to the index of your board, click the logo that is also in the left panel. The other links on the left hand side of this screen will allow you to control every aspect of your portal and forum experience. Each screen will have instructions on how to use the provided tools.'; $lang['Version_information'] = 'Informazione versione'; ! ! // ! // General ! // $lang['Yes'] = 'Yes'; $lang['No'] = 'No'; --- 41,49 ---- $lang['4_1_Meta'] = 'META Tags'; $lang['4_1_PHPinfo'] = 'phpInfo()'; ! /* Index */ $lang['Welcome_mxBB'] = 'Welcome to MX-Publisher'; $lang['Admin_intro_mxBB'] = 'Thank you for choosing MX-Publisher as your portal/cms solution and phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your site. You can get back to this page by clicking on the <span style="text-decoration: underline;">Admin Index</span> link in the left panel. To return to the index of your board, click the logo that is also in the left panel. The other links on the left hand side of this screen will allow you to control every aspect of your portal and forum experience. Each screen will have instructions on how to use the provided tools.'; $lang['Version_information'] = 'Informazione versione'; ! /* General */ $lang['Yes'] = 'Yes'; $lang['No'] = 'No'; *************** *** 144,151 **** $lang['Login_reset_time_explain'] = 'Determina il tempo in minuti che l\'utente deve aspettare prima di fare di nuovo il login dopo avere ecceduto il numero di tentativi di login consentiti.'; $lang['Default_language'] = 'Lingua di default'; ! ! // ! // Configuration ! // $lang['Portal_admin'] = 'Portal Administration'; $lang['Portal_admin_explain'] = 'Use this form to customize your portal'; --- 128,132 ---- $lang['Login_reset_time_explain'] = 'Determina il tempo in minuti che l\'utente deve aspettare prima di fare di nuovo il login dopo avere ecceduto il numero di tentativi di login consentiti.'; $lang['Default_language'] = 'Lingua di default'; ! /* Configuration */ $lang['Portal_admin'] = 'Portal Administration'; $lang['Portal_admin_explain'] = 'Use this form to customize your portal'; *************** *** 199,206 **** $lang['Portal_config_valid_true'] = '<b><font color="green">Valid</font></b>'; $lang['Portal_config_valid_false'] = '<b><font color="red">Bad Setup. Either your phpBB relative path is wrong or phpBB is uninstalled (your phpBB database is unavailable). Thus, \'internal\' backend is used.</font></b>'; ! ! // ! // 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>'; --- 180,184 ---- $lang['Portal_config_valid_true'] = '<b><font color="green">Valid</font></b>'; $lang['Portal_config_valid_false'] = '<b><font color="red">Bad Setup. Either your phpBB relative path is wrong or phpBB is uninstalled (your phpBB database is unavailable). Thus, \'internal\' backend is used.</font></b>'; ! /* 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>'; *************** *** 217,224 **** $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'; --- 195,199 ---- $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'; *************** *** 252,259 **** $lang['fresh_install'] = 'This is a fresh install'; $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'; --- 227,231 ---- $lang['fresh_install'] = 'This is a fresh install'; $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'; *************** *** 285,292 **** $lang['Delete_parameter_explain'] = 'This will delete the parameter and update all associated portal blocks. Beware: this operation cannot be undone!'; $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'; --- 257,261 ---- $lang['Delete_parameter_explain'] = 'This will delete the parameter and update all associated portal blocks. Beware: this operation cannot be undone!'; $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'; *************** *** 313,319 **** $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>'; --- 282,286 ---- $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>'; *************** *** 340,346 **** $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'; --- 307,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'; *************** *** 348,354 **** $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,317 ---- $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>'; *************** *** 422,428 **** $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'; --- 385,389 ---- $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'; *************** *** 444,450 **** $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.'; --- 405,409 ---- $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.'; *************** *** 453,460 **** $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'; --- 412,416 ---- $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'; *************** *** 463,469 **** $lang['Preview_portal'] = 'Preview Portal'; ! // ! // META ! // $lang['Meta_admin'] = 'META Tags Administration'; $lang['Mega_admin_explain'] = 'Use this form to customize your META tags'; --- 419,423 ---- $lang['Preview_portal'] = 'Preview Portal'; ! /* META */ $lang['Meta_admin'] = 'META Tags Administration'; $lang['Mega_admin_explain'] = 'Use this form to customize your META tags'; *************** *** 484,490 **** $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'; --- 438,442 ---- $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'; *************** *** 502,518 **** $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'; --- 454,466 ---- $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'; *************** *** 521,527 **** $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...'; --- 469,473 ---- $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...'; *************** *** 529,535 **** $lang['numOfEvents_explain'] = '- Number of events to show'; ! // ! // IncludeX ! // $lang['x_listen'] = 'Listen (GET)'; $lang['x_iframe'] = 'IFrame'; --- 475,479 ---- $lang['numOfEvents_explain'] = '- Number of events to show'; ! /* IncludeX */ $lang['x_listen'] = 'Listen (GET)'; $lang['x_iframe'] = 'IFrame'; *************** *** 547,559 **** $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'; --- 491,499 ---- $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'; *************** *** 563,577 **** $lang['menu_page_parent_explain '] = "Navigation from this parent page"; ! // ! // Version Checker ! // ! $lang['mxBB_Version_up_to_date'] = 'Your MX-Publisher installation is up to date. No updates are available for your version of MX-Publisher.'; ! $lang['mxBB_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['mxBB_Latest_version_info'] = 'The latest available version is <b>MX-Publisher %s</b>. '; ! $lang['mxBB_Current_version_info'] = 'You are running <b>MX-Publisher %s</b>.'; ! $lang['mxBB_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 --- 503,515 ---- $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_italian/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 21 Oct 2012 00:04:02 -0000 1.1 --- lang_main.php 28 Jun 2013 15:34:32 -0000 1.2 *************** *** 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/ * */ *************** *** 252,256 **** // 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>'; // --- 252,256 ---- // 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>'; // |