diff options
author | Henry Pan <git@phy25.com> | 2019-07-16 23:00:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 23:00:00 -0400 |
commit | 25153bae645994414d8b82d35e5b47add84367de (patch) | |
tree | e595e5d33a86d4c9c8d20f30e52cab822a268998 /lib | |
parent | 3b3445726412a35fbfe1e766bc7f3056406fe31a (diff) | |
parent | d3173fb207294aac3215e31596cf2e2a262bd5bd (diff) | |
download | dokuwiki-25153bae645994414d8b82d35e5b47add84367de.tar.gz dokuwiki-25153bae645994414d8b82d35e5b47add84367de.zip |
Merge pull request #2818 from dokuwiki-translate/lang_update_1265_1563322369
Translation update (ko)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/plugins/authpdo/lang/ko/settings.php | 5 | ||||
-rw-r--r-- | lib/plugins/config/lang/ko/lang.php | 1 | ||||
-rw-r--r-- | lib/plugins/revert/lang/ko/lang.php | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/lib/plugins/authpdo/lang/ko/settings.php b/lib/plugins/authpdo/lang/ko/settings.php index 33a6cc932..37a790885 100644 --- a/lib/plugins/authpdo/lang/ko/settings.php +++ b/lib/plugins/authpdo/lang/ko/settings.php @@ -3,9 +3,12 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author pavement <pavement@rael.cc> * @author Traend <Traend@ruu.kr> */ +$lang['debug'] = '자세한 오류 메시지를 출력합니다. 설정 후 비활성화해야 합니다.'; +$lang['update-user-pass'] = '단일 사용자의 암호를 업데이트하는 SQL 문'; +$lang['insert-group'] = '데이터베이스에 새 그룹을 삽입하는 SQL 문'; $lang['join-group'] = '기존 그룹에 사용자를 추가하는 SQL 문'; $lang['leave-group'] = '그룹에서 사용자를 제거하는 SQL 문'; $lang['check-pass'] = '사용자의 암호를 확인하는 SQL 문입니다. 선택 사용자에서 암호 정보를 가져오는 경우 비워 둘 수 있습니다.'; -$lang['debug'] = '자세한 오류 메시지를 출력합니다. 설정 후 비활성화해야 합니다.'; diff --git a/lib/plugins/config/lang/ko/lang.php b/lib/plugins/config/lang/ko/lang.php index 6c85f1750..2f1b9b0c3 100644 --- a/lib/plugins/config/lang/ko/lang.php +++ b/lib/plugins/config/lang/ko/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author pavement <pavement@rael.cc> * @author Traend <Traend@ruu.kr> * @author Seungheon Song <esketch@gmail.com> * @author jk Lee diff --git a/lib/plugins/revert/lang/ko/lang.php b/lib/plugins/revert/lang/ko/lang.php index 826fe40b3..a71dc067a 100644 --- a/lib/plugins/revert/lang/ko/lang.php +++ b/lib/plugins/revert/lang/ko/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author pavement <pavement@rael.cc> * @author Traend <Traend@ruu.kr> * @author Seungheon Song <esketch@gmail.com> * @author jk Lee |