[*] Installer : installer improvements - Step 1

This commit is contained in:
Damien Metzger
2013-02-21 11:05:47 +01:00
parent eaa45dfb03
commit f4bf4c47a9
13 changed files with 59 additions and 149 deletions
+4 -3
View File
@@ -9,10 +9,11 @@ return array(
'support' => 'http://support.prestashop.com/en/',
),
'translations' => array(
'menu_welcome' => 'Welcome!',
'menu_welcome' => 'Choose your language',
'menu_license' => 'License agreements',
'menu_system' => 'System Compatibility',
'menu_database' => 'System Configuration',
'menu_configure' => 'Shop Configuration',
'menu_process' => 'Installation process',
'menu_configure' => 'Store information',
'menu_process' => 'Store installation',
),
);