diff options
Diffstat (limited to 'apps/user_webdavauth/l10n/de_DE.php')
-rw-r--r-- | apps/user_webdavauth/l10n/de_DE.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/de_DE.php b/apps/user_webdavauth/l10n/de_DE.php index ff55a5d8951..2c31957d251 100644 --- a/apps/user_webdavauth/l10n/de_DE.php +++ b/apps/user_webdavauth/l10n/de_DE.php @@ -1,5 +1,7 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV-Authentifizierung", "Address: " => "Adresse:", "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." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |