- Update to trunk
[reactos.git] / dll / win32 / shdocvw / Pl.rc
1 /*
2 * Copyright 2010 £ukasz Wojni³owicz
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 #include "resource.h"
20
21
22 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
23
24 IDD_BROWSE_OPEN DIALOG 10, 10, 200, 70
25 STYLE DS_MODALFRAME | WS_CAPTION
26 CAPTION "Otwórz URL"
27 FONT 8, "MS Shell Dlg"
28 {
29 LTEXT "Podaj adres URL, który chcesz otworzyæ w Internet Explorerze",-1,25, 5, 150,15
30 LTEXT "Otwórz:", -1, 2, 32, 20, 15
31 EDITTEXT IDC_BROWSE_OPEN_URL, 25, 30, 160, 13
32 DEFPUSHBUTTON "&OK", IDOK, 25, 50, 50, 15
33 PUSHBUTTON "&Anuluj", IDCANCEL, 85, 50, 50, 15
34 }
35
36 IDR_BROWSE_MAIN_MENU MENU
37 {
38 POPUP "&Plik"
39 {
40 POPUP "&Nowe"
41 {
42 MENUITEM "&Okno" ID_BROWSE_NEW_WINDOW
43 }
44 MENUITEM "&Otwórz...", ID_BROWSE_OPEN
45 MENUITEM "&Zapisz", ID_BROWSE_SAVE
46 MENUITEM "Zapisz &jako...", ID_BROWSE_SAVE_AS
47 MENUITEM SEPARATOR
48 MENUITEM "Forma&t wydruku...", ID_BROWSE_PRINT_FORMAT
49 MENUITEM "&Drukuj...", ID_BROWSE_PRINT
50 MENUITEM "Podgl¹&d wydruku...", ID_BROWSE_PRINT_PREVIEW
51 MENUITEM SEPARATOR
52 MENUITEM "&W³a\9cciwo\9cci...", ID_BROWSE_PROPERTIES
53 MENUITEM "&Zamknij...", ID_BROWSE_QUIT
54 }
55 POPUP "&Widok"
56 {
57 POPUP "&Paski narzêdzi"
58 {
59 MENUITEM "Pasek &standardowy" ID_BROWSE_BAR_STD
60 MENUITEM "&Pasek adresu" ID_BROWSE_BAR_ADDR
61 }
62 }
63 POPUP "&Ulubione"
64 {
65 MENUITEM "&Dodaj do ulubionych..." ID_BROWSE_ADDFAV
66 MENUITEM SEPARATOR
67 }
68 POPUP "&Pomoc"
69 {
70 MENUITEM "&O Internet Explorer...", ID_BROWSE_ABOUT
71 }
72 }
73
74 STRINGTABLE
75 {
76 IDS_TB_BACK "Wstecz"
77 IDS_TB_FORWARD "Dalej"
78 IDS_TB_STOP "Zatrzymaj"
79 IDS_TB_REFRESH "Od\9cwierz"
80 IDS_TB_HOME "Strona g³ówna"
81 IDS_TB_PRINT "Drukuj"
82 }
83
84 STRINGTABLE
85 {
86 IDS_ADDRESS "Adres"
87 }