diff options
Diffstat (limited to 'app/i18n/de/gen.php')
| -rw-r--r-- | app/i18n/de/gen.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index d21b1a25a..b373b38f2 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -61,6 +61,11 @@ return array( '_' => 'Passwort', 'format' => '<small>mindestens 7 Zeichen</small>', ), + 'reauth' => array( + 'header' => 'Reauthentication is required', // TODO + 'tip' => 'You won’t be asked to sign in again for <u>%d minutes</u>', // TODO + 'title' => 'Reauthentication', // TODO + ), 'registration' => array( '_' => 'Neuer Account', 'ask' => 'Erstelle einen Account?', |
