//=====================================================================||
//       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, el carro está lleno. Proceda con la compra";
strAdded  = " Añadido al carro de compra.";
strRemove = "Pulse 'Aceptar' para eliminar este producto del carro de la compra.";
strILabel = "Código";
strDLabel = "Producto";
strQLabel = "Cantidad";
strALabel = "Unitario Pesos.";
strPLabel = "Unitario Dolares";
strTLabel = "Total";
strSLabel = "Gastos Envío:";
strRLabel = "Eliminar";
strRButton= "Eliminar";
strSUB    = "Subtotal en Pesos";
strWTOT   = "PESO TOTAL";
strSHIP   = "Gastos de envio:";
strTAX    = "Total en pesos:";
strSpace = " ";
strTOT    = "Total a pagar:";
strErrQty = "Cantidad incorrecta";
strNewQty = 'Por favor, introduzca una nueva cantidad:';

Language = 'sp';
bLanguageDefined = true;

