//=====================================================================||
//       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  = "Lo siento, la capacidad de su carrito está completa, por favor proceda a la salida.";
strAdded  = " ..agregado a su carrito de compra.";
strRemove = "Haga click en 'Aceptar' para remover este producto de su carrito de compra.";
strILabel = "Código";
strDLabel = "Descripción del producto";
strQLabel = "Cantidad";
strPLabel = "Precio";
strSLabel = "Envío";
strRLabel = "Remover del carrito";
strRButton= "Remover";
strSUB    = "Subtotal";
strSHIP   = "Envío";
strTAX    = "IVA";
strTOT    = "Total";
strErrQty = "Cantidad Inválida.";
strNewQty = 'Por favor entre una nueva cantidad:';

Language = 'en';
bLanguageDefined = false;

