aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/index.php
diff options
context:
space:
mode:
authorGravatar Seokseong Jeon <songsong@monet.postech.ac.kr> 2017-06-09 17:31:51 +0900
committerGravatar Seokseong Jeon <songsong@monet.postech.ac.kr> 2017-06-09 17:31:51 +0900
commit9a65461490dfbbc6db3f89cdebab00a7bb922c7d (patch)
tree2d7f85814eb254a944393cb405ea7f1979e45c6f /app/i18n/kr/index.php
parentcaf43d8ab2181406985488ad39cd183268ad840b (diff)
Done index.php
Diffstat (limited to 'app/i18n/kr/index.php')
-rw-r--r--app/i18n/kr/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/i18n/kr/index.php b/app/i18n/kr/index.php
index c61071335..cc03f91c2 100644
--- a/app/i18n/kr/index.php
+++ b/app/i18n/kr/index.php
@@ -18,10 +18,10 @@ return array(
'feed' => array(
'add' => '피드를 추가하세요.',
'empty' => '글이 없습니다.',
- 'rss_of' => 'RSS feed of %s',
+ 'rss_of' => '%s의 피드',
'title' => 'RSS 피드',
- 'title_global' => 'Global view',
- 'title_fav' => 'Your favourites',
+ 'title_global' => '전체 모드',
+ 'title_fav' => '즐겨찾기',
),
'log' => array(
'_' => '로그',
@@ -38,8 +38,8 @@ return array(
'global_view' => '전체 모드',
'main_stream' => '메인 스트림',
'mark_all_read' => '모두 읽음으로 표시',
- 'mark_cat_read' => '이 카테고리를 읽음으로 표시',
- 'mark_feed_read' => 'Mark feed as read',
+ 'mark_cat_read' => '카테고리를 읽음으로 표시',
+ 'mark_feed_read' => '피드를 읽음으로 표시',
'newer_first' => '최근 글 먼저',
'non-starred' => '즐겨찾기를 제외하고 표시',
'normal_view' => '일반 모드',
@@ -48,7 +48,7 @@ return array(
'read' => '읽은 글만 표시',
'reader_view' => '읽기 모드',
'rss_view' => 'RSS 피드',
- 'search_short' => 'Search',
+ 'search_short' => '검색',
'starred' => '즐겨찾기만 표시',
'stats' => '통계',
'subscription' => '구독 관리',