19 lines
689 B
PHP
19 lines
689 B
PHP
<?php
|
|
return array(
|
|
'informations' => array(
|
|
'phone' => '+1 (888) 947-6543',
|
|
'documentation' => 'http://doc.prestashop.com/',
|
|
'documentation_upgrade' => 'http://docs.prestashop.com/display/PS15/Updating+PrestaShop',
|
|
'forum' => 'http://www.prestashop.com/forums/',
|
|
'blog' => 'http://www.prestashop.com/blog/',
|
|
'support' => 'https://www.prestashop.com/en/support',
|
|
),
|
|
'translations' => array(
|
|
'menu_welcome' => 'Choose your language',
|
|
'menu_license' => 'License agreements',
|
|
'menu_system' => 'System Compatibility',
|
|
'menu_database' => 'System Configuration',
|
|
'menu_configure' => 'Store information',
|
|
'menu_process' => 'Store installation',
|
|
),
|
|
); |