//=====================================================================||
//       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&aacute; cheio, por favor v&aacute; at&eacute; o caixa.";
strAdded  = " adicionado ao seu carrinho.";
strRemove = "Clique 'Ok' para remover este produto de seu carrinho.";
strILabel = "Id";
strDLabel = "Produto";
strQLabel = "&nbsp;Quantidade&nbsp;";
strPLabel = "Pre&ccedil;o";
strSLabel = "Envio";
strRLabel = "Remover do Carrinho";
strRButton= "Remover";
strSUB    = "SUBTOTAL";
strSHIP   = "Envio";
strTAX    = "FRETE*";
strTOT    = "TOTAL (valor sem frete)";
strErrQty = "Quantidade inv&aacute;lida.";
strNewQty = 'Por favor digite uma nova quantidade:';

Language = 'br';
bLanguageDefined = true;


