//=====================================================================||
//       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, Não há espaço para novos itens.";
strAdded  = " adicionar ao Orçamento.";
strRemove = "Excluir este item?";
strILabel = "";
strDLabel = "";
strQLabel = "";
strPLabel = "";
strSLabel = "";
strRLabel = "";
strRButton= "..";
strSUB    = "";
strSHIP   = "";
strTAX    = "";
strTOT    = "";
strErrQty = "Quantidade inválida.";
strNewQty = 'Por favor digite uma nova Quantidade:';


strSorry2  = "Desculpe, Não há espaço para novos itens.";
strAdded2  = " adicionar ao Orçamento.";
strRemove2 = "Excluir este item?";
strILabel2 = "";
strDLabel2 = "";
strQLabel2 = "";
strPLabel2 = "";
strSLabel2 = "";
strRLabel2 = "";
strRButton2 = "..";
strSUB2    = "";
strSHIP2   = "";
strTAX2    = "";
strTOT2    = "";
strErrQty2 = "Quantidade inválida.";
strNewQty2 = 'Por favor digite uma nova Quantidade:';

Language = 'br';
bLanguageDefined = true;


