//=====================================================================||
//       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  = "Tu carrito está lleno. Por favor, pasa por caja ";
strAdded  = " agregado a tu carrito";
strRemove = "Click 'Ok' para quitar este producto.";
strILabel = "C&oacute;d. Prod.";
strDLabel = "Descripci&oacute;n";
strQLabel = "Cdad";
strPLabel = "Precio";
strSLabel = "Env&iacute;o";
strRLabel = "Quitar del Carro";
strRButton= "Quitar";
strSUB    = "SUBTOTAL";
strSHIP   = "ENV&Iacute;O";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "S&oacute;lo puedes comprar 1 unidad";
strNewQty = 'Por favor, corrige la cantidad.';

Language = 'en';
bLanguageDefined = true;


