[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 <?php 2 /* 3 $Id: english.php,v 1.106 2003/06/20 00:18:31 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 // look in your $PATH_LOCALE/locale directory for available locales.. 14 // on RedHat6.0 I used 'en_US' 15 // on FreeBSD 4.0 I use 'en_US.ISO_8859-1' 16 // this may not work under win32 environments.. 17 setlocale(LC_TIME, 'en_US.ISO_8859-1'); 18 define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime() 19 define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime() 20 define('DATE_FORMAT', 'm/d/Y'); // this is used for date() 21 define('PHP_DATE_TIME_FORMAT', 'm/d/Y H:i:s'); // this is used for date() 22 define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S'); 23 24 //// 25 // Return date in raw format 26 // $date should be in format mm/dd/yyyy 27 // raw date is in format YYYYMMDD, or DDMMYYYY 28 function tep_date_raw($date, $reverse = false) { 29 if ($reverse) { 30 return substr($date, 3, 2) . substr($date, 0, 2) . substr($date, 6, 4); 31 } else { 32 return substr($date, 6, 4) . substr($date, 0, 2) . substr($date, 3, 2); 33 } 34 } 35 36 // Global entries for the <html> tag 37 define('HTML_PARAMS','dir="ltr" lang="en"'); 38 39 // charset for web pages and emails 40 define('CHARSET', 'iso-8859-1'); 41 42 // page title 43 define('TITLE', 'osCommerce'); 44 45 // header text in includes/header.php 46 define('HEADER_TITLE_TOP', 'Administration'); 47 define('HEADER_TITLE_SUPPORT_SITE', 'Support Site'); 48 define('HEADER_TITLE_ONLINE_CATALOG', 'Online Catalog'); 49 define('HEADER_TITLE_ADMINISTRATION', 'Administration'); 50 51 // text for gender 52 define('MALE', 'Male'); 53 define('FEMALE', 'Female'); 54 55 // text for date of birth example 56 define('DOB_FORMAT_STRING', 'mm/dd/yyyy'); 57 58 // configuration box text in includes/boxes/configuration.php 59 define('BOX_HEADING_CONFIGURATION', 'Configuration'); 60 define('BOX_CONFIGURATION_MYSTORE', 'My Store'); 61 define('BOX_CONFIGURATION_LOGGING', 'Logging'); 62 define('BOX_CONFIGURATION_CACHE', 'Cache'); 63 64 // modules box text in includes/boxes/modules.php 65 define('BOX_HEADING_MODULES', 'Modules'); 66 define('BOX_MODULES_PAYMENT', 'Payment'); 67 define('BOX_MODULES_SHIPPING', 'Shipping'); 68 define('BOX_MODULES_ORDER_TOTAL', 'Order Total'); 69 70 // categories box text in includes/boxes/catalog.php 71 define('BOX_HEADING_CATALOG', 'Catalog'); 72 define('BOX_CATALOG_CATEGORIES_PRODUCTS', 'Categories/Products'); 73 define('BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES', 'Products Attributes'); 74 define('BOX_CATALOG_MANUFACTURERS', 'Manufacturers'); 75 define('BOX_CATALOG_REVIEWS', 'Reviews'); 76 define('BOX_CATALOG_SPECIALS', 'Specials'); 77 define('BOX_CATALOG_PRODUCTS_EXPECTED', 'Products Expected'); 78 79 // customers box text in includes/boxes/customers.php 80 define('BOX_HEADING_CUSTOMERS', 'Customers'); 81 define('BOX_CUSTOMERS_CUSTOMERS', 'Customers'); 82 define('BOX_CUSTOMERS_ORDERS', 'Orders'); 83 84 // taxes box text in includes/boxes/taxes.php 85 define('BOX_HEADING_LOCATION_AND_TAXES', 'Locations / Taxes'); 86 define('BOX_TAXES_COUNTRIES', 'Countries'); 87 define('BOX_TAXES_ZONES', 'Zones'); 88 define('BOX_TAXES_GEO_ZONES', 'Tax Zones'); 89 define('BOX_TAXES_TAX_CLASSES', 'Tax Classes'); 90 define('BOX_TAXES_TAX_RATES', 'Tax Rates'); 91 92 // reports box text in includes/boxes/reports.php 93 define('BOX_HEADING_REPORTS', 'Reports'); 94 define('BOX_REPORTS_PRODUCTS_VIEWED', 'Products Viewed'); 95 define('BOX_REPORTS_PRODUCTS_PURCHASED', 'Products Purchased'); 96 define('BOX_REPORTS_ORDERS_TOTAL', 'Customer Orders-Total'); 97 98 // tools text in includes/boxes/tools.php 99 define('BOX_HEADING_TOOLS', 'Tools'); 100 define('BOX_TOOLS_BACKUP', 'Database Backup'); 101 define('BOX_TOOLS_BANNER_MANAGER', 'Banner Manager'); 102 define('BOX_TOOLS_CACHE', 'Cache Control'); 103 define('BOX_TOOLS_DEFINE_LANGUAGE', 'Define Languages'); 104 define('BOX_TOOLS_FILE_MANAGER', 'File Manager'); 105 define('BOX_TOOLS_MAIL', 'Send Email'); 106 define('BOX_TOOLS_NEWSLETTER_MANAGER', 'Newsletter Manager'); 107 define('BOX_TOOLS_SERVER_INFO', 'Server Info'); 108 define('BOX_TOOLS_WHOS_ONLINE', 'Who\'s Online'); 109 110 // localizaion box text in includes/boxes/localization.php 111 define('BOX_HEADING_LOCALIZATION', 'Localization'); 112 define('BOX_LOCALIZATION_CURRENCIES', 'Currencies'); 113 define('BOX_LOCALIZATION_LANGUAGES', 'Languages'); 114 define('BOX_LOCALIZATION_ORDERS_STATUS', 'Orders Status'); 115 116 // javascript messages 117 define('JS_ERROR', 'Errors have occured during the process of your form!\nPlease make the following corrections:\n\n'); 118 119 define('JS_OPTIONS_VALUE_PRICE', '* The new product atribute needs a price value\n'); 120 define('JS_OPTIONS_VALUE_PRICE_PREFIX', '* The new product atribute needs a price prefix\n'); 121 122 define('JS_PRODUCTS_NAME', '* The new product needs a name\n'); 123 define('JS_PRODUCTS_DESCRIPTION', '* The new product needs a description\n'); 124 define('JS_PRODUCTS_PRICE', '* The new product needs a price value\n'); 125 define('JS_PRODUCTS_WEIGHT', '* The new product needs a weight value\n'); 126 define('JS_PRODUCTS_QUANTITY', '* The new product needs a quantity value\n'); 127 define('JS_PRODUCTS_MODEL', '* The new product needs a model value\n'); 128 define('JS_PRODUCTS_IMAGE', '* The new product needs an image value\n'); 129 130 define('JS_SPECIALS_PRODUCTS_PRICE', '* A new price for this product needs to be set\n'); 131 132 define('JS_GENDER', '* The \'Gender\' value must be chosen.\n'); 133 define('JS_FIRST_NAME', '* The \'First Name\' entry must have at least ' . ENTRY_FIRST_NAME_MIN_LENGTH . ' characters.\n'); 134 define('JS_LAST_NAME', '* The \'Last Name\' entry must have at least ' . ENTRY_LAST_NAME_MIN_LENGTH . ' characters.\n'); 135 define('JS_DOB', '* The \'Date of Birth\' entry must be in the format: xx/xx/xxxx (month/date/year).\n'); 136 define('JS_EMAIL_ADDRESS', '* The \'E-Mail Address\' entry must have at least ' . ENTRY_EMAIL_ADDRESS_MIN_LENGTH . ' characters.\n'); 137 define('JS_ADDRESS', '* The \'Street Address\' entry must have at least ' . ENTRY_STREET_ADDRESS_MIN_LENGTH . ' characters.\n'); 138 define('JS_POST_CODE', '* The \'Post Code\' entry must have at least ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.\n'); 139 define('JS_CITY', '* The \'City\' entry must have at least ' . ENTRY_CITY_MIN_LENGTH . ' characters.\n'); 140 define('JS_STATE', '* The \'State\' entry is must be selected.\n'); 141 define('JS_STATE_SELECT', '-- Select Above --'); 142 define('JS_ZONE', '* The \'State\' entry must be selected from the list for this country.'); 143 define('JS_COUNTRY', '* The \'Country\' value must be chosen.\n'); 144 define('JS_TELEPHONE', '* The \'Telephone Number\' entry must have at least ' . ENTRY_TELEPHONE_MIN_LENGTH . ' characters.\n'); 145 define('JS_PASSWORD', '* The \'Password\' amd \'Confirmation\' entries must match amd have at least ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.\n'); 146 147 define('JS_ORDER_DOES_NOT_EXIST', 'Order Number %s does not exist!'); 148 149 define('CATEGORY_PERSONAL', 'Personal'); 150 define('CATEGORY_ADDRESS', 'Address'); 151 define('CATEGORY_CONTACT', 'Contact'); 152 define('CATEGORY_COMPANY', 'Company'); 153 define('CATEGORY_OPTIONS', 'Options'); 154 155 define('ENTRY_GENDER', 'Gender:'); 156 define('ENTRY_GENDER_ERROR', ' <span class="errorText">required</span>'); 157 define('ENTRY_FIRST_NAME', 'First Name:'); 158 define('ENTRY_FIRST_NAME_ERROR', ' <span class="errorText">min ' . ENTRY_FIRST_NAME_MIN_LENGTH . ' chars</span>'); 159 define('ENTRY_LAST_NAME', 'Last Name:'); 160 define('ENTRY_LAST_NAME_ERROR', ' <span class="errorText">min ' . ENTRY_LAST_NAME_MIN_LENGTH . ' chars</span>'); 161 define('ENTRY_DATE_OF_BIRTH', 'Date of Birth:'); 162 define('ENTRY_DATE_OF_BIRTH_ERROR', ' <span class="errorText">(eg. 05/21/1970)</span>'); 163 define('ENTRY_EMAIL_ADDRESS', 'E-Mail Address:'); 164 define('ENTRY_EMAIL_ADDRESS_ERROR', ' <span class="errorText">min ' . ENTRY_EMAIL_ADDRESS_MIN_LENGTH . ' chars</span>'); 165 define('ENTRY_EMAIL_ADDRESS_CHECK_ERROR', ' <span class="errorText">The email address doesn\'t appear to be valid!</span>'); 166 define('ENTRY_EMAIL_ADDRESS_ERROR_EXISTS', ' <span class="errorText">This email address already exists!</span>'); 167 define('ENTRY_COMPANY', 'Company name:'); 168 define('ENTRY_COMPANY_ERROR', ''); 169 define('ENTRY_STREET_ADDRESS', 'Street Address:'); 170 define('ENTRY_STREET_ADDRESS_ERROR', ' <span class="errorText">min ' . ENTRY_STREET_ADDRESS_MIN_LENGTH . ' chars</span>'); 171 define('ENTRY_SUBURB', 'Suburb:'); 172 define('ENTRY_SUBURB_ERROR', ''); 173 define('ENTRY_POST_CODE', 'Post Code:'); 174 define('ENTRY_POST_CODE_ERROR', ' <span class="errorText">min ' . ENTRY_POSTCODE_MIN_LENGTH . ' chars</span>'); 175 define('ENTRY_CITY', 'City:'); 176 define('ENTRY_CITY_ERROR', ' <span class="errorText">min ' . ENTRY_CITY_MIN_LENGTH . ' chars</span>'); 177 define('ENTRY_STATE', 'State:'); 178 define('ENTRY_STATE_ERROR', ' <span class="errorText">required</span>'); 179 define('ENTRY_COUNTRY', 'Country:'); 180 define('ENTRY_COUNTRY_ERROR', ''); 181 define('ENTRY_TELEPHONE_NUMBER', 'Telephone Number:'); 182 define('ENTRY_TELEPHONE_NUMBER_ERROR', ' <span class="errorText">min ' . ENTRY_TELEPHONE_MIN_LENGTH . ' chars</span>'); 183 define('ENTRY_FAX_NUMBER', 'Fax Number:'); 184 define('ENTRY_FAX_NUMBER_ERROR', ''); 185 define('ENTRY_NEWSLETTER', 'Newsletter:'); 186 define('ENTRY_NEWSLETTER_YES', 'Subscribed'); 187 define('ENTRY_NEWSLETTER_NO', 'Unsubscribed'); 188 define('ENTRY_NEWSLETTER_ERROR', ''); 189 190 // images 191 define('IMAGE_ANI_SEND_EMAIL', 'Sending E-Mail'); 192 define('IMAGE_BACK', 'Back'); 193 define('IMAGE_BACKUP', 'Backup'); 194 define('IMAGE_CANCEL', 'Cancel'); 195 define('IMAGE_CONFIRM', 'Confirm'); 196 define('IMAGE_COPY', 'Copy'); 197 define('IMAGE_COPY_TO', 'Copy To'); 198 define('IMAGE_DETAILS', 'Details'); 199 define('IMAGE_DELETE', 'Delete'); 200 define('IMAGE_EDIT', 'Edit'); 201 define('IMAGE_EMAIL', 'Email'); 202 define('IMAGE_FILE_MANAGER', 'File Manager'); 203 define('IMAGE_ICON_STATUS_GREEN', 'Active'); 204 define('IMAGE_ICON_STATUS_GREEN_LIGHT', 'Set Active'); 205 define('IMAGE_ICON_STATUS_RED', 'Inactive'); 206 define('IMAGE_ICON_STATUS_RED_LIGHT', 'Set Inactive'); 207 define('IMAGE_ICON_INFO', 'Info'); 208 define('IMAGE_INSERT', 'Insert'); 209 define('IMAGE_LOCK', 'Lock'); 210 define('IMAGE_MODULE_INSTALL', 'Install Module'); 211 define('IMAGE_MODULE_REMOVE', 'Remove Module'); 212 define('IMAGE_MOVE', 'Move'); 213 define('IMAGE_NEW_BANNER', 'New Banner'); 214 define('IMAGE_NEW_CATEGORY', 'New Category'); 215 define('IMAGE_NEW_COUNTRY', 'New Country'); 216 define('IMAGE_NEW_CURRENCY', 'New Currency'); 217 define('IMAGE_NEW_FILE', 'New File'); 218 define('IMAGE_NEW_FOLDER', 'New Folder'); 219 define('IMAGE_NEW_LANGUAGE', 'New Language'); 220 define('IMAGE_NEW_NEWSLETTER', 'New Newsletter'); 221 define('IMAGE_NEW_PRODUCT', 'New Product'); 222 define('IMAGE_NEW_TAX_CLASS', 'New Tax Class'); 223 define('IMAGE_NEW_TAX_RATE', 'New Tax Rate'); 224 define('IMAGE_NEW_TAX_ZONE', 'New Tax Zone'); 225 define('IMAGE_NEW_ZONE', 'New Zone'); 226 define('IMAGE_ORDERS', 'Orders'); 227 define('IMAGE_ORDERS_INVOICE', 'Invoice'); 228 define('IMAGE_ORDERS_PACKINGSLIP', 'Packing Slip'); 229 define('IMAGE_PREVIEW', 'Preview'); 230 define('IMAGE_RESTORE', 'Restore'); 231 define('IMAGE_RESET', 'Reset'); 232 define('IMAGE_SAVE', 'Save'); 233 define('IMAGE_SEARCH', 'Search'); 234 define('IMAGE_SELECT', 'Select'); 235 define('IMAGE_SEND', 'Send'); 236 define('IMAGE_SEND_EMAIL', 'Send Email'); 237 define('IMAGE_UNLOCK', 'Unlock'); 238 define('IMAGE_UPDATE', 'Update'); 239 define('IMAGE_UPDATE_CURRENCIES', 'Update Exchange Rate'); 240 define('IMAGE_UPLOAD', 'Upload'); 241 242 define('ICON_CROSS', 'False'); 243 define('ICON_CURRENT_FOLDER', 'Current Folder'); 244 define('ICON_DELETE', 'Delete'); 245 define('ICON_ERROR', 'Error'); 246 define('ICON_FILE', 'File'); 247 define('ICON_FILE_DOWNLOAD', 'Download'); 248 define('ICON_FOLDER', 'Folder'); 249 define('ICON_LOCKED', 'Locked'); 250 define('ICON_PREVIOUS_LEVEL', 'Previous Level'); 251 define('ICON_PREVIEW', 'Preview'); 252 define('ICON_STATISTICS', 'Statistics'); 253 define('ICON_SUCCESS', 'Success'); 254 define('ICON_TICK', 'True'); 255 define('ICON_UNLOCKED', 'Unlocked'); 256 define('ICON_WARNING', 'Warning'); 257 258 // constants for use in tep_prev_next_display function 259 define('TEXT_RESULT_PAGE', 'Page %s of %d'); 260 define('TEXT_DISPLAY_NUMBER_OF_BANNERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> banners)'); 261 define('TEXT_DISPLAY_NUMBER_OF_COUNTRIES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> countries)'); 262 define('TEXT_DISPLAY_NUMBER_OF_CUSTOMERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> customers)'); 263 define('TEXT_DISPLAY_NUMBER_OF_CURRENCIES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> currencies)'); 264 define('TEXT_DISPLAY_NUMBER_OF_LANGUAGES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> languages)'); 265 define('TEXT_DISPLAY_NUMBER_OF_MANUFACTURERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> manufacturers)'); 266 define('TEXT_DISPLAY_NUMBER_OF_NEWSLETTERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> newsletters)'); 267 define('TEXT_DISPLAY_NUMBER_OF_ORDERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> orders)'); 268 define('TEXT_DISPLAY_NUMBER_OF_ORDERS_STATUS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> orders status)'); 269 define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> products)'); 270 define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS_EXPECTED', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> products expected)'); 271 define('TEXT_DISPLAY_NUMBER_OF_REVIEWS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> product reviews)'); 272 define('TEXT_DISPLAY_NUMBER_OF_SPECIALS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> products on special)'); 273 define('TEXT_DISPLAY_NUMBER_OF_TAX_CLASSES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> tax classes)'); 274 define('TEXT_DISPLAY_NUMBER_OF_TAX_ZONES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> tax zones)'); 275 define('TEXT_DISPLAY_NUMBER_OF_TAX_RATES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> tax rates)'); 276 define('TEXT_DISPLAY_NUMBER_OF_ZONES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> zones)'); 277 278 define('PREVNEXT_BUTTON_PREV', '<<'); 279 define('PREVNEXT_BUTTON_NEXT', '>>'); 280 281 define('TEXT_DEFAULT', 'default'); 282 define('TEXT_SET_DEFAULT', 'Set as default'); 283 define('TEXT_FIELD_REQUIRED', ' <span class="fieldRequired">* Required</span>'); 284 285 define('ERROR_NO_DEFAULT_CURRENCY_DEFINED', 'Error: There is currently no default currency set. Please set one at: Administration Tool->Localization->Currencies'); 286 287 define('TEXT_CACHE_CATEGORIES', 'Categories Box'); 288 define('TEXT_CACHE_MANUFACTURERS', 'Manufacturers Box'); 289 define('TEXT_CACHE_ALSO_PURCHASED', 'Also Purchased Module'); 290 291 define('TEXT_NONE', '--none--'); 292 define('TEXT_TOP', 'Top'); 293 294 define('ERROR_DESTINATION_DOES_NOT_EXIST', 'Error: Destination does not exist.'); 295 define('ERROR_DESTINATION_NOT_WRITEABLE', 'Error: Destination not writeable.'); 296 define('ERROR_FILE_NOT_SAVED', 'Error: File upload not saved.'); 297 define('ERROR_FILETYPE_NOT_ALLOWED', 'Error: File upload type not allowed.'); 298 define('SUCCESS_FILE_SAVED_SUCCESSFULLY', 'Success: File upload saved successfully.'); 299 define('WARNING_NO_FILE_UPLOADED', 'Warning: No file uploaded.'); 300 define('WARNING_FILE_UPLOADS_DISABLED', 'Warning: File uploads are disabled in the php.ini configuration file.'); 301 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |