diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-29 01:57:04 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-29 01:57:04 -0400 |
commit | 0fde473cb74fbb5510bb3c8bf3f9ae9a3b37be8d (patch) | |
tree | 6a03261c372748805f2fb945a9ea7e54022185c1 /apps/user_webdavauth | |
parent | 3d76530628e669955b321914852673d9199919b4 (diff) | |
download | nextcloud-server-0fde473cb74fbb5510bb3c8bf3f9ae9a3b37be8d.tar.gz nextcloud-server-0fde473cb74fbb5510bb3c8bf3f9ae9a3b37be8d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/de.php | 4 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/de_DE.php | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/de.php b/apps/user_webdavauth/l10n/de.php index 6443eb44ece..f0e7f5dc6ef 100644 --- a/apps/user_webdavauth/l10n/de.php +++ b/apps/user_webdavauth/l10n/de.php @@ -1,3 +1,5 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "WebDAV Authentifikation" +"WebDAV Authentication" => "WebDAV Authentifikation", +"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." ); 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." ); |