Module: wine Branch: stable Commit: 053ff533bf39c6807056bbac38b1801aa8518807 URL: http://source.winehq.org/git/wine.git/?a=commit;h=053ff533bf39c6807056bbac38...
Author: Hwang YunSong hys545@dreamwiz.com Date: Fri Dec 24 11:41:04 2010 +0900
localspl: Update Korean resource. (cherry picked from commit 0ac0955a98a6bd1f45f0309d9bfd3a9b06a9de81)
---
dlls/localspl/spl_Ko.rc | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dlls/localspl/spl_Ko.rc b/dlls/localspl/spl_Ko.rc index 86db867..cbd14bb 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 DISCARDABLE { - IDS_LOCALPORT "���� ��Ʈ" - IDS_LOCALMONITOR "���� �����" + IDS_LOCALPORT "지역 포트" + IDS_LOCALMONITOR "지역 모니터" }