aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/en/index.php')
-rw-r--r--app/i18n/en/index.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php
index fed6491f7..0506854fa 100644
--- a/app/i18n/en/index.php
+++ b/app/i18n/en/index.php
@@ -77,23 +77,22 @@ return array(
'mark_feed_read' => 'Mark feed as read',
'mark_selection_unread' => 'Mark selection as unread',
'mylabels' => 'My labels',
- 'newer_first' => 'Newer first',
'non-starred' => 'Show non-favourites',
'normal_view' => 'Normal view',
- 'older_first' => 'Oldest first',
'queries' => 'User queries',
'read' => 'Show read',
'reader_view' => 'Reading view',
'rss_view' => 'RSS feed',
'search_short' => 'Search',
'sort' => array(
- '_' => 'Sorting criteria',
+ 'asc' => 'Ascending',
'c' => array(
'name_asc' => 'Category, feed titles A→Z',
'name_desc' => 'Category, feed titles Z→A',
),
'date_asc' => 'Publication date 1→9',
'date_desc' => 'Publication date 9→1',
+ 'desc' => 'Descending',
'f' => array(
'name_asc' => 'Feed title A→Z',
'name_desc' => 'Feed title Z→A',
@@ -104,7 +103,15 @@ return array(
'length_desc' => 'Content length 9→1',
'link_asc' => 'Link A→Z',
'link_desc' => 'Link Z→A',
+ 'primary' => array(
+ '_' => 'Sorting criterion',
+ 'help' => 'Sorting by <em>received</em> date is recommended in most cases, for consistency and performance',
+ ),
'rand' => 'Random order',
+ 'secondary' => array(
+ '_' => 'Secondary sorting criterion',
+ 'help' => 'Only relevant when the primary sorting criterion is categories or feeds titles',
+ ),
'title_asc' => 'Title A→Z',
'title_desc' => 'Title Z→A',
'user_modified_asc' => 'User modified 1→9',