summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-21 00:04:36 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-21 00:04:36 +0100
commit3b1c7de459bc0b95d68acfca3d79c47b4145a360 (patch)
tree667d74263110f21cfdb3c05a46d545bebce706ff /apps/user_webdavauth
parentef6c6e77b13a0f2be7889f7a9b3906cf38ee0d76 (diff)
downloadnextcloud-server-3b1c7de459bc0b95d68acfca3d79c47b4145a360.tar.gz
nextcloud-server-3b1c7de459bc0b95d68acfca3d79c47b4145a360.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/de_DE.php2
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 bd5d328e477..1aecfd29968 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",
+"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 und alle anderen Antworten als gültige Daten interpretieren."
);