diff options
Diffstat (limited to 'program/localization/ko_KR/labels.inc')
-rw-r--r-- | program/localization/ko_KR/labels.inc | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/program/localization/ko_KR/labels.inc b/program/localization/ko_KR/labels.inc index f4c18152c..bccd42163 100644 --- a/program/localization/ko_KR/labels.inc +++ b/program/localization/ko_KR/labels.inc @@ -15,8 +15,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ - - $labels['welcome'] = '$product에 오신 것을 환영합니다'; $labels['username'] = '사용자명'; $labels['password'] = '암호'; @@ -31,7 +29,7 @@ $labels['drafts'] = '임시 보관함'; $labels['sent'] = '보낸 편지함'; $labels['trash'] = '휴지통'; $labels['junk'] = '스팸 편지함'; -$labels['show_real_foldernames'] = 'Show real names for special folders'; +$labels['show_real_foldernames'] = '특별 폴더에서 실제 이름 보이기'; $labels['subject'] = '제목'; $labels['from'] = '보내는 사람'; $labels['sender'] = '발신인'; @@ -139,7 +137,7 @@ $labels['currpage'] = '현재 페이지'; $labels['unread'] = '읽지 않음'; $labels['flagged'] = '깃발로 표시됨'; $labels['unanswered'] = '답장하지 않음'; -$labels['withattachment'] = 'With attachment'; +$labels['withattachment'] = '첨부파일 포함'; $labels['deleted'] = '삭제됨'; $labels['undeleted'] = '삭제되지 않음'; $labels['invert'] = '반전'; @@ -168,7 +166,7 @@ $labels['listmode'] = '화면 모드 목록 보기'; $labels['folderactions'] = '폴더 명령'; $labels['compact'] = '간단하게'; $labels['empty'] = '비어 있음'; -$labels['importmessages'] = 'Import messages'; +$labels['importmessages'] = '메시지 가져오기'; $labels['quota'] = '디스크 사용량'; $labels['unknown'] = '알 수 없음'; $labels['unlimited'] = '제한 없음'; @@ -177,11 +175,12 @@ $labels['resetsearch'] = '검색 재설정'; $labels['searchmod'] = '수정자 검색'; $labels['msgtext'] = '전체 메시지'; $labels['body'] = '본문'; -$labels['type'] = 'Type'; +$labels['type'] = '유형'; +$labels['namex'] = '이름'; $labels['openinextwin'] = '새 창에서 열기'; $labels['emlsave'] = '다운로드(.eml)'; -$labels['changeformattext'] = 'Display in plain text format'; -$labels['changeformathtml'] = 'Display in HTML format'; +$labels['changeformattext'] = '메시지를 평문 형식으로 표시'; +$labels['changeformathtml'] = 'HTML 형식으로 표시'; $labels['editasnew'] = '새 메시지로 편집'; $labels['send'] = '보내기'; $labels['sendmessage'] = '메일 보내기'; @@ -310,15 +309,18 @@ $labels['nextpage'] = '다음 페이지 보기'; $labels['lastpage'] = '마지막 페이지 보기'; $labels['group'] = '그룹'; $labels['groups'] = '그룹'; -$labels['listgroup'] = 'List group members'; +$labels['listgroup'] = '그룹 구성원 목록 보기'; $labels['personaladrbook'] = '개인 주소'; $labels['searchsave'] = '검색 저장'; $labels['searchdelete'] = '검색 삭제'; $labels['import'] = '가져오기'; $labels['importcontacts'] = '연락처 가져오기'; $labels['importfromfile'] = '파일에서 가져오기:'; -$labels['importtarget'] = '새 연락처를 주소록에 추가:'; +$labels['importtarget'] = '연락처 추가 위치'; $labels['importreplace'] = '전체 주소록을 바꾸기'; +$labels['importgroups'] = '그룹 할당 가져오기'; +$labels['importgroupsall'] = '전체 (필요에 따라 그룹 생성)'; +$labels['importgroupsexisting'] = '기존 그룹에만 해당'; $labels['importdesc'] = '기존 주소록에서 연락처를 가져올 수 있습니다.<br/> 현재 <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> 데이터 형식에서 주소 가져오기를 지원합니다.\''; $labels['done'] = '완료'; $labels['settingsfor'] = '설정'; @@ -352,7 +354,7 @@ $labels['htmleditor'] = 'HTML 메시지 작성'; $labels['htmlonreply'] = 'HTML 메시지 회신 시'; $labels['htmlonreplyandforward'] = '전달 또는 HTML 메시지 회신 시'; $labels['htmlsignature'] = 'HTML 서명'; -$labels['showemail'] = 'Show email address with display name'; +$labels['showemail'] = '이메일 주소를 표시 이름과 함께 보기'; $labels['previewpane'] = '미리보기 창 보기'; $labels['skin'] = '인터페이스 스킨'; $labels['logoutclear'] = '로그아웃할 때 휴지통 비우기'; @@ -422,7 +424,7 @@ $labels['spellcheckignorenums'] = '숫자가 포함된 단어 무시'; $labels['spellcheckignorecaps'] = '모두 대문자로 표기된 단어 무시'; $labels['addtodict'] = '사전에 추가'; $labels['mailtoprotohandler'] = 'mailto: 링크의 프로토콜 처리자 등록'; -$labels['standardwindows'] = 'Handle popups as standard windows'; +$labels['standardwindows'] = '팝업을 일반 창같이 취급'; $labels['forwardmode'] = '메시지 전달'; $labels['inline'] = '본문 내용으로'; $labels['asattachment'] = '첨부파일로'; |