📄 english.php
字号:
<?php
/**
* Main English language file for installer *
* @package Installer
* @access private
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: english.php 3793 2006-06-18 08:01:43Z drbyte $
*/
/**
* defining language components for the page
*/
define('YES', 'YES');
define('NO', 'NO');
// Global entries for the <html> tag
define('HTML_PARAMS','dir="ltr" lang="en"');
// charset for web pages and emails
define('CHARSET', 'iso-8859-1');
// META TAG TITLE
define('META_TAG_TITLE', 'Zen Cart™ Installer');
define('INSTALLATION_IN_PROGRESS','Installation In Progress...');
if (isset($_GET['main_page']) && ($_GET['main_page']== 'index' || $_GET['main_page']== 'license')) {
define('TEXT_ERROR_WARNING', 'Hi: Just a few issues that need addressing before we continue.');
} else {
define('TEXT_ERROR_WARNING', '<span class="errors"><strong>ATTENTION: Problems Found</strong></span>');
}
define('DB_ERROR_NOT_CONNECTED', 'Install Error: Could not connect to the Database');
define('SHOULD_UPGRADE','You should consider upgrading!');
define('MUST_UPGRADE','You need to upgrade this before installing Zen Cart');
define('UPLOAD_SETTINGS','The Maximum upload size supported will be whichever the LOWER of these values:.<br />
<em>upload_max_filesize</em> in php.ini %s <br />
<em>post_max_size</em> in php.ini: %s <br />' .
//'<em>Zen Cart</em> Upload Setting: %s <br />' .
'You may find some Apache settings that prevent you from uploading files or limit your maximum file size.
See the Apache documentation for more information.');
define('TEXT_HELP_LINK', ' more info...');
define('TEXT_CLOSE_WINDOW', '[Close Window]');
define('STORE_ADDRESS_DEFAULT_VALUE', 'Store Name
Address
Country
Phone');
define('ERROR_TEXT_ADMIN_CONFIGURE', '/admin/includes/configure.php does not exist');
define('ERROR_CODE_ADMIN_CONFIGURE', '2');
define('ERROR_TEXT_STORE_CONFIGURE', '/includes/configure.php file does not exist');
define('ERROR_CODE_STORE_CONFIGURE', '3');
define('ERROR_TEXT_PHYSICAL_PATH_ISEMPTY', 'Physical path is empty');
define('ERROR_CODE_PHYSICAL_PATH_ISEMPTY', '9');
define('ERROR_TEXT_PHYSICAL_PATH_INCORRECT', 'Physical path is incorrect');
define('ERROR_CODE_PHYSICAL_PATH_INCORRECT', '10');
define('ERROR_TEXT_VIRTUAL_HTTP_ISEMPTY', 'Virtual HTTP is empty');
define('ERROR_CODE_VIRTUAL_HTTP_ISEMPTY', '11');
define('ERROR_TEXT_VIRTUAL_HTTPS_ISEMPTY', 'Virtual HTTPS is empty');
define('ERROR_CODE_VIRTUAL_HTTPS_ISEMPTY', '12');
define('ERROR_TEXT_VIRTUAL_HTTPS_SERVER_ISEMPTY', 'Virtual HTTPS server is empty');
define('ERROR_CODE_VIRTUAL_HTTPS_SERVER_ISEMPTY', '13');
define('ERROR_TEXT_DB_USERNAME_ISEMPTY', 'Database UserName is empty');
define('ERROR_CODE_DB_USERNAME_ISEMPTY', '16'); // re-using another one, since message is essentially the same.
define('ERROR_TEXT_DB_HOST_ISEMPTY', 'Database Host is empty');
define('ERROR_CODE_DB_HOST_ISEMPTY', '24');
define('ERROR_TEXT_DB_NAME_ISEMPTY', 'Database Name is empty');
define('ERROR_CODE_DB_NAME_ISEMPTY', '25');
define('ERROR_TEXT_DB_SQL_NOTEXIST', 'SQL Install file does not exist');
define('ERROR_CODE_DB_SQL_NOTEXIST', '26');
define('ERROR_TEXT_DB_NOTSUPPORTED', 'Database not supported');
define('ERROR_CODE_DB_NOTSUPPORTED', '27');
define('ERROR_TEXT_DB_CONNECTION_FAILED', 'Connection to Database failed');
define('ERROR_CODE_DB_CONNECTION_FAILED', '28');
define('ERROR_TEXT_DB_CREATE_FAILED', 'Could not create database');
define('ERROR_CODE_DB_CREATE_FAILED', '29');
define('ERROR_TEXT_DB_NOTEXIST', 'Database does not exist');
define('ERROR_CODE_DB_NOTEXIST', '30');
define('ERROR_TEXT_STORE_NAME_ISEMPTY', 'Store name is empty');
define('ERROR_CODE_STORE_NAME_ISEMPTY', '31');
define('ERROR_TEXT_STORE_OWNER_ISEMPTY', 'Store owner is empty');
define('ERROR_CODE_STORE_OWNER_ISEMPTY', '32');
define('ERROR_TEXT_STORE_OWNER_EMAIL_ISEMPTY', 'Store email address is empty');
define('ERROR_CODE_STORE_OWNER_EMAIL_ISEMPTY', '33');
define('ERROR_TEXT_STORE_OWNER_EMAIL_NOTEMAIL', 'Store email address is not valid');
define('ERROR_CODE_STORE_OWNER_EMAIL_NOTEMAIL', '34');
define('ERROR_TEXT_STORE_ADDRESS_ISEMPTY', 'Store address is empty');
define('ERROR_CODE_STORE_ADDRESS_ISEMPTY', '35');
define('ERROR_TEXT_DEMO_SQL_NOTEXIST', 'Demo product SQL file does not exist');
define('ERROR_CODE_DEMO_SQL_NOTEXIST', '36');
define('ERROR_TEXT_ADMIN_USERNAME_ISEMPTY', 'Admin user name is empty');
define('ERROR_CODE_ADMIN_USERNAME_ISEMPTY', '46');
define('ERROR_TEXT_ADMIN_EMAIL_ISEMPTY', 'Admin email empty');
define('ERROR_CODE_ADMIN_EMAIL_ISEMPTY', '47');
define('ERROR_TEXT_ADMIN_EMAIL_NOTEMAIL', 'Admin email is not valid');
define('ERROR_CODE_ADMIN_EMAIL_NOTEMAIL', '48');
define('ERROR_TEXT_ADMIN_PASS_ISEMPTY', 'Admin password is empty');
define('ERROR_CODE_ADMIN_PASS_ISEMPTY', '49');
define('ERROR_TEXT_ADMIN_PASS_NOTEQUAL', 'Passwords do not match');
define('ERROR_CODE_ADMIN_PASS_NOTEQUAL', '50');
define('ERROR_TEXT_4_1_2', 'PHP Version is 4.1.2');
define('ERROR_CODE_4_1_2', '1');
define('ERROR_TEXT_PHP_OLD_VERSION', 'PHP Version not supported');
define('ERROR_CODE_PHP_OLD_VERSION', '55');
define('ERROR_TEXT_PHP_VERSION', 'PHP Version not supported');
define('ERROR_CODE_PHP_VERSION', '91');
define('ERROR_TEXT_ADMIN_CONFIGURE_WRITE', 'admin configure.php is not writeable');
define('ERROR_CODE_ADMIN_CONFIGURE_WRITE', '56');
define('ERROR_TEXT_STORE_CONFIGURE_WRITE', 'store configure.php is not writeable');
define('ERROR_CODE_STORE_CONFIGURE_WRITE', '57');
define('ERROR_TEXT_CACHE_DIR_ISEMPTY', 'The Session/SQL Cache Directory entry is empty');
define('ERROR_CODE_CACHE_DIR_ISEMPTY', '61');
define('ERROR_TEXT_CACHE_DIR_ISDIR', 'The Session/SQL Cache Directory entry does not exist');
define('ERROR_CODE_CACHE_DIR_ISDIR', '62');
define('ERROR_TEXT_CACHE_DIR_ISWRITEABLE', 'The Session/SQL Cache Directory entry is not writeable');
define('ERROR_CODE_CACHE_DIR_ISWRITEABLE', '63');
define('ERROR_TEXT_PHPBB_CONFIG_NOTEXIST', 'phpBB config files do not exist');
define('ERROR_CODE_PHPBB_CONFIG_NOTEXIST', '68');
define('ERROR_TEXT_REGISTER_GLOBALS_ON', 'Register Globals is ON');
define('ERROR_CODE_REGISTER_GLOBALS_ON', '69');
define('ERROR_TEXT_SAFE_MODE_ON', 'Safe Mode is ON');
define('ERROR_CODE_SAFE_MODE_ON', '70');
define('ERROR_TEXT_CACHE_CUSTOM_NEEDED','Cache folder required to use file caching support');
define('ERROR_CODE_CACHE_CUSTOM_NEEDED', '71');
define('ERROR_TEXT_TABLE_RENAME_CONFIGUREPHP_FAILED','Could not update all your configure.php files with new prefix');
define('ERROR_CODE_TABLE_RENAME_CONFIGUREPHP_FAILED', '72');
define('ERROR_TEXT_TABLE_RENAME_INCOMPLETE','Could not rename all tables');
define('ERROR_CODE_TABLE_RENAME_INCOMPLETE', '73');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -