Files
PrestaShop/install-dev/langs/en/install.php
T
mMarinetti d9dbb1db75 // install-new renamed to install-dev
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12732 b9a71923-0436-4b27-9f14-aed3839534dd
2012-01-26 17:35:54 +00:00

24 lines
1022 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://www.prestashop.com/',
),
'translations' => array(
'menu_welcome' => 'Welcome!',
'menu_system' => 'System Compatibility',
'menu_database' => 'System Configuration',
'menu_configure' => 'Shop Configuration',
'menu_process' => 'Installation process',
'process_step_installDatabase' => 'Create database tables',
'process_step_populateDatabase' => 'Populate database tables',
'process_step_configureShop' => 'Configure shop informations',
'process_step_installModules' => 'Install default modules',
'process_step_installFixtures' => 'Install demonstration data',
'process_step_installTheme' => 'Install theme',
'process_step_preactivation' => 'Preactivate modules',
),
);