diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-12-01 21:27:03 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-12-01 21:27:03 +0100 |
commit | 360b3a15bc769f2ea1840a2b3e3bcc1d7cfe1a0a (patch) | |
tree | 39a1778bb56aa82c87c1ec5f6a840d1025750d80 /lib/plugins/popularity | |
parent | 42906a50f39784d2e984ff1dc6f55dfcfd5ab4b6 (diff) | |
parent | ffe35fe919de6c9f52316dd272e6e22c4bde8d81 (diff) | |
download | rpg-360b3a15bc769f2ea1840a2b3e3bcc1d7cfe1a0a.tar.gz rpg-360b3a15bc769f2ea1840a2b3e3bcc1d7cfe1a0a.tar.bz2 |
Merge branch 'lang_update_518' of git://github.com/dokuwiki-translate/dokuwiki into pull-request-450
* 'lang_update_518' of git://github.com/dokuwiki-translate/dokuwiki:
translation update
Conflicts:
lib/plugins/usermanager/lang/ko/lang.php
Diffstat (limited to 'lib/plugins/popularity')
-rw-r--r-- | lib/plugins/popularity/lang/ko/lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/popularity/lang/ko/lang.php b/lib/plugins/popularity/lang/ko/lang.php index f52e0007a..088ef1dc9 100644 --- a/lib/plugins/popularity/lang/ko/lang.php +++ b/lib/plugins/popularity/lang/ko/lang.php @@ -9,8 +9,9 @@ * @author Seung-Chul Yoo <dryoo@live.com> * @author erial2@gmail.com * @author Myeongjin <aranet100@gmail.com> + * @author Garam <rowain8@gmail.com> */ -$lang['name'] = '인기도 조사 (불러오는 데 시간이 걸릴 수 있습니다)'; +$lang['name'] = '인기도 조사(불러오는 데 시간이 걸릴 수 있습니다)'; $lang['submit'] = '자료 보내기'; $lang['autosubmit'] = '자료를 자동으로 한 달에 한 번씩 보내기'; $lang['submissionFailed'] = '다음과 같은 이유로 자료 보내기에 실패했습니다:'; |