Hwang YunSong : oleaut32: Update Korean resource.

Alexandre Julliard julliard at winehq.org
Fri Dec 31 11:01:05 CST 2010


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

Author: Hwang YunSong <hys545 at dreamwiz.com>
Date:   Fri Dec 31 10:55:33 2010 +0900

oleaut32: Update Korean resource.

---

 dlls/oleaut32/oleaut32_Ko.rc |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/dlls/oleaut32/oleaut32_Ko.rc b/dlls/oleaut32/oleaut32_Ko.rc
index a91be61..318a8c5 100644
--- a/dlls/oleaut32/oleaut32_Ko.rc
+++ b/dlls/oleaut32/oleaut32_Ko.rc
@@ -1,8 +1,8 @@
 /*
  * Korean resources for oleaut32
  *
- * 
- *Copyright 2005 YunSong Hwang(hys545 at dreamwiz.com)
+ * Copyright 2005,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
  * License as published by the Free Software Foundation; either
@@ -20,14 +20,16 @@
 
 #include "resource.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
 
 STRINGTABLE
 {
-  IDS_TRUE  "Áø½Ç"
-  IDS_FALSE "°ÅÁþ"
-  IDS_YES   "¿¹"
-  IDS_NO    "¾Æ´Ï¿À"
-  IDS_ON    "ÀÛµ¿"
-  IDS_OFF   "ºñÀÛµ¿"
+  IDS_TRUE  "진실"
+  IDS_FALSE "거짓"
+  IDS_YES   "예"
+  IDS_NO    "아니오"
+  IDS_ON    "작동"
+  IDS_OFF   "비작동"
 }




More information about the wine-cvs mailing list