//=====================================================================||
//       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 presupuesto esta lleno. Proceda con el envio";
strAdded  = " agregado al presupuesto";
strRemove = "Pulse 'Aceptar' para eliminar este producto del presupuesto";
strILabel = "Tipo";
strDLabel = "Modelo";
strQLabel = "Cantidad";
strPLabel = "Puntos";
strSLabel = "Envio";
strRLabel = "Eliminar";
strRButton= "Eliminar";
strSUB    = "SUBTOTAL";
strSHIP   = "GASTOS DE ENVIO";
strTAX    = "IVA";
strTOT    = "TOTAL";
strErrQty = "Cantidad incorrecta";
strNewQty = 'Por favor, introduzca una nueva cantidad:';

Language = 'sp';
bLanguageDefined = true;

