From 208025b7c8f1ebcd75d523f77c7bb86411ad08a2 Mon Sep 17 00:00:00 2001 From: micheldejoode Date: Fri, 20 Sep 2013 04:40:07 +0200 Subject: [PATCH] Create nl.lang.php Completed dutch translation --- plugins/box/plugins/languages/nl.lang.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/box/plugins/languages/nl.lang.php diff --git a/plugins/box/plugins/languages/nl.lang.php b/plugins/box/plugins/languages/nl.lang.php new file mode 100644 index 0000000..99799b2 --- /dev/null +++ b/plugins/box/plugins/languages/nl.lang.php @@ -0,0 +1,20 @@ + array( + 'Plugins' => 'Plugins', + 'Name' => 'Naam', + 'Actions' => 'Acties', + 'Description' => 'Beschrijving', + 'Installed' => 'Geinstalleerd', + 'Install New' => 'Installeer nieuwe plugin', + 'Delete' => 'Verwijderen', + 'Delete plugin :plugin' => 'Verwijder plugin :plugin', + 'This plugins does not exist' => 'Deze plugin bestaat niet', + 'Version' => 'Versie', + 'Author' => 'Auteur', + 'Get More Plugins' => 'Vind meer plugins', + 'Install' => 'Installeren', + 'Uninstall' => 'Deinstalleren', + ) + );