Files
PrestaShop/install-dev/langs/fr/install.php
T
2012-01-26 17:35:54 +00:00

10 lines
301 B
PHP

<?php
return array(
'informations' => array(
'phone' => '+33 (0)1.40.18.30.04',
'documentation' => 'http://doc.prestashop.com/pages/viewpage.action?pageId=2424836',
),
'translations' => array(
'Choose the installer language:' => 'Choisissez votre langue pour l\'installation',
),
);