summaryrefslogtreecommitdiffstats
path: root/admin/l10n/nl.php
diff options
context:
space:
mode:
authorMichael Gapczynski <GapczynskiM@gmail.com>2011-07-04 16:36:30 -0400
committerMichael Gapczynski <GapczynskiM@gmail.com>2011-07-04 16:36:30 -0400
commit05389827fd8bc70b1092dc2bae1ed0335536cf4c (patch)
tree84dea83406b3b5d5cc0cf270a4e95875f3956300 /admin/l10n/nl.php
parente24e2d0e16a360753cc0430f2ba75f903c669b14 (diff)
parent53ae56097de2098a2ffd1a8dd1076825bc93305d (diff)
downloadnextcloud-server-05389827fd8bc70b1092dc2bae1ed0335536cf4c.tar.gz
nextcloud-server-05389827fd8bc70b1092dc2bae1ed0335536cf4c.zip
Merge branch 'master' into sharing
Conflicts: .gitignore lib/base.php
Diffstat (limited to 'admin/l10n/nl.php')
-rw-r--r--admin/l10n/nl.php20
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"
+);