⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 english.php

📁 美国cre loaded 6.2 b2b网站系统升级补丁
💻 PHP
📖 第 1 页 / 共 5 页
字号:
define('ENTRY_STREET_ADDRESS_TEXT', '*');define('ENTRY_POST_CODE_TEXT', '*');define('ENTRY_CITY', 'City:');define('ENTRY_CITY_ERROR', '<span class="errorText">&nbsp;City must contain a minimum of ' . ENTRY_CITY_MIN_LENGTH . ' characters.</span>');define('ENTRY_CITY_TEXT', '*');//GB formatdefine('ENTRY_STATE_TEXT', '*');define('ENTRY_COUNTRY', 'Country:');define('ENTRY_COUNTRY_ERROR', 'You must select a country from the Countries pull down menu.');define('ENTRY_COUNTRY_TEXT', '*');define('ENTRY_TELEPHONE_NUMBER', 'Telephone Number:');define('ENTRY_TELEPHONE_NUMBER_ERROR', '<span class="errorText">&nbsp;Telephone Number must contain a minimum of ' . ENTRY_TELEPHONE_MIN_LENGTH . ' characters.</span>');define('ENTRY_TELEPHONE_NUMBER_TEXT', '*');define('ENTRY_FAX_NUMBER', 'Fax Number:');define('ENTRY_FAX_NUMBER_ERROR', '');define('ENTRY_FAX_NUMBER_TEXT', '');define('ENTRY_NEWSLETTER', 'Newsletter:');define('ENTRY_NEWSLETTER_TEXT', '');define('ENTRY_NEWSLETTER_YES', 'Subscribed');define('ENTRY_NEWSLETTER_NO', 'Unsubscribed');define('ENTRY_NEWSLETTER_ERROR', '');define('ENTRY_PASSWORD', 'Password:');define('ENTRY_PASSWORD_ERROR', '<span class="errorText">&nbsp;Password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.</span>');define('ENTRY_PASSWORD_ERROR_NOT_MATCHING', '<span class="errorText">&nbsp;The Password Confirmation must match your Password.</span>');define('ENTRY_PASSWORD_TEXT', '*');define('ENTRY_PASSWORD_CONFIRMATION', 'Password Confirmation:');define('ENTRY_PASSWORD_CONFIRMATION_TEXT', '*');define('ENTRY_PASSWORD_CURRENT', 'Current Password:');define('ENTRY_PASSWORD_CURRENT_TEXT', '*');define('ENTRY_PASSWORD_CURRENT_ERROR', '<span class="errorText">&nbsp;Password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.</span>');define('ENTRY_PASSWORD_NEW', 'New Password:');define('ENTRY_PASSWORD_NEW_TEXT', '*');define('ENTRY_PASSWORD_NEW_ERROR', '<span class="errorText">&nbsp;New Password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.</span>');define('ENTRY_PASSWORD_NEW_ERROR_NOT_MATCHING', 'The Password Confirmation must match your new Password.');define('PASSWORD_HIDDEN', '--HIDDEN--');define('FORM_REQUIRED_INFORMATION', '* Required information');define('CATEGORY_ORDER_DETAILS', 'Customer Details');define('ENTRY_CURRENCY', 'Customer Currency');// imagesdefine('IMAGE_ANI_SEND_EMAIL', 'Sending E-Mail');define('IMAGE_BACK', 'Back');define('IMAGE_BACKUP', 'Backup');define('IMAGE_CANCEL', 'Cancel');define('IMAGE_BUTTON_CONTINUE', 'Continue');define('IMAGE_CONFIRM', 'Confirm');define('IMAGE_COPY', 'Copy');define('IMAGE_COPY_TO', 'Copy To');define('IMAGE_DETAILS', 'Details');define('IMAGE_DELETE', 'Delete');define('IMAGE_EDIT', 'Edit');define('IMAGE_EDIT_STATUS', 'Edit Order Status');define('IMAGE_EDIT_ORDER', 'Edit Order');define('IMAGE_EDIT_LANG_DEFINE', 'Edit Language Defines');define('IMAGE_EMAIL', 'Email');define('IMAGE_FILE_MANAGER', 'File Manager');define('IMAGE_ICON_STATUS_GREEN', 'Active');define('IMAGE_ICON_STATUS_GREEN_LIGHT', 'Set Active');define('IMAGE_ICON_STATUS_RED', 'Inactive');define('IMAGE_ICON_STATUS_RED_LIGHT', 'Set Inactive');define('IMAGE_ICON_INFO', 'Info');define('IMAGE_INSERT', 'Insert');define('IMAGE_LOCK', 'Lock');define('IMAGE_MODULE_INSTALL', 'Install Module');define('IMAGE_MODULE_REMOVE', 'Remove Module');define('IMAGE_MOVE', 'Move');define('IMAGE_NEW_BANNER', 'New Banner');define('IMAGE_NEW_CATEGORY', 'New Category');define('IMAGE_NEW_COUNTRY', 'New Country');define('IMAGE_NEW_CURRENCY', 'New Currency');define('IMAGE_NEW_FILE', 'New File');define('IMAGE_NEW_FOLDER', 'New Folder');define('IMAGE_NEW_LANGUAGE', 'New Language');define('IMAGE_NEW_NEWSLETTER', 'New Newsletter');define('IMAGE_NEW_PRODUCT', 'New Product');define('IMAGE_NEW_SALE', 'New Sale');define('IMAGE_NEW_TAX_CLASS', 'New Tax Class');define('IMAGE_NEW_TAX_RATE', 'New Tax Rate');define('IMAGE_NEW_TAX_ZONE', 'New Tax Zone');define('IMAGE_NEW_ZONE', 'New Zone');define('IMAGE_ORDERS', 'Orders');define('IMAGE_ORDERS_INVOICE', 'Invoice');define('IMAGE_ORDERS_PACKINGSLIP', 'Packing Slip');define('IMAGE_PREVIEW', 'Preview');define('IMAGE_RESTORE', 'Restore');define('IMAGE_RESET', 'Reset');define('IMAGE_SAVE', 'Save');define('IMAGE_SEARCH', 'Search');define('IMAGE_SELECT', 'Select');define('IMAGE_SEND', 'Send');define('IMAGE_SEND_EMAIL', 'Send Email');define('IMAGE_UNLOCK', 'Unlock');define('IMAGE_UPDATE', 'Update');define('IMAGE_UPDATE_CURRENCIES', 'Update Exchange Rate');define('IMAGE_UPLOAD', 'Upload');define('ICON_CROSS', 'False');define('ICON_CURRENT_FOLDER', 'Current Folder');define('ICON_DELETE', 'Delete');//added for quick product edit DMGdefine('ICON_EDIT','Edit');define('ICON_ERROR', 'Error');define('ICON_FILE', 'File');define('ICON_FILE_DOWNLOAD', 'Download');define('ICON_FOLDER', 'Folder');define('ICON_LOCKED', 'Locked');define('ICON_PREVIOUS_LEVEL', 'Previous Level');define('ICON_PREVIEW', 'Preview');define('ICON_STATISTICS', 'Statistics');define('ICON_SUCCESS', 'Success');define('ICON_TICK', 'True');define('ICON_UNLOCKED', 'Unlocked');define('ICON_WARNING', 'Warning');// constants for use in tep_prev_next_display functiondefine('TEXT_RESULT_PAGE', 'Page %s of %d');define('TEXT_DISPLAY_NUMBER_OF_BANNERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> banners)');define('TEXT_DISPLAY_NUMBER_OF_COUNTRIES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> countries)');define('TEXT_DISPLAY_NUMBER_OF_CUSTOMERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> customers)');define('TEXT_DISPLAY_NUMBER_OF_CURRENCIES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> currencies)');define('TEXT_DISPLAY_NUMBER_OF_LANGUAGES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> languages)');define('TEXT_DISPLAY_NUMBER_OF_MANUFACTURERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> manufacturers)');define('TEXT_DISPLAY_NUMBER_OF_NEWSLETTERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> newsletters)');define('TEXT_DISPLAY_NUMBER_OF_ORDERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> orders)');define('TEXT_DISPLAY_NUMBER_OF_ORDERS_STATUS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> orders status)');define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> products)');define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS_EXPECTED', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> products expected)');define('TEXT_DISPLAY_NUMBER_OF_REVIEWS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> product reviews)');define('TEXT_DISPLAY_NUMBER_OF_SALES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> sales)');define('TEXT_DISPLAY_NUMBER_OF_SPECIALS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> products on special)');define('TEXT_DISPLAY_NUMBER_OF_TAX_CLASSES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> tax classes)');define('TEXT_DISPLAY_NUMBER_OF_TAX_ZONES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> tax zones)');define('TEXT_DISPLAY_NUMBER_OF_TAX_RATES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> tax rates)');define('TEXT_DISPLAY_NUMBER_OF_ZONES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> zones)');define('PREVNEXT_BUTTON_PREV', '&lt;&lt;');define('PREVNEXT_BUTTON_NEXT', '&gt;&gt;');define('TEXT_DEFAULT', 'Site default');define('TEXT_SET_DEFAULT', 'Set as sites default');define('TEXT_FIELD_REQUIRED', '&nbsp;<span class="fieldRequired">* Required</span>');define('ERROR_NO_DEFAULT_CURRENCY_DEFINED', 'Error: There is currently no default currency set. Please set one at: Administration Tool->Localization->Currencies');define('TEXT_NONE', '--none--');define('TEXT_TOP', 'Top');define('ERROR_DESTINATION_DOES_NOT_EXIST', 'Error: Destination does not exist.');define('ERROR_DESTINATION_NOT_WRITEABLE', 'Error: Destination not writeable.');define('ERROR_FILE_NOT_SAVED', 'Error: File upload not saved.');define('ERROR_FILETYPE_NOT_ALLOWED', 'Error: File upload type not allowed.');define('SUCCESS_FILE_SAVED_SUCCESSFULLY', 'Success: File upload saved successfully.');define('WARNING_NO_FILE_UPLOADED', 'Warning: No file uploaded.');define('WARNING_FILE_UPLOADS_DISABLED', 'Warning: File uploads are disabled in the php.ini configuration file.');define('TEXT_DISPLAY_NUMBER_OF_PAYPALIPN_TRANSACTIONS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> transactions)'); // PAYPALIPNdefine('ERROR_TEP_MAIL', '<font face="Verdana, Arial" size="2" color="#ff0000"><b><small>TEP ERROR:</small> Cannot send the email through the specified SMTP server. Please check your php.ini setting and correct the SMTP server if necessary.</b></font>');define('WARNING_INSTALL_DIRECTORY_EXISTS', 'Warning: Installation directory exists at: ' . dirname($_SERVER['SCRIPT_FILENAME']) . '/install. Please remove this directory for security reasons.');define('WARNING_UPGRADES_DIRECTORY_EXISTS', 'Warning: Upgrades directory exists at: ' . dirname($_SERVER['SCRIPT_FILENAME']) . '/upgrades. Please remove this directory for security reasons.');define('WARNING_CONFIG_FILE_WRITEABLE', 'Warning: I am able to write to the configuration file: ' . dirname($_SERVER['SCRIPT_FILENAME']) . '/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.');define('WARNING_CONFIG_FILE_WRITEABLE_CATALOG', 'Warning: I am able to write to the configuration file: ' . DIR_FS_CATALOG . 'includes/configure.php. This is a potential security risk - please set the right user permissions on this file.');define('WARNING_SESSION_DIRECTORY_NON_EXISTENT', 'Warning: The sessions directory does not exist: ' . tep_session_save_path() . '. Sessions will not work until this directory is created.');define('WARNING_SESSION_DIRECTORY_NOT_WRITEABLE', 'Warning: I am not able to write to the sessions directory: ' . tep_session_save_path() . '. Sessions will not work until the right user permissions are set.');define('WARNING_SESSION_AUTO_START', 'Warning: session.auto_start is enabled - please disable this php feature in php.ini and restart the web server.');define('WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT', 'Warning: The downloadable products directory does not exist: ' . DIR_FS_CATALOG . 'download/' . '. Downloadable products will not work until this directory is valid.');define('WARNING_ENCRYPT_FILE_MISSING', 'Warning: The Encryption key file is missing.');define('WARNING_TMP_DIRECTORY_NON_EXISTENT', 'Warning: The /tmp is not writable: ' . DIR_FS_CATALOG . 'tmp/' . '. The page cacheing will not work until this directory is writable.');define('BOX_HEADING_PAYPALIPN_ADMIN', 'Paypal IPN'); // PAYPALIPNdefine('BOX_PAYPALIPN_ADMIN_TRANSACTIONS', 'Transactions'); // PAYPALIPNdefine('BOX_PAYPALIPN_ADMIN_TESTS', 'Send Test IPN'); // PAYPALIPNdefine('BOX_CATALOG_XSELL_PRODUCTS', 'Cross Sell Products'); // X-Selldefine('TEXT_CSCAL_ERROR_CARD_TYPE_MISMATCH', 'Error: 01 The Credit Card number does not match the Card Type:');define('TEXT_CCVAL_ERROR_INVALID_MONTH', 'Error: 02 The expiry date Motnth entered for the credit card is invalid.Please check the date and try again.');define('TEXT_CCVAL_ERROR_INVALID_YEAR', 'Error: 03 The expiry date year entered for the credit card is invalid.Please check the date and try again.');define('TEXT_CCVAL_ERROR_INVALID_DATE', 'Error: 04 The expiry date entered for the credit card is invalid.Please check the date and try again.');define('TEXT_CCVAL_ERROR_INVALID_NUMBER', 'Error: 05 The credit card number entered is invalid. Please check the number for misstyped numbers and try again.');define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'Error: 06 The first four digits of the number entered are: %s If that number is correct, we do not accept that type of credit card.If it is wrong, please try again.');define('TEXT_CCVAL_ERROR_NOT_ACCEPTED', 'Error: 07 The credit card number you have entered appears to be a %s card. Unfortunately at this time we do not accept %s as payment.');define('TEXT_CCVAL_ERROR_BLACKLIST', 'Error: 08 We cannot accept your card as it is blacklisted, if you feel you have recieved this message in error please contact your card issuer.');define('TEXT_CCVAL_ERROR_SHORT', 'Error: 09 You have not entered the correct amount of digits. Please ensure you have entered all of the long number displayed on the front of your card');define('TEXT_CCVAL_ERROR_CVV_LENGTH', 'Error: 10 The CCV/CVV/CID number entered is the incorrect length. Please try again.');define('IMAGE_BUTTON_PRINT_ORDER', 'Order Printable');// BOF: Lango Added for print order MODdefine('IMAGE_BUTTON_PRINT', 'Print');// EOF: Lango Added for print order MOD// BOF: Lango Added for Featured product MOD  define('BOX_CATALOG_FEATURED', 'Featured Products');// EOF: Lango Added for Featured product MOD// BOF: Lango Added for Sales Stats MODdefine('BOX_REPORTS_MONTHLY_SALES', 'Monthly Sales/Tax');// EOF: Lango Added for Sales Stats MOD// BOF: Lango Added for template MOD// WebMakers.com Added: Attribute Sorter, Copier and Catalog additionsrequire(DIR_WS_LANGUAGES . $language . '/' . 'attributes_sorter.php');//DWD Modify: Information Page Unlimited 1.1f - PT  define('BOX_HEADING_INFORMATION', 'Content Manager');  define('BOX_INFORMATION_MANAGER', 'Info Manager');//DWD Modify Endinclude('includes/languages/order_edit_english.php');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -