define('CHRISTMAS_HINT', 'Important: Since this item is not in stock and our suppliers are currently delivering very slowly, we unfortunately cannot guarantee timely shipping for Christmas.' );
define('HEADLINE_ERROR_MESSAGES', 'Processing error occurred');
define('HEADLINE_SUCCESS_MESSAGES', 'Update completed');
define('TEXT_CASHLANE_1', 'Shipping');
define('TEXT_CASHLANE_2', 'Payment');
define('TEXT_CASHLANE_3', 'Confirmation');
define('TEXT_CASHLANE_4', 'Closing');
define('DAY_MONDAY', 'Monday');
define('DAY_TUESDAY', 'Tuesday');
define('DAY_WEDNESDAY', 'Wednesday');
define('DAY_THURSDAY', 'Thursday');
define('DAY_FRIDAY', 'Friday');
define('DAY_SATURDAY', 'Saturday');
define('DAY_SUNDAY', 'Sunday');
define('TEXT_VAT_HINT', 'All prices including VAT plus Shipping costs');
define('MODULE_HEADER_TAGS_TWITTER_TYPEAHEAD_SUGGESTIONS_HEADING', 'Item found:');
define('MODULE_HEADER_TAGS_TWITTER_TYPEAHEAD_SUGGESTIONS_HEADING_SHOWING', 'Show');
define('MODULE_HEADER_TAGS_TWITTER_TYPEAHEAD_SUGGESTIONS_HEADING_TOTAL', 'Items total');
define('MODULE_HEADER_TAGS_TWITTER_TYPEAHEAD_SUGGESTIONS_HEADING_OF', 'from');
define('MODULE_HEADER_TAGS_TWITTER_TYPEAHEAD_SUGGESTIONS_LINK_VIEW_ALL', 'Show all items');
define('MODULE_HEADER_TAGS_TWITTER_TYPEAHEAD_SUGGESTIONS_LINK_ADVANCED_SEARCH', 'Advanced search');
define('MODULE_HEADER_TAGS_TWITTER_TYPEAHEAD_SUGGESTIONS_NOTFOUND', 'No items found');
define('BTN_EXTENDED_SEARCH', 'Advanced Search');
define('TEXT_RSS_SUBSCRIBE', 'Subscribe to RSS feeds');
define('TEXT_RSS_NEW', 'New items');
define('TEXT_RSS_NEW_LONG', 'Items that we have created');
define('TEXT_RSS_NEW_AND_AVAILABLE', 'Available now');
define('TEXT_RSS_NEW_AND_AVAILABLE_LONG', 'Items that are available for immediate delivery');
define('TEXT_RSS_FEEDS', 'Follow our RSS feed!');
define('TEXT_FACEBOOK', 'Milan-Spiele on Facebook');
define('TEXT_TWITTER', 'Milan-Spiele on Twitter');
define('TEXT_INSTAGRAM', 'Milan-Spiele on Instagram');
define('TEXT_NEW_OFFERS', 'New offers');
define('TEXT_PREORDER_NOW', 'Pre-order now');
define('TEXT_FIRST_REVIEWS', 'Our first impressions');
define('TEXT_ALL_FIRST_REVIEWS', 'All first impressions');
define('TEXT_ALL_NEW_OFFERS', 'All offers');
define('TEXT_ALL_NEW_OFFERS', 'All offers');
define('TEXT_EMAIL', 'email address');
define('TEXT_PASSWORD', 'Password');
define('DATE_FORMAT_SHORT', '%m/%d/%Y'); // this is used for strftime()
define('DATE_FORMAT_MID', '%d. %B %Y, %H:%M'); // this is used for strftime()
define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');
// if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, instead of the applications default currency (used when changing language)
define('LANGUAGE_CURRENCY', 'EUR');
// Global entries for the tag
define('HTML_PARAMS','dir="LTR" lang="en"');
// charset for web pages and emails
define('CHARSET', 'UTF-8');
// page title
define('TITLE', 'Milan-Spiele Game shipping for board games and card games ');
// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Catalog');
define('HEADER_TITLE_LOGOFF', 'Log Off');
define('HEADER_TITLE_LOGIN', 'Log In');
// footer text in includes/footer.php
define('FOOTER_TEXT_REQUESTS_SINCE', 'requests since');
// text for gender
define('MALE', 'Mr.');
define('FEMALE', 'Mrs');
define('MALE_ADDRESS', 'Mr.');
define('FEMALE_ADDRESS', 'Mrs.');
// text for date of birth example
define('DOB_FORMAT_STRING', 'mm/dd/yyyy');
// categories box text in includes/boxes/categories.php
define('BOX_HEADING_CATEGORIES', 'Categories');
// manufacturers box text in includes/boxes/manufacturers.php
define('BOX_HEADING_MANUFACTURERS', 'All publishers');
// whats_new box text in includes/boxes/whats_new.php
define('BOX_HEADING_WHATS_NEW', 'What\'s New?');
// quick_find box text in includes/boxes/quick_find.php
define('BOX_HEADING_SEARCH', 'Quick Find');
define('BOX_SEARCH_TEXT', 'Advanced search');
define('BOX_SEARCH_ADVANCED_SEARCH', 'Advanced Search');
// specials box text in includes/boxes/specials.php
define('BOX_HEADING_SPECIALS', 'Specials');
// reviews box text in includes/boxes/reviews.php
define('BOX_HEADING_REVIEWS', 'Reviews');
define('BOX_REVIEWS_WRITE_REVIEW', 'Write a review on this product!');
define('BOX_REVIEWS_NO_REVIEWS', 'There are currently no product reviews');
define('BOX_REVIEWS_TEXT_OF_5_STARS', '%s of 5 Stars!');
// shopping_cart box text in includes/boxes/shopping_cart.php
define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart');
define('BOX_SHOPPING_CART_EMPTY', '0 items');
// order_history box text in includes/boxes/order_history.php
define('BOX_HEADING_CUSTOMER_ORDERS', 'Order History');
// best_sellers box text in includes/boxes/best_sellers.php
define('BOX_HEADING_BESTSELLERS', 'Bestsellers');
define('BOX_HEADING_BESTSELLERS_IN', 'Bestsellers in ');
// notifications box text in includes/boxes/products_notifications.php
define('BOX_HEADING_NOTIFICATIONS', 'Notifications');
define('BOX_NOTIFICATIONS_NOTIFY', 'Notify me of updates to %s');
define('BOX_NOTIFICATIONS_NOTIFY_REMOVE', 'Do not notify me of updates to %s');
// manufacturer box text
define('BOX_HEADING_MANUFACTURER_INFO', 'Manufacturer Info');
define('BOX_MANUFACTURER_INFO_HOMEPAGE', '%s Homepage');
define('BOX_MANUFACTURER_INFO_OTHER_PRODUCTS', 'Other products');
// languages box text in includes/boxes/languages.php
define('BOX_HEADING_LANGUAGES', 'Languages');
// currencies box text in includes/boxes/currencies.php
define('BOX_HEADING_CURRENCIES', 'Currencies');
// information box text in includes/boxes/information.php
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
define('BOX_INFORMATION_PAYMENT', 'Payment');
define('BOX_INFORMATION_SHIPPING', 'Shipping');
define('BOX_INFORMATION_CONTACT', 'Contact Us');
define('BOX_INFORMATION_IMPRESSUM', 'Imprint');
define('BOX_INFORMATION_PARTNER', 'Affiliate program');
// tell a friend box text in includes/boxes/tell_a_friend.php
define('BOX_HEADING_TELL_A_FRIEND', 'Weiterempfehlen');
define('BOX_TELL_A_FRIEND_TEXT', 'Empfehlen Sie diesen Artikel einfach per E-Mail weiter.');
// checkout procedure text
define('CHECKOUT_BAR_DELIVERY', 'Delivery Information');
define('CHECKOUT_BAR_PAYMENT', 'Payment Information');
define('CHECKOUT_BAR_CONFIRMATION', 'Confirmation');
define('CHECKOUT_BAR_FINISHED', 'Finished!');
// pull down default text
define('PULL_DOWN_DEFAULT', 'Please Select');
define('TYPE_BELOW', 'Type Below');
// javascript messages
define('JS_ERROR', 'Errors have occured during the process of your form.\n\nPlease make the following corrections:\n\n');
define('JS_REVIEW_TEXT', 'The \'Review Text\' must have at least ' . REVIEW_TEXT_MIN_LENGTH . ' characters.');
define('JS_REVIEW_RATING', 'You must rate the product for your review.');
define('JS_ERROR_NO_PAYMENT_MODULE_SELECTED', '* Please select a payment method for your order.\n');
define('JS_ERROR_SUBMITTED', 'This form has already been submitted. Please press Ok and wait for this process to be completed.');
define('ERROR_NO_PAYMENT_MODULE_SELECTED', 'Please select a payment method for your order.');
define('CATEGORY_COMPANY', 'Company details');
define('CATEGORY_PERSONAL', 'Your personal details');
define('CATEGORY_ADDRESS', 'Your address');
define('CATEGORY_CONTACT', 'Your Ccontact information');
define('CATEGORY_OPTIONS', 'Options');
define('CATEGORY_PASSWORD', 'Your password');
define('TEXT_SHIPMENT_TO', 'Shipping to');
define('ENTRY_COMPANY', 'Company name');
define('ENTRY_COMPANY_ERROR', '');
define('ENTRY_COMPANY_TEXT', '');
define('ENTRY_GENDER', 'Salutation');
define('ENTRY_GENDER_ERROR', 'Please select your gender.');
define('ENTRY_GENDER_TEXT', '*');
define('ENTRY_FIRST_NAME', 'First name');
define('ENTRY_FIRST_NAME_ERROR', 'Your first name must contain a minimum of ' . ENTRY_FIRST_NAME_MIN_LENGTH . ' characters.');
define('ENTRY_FIRST_NAME_MAX_ERROR', 'The first name can contain a maximum of 30 characters. ');
define('ENTRY_FIRST_NAME_TEXT', '*');
define('ENTRY_LAST_NAME', 'Last name');
define('ENTRY_LAST_NAME_ERROR', 'Your last name must contain a minimum of ' . ENTRY_LAST_NAME_MIN_LENGTH . ' characters.');
define('ENTRY_LAST_NAME_MAX_ERROR', 'The last name can contain a maximum of 30 characters. ');
define('ENTRY_HOUSENUMBER_ERROR', 'Please enter a street and a house number. ');
define('ENTRY_PACKINGSTATION_ERROR', 'The number of the desired packing station must have three digits. ');
define('ENTRY_POSTNUMBER_ERROR', 'Your PostNumber must have between six and ten digits. ');
define('ENTRY_LAST_NAME_TEXT', '*');
define('ENTRY_DATE_OF_BIRTH', 'Date of Birth');
define('ENTRY_DATE_OF_BIRTH_ERROR', 'Your date of birth must be in this format: MM/DD/YYYY (eg 05/21/1970).');
define('ENTRY_DATE_OF_BIRTH_TEXT', '* (eg. 05/21/1970)');
define('ENTRY_EMAIL_ADDRESS', 'E-mail address');
define('ENTRY_EMAIL_ADDRESS_ERROR', 'Your e-mail address must contain a minimum of ' . ENTRY_EMAIL_ADDRESS_MIN_LENGTH . ' characters.');
define('ENTRY_EMAIL_ADDRESS_CHECK_ERROR', 'Your e-mail address does not appear to be valid - please make any necessary corrections.');
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.');
define('ENTRY_EMAIL_ADDRESS_TEXT', '*');
define('ENTRY_STREET_ADDRESS', 'Street address');
define('ENTRY_ADDRESS_ADDITION', 'Address extension');
define('ENTRY_STREET_ADDRESS_ERROR', 'Your street address must contain a minimum of ' . ENTRY_STREET_ADDRESS_MIN_LENGTH . ' characters.');
define('ENTRY_STREET_ADDRESS_TEXT', '*');
define('ENTRY_SUBURB', 'Suburb');
define('ENTRY_POSTNUMBER', 'PostNumber');
define('ENTRY_PACKSTATION', 'Packing station');
define('ENTRY_POST_ADDRESS', 'Postal address');
define('ENTRY_SUBURB_ERROR', '');
define('ENTRY_SUBURB_TEXT', '');
define('ENTRY_POST_CODE', 'Post code');
define('ENTRY_POST_CODE_ERROR', 'Your post code must contain a minimum of ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.');
define('ENTRY_POST_CODE_TEXT', '*');
define('ENTRY_CITY', 'City');
define('ENTRY_CITY_ERROR', 'Your City must contain a minimum of ' . ENTRY_CITY_MIN_LENGTH . ' characters.');
define('ENTRY_CITY_TEXT', '*');
define('ENTRY_STATE', 'State/Province');
define('ENTRY_STATE_ERROR', 'Your State must contain a minimum of ' . ENTRY_STATE_MIN_LENGTH . ' characters.');
define('ENTRY_STATE_ERROR_SELECT', 'Please select a state from the states pull down menu.');
define('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', 'Your telephone number must contain a minimum of ' . ENTRY_TELEPHONE_MIN_LENGTH . ' characters.');
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', 'Passwort:');
define('ENTRY_PASSWORD_ERROR', 'Your Password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.');
define('ENTRY_PASSWORD_ERROR_NOT_MATCHING', 'The Password Confirmation must match your Password.');
define('ENTRY_PASSWORD_TEXT', '*');
define('ENTRY_PASSWORD_CONFIRMATION', 'Passwort confirmation');
define('ENTRY_PASSWORD_CONFIRMATION_TEXT', '*');
define('ENTRY_PASSWORD_CURRENT', 'Current password');
define('ENTRY_PASSWORD_CURRENT_TEXT', '*');
define('ENTRY_PASSWORD_CURRENT_ERROR', 'Your password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.');
define('ENTRY_PASSWORD_NEW', 'New Password');
define('ENTRY_PASSWORD_NEW_TEXT', '*');
define('ENTRY_PASSWORD_NEW_ERROR', 'Your new password must contain a minimum of ' . ENTRY_PASSWORD_MIN_LENGTH . ' characters.');
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');
// constants for use in tep_prev_next_display function
define('TEXT_RESULT_PAGE', '');
define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS', 'Displaying %d to %d (of %d products)');
define('TEXT_DISPLAY_NUMBER_OF_ORDERS', 'Displaying %d to %d (of %d orders)');
define('TEXT_DISPLAY_NUMBER_OF_REVIEWS', 'Displaying %d to %d (of %d reviews)');
define('TEXT_DISPLAY_NUMBER_OF_PRODUCTS_NEW', 'Displaying %d to %d (of %d new products)');
define('TEXT_DISPLAY_NUMBER_OF_SPECIALS', 'Displaying %d to %d (of %d specials)');
define('PREVNEXT_TITLE_FIRST_PAGE', 'First page');
define('PREVNEXT_TITLE_PREVIOUS_PAGE', 'Previous page');
define('PREVNEXT_TITLE_NEXT_PAGE', 'Next page');
define('PREVNEXT_TITLE_LAST_PAGE', 'Last page');
define('PREVNEXT_TITLE_PAGE_NO', 'Page %d');
define('PREVNEXT_TITLE_PREV_SET_OF_NO_PAGE', 'Previous set of %d pages');
define('PREVNEXT_TITLE_NEXT_SET_OF_NO_PAGE', 'Next set of %d pages');
define('PREVNEXT_BUTTON_FIRST', '<<FIRST');
define('PREVNEXT_BUTTON_PREV', '<<');
define('PREVNEXT_BUTTON_NEXT', '>>');
define('PREVNEXT_BUTTON_LAST', 'LAST>>');
define('IMAGE_BUTTON_ADD_ADDRESS', 'Add address');
define('IMAGE_BUTTON_ADDRESS_BOOK', 'Address book');
define('IMAGE_BUTTON_BACK', 'Back');
define('IMAGE_BUTTON_BUY_NOW', 'Buy now');
define('IMAGE_BUTTON_CHANGE_ADDRESS', 'Change address');
define('IMAGE_BUTTON_CHECKOUT', 'CHECKOUT');
define('IMAGE_BUTTON_CONFIRM_ORDER', 'Confirm order');
define('IMAGE_BUTTON_CONTINUE', 'Continue');
define('IMAGE_BUTTON_CONTINUE_SHOPPING', 'Continue shopping');
define('IMAGE_BUTTON_DELETE', 'Delete');
define('IMAGE_BUTTON_EDIT_ACCOUNT', 'Edit account');
define('IMAGE_BUTTON_HISTORY', 'Order history');
define('IMAGE_BUTTON_LOGIN', 'Sign In');
define('IMAGE_BUTTON_IN_CART', 'Add to cart');
define('IMAGE_BUTTON_NOTIFICATIONS', 'Notifications');
define('IMAGE_BUTTON_QUICK_FIND', 'Quick find');
define('IMAGE_BUTTON_REMOVE_NOTIFICATIONS', 'Remove notifications');
define('IMAGE_BUTTON_REVIEWS', 'Reviews');
define('IMAGE_BUTTON_SEARCH', 'Search');
define('IMAGE_BUTTON_SHIPPING_OPTIONS', 'Shipping options');
define('IMAGE_BUTTON_TELL_A_FRIEND', 'Tell a friend');
define('IMAGE_BUTTON_UPDATE', 'Update');
define('IMAGE_BUTTON_UPDATE_CART', 'Update cart');
define('IMAGE_BUTTON_WRITE_REVIEW', 'Write review');
define('IMAGE_BUTTON_CART', 'CART');
define('IMAGE_BUTTON_EDIT', 'Edit');
define('TEXT_ALT_CART', 'Cart');
define('TEXT_ALT_CHECKOUT', 'Checkout');
define('TEXT_AMOUNT', 'Quantity');
define('TEXT_ITEM_SINGLE', 'item');
define('TEXT_ITEM_PLURAL', 'items');
define('TEXT_NEW_ADDRESS', 'New address');
define('SMALL_IMAGE_BUTTON_DELETE', 'Delete');
define('SMALL_IMAGE_BUTTON_EDIT', 'Edit');
define('SMALL_IMAGE_BUTTON_VIEW', 'View');
define('ICON_ARROW_RIGHT', 'more');
define('ICON_CART', 'Add to cart');
define('ICON_ERROR', 'Error');
define('ICON_SUCCESS', 'Success');
define('ICON_WARNING', 'Warning');
define('TEXT_GREETING_PERSONAL', 'Welcome back %s! Would you like to see which new products are available to purchase?');
define('TEXT_GREETING_PERSONAL_RELOGON', 'If you are not %s, please log yourself in with your account information.');
define('TEXT_GREETING_GUEST', 'Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account?');
define('TEXT_SORT_PRODUCTS', 'Sort products ');
define('TEXT_DESCENDINGLY', 'descendingly');
define('TEXT_ASCENDINGLY', 'ascendingly');
define('TEXT_BY', ' by ');
define('TEXT_REVIEW_BY', 'by %s');
define('TEXT_REVIEW_WORD_COUNT', '%s words');
define('TEXT_REVIEW_RATING', 'Rating: %s [%s]');
define('TEXT_REVIEW_DATE_ADDED', 'Date Added: %s');
define('TEXT_NO_REVIEWS', 'There are currently no product reviews.');
define('TEXT_NO_NEW_PRODUCTS', 'There are currently no products.');
define('TEXT_UNKNOWN_TAX_RATE', 'Unknown tax rate');
define('TEXT_REQUIRED', 'Required');
define('ERROR_TEP_MAIL', 'TEP ERROR: Cannot send the email through the specified SMTP server. Please check your php.ini setting and correct the SMTP server if necessary.');
define('WARNING_INSTALL_DIRECTORY_EXISTS', 'Warnung: Das Installationverzeichnis ist noch vorhanden auf: ' . dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/install. Bitte löschen Sie das Verzeichnis aus Gründen der Sicherheit!');
define('WARNING_CONFIG_FILE_WRITEABLE', 'Warnung: osC kann in die Konfigurationsdatei schreiben: ' . dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php. Das stellt ein mögliches Sicherheitsrisiko dar - bitte korrigieren Sie die Benutzerberechtigungen zu dieser Datei!');
define('WARNING_SESSION_DIRECTORY_NON_EXISTENT', 'Warnung: Das Verzeichnis für die Sessions existiert nicht: ' . tep_session_save_path() . '. Die Sessions werden nicht funktionieren bis das Verzeichnis erstellt wurde!');
define('WARNING_SESSION_DIRECTORY_NOT_WRITEABLE', 'Warnung: osC kann nicht in das Sessions Verzeichnis schreiben: ' . tep_session_save_path() . '. Die Sessions werden nicht funktionieren bis die richtigen Benutzerberechtigungen gesetzt wurden!');
define('WARNING_SESSION_AUTO_START', 'Warnung: session.auto_start ist enabled - Bitte disablen Sie dieses PHP Feature in der php.ini und starten Sie den WEB-Server neu!');
define('WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT', 'Warnung: Das Verzeichnis für den Artikel Download existiert nicht: ' . DIR_FS_DOWNLOAD . '. Diese Funktion wird nicht funktionieren bis das Verzeichnis erstellt wurde!');
define('TEXT_CCVAL_ERROR_INVALID_DATE', 'Das "Gültig bis" Datum ist ungültig. Bitte korrigieren Sie Ihre Angaben.');
define('TEXT_CCVAL_ERROR_INVALID_NUMBER', 'Die "KreditkarteNummer", die Sie angegeben haben, ist ungültig. Bitte korrigieren Sie Ihre Angaben.');
define('TEXT_CCVAL_ERROR_UNKNOWN_CARD', 'Die ersten 4 Ziffern Ihrer Kreditkarte sind: %s Wenn diese Angaben stimmen, wird dieser Kartentyp leider nicht akzeptiert. Bitte korrigieren Sie Ihre Angaben gegebenfalls.');
/*
The following copyright announcement can only be
appropriately modified or removed if the layout of
the site theme has been modified to distinguish
itself from the default osCommerce-copyrighted
theme.
For more information please read the following
Frequently Asked Questions entry on the osCommerce
support site:
http://www.oscommerce.com/community.php/faq,26/q,50
Please leave this comment intact together with the
following copyright announcement.
*/
define ('FOOTER_TEXT_BODY', 'All prices incl. VAT plus shipping costs . AGB | Imprint | Contact | Data protection
Copyright & copy; [[YEAR]] Michael Lang. All rights reserved.');
define('ENTRY_PRIVACY_AGREEMENT', 'I have read the information on data protection and I accept the storage of my data');
define('ENTRY_PRIVACY_AGREEMENT_ERROR', "Please read our privacy notice. We can only carry out your registration if you accept these conditions.");
define('ERROR_CONDITIONS_NOT_ACCEPTED', 'If you do not accept our terms and conditions, we will unfortunately not be able to accept your order! ');
define('DELIVERY_STATE2', 'Available in 6-8 working days.');
//define('DELIVERY_STATE2', 'Lieferbar innerhalb 4 Werktagen.');
//define('DELIVERY_STATE2', 'Lieferbar ab 09.01.2017.');
//BEGIN Best Selling Products Page modification
define('BOX_HEADING_BESTSELLING_PRODUCTS', ' Best Selling Products');
define('BOX_HEADING_MORE_PRODUCTS', ' More Products');
define('BOX_INFORMATION_BESTSELLING_PRODUCTS', 'Bestselling Products');
define('BOX_INFORMATION_SPECIAL_OFFERS', 'Special Offers');
define('BOX_INFORMATION_NEW_PRODUCTS', 'New Products');
//END Best Selling Products Page modification
// Translation by Peter Fürsicht [mailto:peter@fuersicht.de]
// Poll Box Text
define('_RESULTS', 'Trend');
define('_POLLS','Umfragen');
define('_VOTE', 'Abstimmen');
define('_COMMENTS', 'Kommentare');
define('_VOTES', 'Stimmen');
define('_NOPOLLS','Derzeit keine Abstimmung möglich');
define('_NOPOLLSCONTENT','Derzeit ist keine Abstimmung aktiv, schmökern Sie durch unser Voting-Atchiv