* Remove deprecated resource file loading and memory attributes (http://msdn.microsof...
[reactos.git] / reactos / base / applications / mmc / lang / pl-PL.rc
1 /*
2 * translated by xrogers
3 * xxrogers@users.sourceforge.net
4 * https://sourceforge.net/projects/reactospl
5 * UTF-8 conversion by Caemyr (May, 2011)
6 */
7
8 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
9
10 IDM_CONSOLE_SMALL MENU
11 BEGIN
12 POPUP "Pl&ik"
13 BEGIN
14 MENUITEM "New\tStrg+N", IDM_FILE_NEW
15 MENUITEM SEPARATOR
16 MENUITEM "Za&kończ\tAlt+F4", IDM_FILE_EXIT
17 END
18
19 POPUP "&Pomoc"
20 BEGIN
21 MENUITEM "Konsola Zarządzania ReactOS - i&nformacje...", IDM_HELP_ABOUT
22 END
23 END
24
25 IDM_CONSOLE_LARGE MENU
26 BEGIN
27 POPUP "Pl&ik"
28 BEGIN
29 MENUITEM "New\tStrg+N", IDM_FILE_NEW
30 MENUITEM SEPARATOR
31 MENUITEM "Za&kończ\tAlt+F4", IDM_FILE_EXIT
32 END
33
34 POPUP "&Windows"
35 BEGIN
36 MENUITEM "List", IDM_WINDOWS_LIST
37 END
38
39 POPUP "&Pomoc"
40 BEGIN
41 MENUITEM "Konsola Zarządzania ReactOS - i&nformacje...", IDM_HELP_ABOUT
42 END
43 END
44
45 STRINGTABLE
46 BEGIN
47 IDS_APPTITLE "Konsola Zarządzania ReactOS"
48 IDS_CONSOLETITLE "Konsola%1!u!"
49 END