//=====================================================================||
//       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, sua Lista de Pedidos est&aacute; cheia, por favor finalize este Pedido.";
strEmpty  = "Sua Lista de Pedido est&aacute; vazia. <a id='adiciona'>clique aqui para adicionar itens</a>."
strAdded  = " adicionado a sua Lista.";
strRemove = "Clique 'Ok' para remover este produto da sua Lista.";
strILabel = " C&oacute;digo";
strDLabel = "Item";
strQLabel = "Quantidade";
strPLabel = "Pre&ccedil;o";
strSLabel = "Envio";
strRLabel = "Remover da Lista";
strRButton= "Remover";
strSUB    = "SUBTOTAL";
strSHIP   = "Envio";
strTAX    = "Taxa de Entrega";
strTOT    = "TOTAL";
strErrQty = "Quantidade invalida.";
strNewQty = 'Por favor digite uma nova Quantidade:';
Language = 'br';
bLanguageDefined = true;



