diff options
Diffstat (limited to 'app/i18n/ko/index.php')
| -rw-r--r-- | app/i18n/ko/index.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/i18n/ko/index.php b/app/i18n/ko/index.php index 9c1387499..c5190211c 100644 --- a/app/i18n/ko/index.php +++ b/app/i18n/ko/index.php @@ -77,8 +77,16 @@ return array( 'search_short' => '검색', 'sort' => array( '_' => 'Sorting criteria', // 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 + 'f' => array( + 'name_asc' => 'Feed title A→Z', // TODO + 'name_desc' => 'Feed title Z→A', // TODO + ), 'id_asc' => 'Freshly received last', // TODO 'id_desc' => 'Freshly received first', // TODO 'link_asc' => 'Link A→Z', // TODO |
