//=====================================================================||
//       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 carrito está lleno.";
strAdded  = " añadido al carro de compra.";
strRemove = "Por favor, confirme que desea eliminar este producto del carrito.";
strILabel = "Producto";
strDLabel = "Descripción";
strQLabel = "Cantidad";
strPLabel = "Precio";
strSLabel = "Envío";
strRLabel = "&nbsp;";
strRButton= ""; // n/a";
strSUB    = "Total";
strSHIP   = "Gastos de Envío";
strTAX    = "Impuestos";
strTOT    = "Costo Final";
strErrQty = "Cantidad incorrecta";
strNewQty = 'Por favor, introduzca una nueva cantidad:';

Language = 'sp';
bLanguageDefined = true;

