Merge PR #283 "[USBPORT] Transaction Translator (TT) support bringup"
[reactos.git] / 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 "&Nowa\tCtrl+N", IDM_FILE_NEW
15 MENUITEM "&Otwórz...\tCtrl+O", IDM_FILE_OPEN
16 MENUITEM SEPARATOR
17 MENUITEM "Za&kończ\tAlt+F4", IDM_FILE_EXIT
18 END
19 POPUP "Pomo&c"
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 "&Nowa\tCtrl+N", IDM_FILE_NEW
30 MENUITEM "&Otwórz...\tCtrl+O", IDM_FILE_OPEN
31 MENUITEM "&Zapisz", IDM_FILE_SAVE
32 MENUITEM "Z&apisz jako...", IDM_FILE_SAVEAS
33 MENUITEM SEPARATOR
34 MENUITEM "Za&kończ\tAlt+F4", IDM_FILE_EXIT
35 END
36 POPUP "&Okno"
37 BEGIN
38 MENUITEM "Lista", IDM_WINDOWS_LIST
39 END
40 POPUP "Pomo&c"
41 BEGIN
42 MENUITEM "Konsola zarządzania ReactOS - i&nformacje", IDM_HELP_ABOUT
43 END
44 END
45
46 STRINGTABLE
47 BEGIN
48 IDS_APPTITLE "Konsola zarządzania ReactOS"
49 IDS_CONSOLETITLE "Konsola%1!u!"
50 END