Hwang YunSong : wineps.drv: Update Korean resource.

Alexandre Julliard julliard at winehq.org
Fri Jan 7 09:36:26 CST 2011


Module: wine
Branch: master
Commit: d512ccdfa14e5411c8f56801e35b25d7bb8cc420
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d512ccdfa14e5411c8f56801e35b25d7bb8cc420

Author: Hwang YunSong <hys545 at dreamwiz.com>
Date:   Fri Jan  7 10:59:58 2011 +0900

wineps.drv: Update Korean resource.

---

 dlls/wineps.drv/wps_Ko.rc |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/dlls/wineps.drv/wps_Ko.rc b/dlls/wineps.drv/wps_Ko.rc
index c07c116..6e4b9c2 100644
--- a/dlls/wineps.drv/wps_Ko.rc
+++ b/dlls/wineps.drv/wps_Ko.rc
@@ -1,6 +1,6 @@
 /*
  * Copyright 2002 Won-kyu Park <wkpark at kldp.org>
- * 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
@@ -19,22 +19,24 @@
 
 #include "psdlg.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
 PAPER DIALOG 5, 43, 227, 215
 STYLE  WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
-CAPTION "Á¾ÀÌ"
+CAPTION "종이"
 FONT 9, "MS Shell Dlg"
 {
- LTEXT "Á¾ÀÌ Å©±â(&Z):", -1, 10, 6, 100, 8
+ LTEXT "종이 크기(&Z):", -1, 10, 6, 100, 8
  LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
 	 WS_TABSTOP
- GROUPBOX "¹æÇâ", -1, 10, 80, 200, 50
- CONTROL "¼¼·Î(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
+ GROUPBOX "ë°©í–¥", -1, 10, 80, 200, 50
+ CONTROL "세로(&P)", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
 	WS_TABSTOP, 20, 90, 60, 10
- CONTROL "°¡·Î(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
+ CONTROL "가로(&L)", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
 	 20, 110, 60, 10
- LTEXT "¾ç¹æÇâ Åë½Å:", IDD_DUPLEX_NAME, 10, 140, 100, 8
+ LTEXT "양방향 통신:", IDD_DUPLEX_NAME, 10, 140, 100, 8
  COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
         WS_TABSTOP
 }




More information about the wine-cvs mailing list