//=======================================================||
//       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. 	
//  *****************************************************
// Modificado por www.arteharmonia.com  (envie  as suas modificações para mim também)
//---------------------------------------------------------------------------------------
strSorry  = " O seu carrinho está cheio, por favor efectue a encomenda. Depois poderá continuar comprando.";
strAdded  = " adicionado à sua encomenda.";
strRemove = " Clique 'Ok' para remover este artigo. ";
strILabel = " Artigo ";
strDLabel = " Nome - Descrição ";
strQLabel = " Quant. ";
strPLabel = " Preço ";
strSLabel = " Despesas de Envio ";
strRLabel = " Remover do Carrinho";
strRButton= " Remover este Artigo";
strSUB    = " SUBTOTAL ";
strSHIP   = " Despesas de Envio ";
strTAX    = " Despesas de Transporte ";
strTaxablePrompt= " Internacional ";
strNonTaxablePrompt= " Nacional ";
strTaxPrompt= " Selecione uma das opções: \n\n Internacional, \n Nacional ";
strTOT    = " TOTAL ";
strErrQty = " Quantidade inválida. ";
strNewQty = 'Por favor digite uma nova Quantidade:';
strEmptyCart = 'O seu carrinho está vazio !';
strMinimumOrderPrompt='A sua encomenda não atingiu o valor mínimo aceitável, \n por favor continue acrescentando produtos antes de a submeter.';

Language = 'pt';
bLanguageDefined = true;


