From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 17 Apr 2015 06:28:40 -0400
Subject: [PATCH] Allow preference sections to define CSS class names

---
 program/localization/ko_KR/labels.inc |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/program/localization/ko_KR/labels.inc b/program/localization/ko_KR/labels.inc
index 5b8c586..5494f13 100644
--- a/program/localization/ko_KR/labels.inc
+++ b/program/localization/ko_KR/labels.inc
@@ -221,6 +221,7 @@
 $labels['revertto']      = '돌아가기';
 $labels['restore'] = '복구';
 $labels['restoremessage'] = '메시지를 복구할까요?';
+$labels['ignore'] = '무시';
 $labels['responses'] = '응답';
 $labels['insertresponse'] = '응답 삽입';
 $labels['manageresponses'] = '응답 관리';
@@ -233,7 +234,7 @@
 $labels['attach'] = '첨부';
 $labels['attachments'] = '첨부파일';
 $labels['upload'] = '업로드';
-$labels['uploadprogress'] = '$percent (전체 $total 중 $current)';
+$labels['uploadprogress'] = '$percent ($total 중 $current)';
 $labels['close']  = '닫기';
 $labels['messageoptions']  = '메시지 옵션...';
 $labels['togglecomposeoptions'] = '구성 옵션 표시/숨기기';
@@ -293,7 +294,7 @@
 $labels['spouse'] = '배우자';
 $labels['allfields'] = '모든 항목';
 $labels['search'] = '검색';
-$labels['searchfor'] = '"$q" 검색';
+$labels['searchresult'] = '검색 결과';
 $labels['advsearch'] = '고급 검색';
 $labels['advanced'] = '고급';
 $labels['other'] = '기타';
@@ -337,6 +338,7 @@
 $labels['exportsel']      = '선택한 항목 내보내기';
 $labels['exportvcards']   = '연락처를 vCard 형식으로 내보내기';
 $labels['newgroup']       = '새 그룹 생성';
+$labels['addgroup']       = '그룹 추가';
 $labels['grouprename']    = '그룹명 변경';
 $labels['groupdelete']    = '그룹 삭제';
 $labels['groupremoveselected'] = '선택한 연락처를 그룹에서 제거';
@@ -405,7 +407,7 @@
 $labels['autosend'] = '읽음 확인 요청';
 $labels['autosendknown'] = '내 연락처에 읽음 확인을 요청하고, 내 연락처가 아닐 경우 물어봄';
 $labels['autosendknownignore'] = '내 연락처에 읽음 확인을 요청하고, 내 연락처가 아닐 경우 무시함';
-$labels['ignore'] = '무시';
+$labels['ignorerequest'] = '요청 무시';
 $labels['readwhendeleted'] = '삭제 시 메시지를 읽음으로 표시';
 $labels['flagfordeletion'] = '삭제 대신 삭제 대상 메시지에 깃발 추가';
 $labels['skipdeleted'] = '삭제된 메시지 숨기기';

--
Gitblit v1.9.1