push 955563f995be8b0942dbb757ceb5b3a4c8ccafbf
[wine/hacks.git] / programs / view / Pl.rc
blob3f3e93717b7d010f2147a503e75d5d4efdd6460a
1 /*
2  * View
3  * Polish Language Support
4  *
5  * Copyright 1998 Douglas Ridgway
6  * Copyright 2003 Marcelo Duarte
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 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
26  *
27  * Menu
28  *
29  */
31 VIEW MENU
32 BEGIN
33     POPUP "&Plik"
34     BEGIN
35         MENUITEM "&Otwórz...",                  IDM_OPEN
36         MENUITEM "&Zakoñcz",                       IDM_EXIT
37     END
38     POPUP "&Umieszczenie"
39     BEGIN
40       MENUITEM "Do&stosuj do rozmiaru okna",              IDM_SET_EXT_TO_WIN
41       MENUITEM SEPARATOR
42       MENUITEM "Przesuñ w &lewo",                               IDM_LEFT
43       MENUITEM "Przesuñ w &prawo",                      IDM_RIGHT
44       MENUITEM "Przesuñ w &górê",                               IDM_UP
45       MENUITEM "Przesuñ w &dó³",                                IDM_DOWN
46     END
47 END
51  *
52  * Accelerator
53  *
54  */
56 VIEW ACCELERATORS
57 BEGIN
58     "Q", IDM_EXIT, VIRTKEY, CONTROL
59 END
63  *
64  * String Table
65  *
66  */
68 STRINGTABLE DISCARDABLE
69 BEGIN
70     IDS_DESCRIPTION         "Podgl¹d plików WMF (Regular Metafile)"
71 END