//=====================================================================||
//       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, cada lista só permite adicionar um máximo de doze escolhas. \nPor favor envie os itens seleccionados. \nNota: Após este envio, deverá limpar lista, e acrescentar os novos itens pretendidos.";
strAdded  = " \n\nAdicionar na lista de escolhas.";
strRemove = "Clique 'Ok' para remover este item da lista.";
strILabel = "Referência";
strDLabel = "Descrição";
strQLabel = "Quant.";
strPLabel = "Preço";
strSLabel = "Portes";
strRLabel = "Remover";
strRButton= "Excluir";
strSUB    = "SUBTOTAL";
strSHIP   = "EXPEDIÇÃO";
strTAX    = "IMPOSTO";
strTOT    = "TOTAL";
strErrQty = "Quantidade inválida.";
strNewQty = 'Por favor digite uma nova quantidade:';

Language = 'pt';
bLanguageDefined = true;