//=====================================================================||
//       Ladcom Design JavaScript Shopping Cart Language Pack          ||
//                                                                     ||
//                      Language Strings                               ||

strSorry  = "Desculpe, seu carrinho está cheio, por favor vá até o caixa.";
strAdded  = " adicionado ao seu carrinho OK ?.";
strRemove = "Clique 'Ok' para remover este produto de seu carrinho.";
strILabel = "Codigo do Produto";
strDLabel = "Nome do Produto/Descrição";
strQLabel = "Quantidade";
strPLabel = "Preço";
strSLabel = "Envio";
strRLabel = "Remover do Carrinho";
strRButton= "Remover";
strSUB    = "SUBTOTAL";
strSHIP   = "Envio";
strTAX    = "IMPOSTO";
strTOT    = "TOTAL";
strErrQty = "Quantidade inválida.";
strNewQty = 'Por favor digite uma nova Quantidade:';

Language = 'br';
bLanguageDefined = true;


