diff --git a/install-dev/langs/br/install.php b/install-dev/langs/br/install.php index 104f2a514..e379bec88 100644 --- a/install-dev/langs/br/install.php +++ b/install-dev/langs/br/install.php @@ -2,7 +2,7 @@ return array( 'informations' => array( 'phone' => '+1 888.947.6543', - 'support' => 'http://support.prestashop.com/en/', + 'support' => 'https://www.prestashop.com/pt/support', ), 'translations' => array( 'menu_welcome' => 'Escolha seu idioma', diff --git a/install-dev/langs/de/install.php b/install-dev/langs/de/install.php index fedcb2247..b09b8ac8b 100644 --- a/install-dev/langs/de/install.php +++ b/install-dev/langs/de/install.php @@ -2,6 +2,7 @@ return array( 'informations' => array( 'phone' => '+33 (0)1.40.18.30.04', + 'support' => 'https://www.prestashop.com/de/support', ), 'translations' => array( 'menu_welcome' => 'Sprachauswahl', diff --git a/install-dev/langs/en/install.php b/install-dev/langs/en/install.php index ee296298a..cd29befe8 100644 --- a/install-dev/langs/en/install.php +++ b/install-dev/langs/en/install.php @@ -6,7 +6,7 @@ return array( 'documentation_upgrade' => 'http://docs.prestashop.com/display/PS15/Updating+PrestaShop', 'forum' => 'http://www.prestashop.com/forums/', 'blog' => 'http://www.prestashop.com/blog/', - 'support' => 'http://support.prestashop.com/en/', + 'support' => 'https://www.prestashop.com/en/support', ), 'translations' => array( 'menu_welcome' => 'Choose your language', diff --git a/install-dev/langs/es/install.php b/install-dev/langs/es/install.php index e9fb6d41c..78401e6cb 100644 --- a/install-dev/langs/es/install.php +++ b/install-dev/langs/es/install.php @@ -2,6 +2,7 @@ return array( 'informations' => array( 'phone' => '+1 (888) 947-6543', + 'support' => 'https://www.prestashop.com/es/support', ), 'translations' => array( 'menu_welcome' => 'Elegir el idioma', diff --git a/install-dev/langs/it/install.php b/install-dev/langs/it/install.php index 77e6eb468..47bccfb0e 100644 --- a/install-dev/langs/it/install.php +++ b/install-dev/langs/it/install.php @@ -2,6 +2,7 @@ return array( 'informations' => array( 'phone' => '+33 (0)1.40.18.30.04', + 'support' => 'https://www.prestashop.com/it/support', ), 'translations' => array( 'menu_welcome' => 'Scelta della lingua', diff --git a/install-dev/langs/pl/install.php b/install-dev/langs/pl/install.php index d32708c8d..3197cf69b 100644 --- a/install-dev/langs/pl/install.php +++ b/install-dev/langs/pl/install.php @@ -1,5 +1,9 @@ array( + 'phone' => '+33 (0)1.40.18.30.04', + 'support' => 'https://www.prestashop.com/pl/wsparcie-techniczne', + ), 'translations' => array( 'An SQL error occured for entity %1$s: %2$s' => 'Wystąpił błąd SQL w rekordzie %1$s: %2$s', 'Cannot create image "%1$s" for entity "%2$s"' => 'Nie można utworzyć obrazu "%1$s" dla rekordu "%2$s"', diff --git a/install-dev/langs/ru/install.php b/install-dev/langs/ru/install.php index eefaef775..46a46d561 100644 --- a/install-dev/langs/ru/install.php +++ b/install-dev/langs/ru/install.php @@ -1,5 +1,9 @@ array( + 'phone' => '+33 (0)1.40.18.30.04', + 'support' => 'https://www.prestashop.com/en/support', + ), 'translations' => array( 'An SQL error occured for entity %1$s: %2$s' => 'В SQL произошла ошибка для значения %1$s: %2$s', 'Cannot create image "%1$s" for entity "%2$s"' => 'Невозможно создать изображение "%1$s" для значения "%2$s"',