From f08b1df355716086912b01c9c32307805a0c9221 Mon Sep 17 00:00:00 2001 From: Hwang YunSong Date: Fri, 31 Dec 2010 10:55:33 +0900 Subject: [PATCH] oleaut32: Update Korean resource. --- dlls/oleaut32/oleaut32_Ko.rc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/dlls/oleaut32/oleaut32_Ko.rc b/dlls/oleaut32/oleaut32_Ko.rc index a91be617321..318a8c58d31 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 { - IDS_TRUE "Áø½Ç" - IDS_FALSE "°ÅÁþ" - IDS_YES "¿¹" - IDS_NO "¾Æ´Ï¿À" - IDS_ON "ÀÛµ¿" - IDS_OFF "ºñÀÛµ¿" + IDS_TRUE "진실" + IDS_FALSE "거짓" + IDS_YES "예" + IDS_NO "아니오" + IDS_ON "작동" + IDS_OFF "비작동" } -- 2.11.4.GIT