aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/sk/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/sk/index.php')
-rw-r--r--app/i18n/sk/index.php13
1 files changed, 10 insertions, 3 deletions
diff --git a/app/i18n/sk/index.php b/app/i18n/sk/index.php
index da3236938..3c82111d1 100644
--- a/app/i18n/sk/index.php
+++ b/app/i18n/sk/index.php
@@ -77,23 +77,22 @@ return array(
'mark_feed_read' => 'Označiť kanál ako prečítaný',
'mark_selection_unread' => 'Označiť označené ako prečítané',
'mylabels' => 'Moje nálepky',
- 'newer_first' => 'Novšie hore',
'non-starred' => 'Zobraziť všetko okrem obľúbených',
'normal_view' => 'Základné zobrazenie',
- 'older_first' => 'Staršie hore',
'queries' => 'Používateľské dopyty',
'read' => 'Zobraziť prečítané',
'reader_view' => 'Zobrazenie na čítanie',
'rss_view' => 'RSS kanál',
'search_short' => 'Hľadať',
'sort' => array(
- '_' => 'Sorting criteria', // TODO
+ 'asc' => 'Ascending', // TODO
'c' => array(
'name_asc' => 'Category, feed titles A→Z', // TODO
'name_desc' => 'Category, feed titles Z→A', // TODO
),
'date_asc' => 'Publication date 1→9', // TODO
'date_desc' => 'Publication date 9→1', // TODO
+ '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' => 'Link A→Z', // TODO
'link_desc' => 'Link Z→A', // TODO
+ 'primary' => array(
+ '_' => 'Sorting criterion', // TODO
+ 'help' => 'Sorting by <em>received</em> date is recommended in most cases, for consistency and performance', // TODO
+ ),
'rand' => 'Random order', // TODO
+ 'secondary' => array(
+ '_' => 'Secondary sorting criterion', // TODO
+ 'help' => 'Only relevant when the primary sorting criterion is categories or feeds titles', // TODO
+ ),
'title_asc' => 'Title A→Z', // TODO
'title_desc' => 'Title Z→A', // TODO
'user_modified_asc' => 'User modified 1→9', // TODO