// small fixes in installer translations

This commit is contained in:
djfm
2013-08-23 14:33:51 +00:00
parent 9e9eb37978
commit fad94047ff
5 changed files with 15 additions and 10 deletions
+3 -2
View File
@@ -2,7 +2,8 @@
return array(
'informations' => array(
'phone' => '+1 888.947.6543',
'support' => 'https://www.prestashop.com/pt/support',
'support' => 'https://www.prestashop.com/pt/support',
'blog' => 'http://www.prestashop.com/blog/pt/'
),
'translations' => array(
'menu_welcome' => 'Escolha seu idioma',
@@ -247,4 +248,4 @@ return array(
'To enjoy the many features that are offered for free by PrestaShop, please read the license terms below. PrestaShop core is licensed under OSL 3.0, while the modules and themes are licensed under AFL 3.0.' => 'Para aproveitar os muitos recursos que são oferecidos grátis pelo PrestaShop, por favor, leia os termos de licença abaixo. O núcleo do PrestaShop é licenciado sob OSL 3.0, enquanto os módulos e temas são licenciados sob AFL 3.0.',
'For security purposes, you must delete the "install" folder.' => 'Por questões de segurança, você deve deletar a pasta "install"',
),
);
);