// 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
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?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',
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user