diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-18 00:06:45 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-18 00:06:45 +0100 |
commit | 3b9796bfcce38e6e4138ffc68f5a2ff6e34492a0 (patch) | |
tree | acb807cbe8a90a9f937460b97e2e78c560d08d14 /apps/user_webdavauth/l10n/de.php | |
parent | 8e76a98d2f2382f3ed958d9741953906e316c9e2 (diff) | |
download | nextcloud-server-3b9796bfcce38e6e4138ffc68f5a2ff6e34492a0.tar.gz nextcloud-server-3b9796bfcce38e6e4138ffc68f5a2ff6e34492a0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/de.php')
-rw-r--r-- | apps/user_webdavauth/l10n/de.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/de.php b/apps/user_webdavauth/l10n/de.php index f893bddc71c..c86ff44e55c 100644 --- a/apps/user_webdavauth/l10n/de.php +++ b/apps/user_webdavauth/l10n/de.php @@ -1,5 +1,5 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV Authentifikation", "URL: http://" => "URL: http://", -"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 wird die Benutzer-Anmeldedaten an diese URL schicken. Dieses Plugin prüft die Anmeldedaten auf ihre Gültigkeit und interpretiert die HTTP Statusfehler 401 und 403 als ungültige, sowie alle Anderen als gültige Anmeldedaten." +"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." ); |