Module: wine Branch: master Commit: 0ac0955a98a6bd1f45f0309d9bfd3a9b06a9de81 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ac0955a98a6bd1f45f0309d9b...
Author: Hwang YunSong hys545@dreamwiz.com Date: Fri Dec 24 11:41:04 2010 +0900
localspl: Update Korean resource.
---
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 89c46c3..e98d586 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 "지역 모니터" }