Merge pull request #660 from djfm/rel
// Small fixes in installer links
This commit is contained in:
@@ -3,6 +3,7 @@ return array(
|
||||
'informations' => array(
|
||||
'phone' => '+1 888.947.6543',
|
||||
'support' => 'https://www.prestashop.com/pt/support',
|
||||
'blog' => 'http://www.prestashop.com/blog/pt/'
|
||||
),
|
||||
'translations' => array(
|
||||
'menu_welcome' => 'Escolha seu idioma',
|
||||
|
||||
@@ -3,6 +3,7 @@ return array(
|
||||
'informations' => array(
|
||||
'phone' => '+34 917.872.909',
|
||||
'support' => 'https://www.prestashop.com/es/support',
|
||||
'blog' => 'http://www.prestashop.com/blog/es/'
|
||||
),
|
||||
'translations' => array(
|
||||
'menu_welcome' => 'Elegir el idioma',
|
||||
|
||||
@@ -3,6 +3,7 @@ return array(
|
||||
'informations' => array(
|
||||
'phone' => '+33 (0)1.40.18.30.04',
|
||||
'support' => 'https://www.prestashop.com/it/support',
|
||||
'blog' => 'http://www.prestashop.com/blog/it/'
|
||||
),
|
||||
'translations' => array(
|
||||
'menu_welcome' => 'Scelta della lingua',
|
||||
|
||||
@@ -3,6 +3,7 @@ return array(
|
||||
'informations' => array(
|
||||
'phone' => '+33 (0)1.40.18.30.04',
|
||||
'support' => 'https://www.prestashop.com/pl/wsparcie-techniczne',
|
||||
'blog' => 'http://www.prestashop.com/blog/pl/'
|
||||
),
|
||||
'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>',
|
||||
|
||||
@@ -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/ru/support',
|
||||
'blog' => 'http://www.prestashop.com/blog/ru/'
|
||||
),
|
||||
'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>',
|
||||
|
||||
Reference in New Issue
Block a user