//=====================================================================||
//       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, su cesta está llena, por favor concluir la compra.";
strAdded  = " añadido a la cesta.";
strRemove = "Haga clic en \"Aceptar\" para eliminar este producto de la cesta.";
strILabel = "Código";
strDLabel = "Producto";
strQLabel = "Cantidad";
strPLabel ="Precio";
strSLabel ="Entrega";
strRLabel ="";
strRButton ="Eliminar";
strSUB ="Impuesto";
strSHIP ="ENVÍO";
strTAX ="impuestos";
strTOT ="Total";
strErrQty ="no se le permitió.";
strNewQty = "Por favor, seleccione la cantidad:";

Language ="es";
bLanguageDefined = true;

