//=====================================================================||
//       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  = "Tento karton je již plný - máte vybráno 16 jídel. Postupte prosím k dokončení objednávky.";
strAdded  = "Právě bylo objednáno: ";
strRemove = "Pokud chcete skutečně vymazat tuto položku, stiskněte OK !";
strILabel = "Kód";
strDLabel = "Položka";
strQLabel = "Množství";
strPLabel = "Cena";
strSLabel = "Poštovné";
strRLabel = "Odstranit";
strRButton= "Odstranit !";
strSUB    = "Mezisuma vč. DPH:";
strSHIP   = "Dopravné za Karton (16 jídel):";
strTAX    = "DPH 10%:";
strTOT    = "CELKOVÁ SUMA:";
strErrQty = "Neplatné množství.";
strNewQty = 'Zadejte nové množství:';
strKus = ' Ks';
strStuck = "Počet objednaných jídel:" 

Language = 'cz';
bLanguageDefined = true;


