winhelp: Update Polish translation.
[wine/winhttp.git] / programs / winhelp / Pl.rc
blobbc74dc2a970fc5ec6b62ae43df28c179e22d0c66
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  * Copyright 2004 Piotr Caban
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
23 /* Menu */
25 MAIN_MENU MENU LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
27  POPUP "&Plik" {
28   MENUITEM "&Otwórz", MNID_FILE_OPEN
29   MENUITEM SEPARATOR
30   MENUITEM "&Drukuj", MNID_FILE_PRINT
31   MENUITEM "&Ustawienia drukarki...", MNID_FILE_SETUP
32    MENUITEM SEPARATOR
33   MENUITEM "&Wyjœcie", MNID_FILE_EXIT
34  }
35  POPUP "&Edycja" {
36    MENUITEM "&Kopiuj...", MNID_EDIT_COPYDLG
37    MENUITEM SEPARATOR
38    MENUITEM "&Skomentuj...", MNID_EDIT_ANNOTATE
39  }
40  POPUP "&Zak³adka" {
41    MENUITEM "&Zdefiniuj...", MNID_BKMK_DEFINE
42  }
43  POPUP "Pomo&c" {
44    MENUITEM "&Pomoc", MNID_HELP_HELPON
45    MENUITEM "&Zawsze na wierzchu", MNID_HELP_HELPTOP
46    MENUITEM SEPARATOR
47    MENUITEM "&O programie...", MNID_HELP_ABOUT
48 #ifdef WINELIB
49    MENUITEM "&O programie WINE", MNID_HELP_WINE
50 #endif
51  }
54 IDD_INDEX DIALOG DISCARDABLE 0, 0, 200, 190 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
55 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
56 FONT 8, "MS Shell Dlg"
57 CAPTION "Indeks"
59     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
60     PUSHBUTTON "&OK", IDOK, 40, 170, 50, 12
61     PUSHBUTTON "&Anuluj", IDCANCEL, 120, 170, 50, 12
64 /* Strings */
65 STRINGTABLE DISCARDABLE LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
67 STID_WINE_HELP,         "WINE - Pomoc"
68 STID_WHERROR,           "B£¥D"
69 STID_WARNING,           "OSTRZE¯ENIE"
70 STID_INFO,              "Informacja"
71 STID_NOT_IMPLEMENTED,   "Nie zaimplementowane"
72 STID_HLPFILE_ERROR_s,   "B³¹d w trakcie odczytu pliku pomocy `%s'"
73 STID_CONTENTS,          "&Zawartoœæ"
74 STID_SEARCH,            "&Szukaj"
75 STID_BACK,              "&Wstecz"
76 STID_HISTORY,           "&Historia"
77 STID_TOPICS,            "&Tematy"
78 STID_ALL_FILES,         "Wszystkie pliki (*.*)"
79 STID_HELP_FILES_HLP,    "Pliki pomocy (*.hlp)"
80 STID_FILE_NOT_FOUND_s   "Cannot find '%s'. Do you want to find this file yourself?"