aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-06-20 02:43:39 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-06-20 02:43:39 +0200
commit01ab79d460df5acc7f9793f0b9f346ea7b7915dc (patch)
tree0b22af10f08fb100272f57a177052cbddf0e9b54 /apps/user_webdavauth
parente3171a701d2c88a12ec11cebb5d96ff2fb6cf677 (diff)
downloadnextcloud-server-01ab79d460df5acc7f9793f0b9f346ea7b7915dc.tar.gz
nextcloud-server-01ab79d460df5acc7f9793f0b9f346ea7b7915dc.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/de_DE.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/de_DE.php b/apps/user_webdavauth/l10n/de_DE.php
index 4ca749e898d..21a886343f0 100644
--- a/apps/user_webdavauth/l10n/de_DE.php
+++ b/apps/user_webdavauth/l10n/de_DE.php
@@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV-Authentifizierung",
+"URL: " => "URL:",
"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "ownCloud sendet die Benutzerdaten an diese URL. Dieses Plugin prüft die Antwort und wird die Statuscodes 401 und 403 als ungültige Daten und alle anderen Antworten als gültige Daten interpretieren."
);