Hwang YunSong : winspool.drv: Update Korean resource.

Alexandre Julliard julliard at winehq.org
Thu Apr 7 07:37:07 CDT 2011


Module: wine
Branch: stable
Commit: 3b1799c5eb32a6f0eca6eed3c309d7a5673e3665
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3b1799c5eb32a6f0eca6eed3c309d7a5673e3665

Author: Hwang YunSong <hys545 at dreamwiz.com>
Date:   Sat Jan  8 10:41:46 2011 +0900

winspool.drv: Update Korean resource.
(cherry picked from commit ac2b56162a742b36f2d30fe5a8af55fccb8e17a3)

---

 dlls/winspool.drv/Ko.rc |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/dlls/winspool.drv/Ko.rc b/dlls/winspool.drv/Ko.rc
index 8c5a9c4..23142e0 100644
--- a/dlls/winspool.drv/Ko.rc
+++ b/dlls/winspool.drv/Ko.rc
@@ -1,7 +1,7 @@
 /*
  * Korean resources for winspool
  *
- * Copyright 2005 YunSong Hwang
+ * Copyright 2005,2011 YunSong Hwang
  * 
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -20,22 +20,24 @@
 
 #include "wspool.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
 FILENAME_DIALOG DIALOG LOADONCALL MOVEABLE DISCARDABLE 6, 18, 245, 47
 STYLE DS_CONTEXTHELP | DS_MODALFRAME | DS_SETFONT | DS_SETFOREGROUND | WS_POPUPWINDOW | WS_VISIBLE | WS_CAPTION
-CAPTION "ÆÄÀÏ·Î Àμâ"
+CAPTION "파일로 인쇄"
 FONT 9, "MS Shell Dlg"
 BEGIN
-    LTEXT "Ãâ·Â ÆÄÀÏ À̸§(&O):", -1, 7, 13, 194, 13, WS_VISIBLE
+    LTEXT "출력 파일 이름(&O):", -1, 7, 13, 194, 13, WS_VISIBLE
     EDITTEXT EDITBOX, 6, 28, 174, 12, WS_VISIBLE | ES_AUTOHSCROLL
-    DEFPUSHBUTTON "È®ÀÎ", IDOK, 199, 10, 40, 14, WS_VISIBLE
-    PUSHBUTTON "Ãë¼Ò", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
+    DEFPUSHBUTTON "확인", IDOK, 199, 10, 40, 14, WS_VISIBLE
+    PUSHBUTTON "취소", IDCANCEL, 199, 27, 40, 14, WS_VISIBLE
 END
 
 STRINGTABLE DISCARDABLE
 {
-    IDS_CAPTION "Áö¿ª Æ÷Æ®"
-    IDS_FILE_EXISTS "Ãâ·Â ÆÄÀÏÀº Á¸ÀçÇÕ´Ï´Ù. 'È®ÀÎ'À» ´©¸£¸é µ¤¾î¾²¿©Áú°Ì´Ï´Ù."
-    IDS_CANNOT_OPEN "Ãâ·Â ÆÄÀÏÀ» ¸¸µé¼ö ¾ø½À´Ï´Ù."
+    IDS_CAPTION "지역 포트"
+    IDS_FILE_EXISTS "출력 파일은 존재합니다. '확인'을 누르면 덮어쓰여질겁니다."
+    IDS_CANNOT_OPEN "출력 파일을 만들수 없습니다."
 }




More information about the wine-cvs mailing list