aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/tr
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/tr')
-rw-r--r--app/i18n/tr/conf.php5
-rw-r--r--app/i18n/tr/index.php13
2 files changed, 10 insertions, 8 deletions
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index 8e50ff93d..d5ab74f83 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/conf.php
@@ -294,11 +294,6 @@ return array(
),
'show_fav_unread_help' => 'Etiketler için de geçerlidir',
'sides_close_article' => 'Makale metin alanının dışına tıklayınca makaleyi kapat',
- 'sort' => array(
- '_' => 'Sıralama düzeni',
- 'newer_first' => 'Önce yeniler',
- 'older_first' => 'Önce eskiler',
- ),
'star' => array(
'when' => 'Bir makaleyi favori olarak işaretle…',
),
diff --git a/app/i18n/tr/index.php b/app/i18n/tr/index.php
index ea1ba9e15..dd00a83f2 100644
--- a/app/i18n/tr/index.php
+++ b/app/i18n/tr/index.php
@@ -77,23 +77,22 @@ return array(
'mark_feed_read' => 'Beslemeyi okundu olarak işaretle',
'mark_selection_unread' => 'Seçimi okunmadı olarak işaretle',
'mylabels' => 'Etiketlerim',
- 'newer_first' => 'Önce yeniler',
'non-starred' => 'Favori olmayanları göster',
'normal_view' => 'Normal görünüm',
- 'older_first' => 'Önce eskiler',
'queries' => 'Kullanıcı sorguları',
'read' => 'Okunanları göster',
'reader_view' => 'Okuma görünümü',
'rss_view' => 'RSS beslemesi',
'search_short' => 'Ara',
'sort' => array(
- '_' => 'Sıralama kriteri',
+ 'asc' => 'Ascending', // TODO
'c' => array(
'name_asc' => 'Category, feed titles A→Z', // TODO
'name_desc' => 'Category, feed titles Z→A', // TODO
),
'date_asc' => 'Yayın tarihi 1→9',
'date_desc' => 'Yayın tarihi 9→1',
+ 'desc' => 'Descending', // TODO
'f' => array(
'name_asc' => 'Feed title A→Z', // TODO
'name_desc' => 'Feed title Z→A', // TODO
@@ -104,7 +103,15 @@ return array(
'length_desc' => 'Content length 9→1', // TODO
'link_asc' => 'Bağlantı A→Z',
'link_desc' => 'Bağlantı Z→A',
+ 'primary' => array(
+ '_' => 'Sorting criterion', // TODO
+ 'help' => 'Sorting by <em>received</em> date is recommended in most cases, for consistency and performance', // TODO
+ ),
'rand' => 'Rastgele sıralama',
+ 'secondary' => array(
+ '_' => 'Secondary sorting criterion', // TODO
+ 'help' => 'Only relevant when the primary sorting criterion is categories or feeds titles', // TODO
+ ),
'title_asc' => 'Başlık A→Z',
'title_desc' => 'Başlık Z→A',
'user_modified_asc' => 'User modified 1→9', // TODO