//=======================================================||
//       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&aacute cheio, por favor efectue a encomenda. \n Depois poderá continuar comprando.";
strAdded  = " adicionado &agrave; sua encomenda.";
strRemove = " Clique 'Ok' para remover este artigo. ";
strThumbLabel = "Imagem";
strILabel = " Refer&ecirc;ncia ";
strNLabel = " Nome ";
strDLabel = " Nome - Detalhes ";
strQLabel = " Quant. ";
strPLabel = " Pre&ccedil;o ";
strSLabel = " Despesas de Envio ";
strRLabel = " Remover ? ";
strRButton= "remover este item";
strSUB    = " SUBTOTAL ";
strSHIP   = " Despesas de Envio ";
strTAX    = " Despesas de Transporte ";
strTaxablePrompt= " Internacional ";
strNonTaxablePrompt= " Nacional ";
strTaxPrompt= " Selecione uma das op&ccedil;&otilde;es: \n\n Internacional, \n Nacional ";
strTotal  = " TOTAL ";
strTOT    = " TOTAL ";
strErrQty = " Quantidade inv&aacute;lida. ";
strNewQty = ' Por favor digite uma nova Quantidade: ';
strEmptyCart = ' A sua encomenda est&aacute; vazia. ';
strMinimumOrderPrompt=' A sua encomenda não atingiu o valor m&iacute;nimo aceit&aacutevel, \n por favor continue acrescentando produtos antes de a submeter.';

Language = 'pt';
bLanguageDefined = true;


