Module: wine Branch: stable Commit: 5d57b32918e41045750cbd52a14a7f654f719548 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5d57b32918e41045750cbd52a1...
Author: Hwang YunSong hys545@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@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 "비작동" }