diff options
author | Myeongjin <aranet100@gmail.com> | 2013-11-24 11:37:45 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-11-24 11:37:45 +0100 |
commit | a6c758f14a44f0415d89385e5612bb9ae32d6daa (patch) | |
tree | 1ff03ae066775d1a2b77565965217dadc76b172c /inc/lang/ko/lang.php | |
parent | 14b3007921f7b66fc9e3621b861a3c83e7e9093c (diff) | |
download | rpg-a6c758f14a44f0415d89385e5612bb9ae32d6daa.tar.gz rpg-a6c758f14a44f0415d89385e5612bb9ae32d6daa.tar.bz2 |
translation update
Diffstat (limited to 'inc/lang/ko/lang.php')
-rw-r--r-- | inc/lang/ko/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/ko/lang.php b/inc/lang/ko/lang.php index 39f2428fa..0c2347742 100644 --- a/inc/lang/ko/lang.php +++ b/inc/lang/ko/lang.php @@ -293,6 +293,7 @@ $lang['i_policy'] = '초기 ACL 정책'; $lang['i_pol0'] = '열린 위키 (누구나 읽기, 쓰기, 올리기가 가능합니다)'; $lang['i_pol1'] = '공개 위키 (누구나 읽을 수 있지만, 등록된 사용자만 쓰기와 올리기가 가능합니다)'; $lang['i_pol2'] = '닫힌 위키 (등록된 사용자만 읽기, 쓰기, 올리기가 가능합니다)'; +$lang['i_allowreg'] = '사용자 자신이 등록할 수 있음'; $lang['i_retry'] = '다시 시도'; $lang['i_license'] = '내용을 배포하기 위한 라이선스를 선택하세요:'; $lang['i_license_none'] = '라이선스 정보를 보여주지 않습니다'; |