mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
/*
|
|
* Translated by xrogers
|
|
* xxrogers@users.sourceforge.net
|
|
* https://sourceforge.net/projects/reactospl
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
|
|
IDM_CONSOLE_SMALL MENU
|
|
BEGIN
|
|
POPUP "Pl&ik"
|
|
BEGIN
|
|
MENUITEM "Nowa\tCtrl+N", IDM_FILE_NEW
|
|
MENUITEM "Open\tStrg+O", IDM_FILE_OPEN
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Za&kończ\tAlt+F4", IDM_FILE_EXIT
|
|
END
|
|
POPUP "Pomo&c"
|
|
BEGIN
|
|
MENUITEM "Konsola Zarządzania ReactOS - i&nformacje...", IDM_HELP_ABOUT
|
|
END
|
|
END
|
|
|
|
IDM_CONSOLE_LARGE MENU
|
|
BEGIN
|
|
POPUP "Pl&ik"
|
|
BEGIN
|
|
MENUITEM "Nowa\tCtrl+N", IDM_FILE_NEW
|
|
MENUITEM "Open\tStrg+O", IDM_FILE_OPEN
|
|
MENUITEM "Save", IDM_FILE_SAVE
|
|
MENUITEM "Save as...", IDM_FILE_SAVEAS
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Za&kończ\tAlt+F4", IDM_FILE_EXIT
|
|
END
|
|
POPUP "&Okno"
|
|
BEGIN
|
|
MENUITEM "Lista", IDM_WINDOWS_LIST
|
|
END
|
|
POPUP "Pomo&c"
|
|
BEGIN
|
|
MENUITEM "Konsola Zarządzania ReactOS - i&nformacje...", IDM_HELP_ABOUT
|
|
END
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "Konsola Zarządzania ReactOS"
|
|
IDS_CONSOLETITLE "Konsola%1!u!"
|
|
END
|