winhelp: Removed the topics button, and forward search and topics to the same prop...
[wine] / programs / uninstaller / Pl.rc
1 /*
2  * Uninstaller (English Resources)
3  *
4  * Copyright 2005 Jonathan Ernst
5  * Copyright 2006 Mikolaj Zalewski
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  */
21
22 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
23
24 IDD_UNINSTALLER DIALOG DISCARDABLE  0, 0, 330, 160
25 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
26 CAPTION "Wine - usuwanie programów"
27 FONT 10, "MS Sans Serif"
28 BEGIN
29     LTEXT           "Proszê wybraæ program, których chcesz usun¹æ:",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      "&Usuñ",IDC_UNINSTALL,270,48,50,14
34     PUSHBUTTON      "&O progamie",IDC_ABOUT,270,65,50,14
35     PUSHBUTTON      "&Zakoñcz",IDC_EXIT,270,81,50,14
36 END
37
38
39 STRINGTABLE DISCARDABLE {
40      IDS_APPNAME, "Wine - usuwanie programów"
41      IDS_ABOUT, "Wine - usuwanie programów (C) 2005 by Andreas Mohr, Hannu Valtonen and Jonathan Ernst."
42      IDS_ABOUTTITLE, "O narzêdziu do usuwania programów"
43      IDS_REGISTRYKEYNOTAVAILABLE, "Nie ma (jeszcze) informacji o programach do usuniêcia w rejestrze. Nie ma nic do zrobienia!"
44      IDS_UNINSTALLFAILED, "Nie uda³o siê wykonaæ polecenia '%s', które powinno usun¹æ progam. Byæ mo¿e ju¿ by³ usuniêty.\r\nCzy chcesz usun¹æ jego wpis z tej listy?"
45 }