configure: Make the font warning more explicit about what package is missing.
[wine/multimedia.git] / programs / uninstaller / Ko.rc
blobede8a22a0ac7ebae5f6e3ddb04897fd6ea091f3b
1 /*
2  * Uninstaller (Korean Resources)
3  *
4  * Copyright 2005 Jonathan Ernst
5  * Copyright 2005 YunSong Hwang
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
24 IDD_UNINSTALLER DIALOG DISCARDABLE  0, 0, 330, 160
25 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
26 CAPTION "Wine Ç®±×¸² Á¦°ÅÇϱâ"
27 FONT 10, "MS Sans Serif"
28 BEGIN
29     LTEXT           "´ç½ÅÀÌ ¾ðÀνºÅçÇÏ°í ½ÍÀº Ç®±×¸²À» ¼±ÅÃÇϽÿÀ:",IDC_PLEASESELECT,10,10,250,14
30     EDITTEXT        IDC_FILTER,10,25,250,14,ES_AUTOHSCROLL
31     LISTBOX         IDC_LIST,10,43,250,106,LBS_NOINTEGRALHEIGHT | 
32                     LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP
33     PUSHBUTTON      "Á¦°Å(&U)",IDC_UNINSTALL,270,48,50,14
34     PUSHBUTTON      "Á¤º¸(&A)",IDC_ABOUT,270,65,50,14
35     PUSHBUTTON      "³ª°¡±â(&E)",IDC_EXIT,270,81,50,14
36 END
39 STRINGTABLE DISCARDABLE {
40      IDS_APPNAME, "Wine Application Á¦°ÅÇϱâ"
41      IDS_ABOUT, "Wine Application Uninstaller (C) 2005 by Andreas Mohr, Hannu Valtonen and Jonathan Ernst."
42      IDS_ABOUTTITLE, " Uninstaller Á¤º¸"
43      IDS_REGISTRYKEYNOTAVAILABLE, "·¹Áö½ºÆ®¸® Å° ¾ðÀνºÅçÀº ¾ÆÁ÷ °¡´ÉÇÏÁö ¾Ê½À´Ï´Ù, ¾Æ¹«Àϵµ ¾ÈÇÒ °Ì´Ï´Ù!"
44      IDS_UNINSTALLFAILED, "¾ðÀνºÅç ¸í·É '%s' ½ÇÇà ½ÇÆÐ,  ½ÇÇà°¡´ÉÇÑ°Ô ºüÁø°Ô ¿øÀΠ°°½À´Ï´Ù.\r\n´ç½ÅÀº ·¹Áö½ºÆ®¸®¿¡¼­ ¾ðÀνºÅç µî·ÏÅ°¸¦ Á¦°ÅÇÏ°Ú½À´Ï±î ?"