mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +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 "&Otwórz...\tCtrl+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 "&Otwórz...\tCtrl+O", IDM_FILE_OPEN
|
|
MENUITEM "&Zapisz", IDM_FILE_SAVE
|
|
MENUITEM "Z&apisz jako...", 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
|