//=====================================================================||
//       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 dumnevoastra e plin, va rugam trimiteti comanda.";
strAdded  = " a fost adaugat in cosul tau de cumparaturi.";
strRemove = "Apasa 'Ok' pentru a scoate acest produs din cosul de cumparaturi.";
strILabel = "Cod produs";
strDLabel = "Nume produs";
strQLabel = "Cantitate";
strPLabel = "Pret";
strSLabel = "Taxe postale";
strRLabel = "Sterge din cos";
strRButton= "Sterge";
strSUB    = "SUBTOTAL";
strSHIP   = "Taxe postale";
strTAX    = "TAXE";
strTOT    = "TOTAL";
strErrQty = "Cantitate invalida";
strNewQty = "Introduceti cantitate noua:";




