//=====================================================================||
//       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 sentimos, su carro está lleno. Proceda a la página de pago";
strAdded  = " añadido a su carrito.";
strRemove = "Haga click en 'Aceptar' para eliminar este artículo del carrito.";
strILabel = "Referencia";
strDLabel = "Descripción";
strQLabel = "Cantidad";
strPLabel = "Precio Unitario";
strSLabel = "Envío";
strRLabel = "Eliminar";
strRButton= "Eliminar";
strSUB    = "SUBTOTAL";
strSHIP   = "Costo de Invío";
strTAX    = "IVA";
strTOT    = "TOTAL";
strErrQty = "Cantidad Incorrecta";
strNewQty = 'Por favor, introduzca una nueva cantidad:';

Language = 'sp';
bLanguageDefined = true;

