Merge pull request #660 from djfm/rel

// Small fixes in installer links
This commit is contained in:
Damien Metzger
2013-08-26 01:37:15 -07:00
5 changed files with 15 additions and 10 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -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>',

View File

@@ -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>',