From 85b898c623ae09d5caa88041bd8ceb26d4f1defc Mon Sep 17 00:00:00 2001 From: stysebae <32852093+stysebae@users.noreply.github.com> Date: Tue, 19 Oct 2021 10:46:39 +0200 Subject: 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 --- app/i18n/it/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/it/conf.php') diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 29fa33ca9..23dac5956 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -198,6 +198,7 @@ return array( 'navigation_help' => 'Con il tasto ⇧ Shift i comandi di navigazione verranno applicati ai feeds.
Con il tasto Alt ⎇ i comandi di navigazione verranno applicati alle categorie.', 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', // TODO - Translation 'next_article' => 'Salta al contenuto successivo', + 'next_unread_article' => 'Open the next unread article', // TODO - Translation 'non_standard' => 'Some keys (%s) may not work as shortcuts.', // TODO - Translation 'normal_view' => 'Switch to normal view', // TODO - Translation 'other_action' => 'Altre azioni', -- cgit v1.2.3