diff options
| author | 2013-08-25 13:25:27 +0200 | |
|---|---|---|
| committer | 2013-08-25 13:25:27 +0200 | |
| commit | b780a2329b5f4b37ad7fb0453544a410d0f48416 (patch) | |
| tree | 318fad9b73ec698b0f8b5c89dc8ec465cdad438f /app/i18n | |
| parent | 31a6a13268023a2db5eba2445ee6c7db4a6d9623 (diff) | |
New option onread_jump_next
Added a new option to automatically jump to the next sibling (category
or feed) when hitting the button "mark as read".
Diffstat (limited to 'app/i18n')
| -rw-r--r-- | app/i18n/en.php | 1 | ||||
| -rw-r--r-- | app/i18n/fr.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 341e14ca7..9e671a386 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -160,6 +160,7 @@ return array ( 'sort_order' => 'Sort order', 'auto_load_more' => 'Load next articles at the page bottom', 'display_articles_unfolded' => 'Show articles unfolded by default', + 'onread_jump_next' => 'On marked as read jump to next unread sibling', 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', 'auto_read_when' => 'Mark as read when', 'article_selected' => 'article is selected', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 394c86f6e..a62f26a8e 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -160,6 +160,7 @@ return array ( 'sort_order' => 'Ordre de tri', 'auto_load_more' => 'Charger les articles suivants en bas de page', 'display_articles_unfolded' => 'Afficher les articles dépliés par défaut', + 'onread_jump_next' => 'Après marqué comme lu, sauter au voisin non lu', 'img_with_lazyload' => 'Utiliser le mode "lazy load" pour charger les images', 'auto_read_when' => 'Marquer comme lu lorsque', 'article_selected' => 'l\'article est sélectionné', |
