diff options
| author | 2014-08-10 20:29:43 +0200 | |
|---|---|---|
| committer | 2014-08-10 20:29:43 +0200 | |
| commit | eceb7756cfcf117c2a18984291181a84697ed3cd (patch) | |
| tree | 1a1b461ec85eb20efc7428856bd1ec427bd06a68 /app/i18n/fr.php | |
| parent | 6655c1b4299897944dea06309261137a7fa91ad7 (diff) | |
Add possibility to keep logged in with form
Add an option to keep logged in.
Change lifetime of session cookie to 1 year.
See https://github.com/marienfressinaud/FreshRSS/issues/465
Diffstat (limited to 'app/i18n/fr.php')
| -rw-r--r-- | app/i18n/fr.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 4be028ac3..63d779471 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -3,6 +3,7 @@ return array ( // LAYOUT 'login' => 'Connexion', + 'session_active' => 'Rester connecté', 'login_with_persona' => 'Connexion avec Persona', 'logout' => 'Déconnexion', 'search' => 'Rechercher des mots ou des #tags', |
