|
From: Andrew N. \(MHobbit\) <men...@us...> - 2005-10-22 19:55:47
|
Update of /cvsroot/mxbb/core/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1319/language/lang_english Modified Files: lang_admin.php Log Message: Fixed some language entries... just spelling and capitalization errors really. Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/language/lang_english/lang_admin.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** lang_admin.php 22 Oct 2005 10:51:02 -0000 1.47 --- lang_admin.php 22 Oct 2005 19:55:39 -0000 1.48 *************** *** 60,64 **** $lang['No_functions'] = "This module has no block functions"; $lang['No_parameters'] = "This function has no parameters"; ! $lang['No_blocks'] = "No blocks for this function has been created"; $lang['No_pages'] = "No pages created"; $lang['No_settings'] = "No further settings for this block"; --- 60,64 ---- $lang['No_functions'] = "This module has no block functions"; $lang['No_parameters'] = "This function has no parameters"; ! $lang['No_blocks'] = "No blocks for this function have been created"; $lang['No_pages'] = "No pages created"; $lang['No_settings'] = "No further settings for this block"; *************** *** 82,86 **** $lang['AdminCP_status'] = "<b>Progress report</b>"; ! $lang['AdminCP_action'] = "<b>DB action</b>"; $lang['Invalid_action'] = "Error"; $lang['was_installed'] = "was installed"; --- 82,86 ---- $lang['AdminCP_status'] = "<b>Progress report</b>"; ! $lang['AdminCP_action'] = "<b>DB Action</b>"; $lang['Invalid_action'] = "Error"; $lang['was_installed'] = "was installed"; *************** *** 96,100 **** $lang['was_synced'] = "was synced"; ! $lang['error_no_field'] = "Missing field. Please fill out all needed fields..."; // --- 96,100 ---- $lang['was_synced'] = "was synced"; ! $lang['error_no_field'] = "There's a missing field. Please fill out all the needed fields..."; // *************** *** 126,132 **** // $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>"; $lang['Modulecp_admin'] = "Module Control Panel"; ! $lang['Modulecp_admin_explain'] = "Use this form to manage modules: block functions (parameters) and portal blocks.<br /><b>To use this panel, you need to have javascript and cookies enabled in your browser!</b>"; $lang['Modules'] = "Modules"; $lang['Module'] = "Module"; --- 126,132 ---- // $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>"; $lang['Modulecp_admin'] = "Module Control Panel"; ! $lang['Modulecp_admin_explain'] = "Use this form to manage modules: block functions (parameters) and portal blocks.<br /><b>To use this panel, you need to have JavaScript and cookies enabled in your browser!</b>"; $lang['Modules'] = "Modules"; $lang['Module'] = "Module"; *************** *** 143,162 **** // 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"; ! $lang['Click_module_upgrade_yes'] = "Click %sHere%s to upgrade the Module"; ! $lang['Click_module_export_yes'] = "Click %sHere%s to export the Module"; $lang['Error_no_db_install'] = "Error: The file db_install.php does not exist. Please verify this and try again..."; $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again..."; $lang['Error_no_db_upgrade'] = "Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_module_installed'] = "Error: This module is already installed! Please either first delete module, or upgrade the module instead."; $lang['Uninstall_module'] = "Uninstall Module"; $lang['import_module_pack'] = "Install Module"; ! $lang['import_module_pack_explain'] = "This will add a Module to the portal. Be sure the Module Package is uploaded to the /modules folder. Remember to use the latest Module version!"; $lang['upgrade_module_pack'] = "Upgrade Module"; ! $lang['upgrade_module_pack_explain']= "This will upgrade your Module. Be sure to read the Module Documentation before proceeding, or you may risk module data loss."; $lang['export_module_pack'] = "Export Module"; $lang['Export_Module'] = "Select a Module:"; ! $lang['export_module_pack_explain'] = "This will export a Module *.pak file. This is only intended for Module writers..."; $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; --- 143,162 ---- // 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"; ! $lang['Click_module_upgrade_yes'] = "Click %sHere%s to upgrade the module"; ! $lang['Click_module_export_yes'] = "Click %sHere%s to export the module"; $lang['Error_no_db_install'] = "Error: The file db_install.php does not exist. Please verify this and try again..."; $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php does not exist, or the uninstall feature is not supported for this module. Please verify this and try again..."; $lang['Error_no_db_upgrade'] = "Error: The file db_upgrade.php does not exist, or the upgrade feature is not supported for this module. Please verify this and try again..."; ! $lang['Error_module_installed'] = "Error: This module is already installed! Please either first delete the module, or upgrade the module instead."; $lang['Uninstall_module'] = "Uninstall Module"; $lang['import_module_pack'] = "Install Module"; ! $lang['import_module_pack_explain'] = "This will add a module to the portal. Be sure the Module Package is uploaded to the /modules folder. Remember to use the latest Module version!"; $lang['upgrade_module_pack'] = "Upgrade Module"; ! $lang['upgrade_module_pack_explain']= "This will upgrade your module. Be sure to read the Module Documentation before proceeding, or you may risk module data loss."; $lang['export_module_pack'] = "Export Module"; $lang['Export_Module'] = "Select a Module:"; ! $lang['export_module_pack_explain'] = "This will export a module *.pak file. This is only intended for module writers..."; $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; *************** *** 168,172 **** $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"; --- 168,172 ---- $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"; *************** *** 231,237 **** $lang['Show_title_explain'] = "Whether or not to display the block title"; $lang['Show_block'] = "Show Block?"; ! $lang['Show_block_explain'] = "- if 'no', the Block is hidden to all users, except administrators"; $lang['Show_stats'] = "Show Statistics?"; ! $lang['Show_stats_explain'] = "- if 'yes', 'edited by...' will be displayed below the block"; $lang['Show_blocks'] = "View Function Blocks"; $lang['Block_delete'] = "Delete a Block"; --- 231,237 ---- $lang['Show_title_explain'] = "Whether or not to display the block title"; $lang['Show_block'] = "Show Block?"; ! $lang['Show_block_explain'] = "- If 'no', the Block is hidden to all users, except administrators"; $lang['Show_stats'] = "Show Statistics?"; ! $lang['Show_stats_explain'] = "- If 'yes', 'edited by...' will be displayed below the block"; $lang['Show_blocks'] = "View Function Blocks"; $lang['Block_delete'] = "Delete a Block"; *************** *** 295,299 **** $lang['Mx_IP_filter'] = "IP Filter"; ! $lang['Mx_IP_filter_explain'] = "To restrict access to this page by IP, enter the valid IP adresses - one IP adress per line.<br>Eg 127.0.0.1 or 127.1.*.*"; $lang['Column_admin'] = "Page Column Administration"; $lang['Column_admin_explain'] = "Administer Page Columns"; --- 295,299 ---- $lang['Mx_IP_filter'] = "IP Filter"; ! $lang['Mx_IP_filter_explain'] = "To restrict access to this page by IP, enter the valid IP adresses - one IP address per line.<br>Eg 127.0.0.1 or 127.1.*.*"; $lang['Column_admin'] = "Page Column Administration"; $lang['Column_admin_explain'] = "Administer Page Columns"; *************** *** 340,344 **** $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"; --- 340,344 ---- $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"; |