// 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/pl/wsparcie-techniczne',
'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>',
@@ -206,4 +207,4 @@ return array(
'Country:' => 'Kraj',
'Must be letters and numbers with at least 8 characters' => 'Minimum 8 znaków z użyciem liter i cyfr',
),
);
);