aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/ko')
-rw-r--r--app/i18n/ko/conf.php5
-rw-r--r--app/i18n/ko/index.php13
2 files changed, 10 insertions, 8 deletions
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index b26c72112..2d791b5df 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -294,11 +294,6 @@ return array(
),
'show_fav_unread_help' => '라벨에도 적용하기',
'sides_close_article' => '글 영역 바깥을 클릭하면 글 접기',
- 'sort' => array(
- '_' => '정렬 순서',
- 'newer_first' => '최근 글 먼저',
- 'older_first' => '오래된 글 먼저',
- ),
'star' => array(
'when' => 'Mark an article as favourite…', // TODO
),
diff --git a/app/i18n/ko/index.php b/app/i18n/ko/index.php
index f9b272b58..af0ee3539 100644
--- a/app/i18n/ko/index.php
+++ b/app/i18n/ko/index.php
@@ -77,23 +77,22 @@ return array(
'mark_feed_read' => '피드를 읽음으로 표시',
'mark_selection_unread' => '선택된 글을 읽지 않음으로 표시',
'mylabels' => '내 라벨',
- 'newer_first' => '최근 글 먼저',
'non-starred' => '즐겨찾기를 제외하고 표시',
'normal_view' => '일반 모드',
- 'older_first' => '오래된 글 먼저',
'queries' => '사용자 쿼리',
'read' => '읽은 글만 표시',
'reader_view' => '읽기 모드',
'rss_view' => 'RSS 피드',
'search_short' => '검색',
'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