aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/conf.php
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2018-11-28 21:09:06 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-11-28 21:09:06 +0100
commitb35c3b4f0a77322e13834fcf87b315d6687fc7b7 (patch)
tree25c0b9947d05ebcbb26fb5759306839398fd576d /app/i18n/de/conf.php
parent58becd13db93d415608e8e852b35492863af07ed (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/de/conf.php')
-rw-r--r--app/i18n/de/conf.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index 2f3122a8e..e0beb1ac7 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -171,6 +171,8 @@ return array(
'rss_view' => 'Öffne RSS Ansicht in neuem Tab',
'see_on_website' => 'Auf der Original-Webseite ansehen',
'shift_for_all_read' => '+ <code>Umschalttaste</code>, um alle Artikel als gelesen zu markieren.',
+ 'skip_next_article' => 'Focus next without opening', //TODO - Translation
+ 'skip_previous_article' => 'Focus previous without opening', //TODO - Translation
'title' => 'Tastenkombination',
'user_filter' => 'Auf Benutzerfilter zugreifen',
'user_filter_help' => 'Wenn es nur einen Benutzerfilter gibt, wird dieser verwendet. Ansonsten sind die Filter über ihre Nummer erreichbar.',