2005-11-14 12:27:36 +01:00
|
|
|
|
/*
|
|
|
|
|
* Uninstaller (Korean Resources)
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2005 Jonathan Ernst
|
|
|
|
|
* Copyright 2005 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
|
|
|
|
|
|
|
|
|
|
IDD_UNINSTALLER DIALOG DISCARDABLE 0, 0, 330, 160
|
|
|
|
|
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
|
|
|
|
|
CAPTION "Wine Ǯ<><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD>"
|
|
|
|
|
FONT 10, "MS Sans Serif"
|
|
|
|
|
BEGIN
|
2005-11-15 13:06:12 +01:00
|
|
|
|
LTEXT "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ν<EFBFBD><CEBD><EFBFBD><EFBFBD>ϰ<EFBFBD> <20><><EFBFBD><EFBFBD> Ǯ<><EFBFBD><D7B8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͻÿ<CFBD>:",IDC_PLEASESELECT,10,10,250,14
|
2005-11-14 12:27:36 +01:00
|
|
|
|
EDITTEXT IDC_FILTER,10,25,250,14,ES_AUTOHSCROLL
|
|
|
|
|
LISTBOX IDC_LIST,10,43,250,106,LBS_NOINTEGRALHEIGHT |
|
|
|
|
|
LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
|
|
|
|
|
PUSHBUTTON "<22><><EFBFBD><EFBFBD>(&U)",IDC_UNINSTALL,270,48,50,14
|
|
|
|
|
PUSHBUTTON "<22><><EFBFBD><EFBFBD>(&A)",IDC_ABOUT,270,65,50,14
|
|
|
|
|
PUSHBUTTON "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(&E)",IDC_EXIT,270,81,50,14
|
|
|
|
|
END
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE {
|
|
|
|
|
IDS_APPNAME, "Wine Application <20><><EFBFBD><EFBFBD><EFBFBD>ϱ<EFBFBD>"
|
|
|
|
|
IDS_ABOUT, "Wine Application Uninstaller (C) 2005 by Andreas Mohr, Hannu Valtonen and Jonathan Ernst."
|
|
|
|
|
IDS_ABOUTTITLE, " Uninstaller <20><><EFBFBD><EFBFBD>"
|
2005-11-15 13:06:12 +01:00
|
|
|
|
IDS_REGISTRYKEYNOTAVAILABLE, "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʈ<EFBFBD><C6AE> Ű <20><><EFBFBD>ν<EFBFBD><CEBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>, <20>ƹ<EFBFBD><C6B9>ϵ<EFBFBD> <20><><EFBFBD><EFBFBD> <20>̴ϴ<CCB4>!"
|
|
|
|
|
IDS_UNINSTALLFAILED, "<22><><EFBFBD>ν<EFBFBD><CEBD><EFBFBD> <20><><EFBFBD><EFBFBD> '%s' <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD>డ<EFBFBD><E0B0A1><EFBFBD>Ѱ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>.\r\n<><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ν<EFBFBD><CEBD><EFBFBD> <20><><EFBFBD><EFBFBD>Ű<EFBFBD><C5B0> <20><><EFBFBD><EFBFBD><EFBFBD>ϰڽ<CFB0><DABD>ϱ<EFBFBD> ?"
|
2005-11-14 12:27:36 +01:00
|
|
|
|
}
|