// small fixes in installer translations

This commit is contained in:
djfm
2013-08-23 14:33:51 +00:00
parent 9e9eb37978
commit fad94047ff
5 changed files with 15 additions and 10 deletions
+3 -2
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/en/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>',
@@ -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',
),
);
);