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', + ) + );