//=====================================================================||
//       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  = "Ho sentim, però la seva cistella és plena. Pot procedir a comprar.";
strAdded  = " afegit a la seva cistella.";
strRemove = "Segur que voleu eliminar aquest producte de la cistella?";
strILabel = "Ref.";
strDLabel = "Descripció";
strQLabel = "Quantitat";
strPLabel = "Preu";
strSLabel = "Despeses d'enviament";
strRLabel = "Eliminar";
strRButton= "Eliminar";
strSUB    = "Subtotal";
strSHIP   = "Enviament / pagament";
strTAX    = "IVA 4%";
strTOT    = "TOTAL";
strErrQty = "Quantitat incorrecte";
strNewQty = 'Si-us-pluau, introduïu una nova quantitat:';

   str_correu_contra = "Correu / Contrareemborsament";
   str_correu_visa   = "Correu / VISA";
   str_correu_transf = "Correu / Transferència";
   str_miss_contra   = "Missatgeria / Contrareemborsament";
   str_miss_visa     = "Missatgeria / VISA";
   str_miss_transf   = "Missatgeria / Transferència";
   str_botiga        = "Efectiu a la botiga";

Language = 'ca';
bLanguageDefined = true;

