diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-14 09:57:30 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-14 09:57:30 -0700 |
commit | 4fd8e66e02f7a66eb77799483d5ed3c894300362 (patch) | |
tree | 843b031c7f780cf058e791ccb16bba5199a96f4b /inc | |
parent | 7d415498616b2722044a204e728c369de7614a8a (diff) | |
parent | ba35743ed47706bd330a9be6431a61b104b12fbb (diff) | |
download | rpg-4fd8e66e02f7a66eb77799483d5ed3c894300362.tar.gz rpg-4fd8e66e02f7a66eb77799483d5ed3c894300362.tar.bz2 |
Merge pull request #291 from dokuwiki-translate/lang_update_153
Translation update (ko)
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lang/ko/lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/lang/ko/lang.php b/inc/lang/ko/lang.php index a54aad71d..068e774bc 100644 --- a/inc/lang/ko/lang.php +++ b/inc/lang/ko/lang.php @@ -92,7 +92,7 @@ $lang['resendna'] = '이 위키는 비밀번호 재설정을 지원 $lang['resendpwd'] = '다음으로 새 비밀번호 보내기'; $lang['resendpwdmissing'] = '죄송하지만 모든 필드를 채워야 합니다.'; $lang['resendpwdnouser'] = '죄송하지만 데이터베이스에서 이 사용자를 찾을 수 없습니다.'; -$lang['resendpwdbadauth'] = '죄송하지만 인증 코드가 올바르지 않습니다. 잘못된 확인 링크인지 확인하시기 바랍니다.'; +$lang['resendpwdbadauth'] = '죄송하지만 인증 코드가 올바르지 않습니다. 잘못된 확인 링크인지 확인하세요.'; $lang['resendpwdconfirm'] = '확인 링크를 이메일로 보냈습니다.'; $lang['resendpwdsuccess'] = '새 비밀번호를 이메일로 보냈습니다.'; $lang['license'] = '별도로 라이선스를 알리지 않을 경우, 이 위키의 내용은 다음의 라이선스에 따라 사용할 수 있습니다:'; @@ -187,8 +187,8 @@ $lang['line'] = '줄'; $lang['breadcrumb'] = '추적'; $lang['youarehere'] = '현재 위치'; $lang['lastmod'] = '마지막으로 수정함'; -$lang['by'] = '작성자'; -$lang['deleted'] = '삭제함'; +$lang['by'] = '저자'; +$lang['deleted'] = '제거함'; $lang['created'] = '새로 만듦'; $lang['restored'] = '이전 판으로 되돌림 (%s)'; $lang['external_edit'] = '바깥 편집'; @@ -245,7 +245,7 @@ $lang['img_caption'] = '설명'; $lang['img_date'] = '날짜'; $lang['img_fname'] = '파일 이름'; $lang['img_fsize'] = '크기'; -$lang['img_artist'] = '만든이'; +$lang['img_artist'] = '사진 작가'; $lang['img_copyr'] = '저작권'; $lang['img_format'] = '포맷'; $lang['img_camera'] = '카메라'; |