From b1a0daf9828367a47ed03f209515286ec4548602 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag <klapinklapin@gmail.com> Date: Fri, 20 Sep 2013 01:06:02 +0200 Subject: [PATCH] translation update --- inc/lang/ko/lang.php | 5 +++-- lib/plugins/usermanager/lang/ko/lang.php | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/inc/lang/ko/lang.php b/inc/lang/ko/lang.php index 14c2eea29..1949a5fac 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 @@ -10,6 +10,7 @@ * @author Seung-Chul Yoo <dryoo@live.com> * @author erial2@gmail.com * @author Myeongjin <aranet100@gmail.com> + * @author Gerrit Uitslag <klapinklapin@gmail.com> */ $lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; @@ -321,7 +322,7 @@ $lang['media_files'] = '%sì— ìžˆëŠ” 파ì¼'; $lang['media_upload'] = '%sì— ì˜¬ë¦¬ê¸°'; $lang['media_search'] = '%sì—ì„œ 찾기'; $lang['media_view'] = '%s'; -$lang['media_viewold'] = '%s (%sì— ìžˆìŒ)'; +$lang['media_viewold'] = '%2$s (%1$sì— ìžˆìŒ)'; $lang['media_edit'] = '%s 편집'; $lang['media_history'] = '%sì˜ ë‚´ì—'; $lang['media_meta_edited'] = '메타ë°ì´í„° 편집ë¨'; diff --git a/lib/plugins/usermanager/lang/ko/lang.php b/lib/plugins/usermanager/lang/ko/lang.php index f2116f688..c9e54741f 100644 --- a/lib/plugins/usermanager/lang/ko/lang.php +++ b/lib/plugins/usermanager/lang/ko/lang.php @@ -9,6 +9,7 @@ * @author Seung-Chul Yoo <dryoo@live.com> * @author erial2@gmail.com * @author Myeongjin <aranet100@gmail.com> + * @author Gerrit Uitslag <klapinklapin@gmail.com> */ $lang['menu'] = 'ì‚¬ìš©ìž ê´€ë¦¬ìž'; $lang['noauth'] = '(ì‚¬ìš©ìž ì¸ì¦ì´ 불가능합니다)'; @@ -65,4 +66,4 @@ $lang['import_error_badmail'] = 'ìž˜ëª»ëœ ì´ë©”ì¼ ì£¼ì†Œ'; $lang['import_error_upload'] = 'ê°€ì ¸ì˜¤ê¸°ë¥¼ 실패했습니다. csv 파ì¼ì„ 올릴 수 없거나 비어 있습니다.'; $lang['import_error_readfail'] = 'ê°€ì ¸ì˜¤ê¸°ë¥¼ 실패했습니다. 올린 파ì¼ì„ ì½ì„ 수 없습니다.'; $lang['import_error_create'] = '사용ìžë¥¼ 만들 수 없습니다.'; -$lang['import_notify_fail'] = '알림 메시지를 ê°€ì ¸ì˜¨ %s (ì´ë©”ì¼: %s ) 사용ìžì—게 보낼 수 없습니다.'; +$lang['import_notify_fail'] = '알림 메시지를 ê°€ì ¸ì˜¨ %2$s (ì´ë©”ì¼: %1$s ) 사용ìžì—게 보낼 수 없습니다.'; -- GitLab