diff options
Diffstat (limited to 'lib/plugins/acl')
-rw-r--r-- | lib/plugins/acl/lang/ko/intro.txt | 8 | ||||
-rw-r--r-- | lib/plugins/acl/lang/ko/lang.php | 25 |
2 files changed, 33 insertions, 0 deletions
diff --git a/lib/plugins/acl/lang/ko/intro.txt b/lib/plugins/acl/lang/ko/intro.txt new file mode 100644 index 000000000..f3e703265 --- /dev/null +++ b/lib/plugins/acl/lang/ko/intro.txt @@ -0,0 +1,8 @@ +====== 접근 제어 목록 관리 ====== + +이 페이지에서 현재 페이지와 페이지가 포함된 [[doku>wiki:ko:namespaces|네임스페이스]]에 대한 권한을 추가하거나 삭제할 수 있습니다. +접근 제어가 동작하는 방법을 확실하게 이해하려면 먼저 [[doku>wiki:ko:acl|ACL공식 문서(번역)]]나 [[doku>wiki:acl|ACL공식 문서(영문)]]을 읽어보기 바랍니다. + +이 페이지는 현재 페이지에 의미있는 모든 권한을 보여줍니다. +다른 페이지들에 대한 권한은 보여주지 않습니다. -- 다른 페이지들을 수정하고 싶다면 먼저 해당 페이지로 [[this>doku.php?do=index|이동]]한 후, ACL 관리로 변경합니다. + diff --git a/lib/plugins/acl/lang/ko/lang.php b/lib/plugins/acl/lang/ko/lang.php new file mode 100644 index 000000000..5ba817f36 --- /dev/null +++ b/lib/plugins/acl/lang/ko/lang.php @@ -0,0 +1,25 @@ +<?php +/** + * korean language file + * + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * @author Andreas Gohr <andi@splitbrain.org> + * @author Anika Henke <henke@cosmocode.de> + * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> + * @author jk Lee <bootmeta@gmail.com> + */ + +$lang['admin_acl'] = '접근 제어 목록 관리'; +$lang['acl_group'] = '그룹'; +$lang['acl_user'] = '사용자'; +$lang['acl_perms'] = '권한'; +$lang['page'] = '페이지'; +$lang['namespace'] = '네임스페이스'; + +$lang['acl_perm1'] = '읽기'; +$lang['acl_perm2'] = '수정'; +$lang['acl_perm4'] = '생성'; +$lang['acl_perm8'] = '업로드'; +$lang['acl_perm16'] = '삭제'; +$lang['acl_new'] = '새 항목 추가'; +//Setup VIM: ex: et ts=2 enc=utf-8 : |