[-] IN : updated support phone number and website in the installer
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
return array(
|
||||
'informations' => 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 <i>%1$s</i>: <i>%2$s</i>' => 'Wystąpił błąd SQL w rekordzie <i>%1$s</i>: <i>%2$s</i>',
|
||||
'Cannot create image "%1$s" for entity "%2$s"' => 'Nie można utworzyć obrazu "%1$s" dla rekordu "%2$s"',
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
return array(
|
||||
'informations' => array(
|
||||
'phone' => '+33 (0)1.40.18.30.04',
|
||||
'support' => 'https://www.prestashop.com/en/support',
|
||||
),
|
||||
'translations' => array(
|
||||
'An SQL error occured for entity <i>%1$s</i>: <i>%2$s</i>' => 'В SQL произошла ошибка для значения <i>%1$s</i>: <i>%2$s</i>',
|
||||
'Cannot create image "%1$s" for entity "%2$s"' => 'Невозможно создать изображение "%1$s" для значения "%2$s"',
|
||||
|
||||
Reference in New Issue
Block a user