summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/nl.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/nl.php')
-rw-r--r--apps/user_webdavauth/l10n/nl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/nl.php b/apps/user_webdavauth/l10n/nl.php
index e7089411280..68669710f2f 100644
--- a/apps/user_webdavauth/l10n/nl.php
+++ b/apps/user_webdavauth/l10n/nl.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"WebDAV Authentication" => "WebDAV authenticatie"
+"WebDAV Authentication" => "WebDAV authenticatie",
+"Address: " => "Adres:",
+"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "De ingloggegevens worden opgestuurd naar dit adres. Deze plugin controleert de terugkoppeling en interpreteert de HTTP statuscodes 401 en 403 als invalide inloggegevens, en alle andere terugkoppelingen als valide inloggegevens."
);