// Add some translations for english, spanish and italian in installer

This commit is contained in:
rMalie
2012-02-07 16:28:34 +00:00
parent 1fb5d50004
commit b39d69a6fe
4 changed files with 477 additions and 7 deletions
-7
View File
@@ -13,12 +13,5 @@ return array(
'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',
),
);