diff options
| author | 2018-09-03 20:48:04 +0200 | |
|---|---|---|
| committer | 2018-09-03 20:48:04 +0200 | |
| commit | d3f5bd840d513bc4820a919ef9e0f02b0263ff9c (patch) | |
| tree | 2fa5d1a5711c4e52603924e0740b7c820621617f /app/i18n/tr/feedback.php | |
| parent | 14e1b23e42b322b9c54475e4b69c1aa60c94e280 (diff) | |
Add mark-as-unread (#1995)
* Add mark-as-unread
https://github.com/FreshRSS/FreshRSS/issues/1966
* Change sentence
https://github.com/FreshRSS/FreshRSS/pull/1995#discussion_r214515954
* Enable mark-as-unread only when unread articles are shown
In order to prevent erroneous marking-as-unread.
We might find a better logic later.
* Disable instead of hide mark-as-unread option
To make it easier to discover
Diffstat (limited to 'app/i18n/tr/feedback.php')
| -rw-r--r-- | app/i18n/tr/feedback.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/tr/feedback.php b/app/i18n/tr/feedback.php index df7d1b264..278abe978 100644 --- a/app/i18n/tr/feedback.php +++ b/app/i18n/tr/feedback.php @@ -52,6 +52,10 @@ return array( ), 'sub' => array( 'actualize' => 'Güncelleme', + 'articles' => array( + 'marked_read' => 'The selected articles have been marked as read.', //TODO + 'marked_unread' => 'The articles have been marked as unread.', //TODO + ), 'category' => array( 'created' => 'Kategori %s oluşturuldu.', 'deleted' => 'Kategori silindi.', @@ -74,7 +78,6 @@ return array( 'error' => 'Akış güncellenemiyor', 'internal_problem' => 'RSS akışı eklenemiyor. Detaylar için <a href="%s">FreshRSS log kayıtlarını</a> kontrol edin.', // @todo 'invalid_url' => 'URL <em>%s</em> geçersiz', - 'marked_read' => 'Akışlar okundu olarak işaretlendi', 'n_actualized' => '%d akışları güncellendi', 'n_entries_deleted' => '%d makaleleri silindi', 'no_refresh' => 'Yenilenecek akış yok…', |
