diff --git a/install-dev/langs/br/install.php b/install-dev/langs/br/install.php index 7c2a23c95..ab4e5715b 100644 --- a/install-dev/langs/br/install.php +++ b/install-dev/langs/br/install.php @@ -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"', ), -); \ No newline at end of file +); diff --git a/install-dev/langs/es/install.php b/install-dev/langs/es/install.php index 5dfea5c91..cb7234192 100644 --- a/install-dev/langs/es/install.php +++ b/install-dev/langs/es/install.php @@ -2,7 +2,8 @@ return array( 'informations' => array( 'phone' => '+34 917.872.909', - 'support' => 'https://www.prestashop.com/es/support', + 'support' => 'https://www.prestashop.com/es/support', + 'blog' => 'http://www.prestashop.com/blog/es/' ), 'translations' => array( 'menu_welcome' => 'Elegir el idioma', @@ -246,4 +247,4 @@ return array( 'For security purposes, you must delete the "install" folder.' => 'Por razones de seguridad, debe eliminar la carpeta "install".', 'http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation' => 'http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation', ), -); \ No newline at end of file +); diff --git a/install-dev/langs/it/install.php b/install-dev/langs/it/install.php index e615e0745..ac4e5c6c7 100644 --- a/install-dev/langs/it/install.php +++ b/install-dev/langs/it/install.php @@ -2,7 +2,8 @@ return array( 'informations' => array( 'phone' => '+33 (0)1.40.18.30.04', - 'support' => 'https://www.prestashop.com/it/support', + 'support' => 'https://www.prestashop.com/it/support', + 'blog' => 'http://www.prestashop.com/blog/it/' ), 'translations' => array( 'menu_welcome' => 'Scelta della lingua', @@ -245,4 +246,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.' => 'Per godere delle svariate funzioni che PrestaShop offre gratuitamente, si prega di leggere le condizioni di licenza qui di seguito. Il nucleo di PrestaShop è rilasciato sotto licenza OSL 3.0, mentre i moduli e i temi sono rilasciati sotto licenza AFL 3.0.', 'For security purposes, you must delete the "install" folder.' => 'Per motivi di sicurezza, devi cancellare la cartella "install".', ), -); \ No newline at end of file +); diff --git a/install-dev/langs/pl/install.php b/install-dev/langs/pl/install.php index d605484b0..7b23e1327 100644 --- a/install-dev/langs/pl/install.php +++ b/install-dev/langs/pl/install.php @@ -2,7 +2,8 @@ return array( 'informations' => array( 'phone' => '+33 (0)1.40.18.30.04', - 'support' => 'https://www.prestashop.com/pl/wsparcie-techniczne', + 'support' => 'https://www.prestashop.com/pl/wsparcie-techniczne', + 'blog' => 'http://www.prestashop.com/blog/pl/' ), 'translations' => array( 'An SQL error occured for entity %1$s: %2$s' => 'Wystąpił błąd SQL w rekordzie %1$s: %2$s', @@ -206,4 +207,4 @@ return array( 'Country:' => 'Kraj', 'Must be letters and numbers with at least 8 characters' => 'Minimum 8 znaków z użyciem liter i cyfr', ), -); \ No newline at end of file +); diff --git a/install-dev/langs/ru/install.php b/install-dev/langs/ru/install.php index 8de2fbe7f..fd1650d30 100644 --- a/install-dev/langs/ru/install.php +++ b/install-dev/langs/ru/install.php @@ -2,7 +2,8 @@ return array( 'informations' => array( 'phone' => '+33 (0)1.40.18.30.04', - 'support' => 'https://www.prestashop.com/en/support', + 'support' => 'https://www.prestashop.com/en/support', + 'blog' => 'http://www.prestashop.com/blog/ru/' ), 'translations' => array( 'An SQL error occured for entity %1$s: %2$s' => 'В SQL произошла ошибка для значения %1$s: %2$s', @@ -242,4 +243,4 @@ return array( 'For security purposes, you must delete the "install" folder.' => 'В целях безопасности, удалите папку "install\'.', 'http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation' => 'http://doc.prestashop.com/display/PS15/Installing+PrestaShop#InstallingPrestaShop-Completingtheinstallation', ), -); \ No newline at end of file +);