diff options
Diffstat (limited to 'admin/l10n/nl.php')
-rw-r--r-- | admin/l10n/nl.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/admin/l10n/nl.php b/admin/l10n/nl.php new file mode 100644 index 00000000000..cfbc1b0f515 --- /dev/null +++ b/admin/l10n/nl.php @@ -0,0 +1,20 @@ +<?php $TRANSLATIONS = array( +"read more" => "Meer informatie", +"INSTALL" => "Installeer", +"Apps Repository" => "Applicatiedatabase", +"Cannot connect to apps repository" => "Kan geen verbinding maken met de applicatiedatabase", +"Name" => "Naam", +"Modified" => "Laatst aangepast", +"Administration" => "Administratie", +"System Settings" => "Systeeminstellingen", +"Groups" => "Groepen", +"Add user" => "Gebruiker toevoegen", +"Password" => "Wachtwoord", +"Create user" => "Gebruiker aanmaken", +"remove" => "verwijder", +"Create group" => "Groep aanmaken", +"Force new password:" => "Forceer nieuw wachtwoord:", +"Set" => "Ok", +"Do you really want to delete user" => "Wilt u deze gebruiker verwijderen", +"Do you really want to delete group" => "Wilt u deze groep verwijderen" +); |