From bc796b975179b4b59312757e5ef3217702cea0b5 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Fri, 22 Mar 2013 11:28:56 +0100 Subject: [PATCH] // Fixed translations (installer) --- install-dev/langs/br/install.php | 1 + install-dev/langs/it/install.php | 1 + 2 files changed, 2 insertions(+) diff --git a/install-dev/langs/br/install.php b/install-dev/langs/br/install.php index 21517c185..1276626b7 100644 --- a/install-dev/langs/br/install.php +++ b/install-dev/langs/br/install.php @@ -214,5 +214,6 @@ return array( 'The installation of PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than 130,000 merchants. You are on the way to creating your own unique online store that you can manage easily every day.' => 'A instalação do PrestaShop é rápida e fácil. Em alguns minutos, você vai se tornar parte de uma comunidade composta por mais de 130 mil comerciantes. Você está no caminho certo para criar sua própria loja virtual original que você pode gerenciar facilmente todos os dias.', 'Continue the installation in:' => 'Continue a instalação em:', 'The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d translations, all for free!' => 'A seleção de idioma acima é válida somente para o Assistente de Instalação. Uma vez que a loja for instalada, você pode escolher o idioma da sua loja entre mais de %d traduções disponíveis, totalmente grátis!', + 'Your PHP sessions path is not writable - check with your hosting provider:' => 'O caminho para sessão PHP não pode ser escrito - verifique com o seu provedor de hospedagem', ), ); \ No newline at end of file diff --git a/install-dev/langs/it/install.php b/install-dev/langs/it/install.php index 0b21827a2..a6a048608 100644 --- a/install-dev/langs/it/install.php +++ b/install-dev/langs/it/install.php @@ -233,5 +233,6 @@ return array( 'The installation of PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than 130,000 merchants. You are on the way to creating your own unique online store that you can manage easily every day.' => 'L\'installazione di PrestaShop è semplice e veloce. Tra pochi minuti, farai parte di una comunità di oltre 130.000 commercianti. Potrai creare un negozio a tua immagina e facile da gestire giorno dopo giorno.', 'Continue the installation in:' => 'Continua l\'installazione in:', 'The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d translations, all for free!' => 'La selezione della lingua si applica solo all\'Assistente di Installazione. Una volta che il negozio è installato, potrai scegliere la lingua del negozio tra le oltre %d traduzioni disponibili gratuitamente!', + 'Your PHP sessions path is not writable - check with your hosting provider:' => 'La cartella di backup non è accessibile per scrittura - consulta il nostro servizio di hosting', ), ); \ No newline at end of file