|
From: Horace <jus...@us...> - 2005-12-15 16:04:44
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10470/core/language/lang_english Modified Files: lang_admin.php Log Message: Language & Grammer Updates. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** lang_admin.php 9 Dec 2005 23:22:03 -0000 1.55 --- lang_admin.php 15 Dec 2005 16:04:33 -0000 1.56 *************** *** 20,24 **** // ! // Editor Settings: Please, set Tabsize to 4 ;-) // --- 20,24 ---- // ! // Editor Settings: Please set Tabsize to 4 ;-) // *************** *** 95,101 **** $lang['was_added'] = "was added"; $lang['was_moved'] = "was moved"; ! $lang['was_synced'] = "was synced"; ! $lang['error_no_field'] = "There's a missing field. Please fill out all the needed fields..."; // --- 95,101 ---- $lang['was_added'] = "was added"; $lang['was_moved'] = "was moved"; ! $lang['was_synced'] = "was synchronized"; ! $lang['error_no_field'] = "There is a missing field. Please fill out all the needed fields..."; // *************** *** 125,129 **** $lang['Mx_use_cache_explain'] = "Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; $lang['Mx_mod_rewrite'] = "Use mod_rewrite"; ! $lang['Mx_mod_rewrite_explain'] = "If you're running on an Apache server, with mod_rewrite activated, you may rewrite urls like 'page=x' with more intuitive alternatives. Read further documentation in the mx_mod_rewrite module."; --- 125,129 ---- $lang['Mx_use_cache_explain'] = "Block data is cached to individual cache/block_*.xml files. Block cache files are created when Blocks are edited."; $lang['Mx_mod_rewrite'] = "Use mod_rewrite"; ! $lang['Mx_mod_rewrite_explain'] = "If you're running on an Apache server, and have mod_rewrite activated, you may rewrite urls like 'page=x' with more intuitive alternatives. Read further documentation in the mx_mod_rewrite module."; *************** *** 173,182 **** // $lang['Function_admin'] = "Block Function Administration"; ! $lang['Function_admin_explain'] = "Each Module has one or more Block Functions. Use this form to edit, add, or delete a Block Function"; $lang['Function'] = "Block Function"; $lang['Function_name'] = "Block Function Name"; $lang['Function_desc'] = "Description"; $lang['Function_file'] = "File "; ! $lang['Function_admin_file'] = "File (Edit block script) <br /> Xtra parameters for this edit block panel. Leave blank to use default edit panel."; $lang['Create_function'] = "Add new Block Function"; $lang['Delete_function'] = "Delete Block Function"; --- 173,182 ---- // $lang['Function_admin'] = "Block Function Administration"; ! $lang['Function_admin_explain'] = "Modules have one or more Block Functions. Use this form to edit, add, or delete a Block Function"; $lang['Function'] = "Block Function"; $lang['Function_name'] = "Block Function Name"; $lang['Function_desc'] = "Description"; $lang['Function_file'] = "File "; ! $lang['Function_admin_file'] = "File (Edit block script) <br /> Extra parameters for this edit block panel. Leave blank to use default edit panel."; $lang['Create_function'] = "Add new Block Function"; $lang['Delete_function'] = "Delete Block Function"; *************** *** 192,196 **** $lang['Parameter_function'] = "<b>Function/Options</b>"; $lang['Parameter_function_explain'] = "<b>Function</b> (when using the 'Function' type)<br />- You may pass the parameter data to an external function <br /> to generate the parameter form field.<br />- For example: <br />get_list_formatted(\"block_list\",\"{parameter_value}\",\"{parameter_id}[]\")"; ! $lang['Parameter_function_explain'] .= "<br /><br /><b>Option(s)</b> (when using 'Selection' parameter types)<br />- For all selection parameters (radiobuttons, checkboxes and menys) all options are listed here, one option per line."; $lang['Parameters'] = "Parameters"; --- 192,196 ---- $lang['Parameter_function'] = "<b>Function/Options</b>"; $lang['Parameter_function_explain'] = "<b>Function</b> (when using the 'Function' type)<br />- You may pass the parameter data to an external function <br /> to generate the parameter form field.<br />- For example: <br />get_list_formatted(\"block_list\",\"{parameter_value}\",\"{parameter_id}[]\")"; ! $lang['Parameter_function_explain'] .= "<br /><br /><b>Option(s)</b> (when using 'Selection' parameter types)<br />- For all selection parameters (radiobuttons, checkboxes and menus) all options are listed here, one option per line."; $lang['Parameters'] = "Parameters"; *************** *** 247,251 **** $lang['Add_Block'] = "Add new Block"; $lang['Auth_Block'] = "Permissions"; ! $lang['Auth_Block_explain'] = "ALL: All users<br />REG: Registered Users<br />PRIVATE: Group members (see advanced permissions)<br />MOD: block moderators (see advanced permissions)<br />ADMIN: Admin<br />ANONYMOS: Guest users ONLY"; $lang['Block_quick_stats'] = "Quick Stats"; $lang['Block_quick_edit'] = "Quick Edit"; --- 247,251 ---- $lang['Add_Block'] = "Add new Block"; $lang['Auth_Block'] = "Permissions"; ! $lang['Auth_Block_explain'] = "ALL: All users<br />REG: Registered Users<br />PRIVATE: Group members (see advanced permissions)<br />MOD: block moderators (see advanced permissions)<br />ADMIN: Admin<br />ANONYMOUS: Guest users ONLY"; $lang['Block_quick_stats'] = "Quick Stats"; $lang['Block_quick_edit'] = "Quick Edit"; *************** *** 347,355 **** // $lang['Welcome_install'] = "Welcome to the mxBB-Portal Installation Wizard"; ! $lang['Install_Instruction'] = "Please, fill out the details requested below. This installation program will create your personalized config.php (in the Portal root directory) and the Portal database with default settings. Once this is done, you'll see a report of all the steps taken (please note mxBB-Portal does not modify your phpBB database in any way). Then, you should login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal upon your own needs. Please note mxBB-Portal will not work by itself, phpBB must already be installed and configured. Thank you for choosing mxBB-Portal."; ! $lang['Upgrade_Instruction'] = "mxBB-Portal is already installed. Please make backups of your database now !<br /><br />The next step will modify the structure of your database (please note mxBB-Portal does not modify your phpBB database in any way). If for whatever reason this upgrade procedure fails, there would be no other way to return to your current state. Please, make backups of your database BEFORE proceeding !<br /><br />Once done, click the button below to start the upgrade procedure."; $lang['Install_moreinfo'] = "%sRelease Notes%s | %sWelcome Pack%s | %sOnline FAQ%s | %sSupport Forums%s | %sTerms Of Use%s"; $lang['Install_settings'] = "Installation Settings"; ! $lang['Choose_lang_explain'] = "Please, use the form below to select the language you wish to use thoughtout the installation panels."; $lang['Choose_lang'] = "Choose Language"; $lang['Language'] = "Language"; --- 347,355 ---- // $lang['Welcome_install'] = "Welcome to the mxBB-Portal Installation Wizard"; ! $lang['Install_Instruction'] = "Please fill out the details requested below. This installation program will create your personalized config.php (in the Portal root directory) and the Portal database with default settings. Once this is done, you'll see a report of all the steps taken (please note mxBB-Portal does not modify your phpBB database in any way). You should then login to your board with your administrator username and password and go to the Administration Control Panel to configure your portal with your own preferences. Please note mxBB-Portal will not work by itself, phpBB must already be installed and configured. Thank you for choosing mxBB-Portal."; ! $lang['Upgrade_Instruction'] = "mxBB-Portal is already installed. Please make backups of your database now !<br /><br />The next step will modify the structure of your database (please note mxBB-Portal does not modify your phpBB database in any way). If for whatever reason this upgrade procedure fails, there would be no other way to return to your current state. Please make backups of your database BEFORE proceeding !<br /><br />Once done, click the button below to start the upgrade procedure."; $lang['Install_moreinfo'] = "%sRelease Notes%s | %sWelcome Pack%s | %sOnline FAQ%s | %sSupport Forums%s | %sTerms Of Use%s"; $lang['Install_settings'] = "Installation Settings"; ! $lang['Choose_lang_explain'] = "Please use the form below to select the language you wish to use throughout the installation process."; $lang['Choose_lang'] = "Choose Language"; $lang['Language'] = "Language"; *************** *** 369,383 **** $lang['MX_Table_Prefix'] = "mxBB-Portal Prefix in DB"; $lang['Start_Install'] = "Start mxBB Installation"; ! $lang['Start_Upgrade'] = "Yes, I already did a backup and wish to upgrade my mxBB-Portal now."; $lang['Portal_intalled'] = "mxBB-Portal has been installed !"; $lang['Portal_upgraded'] = "mxBB-Portal has been upgraded !"; $lang['Unwriteable_config'] = "Your mxBB config file (config.php) is un-writeable at present.<br /><br />A copy of the config file will be downloaded to you when you click the button below. You should upload this file to your mxBB root directory: %s <br /><br />Once this is done, please %sREFRESH%s this window to proceed with the next installation step.<br /><br />Thank you for choosing mxBB-Portal.<br />"; $lang['Send_file'] = "Just send the file to me and I'll FTP it manually"; ! $lang['phpBB_nfnd_retry'] = "Sorry, we could not find your phpBB installation. Please, press the %sBACK%s button of your browser and retry."; ! $lang['Installation_error'] = "An error has occurred during installation"; $lang['Debug_Information'] = "DEBUG INFORMATION"; ! $lang['Install_phpbb_not_found'] = "Sorry, we cound not find any phpBB board installed on this server.<br />Please, install phpBB BEFORE installing mxBB-Portal.<br />\n<br />\n"; ! $lang['Install_phpbb_db_failed'] = "Sorry, we could not connect to the phpBB database.<br />Please, check your phpBB is correctly installed, up and running BEFORE installing mxBB-Portal.<br />\n<br />\n"; ! $lang['Install_phpbb_unsupported'] = "Unfortunately, the phpBB board installed on this server is not supported by mxBB-Portal.<br />Please, check the release notes for installation requirements.<br />\n<br />\n"; $lang['Install_noscript_warning'] = "Sorry, this installation requires a JavaScript enabled browser. It might not work on your browser."; $lang['Upgrade_are_you_sure'] = "This upgrade procedure will make modifications to your database. Are you sure you wish to proceed?"; --- 369,383 ---- $lang['MX_Table_Prefix'] = "mxBB-Portal Prefix in DB"; $lang['Start_Install'] = "Start mxBB Installation"; ! $lang['Start_Upgrade'] = "Yes, I have already done a backup and wish to upgrade my mxBB-Portal now."; $lang['Portal_intalled'] = "mxBB-Portal has been installed !"; $lang['Portal_upgraded'] = "mxBB-Portal has been upgraded !"; $lang['Unwriteable_config'] = "Your mxBB config file (config.php) is un-writeable at present.<br /><br />A copy of the config file will be downloaded to you when you click the button below. You should upload this file to your mxBB root directory: %s <br /><br />Once this is done, please %sREFRESH%s this window to proceed with the next installation step.<br /><br />Thank you for choosing mxBB-Portal.<br />"; $lang['Send_file'] = "Just send the file to me and I'll FTP it manually"; ! $lang['phpBB_nfnd_retry'] = "Sorry, we could not find your phpBB installation. Please press the %sBACK%s button of your browser and retry."; ! $lang['Installation_error'] = "An error has occurred during the installation"; $lang['Debug_Information'] = "DEBUG INFORMATION"; ! $lang['Install_phpbb_not_found'] = "Sorry, we could not find any phpBB board installed on this server.<br />Please install phpBB BEFORE installing mxBB-Portal.<br />\n<br />\n"; ! $lang['Install_phpbb_db_failed'] = "Sorry, we could not connect to the phpBB database.<br />Please check that your phpBB is correctly installed and up and running BEFORE installing mxBB-Portal.<br />\n<br />\n"; ! $lang['Install_phpbb_unsupported'] = "Unfortunately, the phpBB board installed on this server is not supported by mxBB-Portal.<br />Please check the release notes for installation requirements.<br />\n<br />\n"; $lang['Install_noscript_warning'] = "Sorry, this installation requires a JavaScript enabled browser. It might not work on your browser."; $lang['Upgrade_are_you_sure'] = "This upgrade procedure will make modifications to your database. Are you sure you wish to proceed?"; *************** *** 390,399 **** $lang['Subscribe_mxBB_News_now'] = "We recommend that you subscribe to the %smxBB-News Mailing List%s to receive information about important news and release announcements.<br /> <br />%sSubscribe to mxBB-News, now!%s"; $lang['Portal_install_done'][0] = "At this point your basic installation is complete."; ! $lang['Portal_install_done'][1] = "Please, delete the /install and /contrib folders BEFORE proceeding!!!"; $lang['Portal_install_done'][2] = "Remember to make backups as often as possible ;-)"; $lang['Portal_install_done'][3] = "Press the button below and use your Administrator username and password to login to the system."; $lang['Portal_install_done'][4] = "Enter the Admin Control Panel - Management, and upgrade ALL modules - one by one!"; $lang['Portal_install_done'][5] = "Please be sure to check the Portal Configurations and make any required changes."; ! $lang['Go_to_admincp'] = "Now visit the Admin Control Panel and upgrade modules"; $lang['Thanks_for_choosing'] = "Thank you for choosing mxBB-Portal."; $lang['Critical_Error'] = "CRITICAL ERROR"; --- 390,399 ---- $lang['Subscribe_mxBB_News_now'] = "We recommend that you subscribe to the %smxBB-News Mailing List%s to receive information about important news and release announcements.<br /> <br />%sSubscribe to mxBB-News, now!%s"; $lang['Portal_install_done'][0] = "At this point your basic installation is complete."; ! $lang['Portal_install_done'][1] = "Please delete the /install and /contrib folders BEFORE proceeding!!!"; $lang['Portal_install_done'][2] = "Remember to make backups as often as possible ;-)"; $lang['Portal_install_done'][3] = "Press the button below and use your Administrator username and password to login to the system."; $lang['Portal_install_done'][4] = "Enter the Admin Control Panel - Management, and upgrade ALL modules - one by one!"; $lang['Portal_install_done'][5] = "Please be sure to check the Portal Configurations and make any required changes."; ! $lang['Go_to_admincp'] = "Now visit the Admin Control Panel and upgrade your modules"; $lang['Thanks_for_choosing'] = "Thank you for choosing mxBB-Portal."; $lang['Critical_Error'] = "CRITICAL ERROR"; *************** *** 405,411 **** // $lang['Cache_dir_write_protect'] = "Your cache directory is write-protected. Unable to generate the cache file"; ! $lang['Cache_generate'] = "Your cache files have been generated. ;-)"; $lang['Cache_submit'] = "Generate the cache file?"; ! $lang['Cache_explain'] = "With this option you can generate all XML files (cache files) at once for all portal blocks. These files allow the reduction of the number of database queries needed, and improves overall portal performance. <br />Note: the mxBB cache must be enabled (in the Portal General Admin CP) for these files to be used by the system.<br>Further note: the cache files are created on the fly when editing blocks as well."; $lang['Generate_mx_cache'] = "Generate Block Cache"; --- 405,411 ---- // $lang['Cache_dir_write_protect'] = "Your cache directory is write-protected. Unable to generate the cache file"; ! $lang['Cache_generate'] = "Your cache files have been generated."; $lang['Cache_submit'] = "Generate the cache file?"; ! $lang['Cache_explain'] = "With this option you can generate all XML files (cache files) at once for all portal blocks. These files allow the reduction of the number of database queries needed and improves overall portal performance. <br />Note: the mxBB cache must be enabled (in the Portal General Admin CP) for these files to be used by the system.<br>Further note: the cache files are created on the fly when editing blocks as well."; $lang['Generate_mx_cache'] = "Generate Block Cache"; *************** *** 507,511 **** // Announcement // ! $lang['announce_nbr_display'] = "Number of Messages to display (max)"; $lang['announce_nbr_days'] = "Number of Days to Display Messages"; $lang['announce_img'] = "Announcement Image"; --- 507,511 ---- // Announcement // ! $lang['announce_nbr_display'] = "Maxumum Number of Messages to Display"; $lang['announce_nbr_days'] = "Number of Days to Display Messages"; $lang['announce_img'] = "Announcement Image"; *************** *** 518,522 **** $lang['announce_display_global'] = "Display Global Announcements in this Block"; $lang['announce_forum'] = "Source Forums"; ! $lang['announce_forum_explain'] = "- You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; // --- 518,522 ---- $lang['announce_display_global'] = "Display Global Announcements in this Block"; $lang['announce_forum'] = "Source Forums"; ! $lang['announce_forum_explain'] = "- You may make multiple selections<br />* If nothing is selected, all authorized forums will be visible"; // *************** *** 525,529 **** $lang['Poll_Display'] = "Which Poll do you want to display?"; $lang['poll_forum'] = "Source Forums"; ! $lang['poll_forum_explain'] = "- You may make multiple selections<br />* If none is selected, all authorized forums will be visible"; $lang['Not_Specified'] = "Not Specified"; --- 525,529 ---- $lang['Poll_Display'] = "Which Poll do you want to display?"; $lang['poll_forum'] = "Source Forums"; ! $lang['poll_forum_explain'] = "- You may make multiple selections<br />* If nothing is selected, all authorized forums will be visible"; $lang['Not_Specified'] = "Not Specified"; *************** *** 538,542 **** // $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 Nav Menu entry..."; --- 538,542 ---- // $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 Nav Menu entry..."; |