aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/install.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-26 10:46:29 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-01-26 10:47:09 +0100
commitec75139939780810f43f4e85fbf37de2409fe584 (patch)
treeb0dc7cdf27dad376c6fdfb8f271c6334742bc8d0 /app/i18n/de/install.php
parent65fb4ac1fdc41f91c190b5fa82ed2f9ce2817fe5 (diff)
Give indication on password format
Fix https://github.com/FreshRSS/FreshRSS/issues/769
Diffstat (limited to 'app/i18n/de/install.php')
-rw-r--r--app/i18n/de/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/install.php b/app/i18n/de/install.php
index 1e324251a..e9267bbbd 100644
--- a/app/i18n/de/install.php
+++ b/app/i18n/de/install.php
@@ -12,6 +12,7 @@ return array(
'http' => 'HTTP (HTTPS für erfahrene Benutzer)',
'none' => 'Keine (gefährlich)',
'password_form' => 'Passwort<br /><small>(für die Anmeldemethode per Webformular)</small>',
+ 'password_format' => 'mindestens 7 Zeichen',
'persona' => 'Mozilla Persona (modern, benötigt JavaScript)',
'type' => 'Authentifizierungsmethode',
),