mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
72ad0fe70b
- Added translations for cmdutils (at, clip, comp, eventcreate, mode, taskkill, wmic) and zipfldr. - Updated translations for cmdutils (reg), drwtsn32, mmc, eventvwr, shell32 and cpl applets (console, input).
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 "ReactOS Management Console - 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 "ReactOS Management Console - i&nformacje", IDM_HELP_ABOUT
|
|
END
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS Management Console"
|
|
IDS_CONSOLETITLE "Konsola%1!u!"
|
|
END
|