Hwang YunSong : clock: Update Korean resource.

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


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

Author: Hwang YunSong <hys545 at dreamwiz.com>
Date:   Thu Dec 16 17:07:55 2010 +0900

clock: Update Korean resource.
(cherry picked from commit 7f9dfeb939a4c0d23759ba71d216829cb1af62c3)

---

 programs/clock/Ko.rc |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/programs/clock/Ko.rc b/programs/clock/Ko.rc
index 27d3910..fe432dc 100644
--- a/programs/clock/Ko.rc
+++ b/programs/clock/Ko.rc
@@ -4,6 +4,7 @@
  * Copyright 1998 Marcel Baur <mbaur at g26.ethz.ch>
  * Copyright 2002 Sylvain Petreolle <spetreolle at yahoo.fr>
  * Copyright 2004 Mike McCormack
+ * Copyright 2010 YunSong Hwang
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -22,29 +23,31 @@
 
 #include "clock_res.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
 MAIN_MENU MENU 
 {
- POPUP "µî·Ï Á¤º¸(&P)" {
-  MENUITEM "¾Æ³¯·Î±×(&L)", IDM_ANALOG
-  MENUITEM "µðÁöÅÐ(&T)", IDM_DIGITAL
+ POPUP "등록 정보(&P)" {
+  MENUITEM "아날로그(&L)", IDM_ANALOG
+  MENUITEM "디지털(&T)", IDM_DIGITAL
   MENUITEM SEPARATOR
-  MENUITEM "±Û²Ã(&F)...", IDM_FONT
+  MENUITEM "글꼴(&F)...", IDM_FONT
   MENUITEM SEPARATOR
-  MENUITEM "Á¦¸ñ Ç¥½Ã ¾ÈÇÔ (&W)", IDM_NOTITLE
+  MENUITEM "제목 표시 안함 (&W)", IDM_NOTITLE
   MENUITEM SEPARATOR
-  MENUITEM "ÃÊ(&S)", IDM_SECONDS
-  MENUITEM "³¯Â¥(&D)", IDM_DATE
+  MENUITEM "ì´ˆ(&S)", IDM_SECONDS
+  MENUITEM "날짜(&D)", IDM_DATE
   MENUITEM SEPARATOR
-  MENUITEM "Ç×»ó  ¾Õ¿¡ (&A)", IDM_ONTOP
+  MENUITEM "항상  앞에 (&A)", IDM_ONTOP
  }
- POPUP "Á¤º¸(&O)" {
-  MENUITEM "½Ã°è Á¤º¸(&A)...", IDM_ABOUT
+ POPUP "ì •ë³´(&O)" {
+  MENUITEM "시계 정보(&A)...", IDM_ABOUT
  }
 }
 
 STRINGTABLE DISCARDABLE
 {
-IDS_CLOCK, "½Ã°è"
+IDS_CLOCK, "시계"
 }




More information about the wine-cvs mailing list