18 lines
667 B
PHP
18 lines
667 B
PHP
<?php
|
|
return array(
|
|
'informations' => array(
|
|
'phone' => '+1 (888) 947-6543',
|
|
'documentation' => 'http://doc.prestashop.com/display/PS14/English+documentation',
|
|
'documentation_upgrade' => 'http://docs.prestashop.com/display/PS15/Updating+PrestaShop',
|
|
'forum' => 'http://www.prestashop.com/forums/',
|
|
'blog' => 'http://www.prestashop.com/blog/',
|
|
'support' => 'http://support.prestashop.com/en/',
|
|
),
|
|
'translations' => array(
|
|
'menu_welcome' => 'Welcome!',
|
|
'menu_system' => 'System Compatibility',
|
|
'menu_database' => 'System Configuration',
|
|
'menu_configure' => 'Shop Configuration',
|
|
'menu_process' => 'Installation process',
|
|
),
|
|
); |