From c256465607f803426acd75a1337ccdc2a3a338fe Mon Sep 17 00:00:00 2001 From: Myeongjin <aranet100@gmail.com> Date: Sun, 26 Jun 2016 12:36:11 +0200 Subject: [PATCH] translation update --- inc/lang/ko/lang.php | 3 ++- lib/plugins/acl/lang/ko/lang.php | 2 +- lib/plugins/authad/lang/ko/lang.php | 2 +- lib/plugins/authad/lang/ko/settings.php | 2 +- lib/plugins/authldap/lang/ko/lang.php | 2 +- lib/plugins/authldap/lang/ko/settings.php | 2 +- lib/plugins/authmysql/lang/ko/lang.php | 2 +- lib/plugins/authmysql/lang/ko/settings.php | 2 +- lib/plugins/authpgsql/lang/ko/settings.php | 2 +- lib/plugins/authplain/lang/ko/lang.php | 2 +- lib/plugins/config/lang/ko/lang.php | 2 +- lib/plugins/extension/lang/ko/lang.php | 2 +- lib/plugins/popularity/lang/ko/lang.php | 2 +- lib/plugins/revert/lang/ko/lang.php | 2 +- lib/plugins/styling/lang/ko/lang.php | 2 +- lib/plugins/usermanager/lang/ko/lang.php | 2 +- lib/tpl/dokuwiki/lang/ko/lang.php | 2 +- 17 files changed, 18 insertions(+), 17 deletions(-) diff --git a/inc/lang/ko/lang.php b/inc/lang/ko/lang.php index 690212431..73b14e372 100644 --- a/inc/lang/ko/lang.php +++ b/inc/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Hyun Kim <lawfully@gmail.com> * @author jk Lee * @author dongnak@gmail.com @@ -349,3 +349,4 @@ $lang['plainhtml'] = 'ì¼ë°˜ HTML'; $lang['wikimarkup'] = '위키 문법'; $lang['page_nonexist_rev'] = '문서가 %sì— ì¡´ìž¬í•˜ì§€ 않았습니다. ê·¸ 뒤로 <a href="%s">%s</a>ì— ë§Œë“¤ì–´ì¡ŒìŠµë‹ˆë‹¤.'; $lang['unable_to_parse_date'] = '"%s" 변수ì—ì„œ 구문 분ì„í• ìˆ˜ 없습니다.'; +$lang['email_signature_text'] = 'ì´ ë©”ì¼ì€ @DOKUWIKIURL@ì—ì„œ ë„ì¿ ìœ„í‚¤ê°€ ìƒì„±í–ˆìŠµë‹ˆë‹¤'; diff --git a/lib/plugins/acl/lang/ko/lang.php b/lib/plugins/acl/lang/ko/lang.php index 40b6ff351..0227584c7 100644 --- a/lib/plugins/acl/lang/ko/lang.php +++ b/lib/plugins/acl/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Andreas Gohr <andi@splitbrain.org> * @author Anika Henke <anika@selfthinker.org> * @author Matthias Grimm <matthiasgrimm@users.sourceforge.net> diff --git a/lib/plugins/authad/lang/ko/lang.php b/lib/plugins/authad/lang/ko/lang.php index 97abb31ed..0a652adcb 100644 --- a/lib/plugins/authad/lang/ko/lang.php +++ b/lib/plugins/authad/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> * @author Erial <erial2@gmail.com> */ diff --git a/lib/plugins/authad/lang/ko/settings.php b/lib/plugins/authad/lang/ko/settings.php index 4ee7c084f..605819feb 100644 --- a/lib/plugins/authad/lang/ko/settings.php +++ b/lib/plugins/authad/lang/ko/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> * @author Garam <rowain8@gmail.com> */ diff --git a/lib/plugins/authldap/lang/ko/lang.php b/lib/plugins/authldap/lang/ko/lang.php index 3c6722a81..1e1bef4d2 100644 --- a/lib/plugins/authldap/lang/ko/lang.php +++ b/lib/plugins/authldap/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> */ $lang['connectfail'] = 'LDAPê°€ ì—°ê²°í• ìˆ˜ 없습니다: %s'; diff --git a/lib/plugins/authldap/lang/ko/settings.php b/lib/plugins/authldap/lang/ko/settings.php index d3e93ff51..b988436d9 100644 --- a/lib/plugins/authldap/lang/ko/settings.php +++ b/lib/plugins/authldap/lang/ko/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> */ $lang['server'] = 'LDAP 서버. 호스트 ì´ë¦„(<code>localhost</code>)ì´ë‚˜ ì „ì²´ ìžê²© URL(<code>ldap://server.tld:389</code>) 중 하나'; diff --git a/lib/plugins/authmysql/lang/ko/lang.php b/lib/plugins/authmysql/lang/ko/lang.php index d07d58388..5e96a4403 100644 --- a/lib/plugins/authmysql/lang/ko/lang.php +++ b/lib/plugins/authmysql/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author hyeonsoft <hyeonsoft@live.co.kr> * @author Myeongjin <aranet100@gmail.com> */ diff --git a/lib/plugins/authmysql/lang/ko/settings.php b/lib/plugins/authmysql/lang/ko/settings.php index b3479ad41..ee7c1efde 100644 --- a/lib/plugins/authmysql/lang/ko/settings.php +++ b/lib/plugins/authmysql/lang/ko/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> * @author Garam <rowain8@gmail.com> */ diff --git a/lib/plugins/authpgsql/lang/ko/settings.php b/lib/plugins/authpgsql/lang/ko/settings.php index bdf38b3c7..fd45bfa48 100644 --- a/lib/plugins/authpgsql/lang/ko/settings.php +++ b/lib/plugins/authpgsql/lang/ko/settings.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> * @author Garam <rowain8@gmail.com> */ diff --git a/lib/plugins/authplain/lang/ko/lang.php b/lib/plugins/authplain/lang/ko/lang.php index 1ed48ea0c..402a96317 100644 --- a/lib/plugins/authplain/lang/ko/lang.php +++ b/lib/plugins/authplain/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> */ $lang['userexists'] = '죄송하지만 ê°™ì€ ì´ë¦„ì„ ì‚¬ìš©í•˜ëŠ” 사용ìžê°€ 있습니다.'; diff --git a/lib/plugins/config/lang/ko/lang.php b/lib/plugins/config/lang/ko/lang.php index f942f79fc..94b1fa623 100644 --- a/lib/plugins/config/lang/ko/lang.php +++ b/lib/plugins/config/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author jk Lee * @author dongnak@gmail.com * @author Song Younghwan <purluno@gmail.com> diff --git a/lib/plugins/extension/lang/ko/lang.php b/lib/plugins/extension/lang/ko/lang.php index 31b230b53..50ec739d0 100644 --- a/lib/plugins/extension/lang/ko/lang.php +++ b/lib/plugins/extension/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Young gon Cha <garmede@gmail.com> * @author Myeongjin <aranet100@gmail.com> * @author hyeonsoft <hyeonsoft@live.co.kr> diff --git a/lib/plugins/popularity/lang/ko/lang.php b/lib/plugins/popularity/lang/ko/lang.php index f8cf4525d..fc8b373f6 100644 --- a/lib/plugins/popularity/lang/ko/lang.php +++ b/lib/plugins/popularity/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author jk Lee * @author dongnak@gmail.com * @author Song Younghwan <purluno@gmail.com> diff --git a/lib/plugins/revert/lang/ko/lang.php b/lib/plugins/revert/lang/ko/lang.php index 263537203..bf74f76c9 100644 --- a/lib/plugins/revert/lang/ko/lang.php +++ b/lib/plugins/revert/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author jk Lee * @author dongnak@gmail.com * @author Song Younghwan <purluno@gmail.com> diff --git a/lib/plugins/styling/lang/ko/lang.php b/lib/plugins/styling/lang/ko/lang.php index 96da76d48..bcdf9dcbb 100644 --- a/lib/plugins/styling/lang/ko/lang.php +++ b/lib/plugins/styling/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> */ $lang['menu'] = '템플릿 ìŠ¤íƒ€ì¼ ì„¤ì •'; diff --git a/lib/plugins/usermanager/lang/ko/lang.php b/lib/plugins/usermanager/lang/ko/lang.php index 5f92d643f..805fda5ef 100644 --- a/lib/plugins/usermanager/lang/ko/lang.php +++ b/lib/plugins/usermanager/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author jk Lee * @author dongnak@gmail.com * @author Song Younghwan <purluno@gmail.com> diff --git a/lib/tpl/dokuwiki/lang/ko/lang.php b/lib/tpl/dokuwiki/lang/ko/lang.php index efcb44a7f..fcc422c80 100644 --- a/lib/tpl/dokuwiki/lang/ko/lang.php +++ b/lib/tpl/dokuwiki/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Myeongjin <aranet100@gmail.com> */ $lang['__background_site__'] = '(ë‚´ìš© ìƒìž ë’¤ì˜) 매우 ë°°ê²½ 색'; -- GitLab