//=====================================================================||
//       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. Proceda con la compra";
strAdded  = " añadido al carrito de compra.";
strRemove = "Pulse 'Aceptar' para eliminar este producto del carro de la compra.";
strILabel = "Item    ";
strDLabel = "Producto    ";
strQLabel = "Cant.  ";
strPLabel = "Precio ";
strSLabel = "Gastos Envío";
strRLabel = "";
strEach   = " c/u ";
strRButton= "Eliminar";
strUButton= "Actualizar"; // actualizar despues de modificar cantidad
strSUB    = "Subtotal";
strSHIP   = "Cargo Fijo de Entrega";
strTAX    = "IVA";
strTOT    = "TOTAL";
strErrQty = "Cantidad incorrecta";
strNewQty = 'Por favor, introduzca una nueva cantidad:';
strCartEmpty = 'Su Carrito de Compras está vacío'; //desde aqui y ojo /ea tambien que esta arriba
strDLVCode   ='ENT01';
strCartTit   ='Carrito de Compras Actual';
strContChk   ='Ingresar Destinatario';
strContShop  ='(Para seguir comprando use el menú de la izquierda)';

   // Mail form fields for on the fly translation
   strFormLabelDel       = 'INFORMACION DE ENTREGA' ;
   strFormLabelDelIns    = 'Favor llenar la información del destinatario debajo' ;
   strFormLabelName      = 'Nombre y Apellido' ;
   strFormLabelAddress   = 'Dirección' ;
   strFormLabelCity      = 'Ciudad' ;
   strFormLabelState     = 'Estado' ;
   strFormLabelCountry   = 'País' ;
   strFormLabelPhone     = 'Teléfono' ;
   strFormLabelDelDate   = 'Fecha de Entrega' ;
   strFormLabelMsg       = 'Mensaje en la tarjeta (Máx. 200 caracteres)' ;
   strFormLabelTrans     = 'Desea Traduccion del Mensaje (gratis)' ;
   strFormLabelEmail     = 'Su dirección de Email' ;
   strFormLabelEmailTit  = 'EMAIL DEL COMPRADOR (Usted)' ;
   strFormLabelEmailFoot = 'Unicamente usaremos este email para enviar la información concerniente a su compra' ;

   strFormFldNamName  	= 'FullName' ;
   strFormFldAddress  	= 'Address' ;
   strFormFldNamCity  	= 'City' ;
   strFormFldNamState  	= 'Province' ;
   strFormFldNamPhone 	= 'Phone' ;
   strFormFldNamDelDate = 'DeliveryOn' ;
   strFormFldNamMsg  	= 'CardMessage' ;
   strFormFldNamTrans  	= 'Translation' ;
   strFormFldEmail  	= 'Email' ;

   strFormTraChoicesa  = 'Dejarlo como está' ;
   strFormTraChoicesb  = 'Traducir a Castellano' ;
   strFormTraChoicesc  = 'Versión original y en Castellano' ;

   strFormLabelSubmit  = 'Enviar';
   strFormLabelReset   = 'Borrar';

  // final checkout page
   
   strLabelDlvInfoR   = 'INFORMACION DE ENTREGA RECIBIDA';
   strLabelDlvClicB   = 'Haga Click debajo par continuar';
   strButtonGoPay     = 'Proceder al Pago (Visa / MC / Amex / PayPal)';

  // PMT RECEIVED PAGE
   
   strLabelTYPura   = 'GRACIAS POR SU COMPRA !';
   strLabelTYPurb   = 'Su pago ha sido recibido';
   strLabelTYPurc   = 'Le informaremos cuando su orden haya sido entregada';

  // PMT CANCELLED PAGE
   strLabelCANPura   = 'NECESITA AYUDA CON SU PEDIDO ?';
   strLabelCANPurb   = 'Pulse Aquí para contactarnos';
   strLabelCANPurc   = 'Ir a ver su Carrito de Compras';
   





Language = 'sp';
bLanguageDefined = true;

