Hwang YunSong : oleaut32: Update Korean resource.
Alexandre Julliard
julliard at winehq.org
Thu Apr 7 07:37:05 CDT 2011
Module: wine
Branch: stable
Commit: 5d57b32918e41045750cbd52a14a7f654f719548
URL: http://source.winehq.org/git/wine.git/?a=commit;h=5d57b32918e41045750cbd52a14a7f654f719548
Author: Hwang YunSong <hys545 at dreamwiz.com>
Date: Fri Dec 31 10:55:33 2010 +0900
oleaut32: Update Korean resource.
(cherry picked from commit f08b1df355716086912b01c9c32307805a0c9221)
---
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 5413805..e503d74 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 DISCARDABLE
{
- 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