From 3c0e61e23ccb33b3fefb0ab99cf2152d7cdc8aa1 Mon Sep 17 00:00:00 2001
From: Traend <Traend@ruu.kr>
Date: Wed, 28 Nov 2018 09:16:19 +0100
Subject: [PATCH] translation update

---
 inc/lang/ko/lang.php                     |  4 ++--
 lib/plugins/authpdo/lang/ko/settings.php | 10 ++++++++++
 lib/tpl/dokuwiki/lang/ko/lang.php        |  2 ++
 3 files changed, 14 insertions(+), 2 deletions(-)
 create mode 100644 lib/plugins/authpdo/lang/ko/settings.php

diff --git a/inc/lang/ko/lang.php b/inc/lang/ko/lang.php
index 6edf19eda..0acf1ce50 100644
--- a/inc/lang/ko/lang.php
+++ b/inc/lang/ko/lang.php
@@ -50,7 +50,7 @@ $lang['btn_back']              = '뒤로';
 $lang['btn_backlink']          = '역링크';
 $lang['btn_subscribe']         = '구독 관리';
 $lang['btn_profile']           = '프로필 업데이트';
-$lang['btn_reset']             = '재설정';
+$lang['btn_reset']             = '재';
 $lang['btn_resendpwd']         = '새 비밀번호 설정';
 $lang['btn_draft']             = '초안 편집';
 $lang['btn_recover']           = '초안 복구';
@@ -160,7 +160,7 @@ $lang['rssfailed']             = '이 피드를 가져오는 동안 오류가 
 $lang['nothingfound']          = '아무 것도 없습니다.';
 $lang['mediaselect']           = '미디어 파일';
 $lang['uploadsucc']            = '올리기 성공';
-$lang['uploadfail']            = '올리기가 실패되었습니다. 잘못된 권한 때문일지도 모릅니다.';
+$lang['uploadfail']            = '올리기가 실패되었습니다. 잘못된 ';
 $lang['uploadwrong']           = '올리기가 거부되었습니다. 금지된 파일 확장자입니다!';
 $lang['uploadexist']           = '파일이 이미 존재합니다.';
 $lang['uploadbadcontent']      = '올린 파일이 %s 파일 확장자와 일치하지 않습니다.';
diff --git a/lib/plugins/authpdo/lang/ko/settings.php b/lib/plugins/authpdo/lang/ko/settings.php
new file mode 100644
index 000000000..cf420b3af
--- /dev/null
+++ b/lib/plugins/authpdo/lang/ko/settings.php
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Traend <Traend@ruu.kr>
+ */
+$lang['join-group']            = '기존 그룹에 사용자를 추가하는 SQL 문';
+$lang['leave-group']           = '그룹에서 사용자를 제거하는 SQL 문';
+$lang['check-pass']            = '사용자의 암호를 확인하는 SQL 문입니다. 선택 사용자에서 암호 정보를 가져오는 경우 비워 둘 수 있습니다.';
diff --git a/lib/tpl/dokuwiki/lang/ko/lang.php b/lib/tpl/dokuwiki/lang/ko/lang.php
index fcc422c80..df6af9214 100644
--- a/lib/tpl/dokuwiki/lang/ko/lang.php
+++ b/lib/tpl/dokuwiki/lang/ko/lang.php
@@ -3,6 +3,7 @@
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ * @author Traend <Traend@ruu.kr>
  * @author Myeongjin <aranet100@gmail.com>
  */
 $lang['__background_site__']   = '(내용 상자 뒤의) 매우 배경 색';
@@ -13,3 +14,4 @@ $lang['__site_width__']        = '전체 사이트의 너비 (아무 길이 단
 $lang['__sidebar_width__']     = '사이드바가 있다면, 그것의 너비 (아무 길이 단위나 될 수 있음: %, px, em, ...)';
 $lang['__tablet_width__']      = '사이트를 태블릿 모드로 전환할 화면 너비';
 $lang['__phone_width__']       = '사이트를 폰 모드로 전환할 화면 너비';
+$lang['__theme_color__']       = '웹 앱의 테마 색상';
-- 
GitLab