//=====================================================================||

//       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 o Caddy está cheio !!!";

strAdded  = " Adicionar ao Carrinho";

strRemove = "Clique 'ok' para remover o produto do carrinho";

strILabel = "Código";

strDLabel = "Descrição";

strQLabel = "Quantidade";

strPLabel = "Preço unitário";

strSLabel = "transporte";

strRLabel = "Remover do Carrinho";

strRButton= "suprimir o artigo!";

strSUB    = "Soubtotal";

strSHIP   = "transporte";

strTAX    = "Fiscalidade";

strTOT    = "TOTAL";

strErrQty = "Quantidade Inaceitável";

strNewQty = 'Por favor, digite a nova quantidade:';

EmpyCartWarning	      = 'Seu carrinho está vazio';



Language = 'pt';

bLanguageDefined = true;



fdp = 42;


