diff options
| author | 2020-04-08 13:17:20 +0200 | |
|---|---|---|
| committer | 2020-04-08 13:17:20 +0200 | |
| commit | 0d235cbadd1fdc3a00d97128746f5138e9faa447 (patch) | |
| tree | a51c6e11960d68858215195e21198c42189e27f1 /app/i18n/it | |
| parent | e15e5d75c943624807ecf7f7316420726e7b306c (diff) | |
Swap shortcuts for mark all articles as read / mark previous articles as read (#2881)
* Swap shortcuts for mark all articles as read / mark previous articles as read
#fix https://github.com/FreshRSS/FreshRSS/issues/2865
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2843
* <kbd>⇧ Shift</kbd>+<kbd>R</kbd> to mark all articles as read;
* <kbd>Alt ⎇</kbd>+<kbd>r</kbd> to mark previous articles as read.
* i18n
Diffstat (limited to 'app/i18n/it')
| -rw-r--r-- | app/i18n/it/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 181813b5c..b4b794855 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -180,7 +180,7 @@ return array( 'reading_view' => 'Switch to reading view', // TODO - Translation 'rss_view' => 'Open RSS view in a new tab', // TODO - Translation 'see_on_website' => 'Vai al sito fonte', - 'shift_for_all_read' => '+ <kbd>⇧ Shift</kbd> to mark previous articles as read<br />+ <kbd>Alt ⎇</kbd> per segnare tutti gli articoli come letti', // TODO - Translation + 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> per segnare tutti gli articoli come letti', // TODO - Translation 'skip_next_article' => 'Focus next without opening', // TODO - Translation 'skip_previous_article' => 'Focus previous without opening', // TODO - Translation 'title' => 'Comandi da tastiera', |
