aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/gen.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-01-06 20:28:04 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-01-06 20:28:04 +0100
commit3c099c78537020eae3b6fe060fbe86088e996c83 (patch)
tree647ee7313f609577f98b8477e814f2e7743c06f7 /app/i18n/kr/gen.php
parentd455783a63e77c3abce76b85f68c51338c1b81d1 (diff)
Add an admin flag on users (#2709)
Now FRSS supports more than one admin. Admins have the same rights as the default user. Admins can promote or demote other users. The default user is considered as an admin even if it does not have the admin flag enabled. See #2096
Diffstat (limited to 'app/i18n/kr/gen.php')
-rw-r--r--app/i18n/kr/gen.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/i18n/kr/gen.php b/app/i18n/kr/gen.php
index 45a053386..f85af4950 100644
--- a/app/i18n/kr/gen.php
+++ b/app/i18n/kr/gen.php
@@ -7,6 +7,7 @@ return array(
'back_to_rss_feeds' => '← RSS 피드로 돌아가기',
'cancel' => '취소',
'create' => '생성',
+ 'demote' => 'Demote', // TODO - Translation
'disable' => '비활성화',
'empty' => '비우기',
'enable' => '활성화',
@@ -16,6 +17,7 @@ return array(
'manage' => '관리',
'mark_favorite' => '즐겨찾기에 등록',
'mark_read' => '읽음으로 표시',
+ 'promote' => 'Promote', // TODO - Translation
'purge' => 'Purge', // TODO - Translation
'remove' => '삭제',
'see_website' => '웹사이트 열기',
@@ -46,8 +48,8 @@ return array(
),
),
'date' => array(
- 'Apr' => '\\A\\p\\r\\i\\l',
'apr' => '4월',
+ 'Apr' => '\\A\\p\\r\\i\\l',
'april' => '4월',
'Aug' => '\\A\\u\\g\\u\\s\\t',
'aug' => '8월',
@@ -76,11 +78,11 @@ return array(
'last_month' => '최근 한 달',
'last_week' => '최근 한 주',
'last_year' => '최근 일 년',
- 'mar' => '3월',
'Mar' => '\\M\\a\\r\\c\\h',
+ 'mar' => '3월',
'march' => '3월',
- 'May' => '\\M\\a\\y',
'may' => '5월',
+ 'May' => '\\M\\a\\y',
'may_' => '5월',
'mon' => '월',
'month' => '개월',