diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-12-06 23:55:23 -0800 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-12-06 23:55:23 -0800 |
commit | cbe9325f0c53e4f1e1ede6c891c352c2490d02b1 (patch) | |
tree | 79836ab8c4376e3470d9b840f85b1beabef40522 /lib/plugins/acl/lang | |
parent | fc86eb66d649cd9a091234d462e08687de17c984 (diff) | |
parent | 6593db4300a3db6d88c9b09df725ecc8589e99b6 (diff) | |
download | rpg-cbe9325f0c53e4f1e1ede6c891c352c2490d02b1.tar.gz rpg-cbe9325f0c53e4f1e1ede6c891c352c2490d02b1.tar.bz2 |
Merge pull request #468 from dokuwiki-translate/lang_update_542
Translation update (ko)
Diffstat (limited to 'lib/plugins/acl/lang')
-rw-r--r-- | lib/plugins/acl/lang/ko/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/acl/lang/ko/lang.php b/lib/plugins/acl/lang/ko/lang.php index 37cec307c..34b93a9f4 100644 --- a/lib/plugins/acl/lang/ko/lang.php +++ b/lib/plugins/acl/lang/ko/lang.php @@ -39,6 +39,6 @@ $lang['acl_perm1'] = '읽기'; $lang['acl_perm2'] = '편집'; $lang['acl_perm4'] = '만들기'; $lang['acl_perm8'] = '올리기'; -$lang['acl_perm16'] = '지우기'; +$lang['acl_perm16'] = '삭제'; $lang['acl_new'] = '새 항목 추가'; $lang['acl_mod'] = '항목 수정'; |