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 |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/program/localization/ko_KR/labels.inc b/program/localization/ko_KR/labels.inc
index 397848a..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'] = '구성 옵션 표시/숨기기';
@@ -406,7 +407,7 @@
 $labels['autosend'] = '읽음 확인 요청';
 $labels['autosendknown'] = '내 연락처에 읽음 확인을 요청하고, 내 연락처가 아닐 경우 물어봄';
 $labels['autosendknownignore'] = '내 연락처에 읽음 확인을 요청하고, 내 연락처가 아닐 경우 무시함';
-$labels['ignore'] = '무시';
+$labels['ignorerequest'] = '요청 무시';
 $labels['readwhendeleted'] = '삭제 시 메시지를 읽음으로 표시';
 $labels['flagfordeletion'] = '삭제 대신 삭제 대상 메시지에 깃발 추가';
 $labels['skipdeleted'] = '삭제된 메시지 숨기기';

--
Gitblit v1.9.1