From 0ac0955a98a6bd1f45f0309d9bfd3a9b06a9de81 Mon Sep 17 00:00:00 2001 From: Hwang YunSong Date: Fri, 24 Dec 2010 11:41:04 +0900 Subject: [PATCH] localspl: Update Korean resource. --- dlls/localspl/spl_Ko.rc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dlls/localspl/spl_Ko.rc b/dlls/localspl/spl_Ko.rc index 89c46c35026..e98d58614a8 100644 --- a/dlls/localspl/spl_Ko.rc +++ b/dlls/localspl/spl_Ko.rc @@ -1,9 +1,10 @@ + /* * Korean resources for localspl * * Copyright 2005 Huw Davies * Copyright 2006 Detlef Riekenberg - * Copyright 2006 YunSong Hwang + * Copyright 2006,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,10 +23,12 @@ #include "localspl_private.h" +#pragma code_page(65001) + LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT STRINGTABLE { - IDS_LOCALPORT " Ʈ" - IDS_LOCALMONITOR " " + IDS_LOCALPORT "지역 포트" + IDS_LOCALMONITOR "지역 모니터" }