//=====================================================================||
//       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, ";
strEmpty     = "la cesta está vacia";
strFull      = "la cesta está llena. Proceda con la compra";
strNoOrder   = "Lo siento, no puede enviar la orden porque la cesta está vacia";
strAdded     = " añadido(s) a la cesta de la compra.";
strRemove    = "Pulse 'Aceptar' para eliminar este producto de la cesta de la compra.";
strEmptyCart = "Pulse 'Aceptar' para vaciar la cesta de la compra.";
strILabel    = "Referencia";
strDLabel    = "Descripción";
strQLabel    = "Cantidad";
strPLabel    = "Precio Unitario";
strVCLabel   = "Valor Compra";
strSLabel    = "Gastos Envío";
strRLabel    = "Eliminar";
strRButton   = "Eliminar";
strSUB       = "SUBTOTAL";
strSHIP      = "GASTOS DE ENVÍO";
strTAX       = "IVA";
strTOT       = "TOTAL";
strErrQty    = "Cantidad incorrecta";
strNewQty    = 'Por favor, introduzca una nueva cantidad: ';
strCPLabel   = "Cesta de pedidos";
strREFLabel  = "Nº de Referencias";
strTOTEuros  = "Total €";

Language = 'sp';
bLanguageDefined = true;


