diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-17 00:26:17 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-17 00:26:17 +0100 |
commit | c8e7b14ab38bf7d630a4cac9091ba134a427f068 (patch) | |
tree | 324e36619ff2430a91a5d95534c2a1589a5b3511 /apps/user_webdavauth/l10n | |
parent | 17d21a84b625cdb216faa4ad24280644bbc6b51f (diff) | |
download | nextcloud-server-c8e7b14ab38bf7d630a4cac9091ba134a427f068.tar.gz nextcloud-server-c8e7b14ab38bf7d630a4cac9091ba134a427f068.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r-- | apps/user_webdavauth/l10n/de_DE.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/de_DE.php b/apps/user_webdavauth/l10n/de_DE.php index 8f67575fc0f..bd5d328e477 100644 --- a/apps/user_webdavauth/l10n/de_DE.php +++ b/apps/user_webdavauth/l10n/de_DE.php @@ -1,5 +1,5 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV Authentifizierung", "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 sendet die Benutzerdaten an diese URL. Dieses Plugin prüft die Antwort und wird die Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." +"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." ); |