diff options
author | Myeongjin <aranet100@gmail.com> | 2013-08-14 14:35:58 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-08-14 14:35:58 +0200 |
commit | ba35743ed47706bd330a9be6431a61b104b12fbb (patch) | |
tree | 843b031c7f780cf058e791ccb16bba5199a96f4b /lib/plugins/plugin | |
parent | 7d415498616b2722044a204e728c369de7614a8a (diff) | |
download | rpg-ba35743ed47706bd330a9be6431a61b104b12fbb.tar.gz rpg-ba35743ed47706bd330a9be6431a61b104b12fbb.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/plugin')
-rw-r--r-- | lib/plugins/plugin/lang/ko/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/plugin/lang/ko/lang.php b/lib/plugins/plugin/lang/ko/lang.php index 9cecaa278..0a1c5664d 100644 --- a/lib/plugins/plugin/lang/ko/lang.php +++ b/lib/plugins/plugin/lang/ko/lang.php @@ -41,7 +41,7 @@ $lang['name'] = '이름:'; $lang['date'] = '날짜:'; $lang['type'] = '종류:'; $lang['desc'] = '설명:'; -$lang['author'] = '만든이:'; +$lang['author'] = '저자:'; $lang['www'] = '웹:'; $lang['error'] = '알 수 없는 문제가 발생했습니다.'; $lang['error_download'] = '플러그인 파일을 다운로드 할 수 없습니다: %s'; |