diff options
| author | 2018-11-28 21:09:06 +0100 | |
|---|---|---|
| committer | 2018-11-28 21:09:06 +0100 | |
| commit | b35c3b4f0a77322e13834fcf87b315d6687fc7b7 (patch) | |
| tree | 25c0b9947d05ebcbb26fb5759306839398fd576d /app/i18n/it/conf.php | |
| parent | 58becd13db93d415608e8e852b35492863af07ed (diff) | |
[i18n] Add `conf.shortcut.skip_next_article` and `conf.shortcut.skip_previous_article` todos (#2156)
Cf. https://github.com/FreshRSS/FreshRSS/pull/2140#issuecomment-440425725
Diffstat (limited to 'app/i18n/it/conf.php')
| -rw-r--r-- | app/i18n/it/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 64bd50dfe..df4a5ebeb 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -171,6 +171,8 @@ return array( 'rss_view' => 'Open RSS view in a new tab', //TODO - Translation 'see_on_website' => 'Vai al sito fonte', 'shift_for_all_read' => '+ <code>shift</code> per segnare tutti gli articoli come letti', + 'skip_next_article' => 'Focus next without opening', //TODO - Translation + 'skip_previous_article' => 'Focus previous without opening', //TODO - Translation 'title' => 'Comandi da tastiera', 'user_filter' => 'Accedi alle ricerche personali', 'user_filter_help' => 'Se è presente una sola ricerca personale verrà usata quella, altrimenti usare anche il numero associato.', |
