diff options
| author | 2020-04-16 18:09:54 +0200 | |
|---|---|---|
| committer | 2020-04-16 18:09:54 +0200 | |
| commit | 5ddae689535cb5df7ae4d54f0efc3806d71a266c (patch) | |
| tree | 04e69ba40476786881029117abd64dc2dfba4c9e /app/i18n/tr/conf.php | |
| parent | 475feffdbec733b3d3221276217692bed5f8f090 (diff) | |
Option to control which categories to unfold (#2888)
#fix https://github.com/FreshRSS/FreshRSS/issues/2324
Diffstat (limited to 'app/i18n/tr/conf.php')
| -rw-r--r-- | app/i18n/tr/conf.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php index 6dfb3a261..0971285ec 100644 --- a/app/i18n/tr/conf.php +++ b/app/i18n/tr/conf.php @@ -103,7 +103,7 @@ return array( 'auto_remove_article' => 'Okuduktan sonra makaleleri gizle', 'confirm_enabled' => '"Hepsini okundu say" eylemi için onay iste', 'display_articles_unfolded' => 'Show articles unfolded by default', // TODO - Translation - 'display_categories_unfolded' => 'Show categories unfolded by default', // TODO - Translation + 'display_categories_unfolded' => 'Categories to unfold', // TODO - Translation 'hide_read_feeds' => 'Okunmamış makalesi olmayan kategori veya akışı gizle ("Tüm makaleleri göster" komutunda çalışmaz)', 'img_with_lazyload' => 'Resimleri yüklemek için "tembel modu" kullan', 'jump_next' => 'Bir sonraki benzer okunmamışa geç (akış veya kategori)', @@ -120,6 +120,9 @@ return array( 'adaptive' => 'Ayarlanmış gösterim', 'all_articles' => 'Tüm makaleleri göster', 'unread' => 'Sadece okunmamış makaleleri göster', + 'active_category' => 'Active category', // TODO - Translation + 'all_categories' => 'All categories', // TODO - Translation + 'no_category' => 'No category', // TODO - Translation '_' => 'Gösterilecek makaleler', ), 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO - Translation |
