//=====================================================================||
//       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  = "Desculpe, seu simulador está cheio,por favor remova algum valor.";
strAdded  = " simulação adicionada.";
strRemove = "Clique 'Ok' para remover esta simulação.";
strILabel = " Id do Produto";
strDLabel = "Tipo de Empréstimo";
strQLabel = "Valor";
strPLabel = "Taxa";
strSLabel = "Envio";
strRLabel = "Remover do Simulador";
strRButton= "Remover";
strSUB    = "VALOR DA PRESTAÇÃO";
strSHIP   = "Envio";
strTAX    = "ESTADO DE ORIGEM";
strTOT    = "TOTAL";
strErrQty = "Quantidade inválida.";
strNewQty = 'Por favor digite uma nova Quantidade:';

Language = 'br';
bLanguageDefined = true;


