git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14294 b9a71923-0436-4b27-9f14-aed3839534dd
17 lines
574 B
PHP
17 lines
574 B
PHP
<?php
|
|
return array(
|
|
'informations' => array(
|
|
'phone' => '+1 (888) 947-6543',
|
|
'documentation' => 'http://doc.prestashop.com/display/PS14/English+documentation',
|
|
'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',
|
|
),
|
|
); |