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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/nl.php b/apps/user_webdavauth/l10n/nl.php
index d8e8b6f3f24..22608cf2ec6 100644
--- a/apps/user_webdavauth/l10n/nl.php
+++ b/apps/user_webdavauth/l10n/nl.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV authenticatie",
+"Address:" => "Adres:",
"Save" => "Bewaren",
"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."
);