|
From: Jon O. <jon...@us...> - 2005-12-05 22:25:27
|
Update of /cvsroot/mxbb/core27x/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32005/core27x/language/lang_english Modified Files: lang_admin.php Log Message: Updated - more is backported - some is fixed Index: lang_admin.php =================================================================== RCS file: /cvsroot/mxbb/core27x/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 6 May 2005 06:48:06 -0000 1.1 --- lang_admin.php 5 Dec 2005 22:25:12 -0000 1.2 *************** *** 22,25 **** --- 22,64 ---- // + // Left AdminCP Panel + // + $lang['1_General_admin'] = "General"; + $lang['1_1_Management'] = "Configuration"; + + $lang['2_CP'] = "Management"; + $lang['2_1_Modules'] = "Modules Setup<br /><hr>"; + $lang['2_2_FunctionCP'] = "Functions Control Panel"; + $lang['2_3_BlockCP'] = "Block Control Panel"; + $lang['2_4_PageCP'] = "Page Control Panel"; + $lang['2_5_PageCP_settings'] = "Page Settings"; + + $lang['4_Panel_system'] = "System Tools"; + $lang['4_1_Cache'] = "Regenerate Cache"; + $lang['4_1_Integrity'] = "Integrity Checker"; + $lang['4_1_Meta'] = "META tags"; + $lang['4_1_PHPinfo'] = "PHPInfo()"; + + // + // General + // + $lang['AdminCP_status'] = "<b>Progress report</b>"; + $lang['AdminCP_action'] = "<b>DB Action</b>"; + $lang['Invalid_action'] = "Error"; + $lang['was_installed'] = "was installed"; + $lang['was_uninstalled'] = "was uninstalled"; + $lang['was_upgraded'] = "was upgraded"; + $lang['was_exported'] = "was exported"; + $lang['was_deleted'] = "was deleted"; + $lang['was_removed'] = "was removed"; + $lang['was_inserted'] = "was inserted"; + $lang['was_updated'] = "was updated"; + $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..."; + + // // Configuration // *************** *** 69,86 **** $lang['Module'] = "Module"; - $lang['Module_admin'] = "Module Administration"; - $lang['Module_admin_explain'] = "Use this form to customize modules"; $lang['Column_delete'] = "Delete a Column"; - $lang['Module_delete'] = "Delete a Module"; - $lang['Module_delete_explain'] = "Use this form to delete a Module (or function)"; - $lang['Edit_module'] = "Edit a module"; - $lang['Create_module'] = "Add new Module"; - $lang['Module_Config_updated'] = "Module Configuration Updated Successfully"; - $lang['Module_updated'] = "Module information updated successfully"; - $lang['Click_return_module_admin'] = "Click %sHere%s to return to Module Administration"; $lang['Column_name'] = "Column Name"; - $lang['Module_name'] = "Module Name"; - $lang['Module_desc'] = "Description"; - $lang['Module_path'] = "Path"; $lang['Create_column'] = "Add new column"; $lang['Column'] = "Column"; --- 108,113 ---- *************** *** 95,99 **** $lang['Menu_Navigation'] = "Navigation Menu"; - $lang['Modules'] = "Modules"; $lang['Portal_index'] = "Portal Index"; $lang['Poll_Display'] = "Which Poll do you want to display?"; --- 122,125 ---- *************** *** 154,164 **** $lang['Parameter_type'] = "Type"; $lang['Parameter_default'] = "Default value"; - $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...and 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 doc 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. Only intended for module writers..."; $lang['Not_Specified'] = "Not Specified"; $lang['Page'] = "Page"; --- 180,183 ---- *************** *** 166,170 **** $lang['Block_admin'] = "Block Administration"; $lang['Block_admin_explain'] = "Use this form to add, delete and change the settings for each block."; - $lang['Module_include_admin'] = "Include this module in Admin Menu Navigation"; $lang['Translation_Tools'] = "Translation Tools"; $lang['Create_parameter'] = "Add new Parameter"; --- 185,188 ---- *************** *** 179,186 **** $lang['Click_return_page_admin'] = "Click %sHere%s to return to Page Administration"; - $lang['Module_delete_db'] = "Now the module is uninstalled from the portal, but the specific module db tables still exist. Do you also want to permanently delete any related module tables. Warning: you will then lose all data. This should never be done if you plan to upgrade or reinstall the module."; - $lang['Click_module_delete_db_yes'] = "Click %sHere%s to permanently delete all module tables from db"; - - // // Install Process --- 197,200 ---- *************** *** 278,286 **** // New for v. 2.71 - $lang['Error_no_db_install'] = "Error: The file db_install.php doesn't exist. Please verify this and try again..."; - $lang['Error_no_db_uninstall'] = "Error: The file db_uninstall.php doesn't 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 doesn't 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 module instead."; - $lang['Menu_links'] = "Menu URL <br /> - link to external page"; $lang['Menu_page'] = "Menu Page (default/standard) <br /> - link to internal portal page <br /> NOTE: Pages are created using Page Administration."; --- 292,295 ---- *************** *** 301,304 **** --- 310,358 ---- $lang['Return_to_page'] = "Return to Portal Page"; + // New and/or updated for 2.7.7 + + // + // 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>"; + $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"; + $lang['Module_delete'] = "Delete a Module"; + $lang['Module_delete_explain'] = "Use this form to delete a Module (or block function)"; + $lang['Edit_module'] = "Edit a Module"; + $lang['Create_module'] = "Create new Module"; + $lang['Module_name'] = "Module Name"; + $lang['Module_desc'] = "Description"; + $lang['Module_path'] = "Path, eg 'modules/mx_textblocks/'"; + $lang['Module_include_admin'] = "Include this module in left pane Admin Menu 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"; + $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"; + $lang['Module_updated'] = "Module Information Updated successfully"; + + $lang['Generate_mx_cache'] = "Generate Block Cache"; + // // That's all Folks! |