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/ru/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/ru/conf.php')
| -rw-r--r-- | app/i18n/ru/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index a33e7e6d0..59ac480bc 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -171,6 +171,8 @@ return array( 'rss_view' => 'Open RSS view in a new tab', //TODO - Translation 'see_on_website' => 'See on original website', //TODO - Translation 'shift_for_all_read' => '+ <code>shift</code> to mark all articles as read', //TODO - Translation + 'skip_next_article' => 'Focus next without opening', //TODO - Translation + 'skip_previous_article' => 'Focus previous without opening', //TODO - Translation 'title' => 'Shortcuts', //TODO - Translation 'user_filter' => 'Access user filters', //TODO - Translation 'user_filter_help' => 'If there is only one user filter, it is used. Else filters are accessible by their number.', //TODO - Translation |
