Languages/English
From OXIDwiki
Included in default distribution of OXID eShop Community Edition: Yes.
Language file /out/basic/en/lang.php
<?php /** * This file is part of OXID eShop Community Edition. * * OXID eShop Community Edition is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * OXID eShop Community Edition is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with OXID eShop Community Edition. If not, see <http://www.gnu.org/licenses/>. * * @link http://www.oxid-esales.com * @package lang * @copyright (C) OXID eSales AG 2003-2009 * @version OXID eShop CE * $Id: lang.php 21166 2009-07-28 14:56:10Z arvydas $ */ /* ----------------------- -- ADAPTING THIS FILE -- -------------------------- If you want to adapt this language file, use cust_lang.php instead. Further information is available in the manual at http://www.oxid-esales.com/en/resources/help-faq/eshop-manual/editing-language-files */ $sLangName = "English"; $iLangNr = 1; // ------------------------------- // RESOURCE IDENTITFIER = STRING // ------------------------------- $aLang = array( 'charset' => 'ISO-8859-15', 'fullDateFormat' => 'Y-m-d H:i:s', 'ACCOUNT_LOGIN_LOGIN' => "Login", 'ACCOUNT_LOGIN_BACKTOSHOP' => "Back to Shop", 'ACCOUNT_MAIN_TITLE' => "My Account", 'ACCOUNT_MAIN_BACKTOSHOP' => "Back to Shop", 'ACCOUNT_NEWSLETTER_TITLE' => "Newsletter", 'ACCOUNT_NEWSLETTER_LOCATION' => "My Account / ", 'ACCOUNT_NEWSLETTER_SETTINGS' => "Newsletter Settings", 'ACCOUNT_NEWSLETTER_SUBSCRIPTIONSUCCESS' => "The Newsletter subscription was successful.", 'ACCOUNT_NEWSLETTER_SUBSCRIPTIONREJECT' => "The Newsletter subscription has been canceled.", 'ACCOUNT_NEWSLETTER_SUBSCRIPTION' => "Newsletter subscription:", 'ACCOUNT_NEWSLETTER_YES' => "Yes", 'ACCOUNT_NEWSLETTER_NO' => "No", 'ACCOUNT_NEWSLETTER_SAVE' => "Save", 'ACCOUNT_NEWSLETTER_BACKTOSHOP' => "Back to Shop", 'ACCOUNT_NOTICELIST_TITLE' => "My Wish List", 'ACCOUNT_NOTICELIST_LOCATION' => "My Account / ", 'ACCOUNT_NOTICELIST_MYWISHLIST' => "My Wish List", 'ACCOUNT_NOTICELIST_EMPTYWISHLIST' => "Your Wish List is empty.", 'ACCOUNT_NOTICELIST_BACKTOSHOP' => "Back to Shop", 'ACCOUNT_ORDER_TITLE' => "Order History", 'ACCOUNT_ORDER_LOCATION' => "My Account / ", 'ACCOUNT_ORDER_HISTORY' => "Order History", 'ACCOUNT_ORDER_DATE' => "Order Date:", 'ACCOUNT_ORDER_STATUS' => "Status:", 'ACCOUNT_ORDER_SHIPPED' => "Shipped", 'ACCOUNT_ORDER_NOTSHIPPED' => "Not yet shipped.", 'ACCOUNT_ORDER_STORNO' => "Order is canceled.", 'ACCOUNT_ORDER_ORDERNO' => "Order No.:", 'ACCOUNT_ORDER_TRACKINGID' => "Tracking ID:", 'ACCOUNT_ORDER_TRACKSHIPMENT' => "Track Shipment", 'ACCOUNT_ORDER_SHIPMENTTO' => "Shipment to:", 'ACCOUNT_ORDER_CART' => "Cart:", 'ACCOUNT_ORDER_ADDTOCART' => "add to cart", 'ACCOUNT_ORDER_EMPTYHISTORY' => "Order History is empty", 'ACCOUNT_ORDER_BACKTOSHOP' => "Back to Shop", 'ACCOUNT_ORDER_ERPSTATUS' => "Delivery status", 'ACCOUNT_ORDER_ERPSTATUS_ANG' => "Order received", 'ACCOUNT_ORDER_ERPSTATUS_HAL' => "Waiting for money", 'ACCOUNT_ORDER_ERPSTATUS_BES' => "Ordered from distributor", 'ACCOUNT_ORDER_ERPSTATUS_EIN' => "Picking", 'ACCOUNT_ORDER_ERPSTATUS_AUS' => "Sent", 'ACCOUNT_ORDER_ERPSTATUS_STO' => "Canceled", 'ACCOUNT_ORDER_ERPSTATUS_NLB' => "Undeliverable", 'ACCOUNT_PASSWORD_TITLE' => "Personal Settings", 'ACCOUNT_PASSWORD_LOCATION' => "My Account / ", 'ACCOUNT_PASSWORD_PERSONALSETTINGS' => "Personal Settings", 'ACCOUNT_PASSWORD_PASSWORDCHANGED' => "Your Password has changed.", 'ACCOUNT_PASSWORD_TOCHANGEPASSWORD' => "Change Password", 'ACCOUNT_PASSWORD_ERRPASSWORDTOSHORT' => "Error: Your Password is too short.", 'ACCOUNT_PASSWORD_ERRPASSWDONOTMATCH' => "Error: Passwords don't match.", 'ACCOUNT_PASSWORD_ERRINCORRECTCURRENTPASSW' => "Error: Your current Password is incorrect.", 'ACCOUNT_PASSWORD_NOTE' => "Note:", 'ACCOUNT_PASSWORD_PASSWORDMINLENGTH' => "The Password minimum length is 6 characters.", 'ACCOUNT_PASSWORD_OLDPASSWORD' => "Old Password:", 'ACCOUNT_PASSWORD_NEWPASSWORD' => "New Password", 'ACCOUNT_PASSWORD_CONFIRMPASSWORD' => "Confirm Password:", 'ACCOUNT_PASSWORD_SAVE' => "Save", 'ACCOUNT_PASSWORD_CHANGEPASSWORD' => "Create Password", 'ACCOUNT_PASSWORD_BACKTOSHOP' => "Back to Shop", 'ACCOUNT_RECOMM_TITLE' => "My Listmania lists", 'ACCOUNT_RECOMM_LOCATION' => "My Account / ", 'ACCOUNT_RECOMM_NEWLIST' => "New Listmania list", 'ACCOUNT_RECOMM_LISTTITLE' => "Title", 'ACCOUNT_RECOMM_LISTAUTHOR' => "Author", 'ACCOUNT_RECOMM_LISTDESC' => "Introduction", 'ACCOUNT_RECOMM_SAVE' => "Save", 'ACCOUNT_RECOMM_LISTSAVED' => "Recommendation list changes saved", 'ACCOUNT_RECOMM_BACKTOSHOP' => "Back to Shop", 'ACCOUNT_USERTITLE' => "Billings and Shipping Settings", 'ACCOUNT_USER_LOCATION' => "My Account / ", 'ACCOUNT_USER_ERRPASSWORDSDONTMATCH' => "Error: Passwords don't match.", 'ACCOUNT_USER_ERRWRONGUSERNAMEPASSW' => "Error: Wrong Username/Password.", 'ACCOUNT_USER_ERRCOMPLETEMARKEDFIELDS' => 'Error: Please complete all fields marked with a <span class="req">*</span>.', 'ACCOUNT_USER_ERRCOMLETEBILLINGADDRESS' => "Error: Please complete the Billing Address.", 'ACCOUNT_USER_ERRINVALIDEMAIL' => "Error: Invalid eMail Address!", 'ACCOUNT_USER_ERREMAILALREADYTAKEN' => "Error: This email address is already taken!", 'ACCOUNT_USER_BILLINGADDRESS' => "Billing Address", 'ACCOUNT_USER_COMPLETEMARKEDFIELDS' => '(Please complete all fields marked with a <span class="req">*</span>)', 'ACCOUNT_USER_EMAIL' => "eMail Address:", 'ACCOUNT_USER_TITLE' => "Title:", 'ACCOUNT_USER_MR' => "Mr", 'ACCOUNT_USER_MRS' => "Mrs", 'ACCOUNT_USER_FIRSTNAME' => "First Name:", 'ACCOUNT_USER_LASTNAME' => "Last Name:", 'ACCOUNT_USER_COMPANY' => "Company:", 'ACCOUNT_USER_STREETANDSTREETNO' => "Street, StreetNo:", 'ACCOUNT_USER_POSTALCODEANDCITY' => "Postal Code, City:", 'ACCOUNT_USER_VATIDNO' => "VAT ID No.:", 'ACCOUNT_USER_ADDITIONALINFO' => "Additional Info:", 'ACCOUNT_USER_COUNTRY' => "Country:", 'ACCOUNT_USER_PHONE' => "Phone:", 'ACCOUNT_USER_FAX' => "Fax:", 'ACCOUNT_USER_CELLUARPHONE' => "Celluar Phone:", 'ACCOUNT_USER_EVENINGPHONE' => "Personal Phone:", 'ACCOUNT_USER_BIRTHDATE' => "Birthdate:", 'ACCOUNT_USER_SAVE' => "Save", 'ACCOUNT_USER_SHIPPINGADDRESSES' => "Shipping Addresses", 'ACCOUNT_USER_ADDRESSES' => "Addresses", 'ACCOUNT_USER_NEWADDRESS' => "New Address", 'ACCOUNT_USER_TITLE2' => "Title:", 'ACCOUNT_USER_MR2' => "Mr", 'ACCOUNT_USER_MRS2' => "Mrs", 'ACCOUNT_USER_FIRSTLASTNAME' => "First/Last Name:", 'ACCOUNT_USER_COMPANY2' => "Company:", 'ACCOUNT_USER_STREETANDSTREETNO2' => "Street, StreetNo:", 'ACCOUNT_USER_POSTALCODEANDCITY2' => "Postal Code, City:", 'ACCOUNT_USER_ADDITIONALINFO2' => "Additional Info:", 'ACCOUNT_USER_COUNTRY2' => "Country:", 'ACCOUNT_USER_PHONE2' => "Phone:", 'ACCOUNT_USER_FAX2' => "Fax:", 'ACCOUNT_USER_SAVE2' => "Save", 'ACCOUNT_USER_BACKTOSHOP' => "Back to Shop", 'ACCOUNT_WISHLIST_TITLE' => "My Gift Registry", 'ACCOUNT_WISHLIST_LOCATION' => "My Account / ", 'ACCOUNT_WISHLIST_SEARCHWISHLIST' => "Search Gift Registry", 'ACCOUNT_WISHLIST_ENTEREMAILORNAME' => "Enter eMail address or Name:", 'ACCOUNT_WISHLIST_SEARCH' => "Search", 'ACCOUNT_WISHLIST_WISHLISTOFF' => "Gift Registry of", 'ACCOUNT_WISHLIST_SORRYNOWISHLIST' => "Sorry, no Gift Registry found!", 'ACCOUNT_WISHLIST_MYWISHLIST' => "My Gift Registry", 'ACCOUNT_WISHLIST_PUBLISH' => "Publish", 'ACCOUNT_WISHLIST_MAKEWISHLISTPUBLISH' => "Everyone shall be able to search and display my gift registry:", 'ACCOUNT_WISHLIST_NO' => "No", 'ACCOUNT_WISHLIST_YES' => "Yes", 'ACCOUNT_WISHLIST_SAVE' => "Save", 'ACCOUNT_WISHLIST_SEND' => "Send", 'ACCOUNT_WISHLIST_CLICKHERETOSENDWISHLIST' => "Click here to send your gift registry to your friends:", 'ACCOUNT_WISHLIST_BUTTSENDWISHLIST' => "Send Gift Registry", 'ACCOUNT_WISHLIST_WISHLISTISEMPTY' => "The Gift Registry is empty.", 'ACCOUNT_WISHLIST_SENDWISHLIST' => "Send Gift Registry", 'ACCOUNT_WISHLIST_ERRCOMLETEFIELDSCORRECTLY' => "Please complete all fields correctly!", 'ACCOUNT_WISHLIST_ERRWRONGEMAIL' => "An error occured sending the eMail - please check the eMail address.", 'ACCOUNT_WISHLIST_SENDSUCCESSFULLY1' => "Your Gift Registry was sent successfully to:", 'ACCOUNT_WISHLIST_SENDSUCCESSFULLY2' => "", 'ACCOUNT_WISHLIST_GIFTREGISTRYAT' => "Gift Registry at", 'ACCOUNT_WISHLIST_RECIPIENTSNAME' => "Recipient's Name:", 'ACCOUNT_WISHLIST_RECIPIENTSEMAIL' => "Recipient's eMail:", 'ACCOUNT_WISHLIST_YUORMESSAGE' => "Your Message:", 'ACCOUNT_WISHLIST_BUYFORME1' => "Hi, I created a Gift Registry at", 'ACCOUNT_WISHLIST_BUYFORME2' => ". Great if you could buy something for me.", 'ACCOUNT_WISHLIST_SEND2' => "Send", 'ACCOUNT_WISHLIST_BACKTOSHOP' => "Back to Shop", 'ADD_RECOMM_SELECTLIST' => "Select Listmania list", 'ADD_RECOMM_ALLLISTS' => "all Listmania", 'ADD_RECOMM_YOURCOMMENT' => "Add your comments", 'ADD_RECOMM_ADDTOLIST' => "Add to List", 'ADD_RECOMM_ADDRECOMMLINK1' => "There is no Listmania lists at the moment. To create new, click", 'ADD_RECOMM_ADDRECOMMLINK2' => "here", 'BASKET_BASKET' => "View Cart", 'BASKET_EMPTYSHIPPINGCART' => "The Shopping Cart is empty.", 'BASKET_NEXTSTEP' => "Continue to Next Step", 'BASKET_CONTINUESHOPPING' => "Continue Shopping", 'BASKET_ARTICEL' => "Product", 'BASKET_QUANTITY' => "Quantity", 'BASKET_UNITPRICE' => "Unit Price", 'BASKET_TAX' => "VAT", 'BASKET_TOTAL' => "Total", 'BASKET_ARTNOMBER' => "Art.No.:", 'BASKET_UPDATE' => "update", 'BASKET_REMOVE' => "remove", 'BASKET_VPE_MESSAGE' => "Only in packaging units of ", 'BASKET_ARTICLENOTONSTOCK' => "This product is not on stock and has to be reordered.", 'BASKET_DISCOUNT' => "Discount:", 'BASKET_TOTALNET' => "Total Products (net):", 'BASKET_TAX1' => "plus VAT", 'BASKET_TAX2' => "% Amount:", 'BASKET_TOTALGROSS' => "Total Products (gross):", 'BASKET_CHARGE' => "Surcharge", 'BASKET_DISCOUNT2' => "Discount", 'BASKET_COUPON' => "Coupon", 'BASKET_NOMBER' => "No.", 'BASKET_REMOVE2' => "remove", 'BASKET_SHIPPINGNET' => "Shipping (net):", 'BASKET_PLUSTAX1' => "plus VAT", 'BASKET_PLUSTAX2' => "% Amount:", 'BASKET_SHIPPING' => "Shipping cost", 'BASKET_GROSS' => "(gross)", 'BASKET_PAYMENT' => "Surcharge", 'BASKET_CHARGE2' => "Deduction", 'BASKET_DISCOUNT3' => "Type of payment:", 'BASKET_PAYMENTTAX1' => "Surcharge VAT", 'BASKET_PAYMENTTAX2' => "% Amount:", 'BASKET_GRANDTOTAL' => "Grand Total:", 'BASKET_DISCOUNTS_NOT_APPLIED_FOR_ARTICLES' => "Discounts are not applied to these articles", 'BASKET_REDEEMCOUPON' => "Redeem Coupon", 'BASKET_COUPONNOTACCEPTED1' => "Your Coupon", 'BASKET_COUPONNOTACCEPTED2' => "couldn't be accepted.", 'BASKET_REASON' => "Reason:", 'BASKET_TOOLOWTOTAL' => "Total is too low for this Coupon.", 'BASKET_DONOTUSECOUPONFORSAMESERIE' => "Accumulation with Coupon of same serie not permitted.", 'BASKET_DONOTUSEFORDIFFSERIE' => "Accumulation with Coupon of different serie not permitted.", 'BASKET_COUPONEXPIRED' => "Coupon is expired.", 'BASKET_COUPONINVALID' => "Coupon is invalid.", 'BASKET_DONOTUSEFORSAMESERIE' => "Coupon of same serie can't be used for this purchase.", 'BASKET_NEGATIVETOTAL' => "Negative Total not permitted.", 'BASKET_INVALIDUSERGROUP' => "Your User Group doesn't qualify for this coupon.", 'BASKET_ENTERCOUPONNUMBER' => "Enter Coupon Number:", 'BASKET_SUBMITCOUPON' => "Submit Coupon", 'BASKET_NEXTSTEP2' => "Continue to Next Step", 'BASKET_POPUP_FULL_ADDEDARTICLETOBASKET' => "You just added a product to the cart.", 'BASKET_POPUP_FULL_DISPLAYCART' => "Proceed to checkout", 'BASKET_POPUP_FULL_CONTINUESHOPPING' => "Continue Shopping", 'BASKET_POPUP_ADDEDARTICLETOBASKET' => "You just added a product to the cart.", 'BASKET_POPUP_CONTINUESHOPPING' => "Continue Shopping", 'BASKET_MINORDERPRICE' => "Minimum order price", 'BASKET_WRONGAMOUNT1' => "Please enter valid quantity for product ", 'BASKET_WRONGAMOUNT2' => ".", 'BASKET_SELECT_ALL' => "Select all", 'COMPARE_POPUP_TITLE' => "Product Comparison", 'COMPARE_POPUP_ARTICELNO' => "Art.No.:", 'COMPARE_POPUP_PRODUCTATTRIBUTES' => "Product Attributes", 'COMPARE_POPUP_SELECTATLEASTTWOART' => "Please select at least two products to be compared.", 'COMPARE_POPUP_PRINT' => "Print", 'COMPARE_TITLE' => "Product Comparison", 'COMPARE_ARTICLENOMBER' => "Art.No.:", 'COMPARE_MOREINFO' => "more Info", 'COMPARE_BASKET' => "Cart", 'COMPARE_NOTICELIST' => "Wish List", 'COMPARE_WISHLIST' => "Gift Registry", 'COMPARE_PRODUCTATTRIBUTES' => "Product Attributes", 'COMPARE_REMOVE' => "remove", 'COMPARE_SELECTATLEASTTWOART' => "Please select at least two products to be compared.", 'COMPARE_BACKTOSHOP' => "Back to Shop", 'CONTACT_TITLECONTACT' => "Contact", 'CONTACT_COMPLETEMARKEDFIELDS' => 'Please complete all fields marked with a <span class="req">*</span>', 'CONTACT_PHONE' => "Phone:", 'CONTACT_FAX' => "Fax:", 'CONTACT_EMAIL' => "eMail:", 'CONTACT_CONTACT' => "Contact", 'CONTACT_TITLE' => "Title", 'CONTACT_MR' => "Mr", 'CONTACT_MRS' => "Mrs", 'CONTACT_FIRSTNAME' => "First Name:", 'CONTACT_LASTNAME' => "Last Name:", 'CONTACT_EMAIL2' => "eMail:", 'CONTACT_SUBJECT' => "Subject:", 'CONTACT_MESSAGE' => "Message:", 'CONTACT_VERIFICATIONCODE' => "Verification code:", 'CONTACT_COMPLETEMARKEDFIELDS2' => 'Please complete all fields marked with a <span class="req">*</span>', 'CONTACT_SEND' => "Send", 'CONTACT_THANKYOU1' => "Thank you.", 'CONTACT_THANKYOU2' => " appreciates your comments.", 'CONTACT_FROM' => "Message from", 'DETAILS_PERSPARAM_PRODUCTDETAILS' => "Product Details", 'DETAILS_PERSPARAM_ZOOM' => "[+] zoom", 'DETAILS_PERSPARAM_ARTNOMBER' => "Art.No.:", 'DETAILS_PERSPARAM_MANUFACTURER' => "Manufacturer:", 'DETAILS_PERSPARAM_VENDOR' => "Vendor", 'DETAILS_PERSPARAM_CATEGORY' => "Category:", 'DETAILS_PERSPARAM_NOTONSTOCK' => "This item is not in stock and must be reordered.", 'DETAILS_PERSPARAM_AVAILABLEON' => "Available on", 'DETAILS_PERSPARAM_LOWSTOCK' => "Low stock - order quickly !", 'DETAILS_PERSPARAM_READYFORSHIPPING' => "Ready for shipping", 'DETAILS_PERSPARAM_REDUCEDFROM' => "Reduced from", 'DETAILS_PERSPARAM_REDUCEDTEXT' => "(Our normal price.)", 'DETAILS_PERSPARAM_NOWONLY' => "now only", 'DETAILS_PERSPARAM_PLUSSHIPPING' => "incl. VAT, plus ", 'DETAILS_PERSPARAM_PLUSSHIPPING2' => "Shipping", 'DETAILS_PERSPARAM_VPE_MESSAGE_1' => "This product can only be ordered in packaging units of ", 'DETAILS_PERSPARAM_VPE_MESSAGE_2' => "", 'DETAILS_PERSPARAM_MOREYOUBUYMOREYOUSAVE' => "Block price", 'DETAILS_PERSPARAM_FROM' => "from", 'DETAILS_PERSPARAM_PCS' => "pcs", 'DETAILS_PERSPARAM_DISCOUNT' => "% Discount", 'DETAILS_PERSPARAM_PRICEALARM' => "<b>[!]</b> Price Alert", 'DETAILS_PERSPARAM_LABEL' => "Label:", 'DETAILS_PERSPARAM_PRICEALARM2' => "<b>[!]</b> Price Alert", 'DETAILS_PERSPARAM_REMOVEFROMCOMPARELIST' => "remove from compare list", 'DETAILS_PERSPARAM_COMPARE' => "compare", 'DETAILS_PERSPARAM_RECOMMEND' => "recommend", 'DETAILS_PERSPARAM_ADDTORECOMMLIST' => "Add to Listmania List", 'DETAILS_PERSPARAM_LOGGINTOACCESSRECOMMLIST' => "Please login to access Listmania List.", 'DETAILS_PERSPARAM_ADDTONOTICELIST' => "Add to Wish List", 'DETAILS_PERSPARAM_LOGGINTOACCESSNOTICELIST' => "Please login to access Wish List.", 'DETAILS_PERSPARAM_ADDTOWISHLIST' => "Add to Gift Registry", 'DETAILS_PERSPARAM_LOGGINTOACCESSWISHLIST' => "Please login to access your Gift Registry.", 'DETAILS_PERSPARAM_QUESTIONS' => "[?] Questions about this product?", 'DETAILS_PERSPARAM_QUESTIONSSUBJECT' => "Questions about this product?", 'DETAILS_PERSPARAM_SPECIFICATION' => "Specification", 'DETAILS_PERSPARAM_PRICEALARM3' => "[!] Price Alert", 'DETAILS_PERSPARAM_PRICEALARMMESSAGE' => "We are happy to inform you about a price change of this product respectively when it hits the price you want to purchase.", 'DETAILS_PERSPARAM_EMAIL' => "eMail", 'DETAILS_PERSPARAM_YOURPRICE' => "Your price:", 'DETAILS_PERSPARAM_SEND' => "Send", 'DETAILS_PERSPARAM_PRODUCTREVIEW' => "Write Product Review", 'DETAILS_PERSPARAM_WRITES' => "writes:", 'DETAILS_PERSPARAM_DATE' => "Date:", 'DETAILS_PERSPARAM_TIME' => "Time:", 'DETAILS_PERSPARAM_REVIEWNOTAVAILABLE' => "No review available for this item.", 'DETAILS_PERSPARAM_WRITEREVIEW' => "Write a review.", 'DETAILS_PERSPARAM_LOGGINTOWRITEREVIEW' => "You have to be logged in to write a review.", 'DETAILS_PERSPARAM_CURRENTPRODUCT' => "Current product", 'DETAILS_PERSPARAM_DELIVERABLE' => "Deliverable:", 'DETAILS_PERSPARAM_QUANTITY' => "Quantity:", 'DETAILS_PERSPARAM_ADDTOCART' => "add to Cart", 'DETAILS_PERSPARAM_LASTSEENPRODUCTS' => "Last seen products", 'DETAILS_PERSPARAM_TITLE' => "Product Details", 'DETAILS_PERSPARAM_RATINGREZULT' => "Rating", 'DETAILS_PERSPARAM_RATINGREZULTS' => "Ratings", 'DETAILS_PERSPARAM_NORATINGS' => "No ratings.", 'DETAILS_PERSPARAM_LOGGIN' => "You have to be logged in to rate !", 'DETAILS_PERSPARAM_ALREADYRATED' => "You already rated !", 'DETAILS_PERSPARAM_RATETHISARTICLE' => "Rate this product !", 'DETAILS_PERSPARAM_RATING' => "Rating:", 'DETAILS_PERSPARAM_SAVEREVIEW' => "Save rating and review", 'DETAILS_PERSPARAM_STAR' => "Star", 'DETAILS_PERSPARAM_STARS' => "Stars", 'EMAIL_NEWSLETTEROPTIN_HTML_NEWSLETTER' => "Newsletter", 'EMAIL_NEWSLETTERDBOPTINMAIL_SUBJECT' => "Newsletter", 'EMAIL_ORDER_CUST_HTML_ORDERNOMBER' =>"Order No.", 'EMAIL_ORDER_CUST_HTML_PRODUCT' =>"Product", 'EMAIL_ORDER_CUST_HTML_QUANTITY' =>"Quantity", 'EMAIL_ORDER_CUST_HTML_UNITPRICE' =>"Unit Price", 'EMAIL_ORDER_CUST_HTML_TOTAL' =>"Total", 'EMAIL_ORDER_CUST_HTML_PRODUCTREVIEW' =>"Product Review", 'EMAIL_ORDER_CUST_HTML_WRAPPING' =>"Gift Wrapping:", 'EMAIL_ORDER_CUST_HTML_NONE' =>"NONE", 'EMAIL_ORDER_CUST_HTML_ARTNOMBER' =>"Art.No.:", 'EMAIL_ORDER_CUST_HTML_DISCOUNT' =>"Discount:", 'EMAIL_ORDER_CUST_HTML_REVIEW' =>"review", 'EMAIL_ORDER_CUST_HTML_YOURGREETINGCARD' =>"Your Greeting Card:", 'EMAIL_ORDER_CUST_HTML_USEDCOUPONS' =>"Used Coupons,", 'EMAIL_ORDER_CUST_HTML_REBATE' =>"Rebate", 'EMAIL_ORDER_CUST_HTML_TOTALNET' =>"Total Products (net):", 'EMAIL_ORDER_CUST_HTML_PLUSTAX1' =>"plus VAT", 'EMAIL_ORDER_CUST_HTML_PLUSTAX2' =>"% Amount:", 'EMAIL_ORDER_CUST_HTML_TOTALGROSS' =>"Total Products (gross):", 'EMAIL_ORDER_CUST_HTML_CHARGE' =>"Surcharge", 'EMAIL_ORDER_CUST_HTML_DICOUNT' =>"Discount", 'EMAIL_ORDER_CUST_HTML_COUPON' =>"Coupon:", 'EMAIL_ORDER_CUST_HTML_SHIPPINGNET' =>"Shipping (net):", 'EMAIL_ORDER_CUST_HTML_TAX1' =>"plus VAT", 'EMAIL_ORDER_CUST_HTML_TAX2' =>"% Amount:", 'EMAIL_ORDER_CUST_HTML_SHIPPINGGROSS1' =>"Shipping cost", 'EMAIL_ORDER_CUST_HTML_SHIPPINGGROSS2' =>"(gross)", 'EMAIL_ORDER_CUST_HTML_SHIPPINGGROSS3' =>"Type of Payment", 'EMAIL_ORDER_CUST_HTML_PAYMENTCHARGEDISCOUNT1' =>"Surcharge", 'EMAIL_ORDER_CUST_HTML_PAYMENTCHARGEDISCOUNT2' =>"Deduction", 'EMAIL_ORDER_CUST_HTML_PAYMENTCHARGEDISCOUNT3' =>"Type of Payment", 'EMAIL_ORDER_CUST_HTML_PAYMENTCHARGEVAT1' =>"Payment Charge VAT", 'EMAIL_ORDER_CUST_HTML_PAYMENTCHARGEVAT2' =>"% Amount:", 'EMAIL_ORDER_CUST_HTML_WRAPPINGNET' =>"Gift Wrapping/Greeting Card (net):", 'EMAIL_ORDER_CUST_HTML_PLUSTAX21' =>"plus VAT", 'EMAIL_ORDER_CUST_HTML_PLUSTAX22' =>"% Amount:", 'EMAIL_ORDER_CUST_HTML_WRAPPINGANDGREETINGCARD1' =>"Gift Wrapping/Greeting Card", 'EMAIL_ORDER_CUST_HTML_WRAPPINGANDGREETINGCARD2' =>"(gross)", 'EMAIL_ORDER_CUST_HTML_GRANDTOTAL' =>"Grand Total:", 'EMAIL_ORDER_CUST_HTML_YOURMESSAGE' =>"What I wanted to say ...: ", 'EMAIL_ORDER_CUST_HTML_PAYMENTMETHOD' =>"Payment Method:", 'EMAIL_ORDER_CUST_HTML_EMAILADDRESS' =>"eMail Address:", 'EMAIL_ORDER_CUST_HTML_BILLINGADDRESS' =>"Billing Address:", 'EMAIL_ORDER_CUST_HTML_VATIDNOMBER' =>"VAT ID No.:", 'EMAIL_ORDER_CUST_HTML_PHONE' =>"Phone:", 'EMAIL_ORDER_CUST_HTML_SHIPPINGADDRESS' =>"Shipping Address:", 'EMAIL_ORDER_CUST_HTML_SHIPPINGCARRIER' =>"Shipping Carrier:", 'EMAIL_ORDER_CUST_HTML_BANK' =>"Bank:", 'EMAIL_ORDER_CUST_HTML_ROUTINGNOMBER' =>"Bank Code:", 'EMAIL_ORDER_CUST_HTML_ACCOUNTNOMBER' =>"Account No.:", 'EMAIL_ORDER_CUST_HTML_BIC' =>"BIC:", 'EMAIL_ORDER_CUST_HTML_IBAN' =>"IBAN:", 'EMAIL_ORDER_OWNER_HTML_ATENTIONGREETINGCARD' =>"Attention Greeting Card:", 'EMAIL_ORDER_OWNER_HTML_SHIPPINGVAT1' =>"plus VAT", 'EMAIL_ORDER_OWNER_HTML_SHIPPINGVAT2' =>"% Amount:", 'EMAIL_ORDER_OWNER_HTML_MESSAGE' =>"Message:", 'EMAIL_ORDER_OWNER_HTML_PAYMENTINFO' =>"", 'EMAIL_ORDER_OWNER_HTML_PAYMENTINFOOFF' =>"", 'EMAIL_OWNER_REMINDER_HTML_STOCKLOW' =>"Stock low: This Product has reached the specified stock limit.", 'EMAIL_OWNER_REMINDER_HTML_PRODUCT' =>"Product", 'EMAIL_OWNER_REMINDER_HTML_QUANTITY' =>"Total quantity", 'EMAIL_OWNER_REMINDER_HTML_ARTNOMBER' =>"Art No.:", 'EMAIL_PRICEALARM_OWNER_PRICEALARM' =>"Price alert at", 'EMAIL_PRICEALARM_OWNER_SUBJECT' =>"Price alert for article", 'EMAIL_STOCKREMINDER_SUBJECT' =>"Stock low", 'EMAIL_SUGGEST_HTML_PRODUCTPOSTCARDFROM' =>"A Product Postcard from", 'EMAIL_SUGGEST_HTML_POSTCARDFROM' =>"A Postcard from", 'EMAIL_SUGGEST_HTML_FROM' =>"From:", 'EMAIL_SUGGEST_HTML_EMAIL' =>"eMail:", 'EMAIL_SUGGEST_HTML_TO' =>"To:", 'EMAIL_SUGGEST_HTML_EMAIL2' =>"eMail:", 'EMAIL_SUGGEST_HTML_MENYGREETINGS' =>"Many Greetings,", 'EMAIL_SUGGEST_PLAIN_RECOMMENDED' =>"Recommended Product:", 'EMAIL_SUGGEST_PLAIN_CHECK' =>"Check", 'EMAIL_WISHLIST_HTML_WISHLISTBY' =>"Wishlist by", 'EMAIL_WISHLIST_HTML_MYWISHLISTBY' =>"My wishlist by", 'EMAIL_WISHLIST_HTML_TOMYWISHLISTCLICKHERE1' =>"To go to my wishlist", 'EMAIL_WISHLIST_HTML_TOMYWISHLISTCLICKHERE2' =>"click here.", 'EMAIL_WISHLIST_HTML_WITHLOVE' =>"With love,", 'ERR_404TITLE' =>'Error', 'ERR_404' =>'The requested page could not be found.', 'ERR_404_PREURL' =>'The requested page ', 'ERR_404_POSTURL' =>'could not be found.', 'ERR_ACCESSDENIEDTITLE' =>'Error.', 'ERR_ACCESSDENIED' =>'Access denied.', 'ERR_EXPIRED_DAYS_TITLE' =>"OXID eShop Error", 'ERR_EXPIRED_DAYS_OXIDESHOPERROR' =>"OXID eShop ERROR!", 'ERR_EXPIRED_DAYS_VERSIONEXPIRED1' =>"Your OXID version is expired, contact", 'ERR_EXPIRED_DAYS_VERSIONEXPIRED2' =>"OXID eSales", 'ERR_EXPIRED_DAYS_VERSIONEXPIRED3' =>"for more information.", 'ERR_OVERLOADED_ARTICLES_TITLE' =>"OXID eShop Error", 'ERR_OVERLOADED_ARTICLES_OXIDESHOPERROR' =>"OXID eShop ERROR!", 'ERR_OVERLOADED_ARTICLES_VERSIONEXPIRED1' =>"The number of products exceeds version limits, please contact", 'ERR_OVERLOADED_ARTICLES_VERSIONEXPIRED2' =>"OXID eSales", 'ERR_OVERLOADED_ARTICLES_VERSIONEXPIRED3' =>"for more information.", 'ERR_SETUP_TITLE' =>"OXID eShop Error", 'ERR_SETUP_OXIDESHOPERROR' =>"OXID eShop ERROR!", 'ERR_SETUP_VERSIONEXPIRED1' =>"Please delete directory:", 'ERR_SETUP_VERSIONEXPIRED2' =>"setup!", 'ERR_UNKNOWN_TITLE' =>"OXID eShop Error", 'ERR_UNKNOWN_OXIDESHOPERROR' =>"Unknown Error", 'ERR_UNKNOWN_VERSIONEXPIRED1' =>"Please contact OXID eSales support staff.", 'ERR_UNLICENSED_TITLE' =>"OXID eShop Error", 'ERR_UNLICENSED_OXIDESHOPERROR' =>"OXID eShop ERROR!", 'ERR_UNLICENSED_VERSIONEXPIRED1' =>"The shop is unlicensed, contact", 'ERR_UNLICENSED_VERSIONEXPIRED2' =>"OXID eSales", 'ERR_UNLICENSED_VERSIONEXPIRED3' =>"for more information.", 'ERR_MANDATES_EXCEEDED_TITLE' =>"OXID eShop Error", 'ERR_MANDATES_EXCEEDED_OXIDESHOPERROR' =>"OXID eShop ERROR!", 'ERR_MANDATES_EXCEEDED_VERSIONEXPIRED1' =>"The number of available mandates exceeds version limits, please contact", 'ERR_MANDATES_EXCEEDED_VERSIONEXPIRED2' =>"OXID eSales", 'ERR_MANDATES_EXCEEDED_VERSIONEXPIRED3' =>"for more information.", 'ERR_NO_COOKIE_SUPPORT' =>"We are sorry. This action requires cookie support. Please enable cookies, or use a cookie-enabled browser to access our site.", 'EXCEPTION_INPUT_PASSTOOSHORT' =>"Error: your password is too short.", 'EXCEPTION_INPUT_EMPTYPASS' =>"Please enter a password.", 'FORGOTPWD_TITLE' =>"Forgot Password ?", 'FORGOTPWD_FORGOTPWD' =>"Have you forgotten your Password ?", 'FORGOTPWD_WEWILLSENDITTOYOU' =>"No problem, here you can set up a new password.", 'FORGOTPWD_YOUREMAIL' =>"Your eMail Address:", 'FORGOTPWD_PWDWASSEND' =>"Password was sent to:", 'FORGOTPWD_REQUESTPWD' =>"Request Password", 'FORGOTPWD_AFTERCLICK' =>"When you click on 'Request Password', you'll be sent an eMail with instructions how to set up a new password.", 'FORGOTPWD_UPDATESUCCESSTITLE' => "Change password", 'FORGOTPWD_UPDATE_SUCCESS' => "Your password was changed successfully!", 'FORGOTPWD_UPDATETITLE' => "New password", 'FORGOTPWD_ENTERNEWPASSWORD' => "Please enter new password.", 'FORGOTPWD_NEWPASSWORD' => "New password:", 'FORGOTPWD_CONFIRMPASSWORD' => "Confirm password:", 'FORGOTPWD_UPDATEPASSWORD' => "Change password", 'FORGOTPWD_BACKTOSHOP' => "Back to Shop", 'FORGOTPWD_ERRPASSWORDTOSHORT' => "Error: Your Password is too short.", 'FORGOTPWD_ERRPASSWDONOTMATCH' => "Error: Passwords don't match.", 'FORGOTPWD_ERRLINKEXPIRED' => "Password update page expired. Please use the Forgot Password function again.", 'FORGOTPWD_ERRUNABLETOSEND' => "The e-mail address you have entered is invalid. Please enter a valid e-mail address.", 'GUESTBOOK_LOGIN_LOGIN' =>"Login", 'GUESTBOOK_TITLE' =>"Guestbook", 'GUESTBOOK_WRITEENTRY' =>"Write entry", 'GUESTBOOK_CLICKHERETOWRITEENTRY' =>"Click here to write an entry", 'GUESTBOOK_YOUHAVETOBELOGGED' =>"You have to be logged in to write a guestbook entry.", 'GUESTBOOK_GUESTBOOK' =>"Guestbook", 'GUESTBOOK_WRITES' =>"writes:", 'GUESTBOOK_DATE' =>"Date:", 'GUESTBOOK_TIME' =>"Time:", 'GUESTBOOK_NOENTRYAVAILABLE' =>"No entries available.", 'GUESTBOOKENTRY_TITLE' =>"Guestbook", 'GUESTBOOKENTRY_ERRLOGGINTOWRITEENTRY' =>"Error: You have to be logged in to write a guestbook entry.", 'GUESTBOOKENTRY_ERRUNDEFINEDSHOP' =>"Error: Undefined Shop", 'GUESTBOOKENTRY_ERRREVIEWCONTAINSNOTEXT' =>"Error: Your review contains no text.", 'GUESTBOOKENTRY_ERRMAXIMUMNOMBEREXCEEDED' =>"Error: You exceeded the maximum number of reviews per day.", 'GUESTBOOKENTRY_WRITEENTRY' =>"Write entry", 'GUESTBOOKENTRY_YOURMESSAGE' =>"Your Message:", 'GUESTBOOKENTRY_SEND' =>"Send", 'GUESTBOOKENTRY_GUESTBOOK' =>"Guestbook", 'GUESTBOOKENTRY_WRITES' =>"writes:", 'GUESTBOOKENTRY_DATE' =>"Date:", 'GUESTBOOKENTRY_TIME' =>"Time:", 'GUESTBOOKENTRY_NOENTRYAVAILABLE' =>"No entries available.", 'HELP_TITLE' =>"Help", 'HELP_HELP' =>"Help", 'IMPRESUSUM_TITLE' =>"About Us", 'IMPRESUSUM_IMPRESUSUM' =>"About Us", 'INC_ACCOUNT_HEADER_MYACCOUNT' =>"My Account - ", 'INC_ACCOUNT_HEADER_PERSONALSETTINGS' =>"Personal Settings", 'INC_ACCOUNT_HEADER_PASSWORD' =>"My Password", 'INC_ACCOUNT_HEADER_CHANGEPWD' =>"Change Account Password", 'INC_ACCOUNT_HEADER_NEWSLETTERSETTINGS' =>"Newsletter Settings", 'INC_ACCOUNT_HEADER_NEWSLETTERSUBSCRIBE' =>"Subscribe/cancel Newsletter", 'INC_ACCOUNT_HEADER_BILLINGSHIPPINGSET' =>"Billings and Shipping Settings", 'INC_ACCOUNT_HEADER_UPDATEYOURBILLINGSHIPPINGSET' =>"Update your billing and delivery settings", 'INC_ACCOUNT_HEADER_ADDRESS' =>"My Address", 'INC_ACCOUNT_HEADER_TOBASKET' =>"Display Cart", 'INC_ACCOUNT_HEADER_TOPAYMENT' =>"Proceed to checkout", 'INC_ACCOUNT_HEADER_ORDERHISTORY' =>"Order History", 'INC_ACCOUNT_HEADER_ORDERS' =>"Orders:", 'INC_ACCOUNT_HEADER_MYWISHLIST' =>"My Gift Registry", 'INC_ACCOUNT_HEADER_PRODUCT' =>"Product:", 'INC_ACCOUNT_HEADER_MYNOTICELIST' =>"My Wish List", 'INC_ACCOUNT_HEADER_PRODUCT2' =>"Product:", 'INC_ACCOUNT_HEADER_MYPRODUCTCOMPARISON' =>"My Product Comparison", 'INC_ACCOUNT_HEADER_PRODUCT3' =>"Product:", 'INC_ACCOUNT_HEADER_MYRECOMMLIST' =>"My Listmania List", 'INC_ACCOUNT_HEADER_LISTS' =>"Lists:", 'INC_ACCOUNT_HEADER_LOGOUT' =>"LOGOUT", 'INC_HEADER_LOGOUT' =>"logout", 'INC_ACCOUNT_HEADER_LOGOUTFROMSHOP' =>"", 'INC_BOOKMARKS_GENERAL_TITLE' =>"Add this page to", 'INC_BOOKMARKS_WEBNEWS_TITLE' =>"Add this page to Webnews", 'INC_BOOKMARKS_YIEEHA_TITLE' =>"Add this page to Yieeha", 'INC_CMP_BASKET_PRODUCT' =>"Product:", 'INC_CMP_BASKET_QUANTITY' =>"Quantity:", 'INC_CMP_BASKET_SHIPPING' =>"Shipping:", 'INC_CMP_BASKET_TOTALPRODUCTS' =>"Sum:", 'INC_CMP_BASKET_QTY' =>"Stk", 'INC_CMP_LOGIN_RIGHT_ERRINVALIDEMAILORPWD' =>"<b>Error:</b> <br>Incorrect eMail address or password!", 'INC_CMP_LOGIN_RIGHT_EMAIL' =>"eMail:", 'INC_CMP_LOGIN_RIGHT_PWD' =>"Password:", 'INC_CMP_LOGIN_RIGHT_KEEPLOGGEDIN' =>"Keep me<br>logged-in", 'INC_CMP_LOGIN_RIGHT_LOGIN' =>"Login", 'INC_CMP_LOGIN_RIGHT_OPENACCOUNT' =>"Open account", 'INC_CMP_LOGIN_RIGHT_FORGOTPWD' =>"Forgot Password", 'INC_CMP_LOGIN_RIGHT_LOGGEDINAS' =>"You are logged in as:", 'INC_CMP_LOGIN_RIGHT_LOGOUT' =>"Logout", 'INC_CMP_LOGIN_RIGHT_NOTICELIST' =>"My Wish List", 'INC_CMP_LOGIN_RIGHT_PRODUCT' =>"Product:", 'INC_CMP_LOGIN_RIGHT_DETAILS' =>"Details", 'INC_CMP_LOGIN_RIGHT_WISHLISTE' =>"My Gift Registry", 'INC_CMP_LOGIN_RIGHT_PRODUCT2' =>"Product:", 'INC_CMP_LOGIN_RIGHT_DETAILS2' =>"Details", 'INC_CMP_LOGIN_RIGHT_MYPRODUCTCOMPARISON' =>"My Product Comparison", 'INC_CMP_LOGIN_RIGHT_PRODUCT3' =>"Product:", 'INC_CMP_LOGIN_RIGHT_DETAILS3' =>"Details", 'INC_CMP_LOGIN_RIGHT_OPENID' =>"OpenID:", 'INC_CMP_LOGIN_ERRINVALIDEMAILORPWD' =>"<b>Error:</b> <br>Incorrect eMail address or password!", 'INC_CMP_LOGIN_EMAIL' =>"eMail:", 'INC_CMP_LOGIN_PWD' =>"Password:", 'INC_CMP_LOGIN_KEEPLOGGEDIN' =>"Keep me logged-in", 'INC_CMP_LOGIN_LOGIN' =>"Login", 'INC_CMP_LOGIN_OPENACCOUNT' =>"Open account", 'INC_CMP_LOGIN_FORGOTPWD' =>"Forgot Password", 'INC_CMP_LOGIN_ALREADYCUSTOMER' =>"If you are already our customer, please login using your eMail address and password:", 'INC_CMP_LOGIN_LOGIN2' =>"Login", 'INC_CMP_LOGIN_FOROPENID' =>"Login with OpenID", 'INC_CMP_LOGIN_OPENID' =>"OpenID:", 'INC_CMP_MINI_BASKET_PRODUCT' =>"Product:", 'INC_CMP_MINI_BASKET_QUANTITY' =>"Quantity:", 'INC_CMP_MINI_BASKET_SHIPPING' =>"Shipping:", 'INC_CMP_MINI_BASKET_TOTALPRODUCTS' =>"Sum:", 'INC_CMP_NEWS_CONTINUE' =>"Continue", 'INC_CMP_NEWSLETTER_EMAIL' =>"eMail:", 'INC_CMP_NEWSLETTER_SUBSCRIBE' =>"Subscribe", 'INC_COMPARE_LOCATOR_PAGE' =>"Page", 'INC_COMPARE_LOCATOR_DISPLAYPOPUP' =>"Print Preview", 'INC_DETAILS_LOCATOR_PRODUCT' =>"Product", 'INC_DETAILS_LOCATOR_BACKTOOVERVIEW' =>"Back to Overview", 'INC_DETAILS_LOCATOR_PREVIUOSPRODUCT' =>"Previous Product", 'INC_DETAILS_LOCATOR_NEXTPRODUCT' =>"Next Product", 'INC_FOOTER_INCLTAXANDPLUSSHIPPING' =>"* All prices incl. VAT, plus Shipping", 'INC_FOOTER_SOFTWAREFROMOXIDESALES' =>"Shop software from OXID eSales", 'INC_FOOTER_HOME' =>"Home", 'INC_FOOTER_CONTACT' =>"Contact", 'INC_FOOTER_HELP' =>"Help", 'INC_FOOTER_GUESTBOOK' =>"Guestbook", 'INC_FOOTER_LINKS' =>"Links", 'INC_FOOTER_CART' =>"Cart", 'INC_FOOTER_MYACCOUNT' =>"My Account", 'INC_FOOTER_MYNOTICELIST' =>"My Wish List", 'INC_FOOTER_MYWISHLIST' =>"My Gift Registry", 'INC_FOOTER_PUBLICWISHLIST' =>"Public Gift Registries", 'INC_FOOTER_SOFTWAREANDSYSTEMBYOXID' =>"Shop software and Shop system by OXID eSales", 'INC_GUESTBOOK_LOCATOR_PAGE' =>"Page", 'INC_GUESTBOOK_LOCATOR_ENTRIESPERPAGE' =>"Entries per Page:", 'INC_HEADER_CONTACT' =>"Contact", 'INC_HEADER_GUESTBOOK' =>"Guestbook", 'INC_HEADER_SERVICE' =>"Service", 'INC_HEADER_NOTICELIST' =>"My Wish List", 'INC_HEADER_HELP' =>"Help", 'INC_HEADER_LINKS' =>"Links", 'INC_HEADER_WISHLIST' =>"My Gift Registry", 'INC_HEADER_PRIVATWISHLIST' =>"'s Gift Registry", 'INC_HEADER_HOME' =>"Home", 'INC_HEADER_NEWSLETTER' =>"Newsletter", 'INC_HEADER_MYACCOUNT' =>"My Account", 'INC_HEADER_CART' =>"Cart", 'INC_HEADER_YOUAREHERE' =>"You are here:", 'INC_HEADER_INCLTAXPLUSSHIPPING' =>"All prices incl. VAT, plus Shipping", 'INC_HEADER_URLMORE' =>"more", 'INC_INFOBOX_NEWSLETTER' =>"Newsletter", 'INC_LEFTITEM_PRODUCTSEARCH' =>"Product Search", 'INC_LEFTITEM_BASKET' =>"Cart", 'INC_LEFTITEM_DISPLAYBASKET' =>"Display Cart", 'INC_LEFTITEM_CURRENCY' =>"Currency", 'INC_LEFTITEM_INFORMATION' =>"Information", 'INC_LEFTITEM_NEWS' =>"News:", 'INC_LEFTITEM_PARTNERANDSEAL' =>"Partner and Seal", 'INC_LIST_LOCATOR_PAGE' =>"Page", 'INC_LIST_LOCATOR_ARTICLESPERPAGE' =>"Products per page:", 'INC_LIST_LOCATOR_RECOMLISTSPERPAGE' =>"Lists per page:", 'INC_NEWBASKETITEM_ADDEDTOBASKET1' =>"Product", 'INC_NEWBASKETITEM_ADDEDTOBASKET2' =>"was added to the", 'INC_NEWBASKETITEM_ADDEDTOBASKET3' =>"Cart", 'INC_NEWBASKETITEM_ADDEDTOBASKET4' =>".", 'INC_NEWBASKETITEM_STOCKERROR1' =>"This product is not on stock and has to be reordered.", 'INC_NOTICE_PRODUCT_ITEM_ARTNOMBER' =>"Art.No.:", 'INC_NOTICE_PRODUCT_ITEM_QUANTITY' =>"Quantity:", 'INC_NOTICE_PRODUCT_ITEM_ADDTOBASKET' =>"add to Cart", 'INC_NOTICE_PRODUCT_ITEM_REMOVEFROMCOMPARELIST' =>"remove from compare list", 'INC_NOTICE_PRODUCT_ITEM_COMPARE' =>"Compare", 'INC_NOTICE_PRODUCT_ITEM_MOREINFO' =>"more Info", 'INC_NOTICE_PRODUCT_ITEM_REMOVE' =>"remove", 'INC_PRODUCT_VARIANTS_BACKTOMAINPRODUCT' =>"back to main product", 'INC_PRODUCT_VARIANTS_VARIANTSELECTIONOF' =>"Variant Selection of", 'INC_PRODUCT_VARIANTS_OTHERVARIANTSOF' =>"Other variants of:", 'INC_PRODUCT_VARIANTS_ARTNOMBER' =>"Art.No.:", 'INC_PRODUCT_VARIANTS_MOREINFO' =>"more Info", 'INC_PRODUCT_VARIANTS_AMOUNT' =>"Quantity:", 'INC_PRODUCT_VARIANTS_ADDTOBASKET' =>"add to Cart", 'INC_PRODUCTITEM_ARTNOMBER' =>"Art.No.:", 'INC_PRODUCTITEM_MOREINFO' =>"more Info", 'INC_PRODUCTITEM_REMOVEFROMCOMPARELIST' =>"remove from compare list", 'INC_PRODUCTITEM_COMPARE' =>"compare", 'INC_PRODUCTITEM_REDUCEDFROM' =>"Reduced from", 'INC_PRODUCTITEM_NOWONLY' =>"now only", 'INC_PRODUCTITEM_ADDTOCARD' =>"add to Cart", 'INC_PRODUCTITEM_ARTNOMBER2' =>"Art.No.:", 'INC_PRODUCTITEM_MOREINFO2' =>"more Info", 'INC_PRODUCTITEM_REMOVEFROMCOMPARELIST2' =>"remove from compare list", 'INC_PRODUCTITEM_COMPARE2' =>"compare", 'INC_PRODUCTITEM_ADDTOCARD2' =>"add to Cart", 'INC_PRODUCTITEM_ARTNOMBER3' =>"Art.No.:", 'INC_PRODUCTITEM_MOREINFO3' =>"more Info", 'INC_PRODUCTITEM_REMOVEFROMCOMPARELIST3' =>"remove from compare list", 'INC_PRODUCTITEM_COMPARE3' =>"compare", 'INC_PRODUCTITEM_ADDTOCARD3' =>"Cart", 'INC_RECOMM_LISTS_NOLISTS' =>"No Listmania Lists found", 'INC_RECOMM_LISTS_MORE' =>"More...", 'INC_RECOMM_LISTS_LISTBY' =>"A List by", 'INC_RECOMM_LISTS_REMOVE' =>"remove", 'INC_RECOMM_LISTS_EDIT' =>"edit", 'INC_RECOMM_PRODUCT_ITEM_ARTNOMBER' =>"Art.No.:", 'INC_RECOMM_PRODUCT_ITEM_QUANTITY' =>"Quantity:", 'INC_RECOMM_PRODUCT_ITEM_ADDTOBASKET' =>"add to Cart", 'INC_RECOMM_PRODUCT_ITEM_REMOVEFROMCOMPARELIST' =>"remove from compare list", 'INC_RECOMM_PRODUCT_ITEM_COMPARE' =>"compare", 'INC_RECOMM_PRODUCT_ITEM_MOREINFO' =>"more Info", 'INC_RECOMM_PRODUCT_ITEM_REMOVE' =>"remove", 'INC_RIGHT_RECOMMLIST_LISTBY' =>"A List by", 'INC_RIGHTITEM_BASKET' =>"Cart", 'INC_RIGHTITEM_DISPLAYBASKET' =>"Display Cart", 'INC_RIGHTITEM_CURRENCY' =>"Currency", 'INC_RIGHTITEM_MYACCOUNT' =>"My Account", 'INC_RIGHTITEM_NEWSLETTER' =>"Newsletter", 'INC_RIGHTITEM_TOPOFTHESHOP' =>"TOP of the Shop", 'INC_RIGHTITEM_BARGAIN' =>"Bargain", 'INC_RIGHTITEM_ACCESSORIES' =>"Accessories", 'INC_RIGHTITEM_SIMILARPRODUCTS' =>"Similar Products", 'INC_RIGHTITEM_RECOMMLIST' =>"Listmania", 'INC_RIGHTITEM_SEARCHFORLISTS' =>"Search for more lists:", 'INC_RIGHTITEM_HAVEPOUSEEN' =>"Have you seen ... ?", 'INC_RIGHTITEM_CUSTOMERWHO' =>"Customer who bought this product also bought:", 'INC_RIGHTLIST_ARTNOMBER' =>"Art.No.:", 'INC_RIGHTLIST_MOREINFO' =>"more Info", 'INC_RIGHTLIST_REMOVEFROMCOMPARELIST' =>"remove from compare list", 'INC_RIGHTLIST_COMPARE' =>"compare", 'INC_RIGHTLIST_ORDERNOW' =>"Order now!", 'INC_RIGHTITEM_OPENID' =>"OpenID", 'INC_SEARCHLEFTITEM_ALLCATEGORIES' =>"- all categories -", 'INC_SEARCHLEFTITEM_ALLMANUFACTURERS' =>"- all manufacturers -", 'INC_SEARCHLEFTITEM_ALLDISTRIBUTORS' =>"- all distributors -", 'INC_SEARCH_PRODUCT_ITEM_ARTNOMBER' =>"Art.No.:", 'INC_SEARCH_PRODUCT_ITEM_MOREINFO' =>"more Info", 'INC_SEARCH_PRODUCT_ITEM_REMOVEFROMCOMPARELIST' =>"remove from compare list", 'INC_SEARCH_PRODUCT_ITEM_COMPARE' =>"compare", 'INC_SEARCH_PRODUCT_ITEM_QUANTITY' =>"Quantity:", 'INC_SEARCH_PRODUCT_ITEM_ADDTOBASKET' =>"add to Cart", 'INC_SORT_TITLE' =>"Title", 'INC_SORT_PRICE' =>"Price", 'INC_SORT_SORTBY' =>"Sort by:", 'INC_SORT_GUESTBOOK_DATE' =>"Date", 'INC_SORT_GUESTBOOK_AUTHOR' =>"Author", 'INC_SORT_GUESTBOOK_SORTBY' =>"Sort by:", 'INC_STEPS_ITEM_BASKET' =>"Cart", 'INC_STEPS_ITEM_CHANGEITEMS' =>"change quantity,<br>remove selected<br>items", 'INC_STEPS_ITEM_SEND' =>"Address", 'INC_STEPS_ITEM_LOGINSELECTBILLINGINFO' =>"login, select<br>billing and shipping<br>info", 'INC_STEPS_ITEM_PAY' =>"Pay", 'INC_STEPS_ITEM_SELECTSHIPPINGANDPAYMENT' =>"select shipping and<br>payment method", 'INC_STEPS_ITEM_ORDER' =>"Order", 'INC_STEPS_ITEM_SUBMITORDER' =>"submit order", 'INC_STEPS_ITEM_LASTSTEP1' =>"Ready", 'INC_STEPS_ITEM_LASTSTEP2' =>"Order completed", 'INC_TRUSTEDSHOPS_ITEM_IMGTITLE' =>"Click on the seal in order to examine the validity", 'INC_TRUSTEDSHOPS_ITEM_ALTTEXT' =>"More...", 'INC_TRUSTEDSHOPS_ITEM_SEALOFAPPROVAL' =>" is a certified online shop with Trusted Shops Buyer Protection. More...", 'INC_TRUSTEDSHOPS_ITEM_LINK' =>"http://www.trustedshops.com/merchants/membership.html?shopsw=OXID&et_cid=14&et_lid=84", 'INC_VENDORLEFTITEM_BYMARK' =>"by brand/manufacturer", 'LINKS_TITLE' => "Links", 'LINKS_LINKS' => "Links", 'LIST_PLEASECHOOSE' => "Please choose", 'LIST_APPLYFILTER' => "Apply filter", 'LIST_SELECTOTHERCATS1' => "Select other categories - ", 'LIST_SELECTOTHERCATS2' => "and:", 'LIST_CATEGORY' => "Category", 'LIST_MORE_TITLE' => "Category overview", 'MALLSTART_TITLE' => "choose your shop", 'MALLSTART_LOCATION' => "You are here: / choose your shop", 'MALLSTART_OXIDSOFTWARE' => "Shop software and Shop system by OXID eSales", 'MALLSTART_OXIDSOFTWAREALT' => "Shop software and Shop system by OXID eSales", 'MALLCATITEM_PLEASECHOOSE' => "Please choose:", 'MEDIA' => "Media files", 'MOREDETAILS_POPUP_TITLE' => "Zoom Pictures", 'NEWS_TITLE' => "Latest News and Updates", 'NEWS_LATESTNEWSBY' => "Latest News and Updates at", 'NEWSLETTER_NEWSLWTTERTITLE' => "Latest News and Updates at", 'NEWSLETTER_COMPLETEALLFIELEDS' => "Please complete all fields correctly!", 'NEWSLETTER_EMAILALREADYINUSE' => "The eMail address you specified is already in use.", 'NEWSLETTER_INVALIDEMAIL' => "Invalid eMail Address !", 'NEWSLETTER_NOTABLETOSENDEMAIL' => "Unfortunately we were not able to send you a Newsletter activation eMail.<br>Please verify your eMail address.", 'NEWSLETTER_STAYINFORMED' => "Stay informed !", 'NEWSLETTER_TITLE' => "Title", 'NEWSLETTER_MR' => "Mr", 'NEWSLETTER_MRS' => "Mrs", 'NEWSLETTER_FIRSTNAME' => "First Name:", 'NEWSLETTER_LASTNAME' => "Last Name", 'NEWSLETTER_EMAIL' => "eMail", 'NEWSLETTER_COMPLETEMARKEDFIELEDS' => 'Please complete all fields marked with a <span class="req">*</span>', 'NEWSLETTER_SUBSCRIBE' => "Subscribe", 'NEWSLETTER_UNSUBSCRIBE' => "Unsubscribe", 'NEWSLETTER_THANKYOU' => "thank you for subscribing to our newsletter.", 'NEWSLETTER_YOUHAVEBEENSENTCONFIRMATION' => "You have just been sent a confirmation eMail, with which you can activate your subscription.", 'NEWSLETTER_CONGRATULATIONS' => "Congratulations and Welcome!", 'NEWSLETTER_SUBSCRIPTIONACTIVATED' => "Your subscription to our Newsletter has now been activated.", 'NEWSLETTER_FORSUBSCRIPTIONBONUSPOINTS' => "Just now! Get Bonuspoints for your Newsletter-Subscription.", 'NEWSLETTER_SECCESS' => "Success!", 'NEWSLETTER_SUBSCRIPTIONCANCELED' => "Your subscription to our Newsletter has been canceled.", 'ORDER_COMPLETEORDER' => "Complete Order", 'ORDER_VERIFYYOURINPUT' => "Please verify your input!", 'ORDER_READANDCONFIRMTERMS' => "Please read and confirm our terms and conditions.", 'ORDER_MODIFYQUANTITY1' => "Unfortunately somebody else just bought the article", 'ORDER_MODIFYQUANTITY2' => ". Please modify the quantity in the", 'ORDER_MODIFYQUANTITY3' => "Cart", 'ORDER_BASKETEMPTY' => "The Shopping Cart is empty.", 'ORDER_ARTICLE' => "Product", 'ORDER_GIFTOPTION' => "Gift option", 'ORDER_UNITPRICE' => "Unit Price", 'ORDER_QUANTITY' => "Quantity", 'ORDER_TAX' => "VAT", 'ORDER_TOTAL' => "Total", 'ORDER_ARTICLENOMBER' => "Art.No.:", 'ORDER_NONE' => "NONE", 'ORDER_MODIFYALT' => "modify", 'ORDER_MODIFY' => "modify", 'ORDER_ITEMMUSTBEBACKORDERED' => "This item is not in stock and must be reordered.", 'ORDER_GREETINGCARD' => "Greeting Card", 'ORDER_YOURMESSAGE' => "Your Message:", 'ORDER_TOTALNET' => "Total Products (net):", 'ORDER_PLUSTAX1' => "plus VAT", 'ORDER_PLUSTAX2' => "% Amount:", 'ORDER_TOTALGROSS' => "Total Products (gross):", 'ORDER_CHARGE' => "Deduction", 'ORDER_DISCOUNT' => "Discount", 'ORDER_COUPON' => "Coupon", 'ORDER_NOMBER' => "(No.", 'ORDER_SHIPPINGNET' => "Shipping (net):", 'ORDER_PLUSSHIPPINGTAX1' => "plus VAT", 'ORDER_PLUSSHIPPINGTAX2' => "% Amount:", 'ORDER_SHIPPINGGROSS1' => "Shipping", 'ORDER_SHIPPINGGROSS2' => "(gross)", 'ORDER_PAYMENT1' => "Surcharge", 'ORDER_PAYMENT2' => "Deduction", 'ORDER_PAYMENT3' => "Type of Payment", 'ORDER_PAYMENTCHARGETAX1' => "Payment Charge VAT", 'ORDER_PAYMENTCHARGETAX2' => "% Amount:", 'ORDER_WRAPPINGNET' => "Gift Wrapping/Greeting Card (net):", 'ORDER_WRAPPINGTAX1' => "plus VAT", 'ORDER_WRAPPINGTAX2' => "% Amount:", 'ORDER_WRAPPINGGROSS1' => "Gift Wrapping/Greeting Card", 'ORDER_WRAPPINGGROSS2' => "(gross)", 'ORDER_GRANDTOTAL' => "Grand Total:", 'ORDER_DISCOUNTS_NOT_APPLIED_FOR_ARTICLES' => "Discounts are not applied for these articles", 'ORDER_USEDCOUPONS' => "Following Coupons are used", 'ORDER_COUPONNOTACCEPTED1' => "Your Coupon", 'ORDER_COUPONNOTACCEPTED2' => "couldn't be accepted.", 'ORDER_REASON' => "Reason:", 'ORDER_SAMESERIEOTHERORDER' => "Coupon of same serie can't be used for this purchase.", 'ORDER_INVALIDGROUP' => "Your User Group doesn't qualify for this coupon.", 'ORDER_SEND' => "Send", 'ORDER_BILLINGADDRESS' => "Billing Address", 'ORDER_MODIFYADDRESS' => "Modify this address", 'ORDER_EMAIL' => "eMail:", 'ORDER_PHONE' => "Phone:", 'ORDER_SHIPPINGADDRESS' => "Shipping Address", 'ORDER_MODIFYADDRESS2' => "Modify this address", 'ORDER_PHONE2' => "Phone:", 'ORDER_WHATIWANTEDTOSAY' => "What I wanted to say ...:", 'ORDER_SHIPPINGANDPAYMENT' => "Shipping carrier and payment method", 'ORDER_SHIPPINGCARRIER' => "Shipping Carrier:", 'ORDER_MODIFY3' => "modify", 'ORDER_PAYMENTMETHOD' => "Type of Payment", 'ORDER_MODIFY2' => "modify", 'ORDER_IAGREETOTERMS1' => "I agree to the", 'ORDER_IAGREETOTERMS2' => "Terms and Conditions", 'ORDER_IAGREETOTERMS3' => "", 'ORDER_IAGREETORIGHTOFWITHDRAWAL1' => "I've read", 'ORDER_IAGREETORIGHTOFWITHDRAWAL3' => "", 'ORDER_RIGHTOFWITHDRAWAL' => "Right of withdrawal", 'ORDER_RIGHTOFWITHDRAWAL_TEXT' => "Each consumer is allowed to revoke his/her contractual declaration in written form (e.g. letter, fax, eMail) or by returning the delivered products within two weeks without any indication of reasons. The time limit commences no earlier than with receipt of the goods and this policy in detail and in text form. The timely sending of the revocation or the goods shall be sufficient to determine compliance with the time limit for revocation. The revocation shall be addressed to: ", 'ORDER_RIGHTOFWITHDRAWAL_MOREINFO1' => "Click here for details about your ", 'ORDER_SUBMITORDER' => "Submit Order", 'ORDER_NOTE' => "Note", 'ORDER_OTHERINTRESTINGARTICLES' => "Other products that may interest you:", 'ORDER_INFO_TITLE' => "How to order?", 'PAYMENT_TITLE' => "Pay", 'PAYMENT_SELECTSHIPPING' => "Please select your shipping method", 'PAYMENT_SELECTEDSHIPPING' => "Selected Shipping Carrier is:", 'PAYMENT_UPDATESHIPPING' => "Update Shipping Carrier", 'PAYMENT_CHARGE' => "Charges:", 'PAYMENT_COMLETEALLFIELDS' => "Please complete all fields correctly!", 'PAYMENT_AUTHORIZATIONFAILED' => "The payment authorization failed. Please verify your input.", 'PAYMENT_UNAVAILABLEPAYMENT' => "Due to technical problems this payment method is unavailable. Please select a different payment method.", 'PAYMENT_ERRUNAVAILABLEPAYMENT' => "Due to technical problems this payment method is unavailable. Please select a different payment method. (Error:", 'PAYMENT_NOSHIPPINGFOUND' => "No shipping methods found. Please contact us by phone or email.", 'PAYMENT_PAYMENT' => "Payment Method", 'PAYMENT_PLUSCODCHARGE1' => "plus", 'PAYMENT_PLUSCODCHARGE2' => "COD Charge", 'PAYMENT_CREDITCARD' => "Credit Card:", 'PAYMENT_MASTERCARD' => "Mastercard", 'PAYMENT_VISA' => "Visa", 'PAYMENT_NUMBER' => "Number:", 'PAYMENT_ACCOUNTHOLDER' => "Account Holder:", 'PAYMENT_DIFFERENTBILLINGADDRESS' => "If different from Billing Address.", 'PAYMENT_VALIDUNTIL' => "Valid until:", 'PAYMENT_SECURITYCODE' => "CVV2 or CVC2 security code:", 'PAYMENT_SECURITYCODEDESCRIPTION' => "The CVV2/CVC2 three-digit value is printed just above the signature panel in reverse italics on the back of your card.<br>Usually it is preceded by your card number.", 'PAYMENT_BANK' => "Bank:", 'PAYMENT_ROUTINGNUMBER' => "Bank code:", 'PAYMENT_ACCOUNTNUMBER' => "Account No.:", 'PAYMENT_ACCOUNTHOLDER2' => "Account Holder:", 'PAYMENT_NEXTSTEP' => "Continue to Next Step", 'PAYMENT_INFO' => "Payment Information", 'PAYMENT_EMPTY_TEXT' => '<p>Currently we have no delivery method set up for this country.</p> <p>We are aiming to find a possible delivery method and we will inform you as soon as possible via eMail about the result, including further information about delivery costs.</p> <p>If you agree to this procedure, please select "move on to next step"</p>', 'PRICEALARM_TITLE' => "Price Alert", 'PRICEALARM_THANKYOUMESSAGE1' => "Thank you.", 'PRICEALARM_THANKYOUMESSAGE2' => "appreciates your comments.", 'PRICEALARM_THANKYOUMESSAGE3' => "We will inform you as soon as the price of product", 'PRICEALARM_THANKYOUMESSAGE4' => "falls below", 'PRICEALARM_THANKYOUMESSAGE5' => ".", 'PRICEALARM_NOTABLETOSENDEMAIL' => "Unfortunately we were not able to send you an eMail.", 'PRICEALARM_VERIFYYOUREMAIL' => "Please verify your eMail address.", 'PRICEALARM_WRONGVERIFICATIONCODE' => "The verification code you entered is not correct. Please try again.", 'PRICEALARM_BACKTOPRODUCT' => "Back to Product", 'RECOMMLIST_TITLE' => "Listmania", 'RECOMMLIST_LISTBY' => "A List by", 'RECOMMLIST_HITSFOR' => "Hits for", 'RECOMMLIST_LISTREVIEW' => "Write a Review", 'RECOMMLIST_WRITES' => "writes:", 'RECOMMLIST_DATE' => "Date:", 'RECOMMLIST_TIME' => "Time:", 'RECOMMLIST_REVIEWNOTAVAILABLE' => "No review available for this item.", 'RECOMMLIST_WRITEREVIEW' => "Write a review.", 'RECOMMLIST_LOGGINTOWRITEREVIEW' => 'You have to be logged in to write a review.', 'RECOMMLIST_RATINGREZULT' => "Rating", 'RECOMMLIST_RATINGREZULTS' => "Ratings", 'RECOMMLIST_NORATINGS' => "No ratings.", 'RECOMMLIST_LOGGIN' => "You have to be logged in to rate!", 'RECOMMLIST_ALREADYRATED' => "You have already rated!", 'RECOMMLIST_RATETHISLIST' => "Rate this list!", 'RECOMMLIST_RATING' => "Rating:", 'RECOMMLIST_SAVEREVIEW' => "Save rating and review", 'RECOMMLIST_STAR' => "Star", 'RECOMMLIST_STARS' => "Stars", 'REGISTER_SUCCESS_MYACCOUNT' => "My Account", 'REGISTER_SUCCESS_WELCOME' => "We welcome you as registered user!", 'REGISTER_SUCCESS_EMAILCONFIRMATION' => "We sent you an eMail confirming your registration.<br><br>Thank you.", 'REGISTER_SUCCESS_ACTIVATIONEMAIL' => "You have just been sent a confirmation eMail, with which you can activate your subscription.<br><br>Thank you.", 'REGISTER_SUCCESS_NOTABLETOSENDEMAIL' => "Unfortunately we were not able to send you a Newsletter activation eMail.<br>Please verify your eMail address.<br>", 'REGISTER_SUCCESS_BACKTOSHOP' => "Back to Shop", 'REGISTER_MYACCOUNT' => "My Account", 'REGISTER_ERRPWDDONTMATCH' => "Error: Passwords do not match.", 'REGISTER_ERRWRONGUSERORPWD' => "Error: Wrong Username/Password.", 'REGISTER_ERRCOMPLETEMARKEDFIELDS' => 'Error: Please complete all fields marked with a <span class="req">*</span>.', 'REGISTER_ERRCOMPLETEBILLINGADDRESS' => "Error: Please complete the Billing Address.", 'REGISTER_ERRINVALIDEMAIL' => "Error: Invalid eMail Address !", 'REGISTER_ERRALREADYREGISTERED' => "Error: You are already registered.", 'REGISTER_FORGOTPWD' => "Forgot Password ?", 'REGISTER_CLICKHERE' => "CLICK HERE!", 'REGISTER_ERRADDRESSUNKNOWN' => "Error: Address unknown", 'REGISTER_ERRMINLENGTH' => "Error: The Password minimum length is 6 characters.", 'REGISTER_OPENACCOUNT' => "Open account", 'REGISTER_ACCOUNTINFO' => "Account information", 'REGISTER_COMPLETEMARKEDFIELDS' => '(Please complete all fields marked with a <span class="req">*</span>)', 'REGISTER_EMAIL' => "eMail Address:", 'REGISTER_PWD' => "Password:", 'REGISTER_CONFIRMPWD' => "Confirm Password:", 'REGISTER_NEWSLETTER' => "Newsletter subscription", 'REGISTER_BILLINGADDRESS' => "Billing Address", 'REGISTER_COMPLETEMARKEDFIELDS2' => '(Please complete all fields marked with a <span class="req">*</span>)', 'REGISTER_TITLE' => "Title:", 'REGISTER_MR' => "Mr", 'REGISTER_MRS' => "Mrs", 'REGISTER_FIRSTNAME' => "First Name:", 'REGISTER_LASTNAME' => "Last Name:", 'REGISTER_COMPANY' => "Company:", 'REGISTER_STREET' => "Street, StreetNo:", 'REGISTER_PZLCITY' => "Postal Code, City:", 'REGISTER_VATID' => "VAT ID No.:", 'REGISTER_ADDITIONALINFO' => "Additional Info:", 'REGISTER_COUNTRY' => "Country:", 'REGISTER_PHONE' => "Phone:", 'REGISTER_FAX' => "Fax:", 'REGISTER_MOBIL' => "Mobile Phone:", 'REGISTER_PRIVATPHONE' => "Evening Phone:", 'REGISTER_BIRTHDATE' => "Birthdate:", 'REGISTER_SHIPPINGADDRESS' => "Shipping Addresses", 'REGISTER_DIFFERENTSHIPPINGADDRESS' => "Click here to specify different shipping address", 'REGISTER_NOTE' => "Note:", 'REGISTER_DIFFERENTDELIVERYADDRESS' => "Please complete following fields only, if the delivery address is different from the billing address.", 'REGISTER_ADDRESSES' => "Addresses:", 'REGISTER_NEWADDRESSES' => "New Address", 'REGISTER_TITLE2' => "Title:", 'REGISTER_MR2' => "Mr", 'REGISTER_MRS2' => "Mrs", 'REGISTER_FIRSTNAME2' => "First Name:", 'REGISTER_LASTNAME2' => "Last Name:", 'REGISTER_COMPANY2' => "Company:", 'REGISTER_STREET2' => "Street, StreetNo:", 'REGISTER_PZLCITY2' => "Postal Code, City:", 'REGISTER_ADDITIONALINFO2' => "Additional Info:", 'REGISTER_COUNTRY2' => "Country:", 'REGISTER_PHONE2' => "Phone:", 'REGISTER_FAX2' => "Fax:", 'REGISTER_SEND' => "Send", 'REGISTER_DISABLESHIPPINGADDRESS' => "Click here to hide different shipping address", 'REVIEW_LOGIN_TITLE' => "Login", 'REVIEW_ARTNUMBER' => "Art.No.:", 'REVIEW_REVIEW' => "Your Review", 'REVIEW_THANKYOUFORREVIEW' => "Thank you for your product review.", 'REVIEW_YOURREVIEW' => "Your Review", 'REVIEW_TOSAVEREVIEW' => "Save", 'REVIEW_PASTREVIEW' => "Past Reviews", 'REVIEW_WRITES' => "writes:", 'REVIEW_DATE' => "Date:", 'REVIEW_TIME' => "Time:", 'REVIEW_RATING' => "Rating:", 'REVIEW_STAR' => "Star", 'REVIEW_STARS' => "Stars", 'RSS_TOPSHOP_TITLE' => "Top of the Shop", 'RSS_TOPSHOP_DESCRIPTION' => "Top shop articles", 'RSS_BARGAIN_TITLE' => "Bargain", 'RSS_BARGAIN_DESCRIPTION' => "Bargain products", 'RSS_NEWESTARTICLES_TITLE' => "Newest shop articles", 'RSS_NEWESTARTICLES_DESCRIPTION' => "Newest shop articles", 'RSS_CATEGORYARTICLES_URL' => "category/%s", 'RSS_CATEGORYARTICLES_TITLE' => " products", 'RSS_CATEGORYARTICLES_DESCRIPTION' => "%s category's articles", 'RSS_SEARCHARTICLES_URL' => "search", 'RSS_SEARCHARTICLES_TITLE' => "search for '%s' articles <TAG_CATEGORY> <TAG_VENDOR> <TAG_MANUFACTURER>", 'RSS_SEARCHARTICLES_DESCRIPTION' => "search for '%s' articles <TAG_CATEGORY> <TAG_VENDOR>", 'RSS_SEARCHARTICLES_TAG_CATEGORY' => "Category: %s", 'RSS_SEARCHARTICLES_TAG_VENDOR' => "Vendor: %s", 'RSS_SEARCHARTICLES_TAG_MANUFACTURER' => "Manufacturer: %s", 'RSS_ARTRECOMMLISTS_URL' => "Listmania/%s", 'RSS_ARTRECOMMLISTS_TITLE' => "Listmania lists for %s", 'RSS_ARTRECOMMLISTS_DESCRIPTION' => "Listmania lists for %s", 'RSS_RECOMMLISTARTICLES_URL' => "Listmania/%s", 'RSS_RECOMMLISTARTICLES_TITLE' => "Listmania list %s articles", 'RSS_RECOMMLISTARTICLES_DESCRIPTION' => "Listmania list %s articles", 'RECOMMLIST_SELECTLIST' => "Please select the Listmania list!", 'RECOMMLIST_SEARCH' => "Search for", 'RECOMMLIST' => "Recomendation List", 'SEARCH_TITLE' => "Search", 'SEARCH_LOCATION' => "Search", 'SEARCH_NOITEMSFOUND' => "Sorry, no items found.", 'SEARCH_HITSFOR' => "Hits for", 'SECURITY_INFO_TITLE' => "Data Protection", 'START_TITLE' => "Home", 'START_WEEKSPECIAL' => "Week's Special", 'START_OURBARGAIN' => "OUR BARGAIN !", 'START_LONGRUNNINGHITS' => "Long-running Hits", 'START_JUSTARRIVED' => "Just arrived!", 'START_CATEGORIES' => "Categories", 'SUGGEST_TITLE' => "Recommend Product", 'SUGGEST_COMLETECORRECTLYFIELDS' => "Please complete all fields correctly!", 'SUGGEST_INVALIDMAIL' => "An error occured sending the eMail - please check the eMail address.", 'SUGGEST_RECOMMENDPRODUCT' => "Recommend Product", 'SUGGEST_ENTERYOURADDRESSANDMESSAGE' => "Enter your address data and personal message.", 'SUGGEST_CLICKONSEND' => 'Click on "Send Recommendation" to send the eMail.', 'SUGGEST_CARDTO' => "Card to:", 'SUGGEST_RECIPIENTNAME' => "Recipient's Name:", 'SUGGEST_RECIPIENTEMAIL' => "Recipient's eMail:", 'SUGGEST_FROM' => "From:", 'SUGGEST_SENDERNAME' => "Sender's Name:", 'SUGGEST_SENDEREMAIL' => "Sender's eMail:", 'SUGGEST_CAPTION' => "Caption:", 'SUGGEST_SUBJECT' => "Have a look at:", 'SUGGEST_YOURMESSAGE' => "Your Message:", 'SUGGEST_MESSAGE1' => "Hello, I was looking at", 'SUGGEST_MESSAGE2' => "today and saw something that might interest you. Just click on the picture or the description and you will be taken directly to the shop.", 'SUGGEST_SEND' => "Send", 'SUGGEST_ABOUTDATAPROTECTION' => "About Data Protection: Your data is kept strictly confidential and will not be given to any third parties.", 'TAGS' => "Tags", 'TAGS_ADD' => "Add tags", 'TAGS_EDIT' => "Edit tags", 'TAGS_HIGHLIHGT_INSTRUCTIONS' => "Highlight existing tags or add new", 'TAGS_MORE' => "More", 'TAGS_SUBMIT' => "Submit", 'THANKYOU_ALSOBOUGHT' => "Customers who bought this products, also bought:", 'THANKYOU_TITLE' => "Thank you", 'THANKYOU_LOCATION' => "Order completed", 'THANKYOU_THANKYOU1' => "Thank you for your order", 'THANKYOU_THANKYOU2' => "in", 'THANKYOU_REGISTEREDYOUORDERNO1' => "We registered your order under the number:", 'THANKYOU_REGISTEREDYOUORDERNO2' => "", 'THANKYOU_YOURECEIVEDORDERCONFIRM' => "You already received an order confirmation per eMail.", 'THANKYOU_CONFIRMATIONNOTSUCCEED' => "Unfortunately our order eMail confirmation was not sent successfully.", 'THANKYOU_WEWILLINFORMYOU' => "We will inform you immediately in case there is any availability problem.", 'THANKYOU_BACKTOSHOP' => "Back to Shop", 'THANKYOU_PREVIOUSORDER' => "Your previous Orders", 'THANKYOU_ORDERHISTORY' => "Your Order History", 'THANKYOU_PARTNERFROM' => "Partner from", 'THANKYOU_GETBONUSPOINTS' => "Now! Get your bonus points for your purchase.", 'THANKYOU_SELECTEDIPAYMENT' => 'You selected "iPayment" as your Payment Method.<br>Please enter all your payment data in the browser-window, which is going to be opened.<br><br>In case the iPayment browser-window doesn`t open automatically (e.g. because you deactivated Javascript in your browser), please click on the iPayment button below.', 'THANKYOU_PAYWITHIPAYMENT' => "Make Payment", 'THANKYOU_SEALOFAPPROVAL' => "Trusted Shops seal of approval - Click to verify.", 'THANKYOU_TRUSTEDSHOPMESSAGE' => "As an additional service we offer you the Trusted Shops Buyer Protection. We cover all costs for this guarantee. You only have to register!", 'THANKYOU_LOGGIN' => "Register for Trusted Shops Buyer Protection", 'USER_BLOCHED_TITLE' => "Access denied", 'USER_LOGINTITLE' => "Login", 'USER_OPTION1' => "Option 1", 'USER_ORDERWITHOUTREGISTER1' => "Purchase without Registration", 'USER_ORDERWITHOUTREGISTER2' => "(I do not want to create a customer account.)", 'USER_NEXT' => "Next", 'USER_OPTION2' => "Option 2", 'USER_ALREADYCUSTOMER' => "I am already customer", 'USER_PLEASELOGIN' => "Please login using your eMail address or customer number and your password.", 'USER_ERRPASSWORDSDONTMATCH' => "<b>Error:</b> Passwords don't match.", 'USER_ERRCOMPLETEFIELDS' => "<b>Error:</b> Please complete the Billing Address.", 'USER_ERRINVALIDEMAIL' => "<b>Error:</b> Invalid eMail Address !", 'USER_ERRALREADYREGISTERED' => "<b>Error:</b> You are already registered. Please enter your correct Password.", 'USER_ERRUNKNOWNADDRESS' => "<b>Error:</b> Unknown Address!", 'USER_ERRWRONGUSERORPWD' => "<b>Error:</b> Wrong Username/Password.", 'USER_EMAIL' => "eMail:", 'USER_PWD' => "Password:", 'USER_LOGIN' => "Login", 'USER_FORGOTPWD' => "Forgot Password", 'USER_OPTION3' => "Option 3", 'USER_OPENPERSONALACCOUNT1' => "Open personal customer account.", 'USER_OPENPERSONALACCOUNT2' => "A customer account with", 'USER_OPENPERSONALACCOUNT3' => "has advantages like:", 'USER_OPENPERSONALACCOUNT4' => "- Administration of my address data", 'USER_OPENPERSONALACCOUNT5' => "- Possibility to check the Status of your orders", 'USER_OPENPERSONALACCOUNT6' => "- Order History", 'USER_OPENPERSONALACCOUNT7' => "- Personal Wish List", 'USER_OPENPERSONALACCOUNT8' => "- Personal Gift Registry", 'USER_OPENPERSONALACCOUNT9' => "- Newsletter subscription", 'USER_OPENPERSONALACCOUNT10' => "- Special offers and discounts", 'USER_LOGIN2' => "Login", 'USER_NEXTSTEP' => "Continue to Next Step", 'USER_ERROR' => "<b>Error:</b>", 'USER_ERRPWDDONTMATCH' => "Error: Passwords don't match.", 'USER_ERRWRONGUSERORPWD2' => "Error: Wrong Username/Password.", 'USER_ERRCOMLETEMARKEDFIELDS' => 'Error: Please complete all fields marked with a <span class="req">*</span>', 'USER_ERRCOMPLETEBILLINGADDRESS' => "Error: Please complete the Billing Address.", 'USER_ERRINVALIDEMAIL2' => "Error: Invalid eMail Address !", 'USER_ERRALREADYREGISTERED2' => "Error: You are already registered. Please enter your correct Password.", 'USER_ERRUNKNOWNADDRESS2' => "Error: Unknown Address!", 'USER_ERRMINPWDLENGTH' => "Error: The Password minimum length is 6 characters.", 'USER_LOGIN3' => "Login", 'USER_ENTEREMAILANDPWD' => "Please enter your eMail address and a password.", 'USER_RECEIVECONFIRMATION' => "You will receive a registration confirmation containing your access data. Please store this information at a safe place.", 'USER_EMAILADDRESS' => "eMail Address:", 'USER_PASSWORD' => "Password:", 'USER_CONFIRMPWD' => "Confirm Password:", 'USER_SEND' => "Send", 'USER_BILLINDADDRESS' => "Billing Address", 'USER_COMPLETEALLMARKEDFIELDS' => '(Please complete all fields marked with a <span class="req">*</span>)', 'USER_EMAILADDRESS2' => "eMail Address:", 'USER_TITLE' => "Title:", 'USER_MR' => "Mr", 'USER_MRS' => "Mrs", 'USER_FIRSTNAME' => "First Name:", 'USER_LASTNAME' => "Last Name:", 'USER_COMPANY' => "Company:", 'USER_STREET' => "Street, StreetNo:", 'USER_PLZANDCITY' => "Postal Code, City:", 'USER_VATID' => "VAT ID No.:", 'USER_ADDITIONALINFO' => "Additional Info:", 'USER_COUNTRY' => "Country:", 'USER_PHONE' => "Phone:", 'USER_FAX' => "Fax:", 'USER_MOBIL' => "Mobile Phone:", 'USER_PRIVATPHONE' => "Evening Phone:", 'USER_BIRTHDATE' => "Birthdate:", 'USER_BIRTHDAYMESSAGE' => "Tell us your birthday<br>so that we can surprise you.", 'USER_SUBSCRIBENEWSLETTER' => "Subscribe Newsletter:", 'USER_SUBSCRIBENEWSLETTER_MESSAGE' => "You can cancel the Newsletter at any time.", 'USER_YOURMESSAGE' => "What I wanted to say...:", 'USER_MESSAGEHERE' => "Here you can enter an optional message.", 'USER_SHIPPINGADDRESS' => "Shipping Addresses", 'USER_DIFFERENTSHIPPINGADDRESS' => "Click here to specify different shipping address", 'USER_NOTE' => "Note:", 'USER_DIFFERENTDELIVERYADDRESS' => "Please complete following fields only, if the delivery address is different from the billing address.", 'USER_ADDRESSES' => "Addresses:", 'USER_NEWADDRESS' => "New Address", 'USER_USEBILLINGADDR' => "Use billing Address", 'USER_TITLE2' => "Title:", 'USER_MR2' => "Mr", 'USER_MRS2' => "Mrs", 'USER_NAME' => "First/Last Name:", 'USER_COMPANY2' => "Company:", 'USER_STREET2' => "Street, StreetNo:", 'USER_PLZANDCITY2' => "Postal Code, City:", 'USER_ADDITIONALINFO2' => "Additional Info:", 'USER_COUNTRY2' => "Country:", 'USER_PHONE2' => "Phone", 'USER_FAX2' => "Fax:", 'USER_CONTINUENEXTSTEP' => "Continue to Next Step", 'USER_OPENID' => "OpenID:", 'USER_DISABLESHIPPINGADDRESS' => "Click here to hide different shipping address", 'VAT_MESSAGE_ID_VALID' => "The VAT id is valid", 'VAT_MESSAGE_ID_NOT_VALID' => "Error: The VAT id is not valid", 'VAT_MESSAGE_INVALID_INPUT' => "The provided CountryCode is invalid or the VAT number is empty", 'VAT_MESSAGE_SERVICE_UNAVAILABLE' => "The SOAP service is unavailable, try again later", 'VAT_MESSAGE_MS_UNAVAILABLE' => "The Member State service is unavailable, try again later", 'VAT_MESSAGE_TIMEOUT' => "The Member State service could not be reached in time, try again later", 'VAT_MESSAGE_SERVER_BUSY' => "The service cannot process your request. Try again later.", 'WISHLIST_TITLE' => "Gift Registry", 'WISHLIST_WELCOME' => "Welcome to the gift registry of", 'WISHLIST_WISHLISTEMPTY' => "The Gift Registry is empty.", 'WISHLIST_PRODUCTS1' => "These products are on the wish list of", 'WISHLIST_PRODUCTS2' => ". If you want to please him/her, purchase one or multiple of these products.", 'WRAPPING_TITLE' => "Gift Wrap", 'WRAPPING_LOCATION' => "Cart", 'WRAPPING_ADDWRAPPING' => "Add gift wrap", 'WRAPPING_PACKASGIFT' => "Pack as a Gift", 'WRAPPING_ADDWRAPORCARD' => "Add gift wrap or a gift card", 'WRAPPING_PERSONALMESSAGE' => "We are happy to wrap your gift or to add a gift card with your personal message.", 'WRAPPING_BASKETEMPTY' => "The Shopping Cart is empty.", 'WRAPPING_PRODUCT' => "Product", 'WRAPPING_GIFTOPTION' => "Gift option", 'WRAPPING_PRICEPERPACKAGE' => "Price per package", 'WRAPPING_ARTNUMBER' => "Art.No.:", 'WRAPPING_NONE' => "NONE", 'WRAPPING_GREETINGCARD' => "Greeting Card", 'WRAPPING_SELECTCARD' => "Select Card", 'WRAPPING_NOGREETINGCARD' => "No Greeting Card", 'WRAPPING_GREETINGMESSAGE' => "Greeting message", 'WRAPPING_OPTIONALMESSAGE' => "Here you can enter an optional greeting message:", 'WRAPPING_ADDFORANDFROM' => 'Please also add "For" and "From".', 'WRAPPING_BACKTOORDER' => "Back to Order", 'priceFrom' => '<span style="font-size: 50%;">from</span>', 'byBrand' => 'By Brand/Manufacturer', 'byVendor' => 'By Distributor', 'byManufacturer' => 'By Brand/Manufacturer', 'searchResult' => 'Search result for "%s"', 'usrRegistered' => 'User will be registered after he provided his password', 'simpleDateFormat' => 'Y-m-d', 'EXCEPTION_COOKIE_NOCOOKIE' => 'We are sorry. This action requires cookie support. Please enable cookies, or use a cookie-enabled browser to access our site.', 'EXCEPTION_USER_NOVALIDLOGIN' => 'Wrong e-Mail or password!', 'EXCEPTION_USER_USEREXISTS' => 'Not possible to register %s. Maybe you have registered already previously?', 'EXCEPTION_USER_USERCREATIONFAILED' => 'Error while creating user!', 'EXCEPTION_USER_PWDDONTMATCH' => "Passwords don't match!", 'EXCEPTION_USER_NOVALUES' => 'e-mail and password have to be filled!', 'EXCEPTION_USER_NOVALIDOPENID' => 'Please enter a valid OpenID', 'EXCEPTION_USER_OPENIDCANCELED' => 'Verification Cancelled by user', 'EXCEPTION_USER_OPENIDVALIDFAILED' => 'OpenID authentication failed: %s', 'EXCEPTION_INPUT_NOVALIDEMAIL' => 'Please enter a valid e-mail address', 'EXCEPTION_INPUT_NOTALLFIELDS' => 'Please complete all fields marked with a <span class="req">*</span>', 'EXCEPTION_PAGE_TITLE' => 'Error', 'EXCEPTION_PAGE_HEADLINE' => 'The shop is temporary offline<br>Please come back later<br><br>Thank you for understanding.', 'EXCEPTION_FILE_ERRORINFILE' => 'Error in file!', 'EXCEPTION_CONNECTION_NODB' => 'No connection to database!', 'EXCEPTION_ACCESSRIGHT_ACCESSDENIED' => 'Access denied, no sufficient rights!', 'EXCEPTION_VOUCHER_NOVOUCHER' => 'Coupon invalid!', 'EXCEPTION_VOUCHER_TOTALBELOWZERO' => 'Pruchase price below 0,- is not allowed!', 'EXCEPTION_VOUCHER_INCORRECTPRICE' => 'Pruchase price is to low for using this coupon!', 'EXCEPTION_VOUCHER_NOTALLOWEDSAMESERIES' => "Coupon of the same series can't be used in this purchase!", 'EXCEPTION_VOUCHER_NOTALLOWEDOTHERSERIES' => 'Accumulation with coupons of other series is not allowed!', 'EXCEPTION_VOUCHER_ISNOTVALIDDATE' => 'Coupon expired!', 'EXCEPTION_VOUCHER_ISRESERVED' => 'Coupon is reserved!', 'EXCEPTION_VOUCHER_NOTAVAILABLEINOTHERORDER' => "Coupon of the same series can't be used in this purchase!", 'EXCEPTION_VOUCHER_NOTVALIDUSERGROUP' => 'The coupon is not valid for your user group!', 'EXCEPTION_CONNECTION_NOLDAP' => 'No connection to the LDAP server!', 'EXCEPTION_CONNECTION_NOLDAPBIND' => 'Error during communication with the LDAP server!', 'EXCEPTION_CONNECTION_IPAYMENTNOCONNECTION' => 'No connection to the IPayment server!', 'EXCEPTION_CONNECTION_IPAYMENTNOSERVICE' => 'Error during communication with the IPayment server!', 'EXCEPTION_CONNECTION_IPAYMENTPROXYFAULT' => 'Error during communication with the IPayment server!', 'EXCEPTION_CONNECTION_IPAYMENTPROXYERROR' => 'Error during communication with the IPayment server!', 'EXCEPTION_ARTICLE_ARTICELDOESNOTEXIST' => "Article doesn't exist!", 'EXCEPTION_ARTICLE_ARTICELNOTBUYABLE' => "Product is not buyable", 'EXCEPTION_OUTOFSTOCK_OUTOFSTOCK' => 'No enought items of this article in stock! Available:', 'EXCEPTION_ARTICLE_NOPRODUCTID' => 'No product id given!', 'EXCEPTION_INPUT_INVALIDAMOUNT' => 'Please enter a valid amount for this product!', 'EXCEPTION_NOFILE' => 'No uploaded file', 'EXCEPTION_NOTALLOWEDTYPE' => 'Not allowed file type (please, edit config.inc.php to allow this type of file)', 'EXCEPTION_SYSTEMCOMPONENT_TEMPLATENOTFOUND' => 'Template "%s" not found' ); /* [{ oxmultilang ident="GENERAL_YOUWANTTODELETE"}] */
Transliteration List for URLs
Admin -> Master Settings -> Core Settings -> SEO -> Characters which are replaced in SEO URLs
no entry required


