summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/de_DE.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-07-29 01:57:04 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-07-29 01:57:04 -0400
commit0fde473cb74fbb5510bb3c8bf3f9ae9a3b37be8d (patch)
tree6a03261c372748805f2fb945a9ea7e54022185c1 /apps/user_webdavauth/l10n/de_DE.php
parent3d76530628e669955b321914852673d9199919b4 (diff)
downloadnextcloud-server-0fde473cb74fbb5510bb3c8bf3f9ae9a3b37be8d.tar.gz
nextcloud-server-0fde473cb74fbb5510bb3c8bf3f9ae9a3b37be8d.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/de_DE.php')
-rw-r--r--apps/user_webdavauth/l10n/de_DE.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/de_DE.php b/apps/user_webdavauth/l10n/de_DE.php
index fc06e0d0159..04ab22e9c58 100644
--- a/apps/user_webdavauth/l10n/de_DE.php
+++ b/apps/user_webdavauth/l10n/de_DE.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"WebDAV Authentication" => "WebDAV-Authentifizierung"
+"WebDAV Authentication" => "WebDAV-Authentifizierung",
+"Address: " => "Addresse: ",
+"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." => "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten."
);