diff options
| author | 2020-04-16 18:09:54 +0200 | |
|---|---|---|
| committer | 2020-04-16 18:09:54 +0200 | |
| commit | 5ddae689535cb5df7ae4d54f0efc3806d71a266c (patch) | |
| tree | 04e69ba40476786881029117abd64dc2dfba4c9e /app/i18n/kr/conf.php | |
| parent | 475feffdbec733b3d3221276217692bed5f8f090 (diff) | |
Option to control which categories to unfold (#2888)
#fix https://github.com/FreshRSS/FreshRSS/issues/2324
Diffstat (limited to 'app/i18n/kr/conf.php')
| -rw-r--r-- | app/i18n/kr/conf.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index ff081b694..97cd5fc74 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -103,7 +103,7 @@ return array( 'auto_remove_article' => '글을 읽은 후 숨기기', 'confirm_enabled' => '“모두 읽음으로 표시” 실행시 확인 창 표시', 'display_articles_unfolded' => '글을 펼쳐진 상태로 보여주기', - 'display_categories_unfolded' => '카테고리를 펼친 상태로 보여주기', + 'display_categories_unfolded' => 'Categories to unfold', // TODO - Translation 'hide_read_feeds' => '읽지 않은 글이 없는 카테고리와 피드 감추기 (“모든 글 표시”가 설정된 경우 동작하지 않습니다)', 'img_with_lazyload' => '그림을 불러오는 데에 "lazy load" 모드 사용하기', 'jump_next' => '다음 읽지 않은 항목으로 이동 (피드 또는 카테고리)', @@ -120,6 +120,9 @@ return array( 'adaptive' => '읽지 않은 글이 없으면 모든 글 표시', 'all_articles' => '모든 글 표시', 'unread' => '읽지 않은 글만 표시', + 'active_category' => 'Active category', // TODO - Translation + 'all_categories' => 'All categories', // TODO - Translation + 'no_category' => 'No category', // TODO - Translation '_' => '글 표시 방식', ), 'sides_close_article' => '글 영역 바깥을 클릭하면 글 접기', |
