xref: /dokuwiki/lib/plugins/acl/lang/ko/lang.php (revision 54f7220e240f8b20d6750ed02327d78470a108b1)
1*54f7220eSAndreas Gohr<?php
2*54f7220eSAndreas Gohr/**
3*54f7220eSAndreas Gohr * korean language file
4*54f7220eSAndreas Gohr *
5*54f7220eSAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*54f7220eSAndreas Gohr * @author     Andreas Gohr <andi@splitbrain.org>
7*54f7220eSAndreas Gohr * @author     Anika Henke <henke@cosmocode.de>
8*54f7220eSAndreas Gohr * @author     Matthias Grimm <matthiasgrimm@users.sourceforge.net>
9*54f7220eSAndreas Gohr * @author     jk Lee <bootmeta@gmail.com>
10*54f7220eSAndreas Gohr */
11*54f7220eSAndreas Gohr
12*54f7220eSAndreas Gohr$lang['admin_acl']  = '접근 제어 목록 관리';
13*54f7220eSAndreas Gohr$lang['acl_group']  = '그룹';
14*54f7220eSAndreas Gohr$lang['acl_user']   = '사용자';
15*54f7220eSAndreas Gohr$lang['acl_perms']  = '권한';
16*54f7220eSAndreas Gohr$lang['page']       = '페이지';
17*54f7220eSAndreas Gohr$lang['namespace']  = '네임스페이스';
18*54f7220eSAndreas Gohr
19*54f7220eSAndreas Gohr$lang['acl_perm1']  = '읽기';
20*54f7220eSAndreas Gohr$lang['acl_perm2']  = '수정';
21*54f7220eSAndreas Gohr$lang['acl_perm4']  = '생성';
22*54f7220eSAndreas Gohr$lang['acl_perm8']  = '업로드';
23*54f7220eSAndreas Gohr$lang['acl_perm16'] = '삭제';
24*54f7220eSAndreas Gohr$lang['acl_new']    = '새 항목 추가';
25*54f7220eSAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
26