msg711.acm: Constify some variables.
[wine/testsucceed.git] / programs / wordpad / Pl.rc
blob3f0bf06ff21eb342171ae0472957576199fca4e2
1 /*
2  * Copyright 2004 by Krzysztof Foltman
3  * Copyright 2006 by Mikolaj Zalewski
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18  */
20 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
22 MAINMENU MENU DISCARDABLE
23 BEGIN
24     POPUP "&Plik"
25     BEGIN
26         MENUITEM "&Nowy\tCtrl+N",          ID_FILE_NEW
27         MENUITEM "&Otwórz\tCtrl+O",         ID_FILE_OPEN
28         MENUITEM "&Zapisz\tCtrl+S",         ID_FILE_SAVE
29         MENUITEM SEPARATOR
30         MENUITEM "Za&koñcz",         ID_FILE_EXIT
31     END
32     POPUP "&Edycja"
33     BEGIN
34         MENUITEM "&Cofnij\tCtrl+Z",               ID_EDIT_UNDO
35         MENUITEM "&Powtórz\tCtrl+Y",               ID_EDIT_REDO
36         MENUITEM "&Zaznacz wszystko\tCtrl+A",         ID_EDIT_SELECTALL
37         MENUITEM SEPARATOR
38         MENUITEM "Wy&tnij\tCtrl+X",                ID_EDIT_CUT
39         MENUITEM "&Kopiuj\tCtrl+C",               ID_EDIT_COPY
40         MENUITEM SEPARATOR
41         MENUITEM "Tylko do &odczytu",                  ID_EDIT_READONLY
42         MENUITEM "&Zmodifykowany",                   ID_EDIT_MODIFIED
43         MENUITEM SEPARATOR
44         POPUP "&Dodatki"
45         BEGIN
46             MENUITEM "Zaznaczenie - &info",             ID_EDIT_SELECTIONINFO
47             MENUITEM "&Format znaków",           ID_EDIT_CHARFORMAT
48             MENUITEM "&Standardowy format znaków",           ID_EDIT_DEFCHARFORMAT
49             MENUITEM "Format aka&pitu",           ID_EDIT_PARAFORMAT
50             MENUITEM "&Pobie¿ tekst",                   ID_EDIT_GETTEXT
51         END
52     END
53     POPUP "F&ormat"
54     BEGIN
55         POPUP "&T³o"
56         BEGIN
57             MENUITEM "&System\tCtrl+1",         ID_BACK_1
58             MENUITEM "&PostThat (¿ó³ty)\tCtrl+2",           ID_BACK_2
59         END
60         POPUP "&Wyrównanie"
61         BEGIN
62             MENUITEM "Do &lewej\tCtrl+L",         ID_ALIGN_LEFT
63             MENUITEM "&Wyœrodkowanie\tCtrl+E",       ID_ALIGN_CENTER
64             MENUITEM "Do &Prawej\tCtrl+R",        ID_ALIGN_RIGHT
65         END
66     END
67 END