10 lines
301 B
PHP
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',
|
|
),
|
|
); |