inetcpl.cpl: New Korean resource.

This commit is contained in:
Hwang YunSong 2010-09-16 17:34:21 +09:00 committed by Alexandre Julliard
parent aea961c156
commit c6f876f4a6
2 changed files with 34 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RC_SRCS = \
cpl_En.rc \
cpl_Fr.rc \
cpl_It.rc \
cpl_Ko.rc \
inetcpl.rc
SVG_SRCS = \

View File

@ -0,0 +1,33 @@
/*
* Internet control panel applet
*
* Copyright 2010 Detlef Riekenberg
* Copyright 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
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*
*/
#include "inetcpl.h"
#pragma code_page(65001)
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "인터넷 설정"
IDS_CPL_INFO "Wine 인터넷 브라우저와 관련 설정 처리"
END