// added a few translations to NL installer

This commit is contained in:
djfm
2013-07-30 13:07:14 +00:00
parent 939f7d7770
commit 28c0ef2b7d
+7 -7
View File
@@ -9,12 +9,12 @@ return array(
'support' => 'https://www.prestashop.com/en/support',
),
'translations' => array(
'menu_welcome' => 'Choose your language',
'menu_license' => 'License agreements',
'menu_system' => 'System Compatibility',
'menu_database' => 'System Configuration',
'menu_configure' => 'Store information',
'menu_process' => 'Store installation',
'menu_welcome' => 'Kies uw taal',
'menu_license' => 'Licentieovereenkomsten',
'menu_system' => 'Systeemcompabiliteit',
'menu_database' => 'Systeemconfiguratie',
'menu_configure' => 'Winkel informatie',
'menu_process' => 'Winkel installatie',
'Welcome to the PrestaShop %s Installer.' => 'Welkom bij het PrestaShop %s installatieprogramma.',
'PrestaShop Installation Assistant' => 'PrestaShop Installatie Assistent',
'Installation Assistant' => 'Installatie Assistent',
@@ -199,4 +199,4 @@ return array(
'Fixtures class "%s" not found' => 'Fixtures class "%s" niet gevonden',
'PHP register global option is on' => 'PHP register global optie is ingeschakeld',
),
);
);