//=====================================================================||
//       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.                                             ||
//---------------------------------------------------------------------||
strSeguent ="Siguiente";
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 = "Ref";
strDLabel = "Descripción";
strQLabel = "Unidades";
strPLabel = "Precio Unit.";
strSLabel = "Importe";
strRLabel = "";
strRButton= "Eliminar";
strSUB    = "Base";
strSHIP   = "GASTOS DE ENVÍO";
strTAX    = "IVA 15%";
strTOT    = "Total";
strErrQty = "Cantidad incorrecta";
strNewQty = 'Por favor, introduzca una nueva cantidad:';
strEmpty = 'El carrito está vacío';
strMinimumOrderPrompt    = 'Su compra está por debajo de la cantidad mínima.';
Language = 'sp';
idioma = 1;
strCarret = 'Carrito';
strEnviar ='Comprar';
strSeguirComprant = 'Seguir comprando';
bLanguageDefined = true;


