//=====================================================================||
//       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 carrinho está cheio, por favor vá até o caixa.";

strRemove = "Clique 'Ok' para remover este produto de seu carrinho.";
strILabel = "Nº do Produto";
strDLabel = "Produto/Descrição";
strQLabel = "Quantidade";
strPLabel = "Preço unitário";
strSLabel = "Envio";
strRLabel = "Remover do Carrinho";
strRButton= "Remover";
strSUB    = "Valor da compra";
strSHIP   = "Valor do envio";
strTAX    = "Parcelamos suas compras em 2 vezes - Valor mínimo R$ 500,00 &nbsp;<BR>Juros de 3%";
strTOT    = "Total";
strErrQty = "Quantidade inválida.";
strNewQty = 'Por favor digite uma nova Quantidade:';

Language = 'br br';
bLanguageDefined = true;


