diff --git a/install-dev/langs/nl/install.php b/install-dev/langs/nl/install.php index 56d5b47e2..dfc667508 100644 --- a/install-dev/langs/nl/install.php +++ b/install-dev/langs/nl/install.php @@ -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', ), -); \ No newline at end of file +);