//=====================================================================||
//       NOP Design JavaScript Shopping Cart Language Pack             ||
//                                                                     ||
//                      Language Strings                               ||
//                     ------------------                              ||
// Strings displayed to end users, in language specific encoding.      ||
// only modify these strings if you wish to change language specific   ||
// wording for your site.  If you add a new language, please send it   ||
// back to NOP Design (http://www.nopdesign.com/forum) so we can add   ||
// it to the distribution.                                             ||
//---------------------------------------------------------------------||
strSorry  = "Entschuldigung, Ihre Bestellung ist voll, bitte zur Kasse gehen !!!";
strAdded  = " an Ihre Bestellung hinzu gefügt.";
strRemove = "Bitte drücken sie 'Ok' Quantität zu ändern.";
strILabel = "Produkt";
strDLabel = "Beschreibung";
strQLabel = "Anzahl";
strPLabel = "Preis";
strSLabel = "Ext.";
strRLabel = "Change quantity";
strRButton= "Refresh/Remove";
strSUB    = "Zwischesumme";
strWTOT   = "...";
strSHIP   = "Versandkosten";
strTAX    = "MWSt";
strCOUP = "COUPON";
strTOT    = "Total (add discounts/coupons in the next step)";
strErrQty = "Ungültige Anzahl.";
strNewQty = 'Bitte geben sie eine neue Anzahl ein:';
strSpace = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
Language = 'ge';
bLanguageDefined = true;


