[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: english.php 3 2006-05-27 04:59:07Z user $ 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax 9 10 Released under the GNU General Public License 11 */ 12 13 // look in your $PATH_LOCALE/locale directory for available locales 14 // or type locale -a on the server. 15 // Examples: 16 // on RedHat try 'en_US' 17 // on FreeBSD try 'en_US.ISO_8859-1' 18 // on Windows try 'en', or 'English' 19 @setlocale(LC_TIME, 'en_US.ISO_8859-1'); 20 21 define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime() 22 define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime() 23 define('DATE_FORMAT', 'm/d/Y'); // this is used for date() 24 define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S'); 25 26 //// 27 // Return date in raw format 28 // $date should be in format mm/dd/yyyy 29 // raw date is in format YYYYMMDD, or DDMMYYYY 30 function tep_date_raw($date, $reverse = false) { 31 if ($reverse) { 32 return substr($date, 3, 2) . substr($date, 0, 2) . substr($date, 6, 4); 33 } else { 34 return substr($date, 6, 4) . substr($date, 0, 2) . substr($date, 3, 2); 35 } 36 } 37 38 // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language) 39 define('LANGUAGE_CURRENCY', 'USD'); 40 41 // Global entries for the <html> tag 42 define('HTML_PARAMS','dir="LTR" lang="en"'); 43 44 // charset for web pages and emails 45 define('CHARSET', 'iso-8859-1'); 46 47 // page title 48 define('TITLE', STORE_NAME); 49 50 // header text in includes/header.php 51 define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account'); 52 define('HEADER_TITLE_MY_ACCOUNT', 'My Account'); 53 define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents'); 54 define('HEADER_TITLE_CHECKOUT', 'Checkout'); 55 define('HEADER_TITLE_TOP', 'Top'); 56 define('HEADER_TITLE_CATALOG', 'Catalog'); 57 define('HEADER_TITLE_LOGOFF', 'Log Off'); 58 define('HEADER_TITLE_LOGIN', 'Log In'); 59 60 // footer text in includes/footer.php 61 define('FOOTER_TEXT_REQUESTS_SINCE', 'requests since'); 62 63 // text for gender 64 define('MALE', 'Male'); 65 define('FEMALE', 'Female'); 66 define('MALE_ADDRESS', 'Mr.'); 67 define('FEMALE_ADDRESS', 'Ms.'); 68 69 // text for date of birth example 70 define('DOB_FORMAT_STRING', 'mm/dd/yyyy'); 71 72 // categories box text in includes/boxes/categories.php 73 define('BOX_HEADING_CATEGORIES', 'Categories'); 74 75 // manufacturers box text in includes/boxes/manufacturers.php 76 define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); 77 78 // whats_new box text in includes/boxes/whats_new.php 79 define('BOX_HEADING_WHATS_NEW', 'What\'s New?'); 80 81 // quick_find box text in includes/boxes/quick_find.php 82 define('BOX_HEADING_SEARCH', 'Quick Find'); 83 define('BOX_SEARCH_TEXT', 'Use keywords to find the product you are looking for.'); 84 define('BOX_SEARCH_ADVANCED_SEARCH', 'Advanced Search'); 85 86 // specials box text in includes/boxes/specials.php 87 define('BOX_HEADING_SPECIALS', 'Specials'); 88 89 // reviews box text in includes/boxes/reviews.php 90 define('BOX_HEADING_REVIEWS', 'Reviews'); 91 define('BOX_REVIEWS_WRITE_REVIEW', 'Write a review on this product!'); 92 define('BOX_REVIEWS_NO_REVIEWS', 'There are currently no product reviews'); 93 define('BOX_REVIEWS_TEXT_OF_5_STARS', '%s of 5 Stars!'); 94 95 // shopping_cart box text in includes/boxes/shopping_cart.php 96 define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart'); 97 define('BOX_SHOPPING_CART_EMPTY', '0 items'); 98 99 // BOF: MOD - Wishlist 3.5 100 //wishlist box text in includes/boxes/wishlist.php 101 define('BOX_HEADING_CUSTOMER_WISHLIST', 'My Wishlist'); 102 define('TEXT_WISHLIST_COUNT', 'Currently %s items are on your Wish List.'); 103 // EOF: MOD - Wishlist 3.5 104 105 // order_history box text in includes/boxes/order_history.php 106 define('BOX_HEADING_CUSTOMER_ORDERS', 'Order History'); 107 108 // best_sellers box text in includes/boxes/best_sellers.php 109 define('BOX_HEADING_BESTSELLERS', 'Bestsellers'); 110 define('BOX_HEADING_BESTSELLERS_IN', 'Bestsellers in<br> '); 111 112 // notifications box text in includes/boxes/products_notifications.php 113 define('BOX_HEADING_NOTIFICATIONS', 'Notifications'); 114 define('BOX_NOTIFICATIONS_NOTIFY', 'Notify me of updates to <b>%s</b>'); 115 define('BOX_NOTIFICATIONS_NOTIFY_REMOVE', 'Do not notify me of updates to <b>%s</b>'); 116 117 // manufacturer box text 118 define('BOX_HEADING_MANUFACTURER_INFO', 'Manufacturer Info'); 119 define('BOX_MANUFACTURER_INFO_HOMEPAGE', '%s Homepage'); 120 define('BOX_MANUFACTURER_INFO_OTHER_PRODUCTS', 'Other products'); 121 122 // languages box text in includes/boxes/languages.php 123 define('BOX_HEADING_LANGUAGES', 'Languages'); 124 125 // currencies box text in includes/boxes/currencies.php 126 define('BOX_HEADING_CURRENCIES', 'Currencies'); 127 128 // information box text in includes/boxes/information.php 129 define('BOX_HEADING_INFORMATION', 'Information'); 130 define('BOX_INFORMATION_PRIVACY', 'Privacy Notice'); 131 define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); 132 define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns'); 133 define('BOX_INFORMATION_CONTACT', 'Contact Us'); 134 // LINE ADDED: SITE MAP 135 define('BOX_INFORMATION_SITEMAP', 'Site Map'); 136 137 // tell a friend box text in includes/boxes/tell_a_friend.php 138 define('BOX_HEADING_TELL_A_FRIEND', 'Tell A Friend'); 139 define('BOX_TELL_A_FRIEND_TEXT', 'Tell someone you know about this product.'); 140 141 // LINE ADDED: MOD - allprods modification 142 define('BOX_INFORMATION_ALLPRODS', 'View All Items'); 143 144 // 2 LINES ADDED: MOD - Recover Carts 145 define('BOX_REPORTS_RECOVER_CART_SALES', 'Recover Carts'); 146 define('BOX_TOOLS_RECOVER_CART', 'Recover Carts'); 147 148 // checkout procedure text 149 define('CHECKOUT_BAR_DELIVERY', 'Delivery Information'); 150 define('CHECKOUT_BAR_PAYMENT', 'Payment Information'); 151 define('CHECKOUT_BAR_CONFIRMATION', 'Confirmation'); 152 define('CHECKOUT_BAR_FINISHED', 'Finished!'); 153 154 // pull down default text 155 define('PULL_DOWN_DEFAULT', 'Please Select'); 156 define('TYPE_BELOW', 'Type Below'); 157 158 // javascript messages 159 define('JS_ERROR', 'Errors have occured during the process of your form.\n\nPlease make the following corrections:\n\n'); 160 161 define('JS_REVIEW_TEXT', '* The \'Review Text\' must have at least ' . REVIEW_TEXT_MIN_LENGTH . ' characters.\n'); 162 define('JS_REVIEW_RATING', '* You must rate the product for your review.\n'); 163 164 define('JS_ERROR_NO_PAYMENT_MODULE_SELECTED', '* Please select a payment method for your order.\n'); 165 166 define('JS_ERROR_SUBMITTED', 'This form has already been submitted. Please press Ok and wait for this process to be completed.'); 167 168 define('ERROR_NO_PAYMENT_MODULE_SELECTED', 'Please select a payment method for your order.'); 169 170 define('CATEGORY_COMPANY', 'Company Details'); 171 define('CATEGORY_PERSONAL', 'Your Personal Details'); 172 define('CATEGORY_ADDRESS', 'Your Address'); 173 define('CATEGORY_CONTACT', 'Your Contact Information'); 174 define('CATEGORY_OPTIONS', 'Options'); 175 define('CATEGORY_PASSWORD', 'Your Password'); 176 177 define('ENTRY_COMPANY', 'Company Name:'); 178 define('ENTRY_COMPANY_ERROR', ''); 179 define('ENTRY_COMPANY_TEXT', ''); 180 // BOF: MOD - Separate Pricing Per Customer 181 define('ENTRY_COMPANY_TAX_ID', 'Company\'s tax id number:'); 182 define('ENTRY_COMPANY_TAX_ID_ERROR', ''); 183 define('ENTRY_COMPANY_TAX_ID_TEXT', ''); 184 // EOF: MOD - Separate Pricing Per Customer 185 define('ENTRY_GENDER', 'Gender:'); 186 define('ENTRY_GENDER_ERROR', 'Please select your Gender.'); 187 define('ENTRY_GENDER_TEXT', '*'); 188 define('ENTRY_FIRST_NAME', 'First Name:'); 189 define('ENTRY_FIRST_NAME_ERROR', 'Your First Name must contain a minimum of ' . ENTRY_FIRST_NAME_MIN_LENGTH . ' characters.'); 190 define('ENTRY_FIRST_NAME_TEXT', '*'); 191 define('ENTRY_LAST_NAME', 'Last Name:'); 192 define('ENTRY_LAST_NAME_ERROR', 'Your Last Name must contain a minimum of ' . ENTRY_LAST_NAME_MIN_LENGTH . ' characters.'); 193 define('ENTRY_LAST_NAME_TEXT', '*'); 194 define('ENTRY_DATE_OF_BIRTH', 'Date of Birth:'); 195 define('ENTRY_DATE_OF_BIRTH_ERROR', 'Your Date of Birth must be in this format: MM/DD/YYYY (eg 05/21/1970)'); 196 define('ENTRY_DATE_OF_BIRTH_TEXT', '* (eg. 05/21/1970)'); 197 define('ENTRY_EMAIL_ADDRESS', 'E-Mail Address:'); 198 define('ENTRY_EMAIL_ADDRESS_ERROR', 'Your E-Mail Address must contain a minimum of ' . ENTRY_EMAIL_ADDRESS_MIN_LENGTH . ' characters.'); 199 define('ENTRY_EMAIL_ADDRESS_CHECK_ERROR', 'Your E-Mail Address does not appear to be valid - please make any necessary corrections.'); 200 define('ENTRY_EMAIL_ADDRESS_ERROR_EXISTS', 'Your E-Mail Address already exists in our records - please log in with the e-mail address or create an account with a different address.'); 201 define('ENTRY_EMAIL_ADDRESS_TEXT', '*'); 202 define('ENTRY_STREET_ADDRESS', 'Street Address:'); 203 define('ENTRY_STREET_ADDRESS_ERROR', 'Your Street Address must contain a minimum of ' . ENTRY_STREET_ADDRESS_MIN_LENGTH . ' characters.'); 204 define('ENTRY_STREET_ADDRESS_TEXT', '*'); 205 define('ENTRY_SUBURB', 'Suburb:'); 206 define('ENTRY_SUBURB_ERROR', ''); 207 define('ENTRY_SUBURB_TEXT', ''); 208 define('ENTRY_POST_CODE', 'Post Code:'); 209 define('ENTRY_POST_CODE_ERROR', 'Your Post Code must contain a minimum of ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.'); 210 define('ENTRY_POST_CODE_TEXT', '*'); 211 define('ENTRY_CITY', 'City:'); 212 define('ENTRY_CITY_ERROR', 'Your City must contain a minimum of ' . ENTRY_CITY_MIN_LENGTH . ' characters.'); 213 define('ENTRY_CITY_TEXT', '*'); 214 define('ENTRY_STATE', 'State/Province:'); 215 define('ENTRY_STATE_ERROR', 'Your State must contain a minimum of ' . ENTRY_STATE_MIN_LENGTH . ' characters.'); 216 define('ENTRY_STATE_ERROR_SELECT', 'Please select a state from the States pull down menu.'); 217 define('ENTRY_STATE_TEXT', '* (Select country first)'); 218 define('ENTRY_COUNTRY', 'Country:'); 219 define('ENTRY_COUNTRY_ERROR', 'You must select a country from the Countries pull down menu.'); 220 define('ENTRY_COUNTRY_TEXT', '* (Page will refresh when changed)'); 221 define('ENTRY_TELEPHONE_NUMBER', 'Telephone Number:'); 222 define('ENTRY_TELEPHONE_NUMBER_ERROR', 'Your Telephone Number must contain a minimum of ' . ENTRY_TELEPHONE_MIN_LENGTH . ' characters.'); 223 define('ENTRY_TELEPHONE_NUMBER_TEXT', '*'); 224 define('ENTRY_FAX_NUMBER', 'Fax Number:'); 225 define('ENTRY_FAX_NUMBER_ERROR', ''); 226 define('ENTRY_FAX_NUMBER_TEXT', ''); 227 define('ENTRY_NEWSLETTER', 'Newsletter:'); 228 define('ENTRY_NEWSLETTER_TEXT', ''); 229 define('ENTRY_NEWSLETTER_YES', 'Subscribed'); 230 define('ENTRY_NEWSLETTER_NO', 'Unsubscribed'); 231 define('ENTRY_NEWSLETTER_ERROR', ''); 232 define('ENTRY_PASSWORD', 'Password:'); 233 define('ENTRY_PASSWORD_ERROR', 'Your Password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.'); 234 define('ENTRY_PASSWORD_ERROR_NOT_MATCHING', 'The Password Confirmation must match your Password.'); 235 define('ENTRY_PASSWORD_TEXT', '*'); 236 define('ENTRY_PASSWORD_CONFIRMATION', 'Password Confirmation:'); 237 define('ENTRY_PASSWORD_CONFIRMATION_TEXT', '*'); 238 define('ENTRY_PASSWORD_CURRENT', 'Current Password:'); 239 define('ENTRY_PASSWORD_CURRENT_TEXT', '*'); 240 define('ENTRY_PASSWORD_CURRENT_ERROR', 'Your Password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.'); 241 define('ENTRY_PASSWORD_NEW', 'New Password:'); 242 define('ENTRY_PASSWORD_NEW_TEXT', '*'); 243 define('ENTRY_PASSWORD_NEW_ERROR', 'Your new Password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.'); 244 define('ENTRY_PASSWORD_NEW_ERROR_NOT_MATCHING', 'The Password Confirmation must match your new Password.'); 245 define('PASSWORD_HIDDEN', '--HIDDEN--'); 246 247 define('FORM_REQUIRED_INFORMATION', '* Required information'); 248 249 // constants for use in tep_prev_next_display function 250 define('TEXT_RESULT_PAGE', 'Result Pages:'); 251 define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> products)'); 252 define('TEXT_DISPLAY_NUMBER_OF_ORDERS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> orders)'); 253 define('TEXT_DISPLAY_NUMBER_OF_REVIEWS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> reviews)'); 254 define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS_NEW', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> new products)'); 255 define('TEXT_DISPLAY_NUMBER_OF_SPECIALS', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> specials)'); 256 257 define('PREVNEXT_TITLE_FIRST_PAGE', 'First Page'); 258 define('PREVNEXT_TITLE_PREVIOUS_PAGE', 'Previous Page'); 259 define('PREVNEXT_TITLE_NEXT_PAGE', 'Next Page'); 260 define('PREVNEXT_TITLE_LAST_PAGE', 'Last Page'); 261 define('PREVNEXT_TITLE_PAGE_NO', 'Page %d'); 262 define('PREVNEXT_TITLE_PREV_SET_OF_NO_PAGE', 'Previous Set of %d Pages'); 263 define('PREVNEXT_TITLE_NEXT_SET_OF_NO_PAGE', 'Next Set of %d Pages'); 264 define('PREVNEXT_BUTTON_FIRST', '<<FIRST'); 265 define('PREVNEXT_BUTTON_PREV', '[<< Prev]'); 266 define('PREVNEXT_BUTTON_NEXT', '[Next >>]'); 267 define('PREVNEXT_BUTTON_LAST', 'LAST>>'); 268 269 define('IMAGE_BUTTON_ADD_ADDRESS', 'Add Address'); 270 define('IMAGE_BUTTON_ADDRESS_BOOK', 'Address Book'); 271 define('IMAGE_BUTTON_BACK', 'Back'); 272 define('IMAGE_BUTTON_BUY_NOW', 'Buy Now'); 273 define('IMAGE_BUTTON_CHANGE_ADDRESS', 'Change Address'); 274 define('IMAGE_BUTTON_CHECKOUT', 'Checkout'); 275 define('IMAGE_BUTTON_CONFIRM_ORDER', 'Confirm Order'); 276 define('IMAGE_BUTTON_CONTINUE', 'Continue'); 277 define('IMAGE_BUTTON_CONTINUE_SHOPPING', 'Continue Shopping'); 278 define('IMAGE_BUTTON_DELETE', 'Delete'); 279 define('IMAGE_BUTTON_EDIT_ACCOUNT', 'Edit Account'); 280 define('IMAGE_BUTTON_HISTORY', 'Order History'); 281 define('IMAGE_BUTTON_LOGIN', 'Sign In'); 282 define('IMAGE_BUTTON_IN_CART', 'Add to Cart'); 283 define('IMAGE_BUTTON_NOTIFICATIONS', 'Notifications'); 284 define('IMAGE_BUTTON_QUICK_FIND', 'Quick Find'); 285 define('IMAGE_BUTTON_REMOVE_NOTIFICATIONS', 'Remove Notifications'); 286 define('IMAGE_BUTTON_REVIEWS', 'Reviews'); 287 define('IMAGE_BUTTON_SEARCH', 'Search'); 288 define('IMAGE_BUTTON_SHIPPING_OPTIONS', 'Shipping Options'); 289 define('IMAGE_BUTTON_TELL_A_FRIEND', 'Tell a Friend'); 290 define('IMAGE_BUTTON_UPDATE', 'Update'); 291 define('IMAGE_BUTTON_UPDATE_CART', 'Update Cart'); 292 define('IMAGE_BUTTON_WRITE_REVIEW', 'Write Review'); 293 294 define('SMALL_IMAGE_BUTTON_DELETE', 'Delete'); 295 define('SMALL_IMAGE_BUTTON_EDIT', 'Edit'); 296 define('SMALL_IMAGE_BUTTON_VIEW', 'View'); 297 298 define('ICON_ARROW_RIGHT', 'more'); 299 define('ICON_CART', 'In Cart'); 300 define('ICON_ERROR', 'Error'); 301 define('ICON_SUCCESS', 'Success'); 302 define('ICON_WARNING', 'Warning'); 303 304 // BOF: MOD - CATALOG_PRODUCTS_WITH_IMAGES_mod 305 define('BOX_CATALOG_PRODUCTS_WITH_IMAGES', 'Printable Catalog'); 306 define('IMAGE_BUTTON_UPSORT', 'Sort Asending'); 307 define('IMAGE_BUTTON_DOWNSORT', 'Sort Desending'); 308 // EOF: MOD - CATALOG_PRODUCTS_WITH_IMAGES_mod 309 310 //2 LINES ADDED: MOD - Down For Maintenance 311 define('TEXT_BEFORE_DOWN_FOR_MAINTENANCE', 'NOTICE: This website will be down for maintenance on: '); 312 define('TEXT_ADMIN_DOWN_FOR_MAINTENANCE', 'NOTICE: the website is currently Down For Maintenance to the public'); 313 314 define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see which <a href="%s"><u>new products</u></a> are available to purchase?'); 315 define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are not %s, please <a href="%s"><u>log yourself in</u></a> with your account information.</small>'); 316 define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s"><u>log yourself in</u></a>? Or would you prefer to <a href="%s"><u>create an account</u></a>?'); 317 318 define('TEXT_SORT_PRODUCTS', 'Sort products '); 319 define('TEXT_DESCENDINGLY', 'descendingly'); 320 define('TEXT_ASCENDINGLY', 'ascendingly'); 321 define('TEXT_BY', ' by '); 322 323 define('TEXT_REVIEW_BY', 'by %s'); 324 define('TEXT_REVIEW_WORD_COUNT', '%s words'); 325 define('TEXT_REVIEW_RATING', 'Rating: %s [%s]'); 326 define('TEXT_REVIEW_DATE_ADDED', 'Date Added: %s'); 327 define('TEXT_NO_REVIEWS', 'There are currently no product reviews.'); 328 329 define('TEXT_NO_NEW_PRODUCTS', 'There are currently no products.'); 330 331 define('TEXT_UNKNOWN_TAX_RATE', 'Unknown tax rate'); 332 333 define('TEXT_REQUIRED', '<span class="errorText">Required</span>'); 334 335 // LINE ADDED: Country-State Selector 336 define ('DEFAULT_COUNTRY', '223'); 337 338 define('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>'); 339 define('WARNING_INSTALL_DIRECTORY_EXISTS', 'Warning: Installation directory exists at: ' . dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/install. Please remove this directory for security reasons.'); 340 define('WARNING_CONFIG_FILE_WRITEABLE', 'Warning: I am able to write to the configuration file: ' . dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.'); 341 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.'); 342 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.'); 343 define('WARNING_SESSION_AUTO_START', 'Warning: session.auto_start is enabled - please disable this php feature in php.ini and restart the web server.'); 344 define('WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT', 'Warning: The downloadable products directory does not exist: ' . DIR_FS_DOWNLOAD . '. Downloadable products will not work until this directory is valid.'); 345 346 define('TEXT_CCVAL_ERROR_INVALID_DATE', 'The expiry date entered for the credit card is invalid.<br>Please check the date and try again.'); 347 define('TEXT_CCVAL_ERROR_INVALID_NUMBER', 'The credit card number entered is invalid.<br>Please check the number and try again.'); 348 define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'The first four digits of the number entered are: %s<br>If that number is correct, we do not accept that type of credit card.<br>If it is wrong, please try again.'); 349 350 define('FOOTER_TEXT_BODY', 'Copyright © 2005 <a href="http://oscdox.com">osCDox</a>, <a href="http://aabox.com">AABox Web Hosting</a><br> 351 Powered by <a href="http://www.oscmax.com" target="_blank">osCMax v2.0</a>'); 352 353 // BOF: MOD - Checkout Without Account 354 define('IMAGE_BUTTON_CREATE_ACCOUNT', 'Create Account'); 355 define('NAV_ORDER_INFO', 'Order Info'); 356 // EOF: MOD - Checkout Without Account 357 358 // BOF: MOD - Article Manager 359 define('BOX_HEADING_ARTICLES', 'Articles'); 360 define('BOX_ALL_ARTICLES', 'All Articles'); 361 define('BOX_NEW_ARTICLES', 'New Articles'); 362 define('TEXT_DISPLAY_NUMBER_OF_ARTICLES', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> articles)'); 363 define('TEXT_DISPLAY_NUMBER_OF_ARTICLES_NEW', 'Displaying <b>%d</b> to <b>%d</b> (of <b>%d</b> new articles)'); 364 define('TABLE_HEADING_AUTHOR', 'Author'); 365 define('TABLE_HEADING_ABSTRACT', 'Abstract'); 366 define('BOX_HEADING_AUTHORS', 'Articles by Author'); 367 define('NAVBAR_TITLE_DEFAULT', 'Articles'); 368 // EOF: MOD - Article Manager 369 370 // BOF: MOD - Login Box My Account 371 define('BOX_HEADING_LOGIN_BOX', 'Sign in'); 372 define('BOX_LOGINBOX_EMAIL', 'E-mail address:'); 373 define('BOX_LOGINBOX_PASSWORD', 'Password:'); 374 define('BOX_LOGINBOX_TEXT_NEW', 'Create an Account'); 375 define('BOX_LOGINBOX_NEW', 'create an account'); 376 define('BOX_LOGINBOX_FORGOT_PASSWORD', 'Password forgotten'); 377 define('IMAGE_BUTTON_LOGIN', 'Login'); 378 define('BOX_HEADING_LOGIN_BOX_MY_ACCOUNT','My account info'); 379 define('LOGIN_BOX_ACCOUNT_EDIT','Edit account info.'); 380 define('LOGIN_BOX_ACCOUNT_HISTORY','Account history'); 381 define('LOGIN_BOX_ADDRESS_BOOK','My address book'); 382 define('LOGIN_BOX_PRODUCT_NOTIFICATIONS','Product notifications'); 383 define('LOGIN_BOX_MY_ACCOUNT','General information'); 384 define('LOGIN_BOX_LOGOFF','Log off'); 385 define('LOGIN_BOX_PRODUCTS_NEW','New Products'); 386 // EOF: MOD - Login Box My Account 387 388 // BOF - MOD: CREDIT CLASS Gift Voucher Contribution 389 define('FILENAME_STATS_CREDITS', 'stats_credits.php'); 390 require (DIR_WS_LANGUAGES . 'add_ccgvdc_french.php'); 391 // EOF - MOD: CREDIT CLASS Gift Voucher Contribution 392 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |