diff options
| author | 2021-10-19 10:46:39 +0200 | |
|---|---|---|
| committer | 2021-10-19 10:46:39 +0200 | |
| commit | 85b898c623ae09d5caa88041bd8ceb26d4f1defc (patch) | |
| tree | 2ac16791bc739d58b732f06c8cf60b6aefae9b18 /app/i18n/fr/conf.php | |
| parent | f96563ebb0c1e38a320eda1e7fdd8490785cd047 (diff) | |
Add shortcut to jump to next unread article (issue #3393) (#3891)
* Add shortcut to jump to next unread article
* phpcbf
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/fr/conf.php')
| -rw-r--r-- | app/i18n/fr/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index 972740eb1..ca3f1bbd6 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -198,6 +198,7 @@ return array( 'navigation_help' => 'Avec le modificateur <kbd>⇧ Maj</kbd>, les raccourcis de navigation s’appliquent aux flux.<br/>Avec le modificateur <kbd>Alt ⎇</kbd>, les raccourcis de navigation s’appliquent aux catégories.', 'navigation_no_mod_help' => 'Les raccourcis suivant ne supportent pas les modificateurs.', 'next_article' => 'Passer à l’article suivant', + 'next_unread_article' => 'Passer à l’article non lu suivant', 'non_standard' => 'Certains raccourcis (<kbd>%s</kbd>) peuvent ne pas fonctionner.', 'normal_view' => 'Basculer vers la vue normale', 'other_action' => 'Autres actions', |
