﻿//=====================================================================||
//       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  = "Ne pare rău, coşul tău este plin. Te rugăm să comanzi acum.";
strAdded  = " adăugat în coş.";
strRemove = "Apasă 'OK' pentru a elimina acest produs din coş.";
strILabel = "ID produs";
strDLabel = "Numele produsului / Descriere";
strQLabel = "Cantitate";
strPLabel = "Preţ";
strSLabel = "Expediţie";
strRLabel = "Elimină din coş";
strRButton= "Elimină";
strSUB    = "SUBTOTAL";
strSHIP   = "EXPEDIŢIE";
strTAX    = "TVA";
strTOT    = "TOTAL";
strErrQty = "Cantitate invalidă.";
strNewQty = 'Te rugăm să introduci cantitatea:';

Language = 'ro';
bLanguageDefined = true;
