//=====================================================================||
//       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  = "El cistell és ple";
strAdded  = " afegit al cistell.";
strRemove = "Premi 'Acceptar' per eliminar aquest llibre del cistell.";
strILabel = "Refer&egrave;ncia";
strDLabel = "Descripci&oacute;";
strQLabel = "Quantitat";
strPLabel = "Preu unitari";
strSLabel = "Despeses de tramesa";
strRLabel = "Esborrar";
strRButton= "Esborrar";
strSUB    = "Subtotal";
strSHIP   = "Despeses de tramesa";
strTAX    = "IVA";
strTOT    = "TOTAL";
strErrQty = "Quantitat incorrecta";
strNewQty = 'Si us plau, introdu&iuml;u una nova quantitat';

Language = 'sp';
bLanguageDefined = true;

