From b35c3b4f0a77322e13834fcf87b315d6687fc7b7 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 28 Nov 2018 21:09:06 +0100 Subject: [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 --- app/i18n/tr/conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/tr/conf.php') diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php index f3837ca97..507558487 100644 --- a/app/i18n/tr/conf.php +++ b/app/i18n/tr/conf.php @@ -171,6 +171,8 @@ return array( 'rss_view' => 'Open RSS view in a new tab', //TODO - Translation 'see_on_website' => 'Orijinal sitede göster', 'shift_for_all_read' => '+ shift tuşu ile tüm makaleler okundu olarak işaretlenir', + 'skip_next_article' => 'Focus next without opening', //TODO - Translation + 'skip_previous_article' => 'Focus previous without opening', //TODO - Translation 'title' => 'Kısayollar', 'user_filter' => 'Kullanıcı filtrelerine eriş', 'user_filter_help' => 'Eğer tek filtre varsa o kullanılır. Yoksa filtrelerin kendi numaralarıyla kullanılır.', -- cgit v1.2.3