From 28c0ef2b7d240ad59a94a30e35fc404c2e85adba Mon Sep 17 00:00:00 2001 From: djfm Date: Tue, 30 Jul 2013 13:07:14 +0000 Subject: [PATCH] // added a few translations to NL installer --- install-dev/langs/nl/install.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 +);