//=====================================================================||
//       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  = "Cosul de cumparaturi e plin. Validati comanda!";
strAdded  = "Ati adaugat la cosul de cumparaturi :";
strRemove = "Click 'OK' pentru a sterge produsul.";
strILabel = "ID";
strDLabel = "Produs";
strQLabel = "Cantitate";
strPLabel = "Pret";
strSLabel = "Livrare";
strRLabel = "Sterge";
strRButton= "Sterge";
strSUB    = "SUBTOTAL";
strSHIP   = "Livrare";
strTAX    = "TAXE LIVRARE";
strTOT    = "TOTAL";
strErrQty = "Cantitate invalida!";
strNewQty = 'Introduceti o cantitate noua:';

Language = 'en';
bLanguageDefined = true;


