2007-10-19 23:21:45 +00:00
|
|
|
/*
|
2013-11-28 22:04:03 +00:00
|
|
|
* Translated by xrogers
|
|
|
|
* xxrogers@users.sourceforge.net
|
|
|
|
* https://sourceforge.net/projects/reactospl
|
|
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
2011-05-21 16:24:21 +00:00
|
|
|
*/
|
2007-07-08 19:15:50 +00:00
|
|
|
|
2007-07-09 14:45:32 +00:00
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
2007-07-08 19:15:50 +00:00
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
IDM_CONSOLE_SMALL MENU
|
2007-07-08 19:15:50 +00:00
|
|
|
BEGIN
|
|
|
|
POPUP "Pl&ik"
|
|
|
|
BEGIN
|
2016-09-14 20:38:53 +00:00
|
|
|
MENUITEM "&Nowa\tCtrl+N", IDM_FILE_NEW
|
|
|
|
MENUITEM "&Otwórz...\tCtrl+O", IDM_FILE_OPEN
|
2007-07-08 19:15:50 +00:00
|
|
|
MENUITEM SEPARATOR
|
2013-08-25 21:43:46 +00:00
|
|
|
MENUITEM "Za&kończ\tAlt+F4", IDM_FILE_EXIT
|
2007-07-08 19:15:50 +00:00
|
|
|
END
|
2015-08-09 07:28:19 +00:00
|
|
|
POPUP "Pomo&c"
|
2007-07-08 19:15:50 +00:00
|
|
|
BEGIN
|
[TRANSLATION] Polish translation update (#554)
- 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).
2018-05-19 11:17:49 +00:00
|
|
|
MENUITEM "ReactOS Management Console - i&nformacje", IDM_HELP_ABOUT
|
2013-08-25 21:43:46 +00:00
|
|
|
END
|
|
|
|
END
|
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
IDM_CONSOLE_LARGE MENU
|
2013-08-25 21:43:46 +00:00
|
|
|
BEGIN
|
|
|
|
POPUP "Pl&ik"
|
|
|
|
BEGIN
|
2016-09-14 20:38:53 +00:00
|
|
|
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
|
2013-08-25 21:43:46 +00:00
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Za&kończ\tAlt+F4", IDM_FILE_EXIT
|
|
|
|
END
|
2015-08-09 07:28:19 +00:00
|
|
|
POPUP "&Okno"
|
2013-08-25 21:43:46 +00:00
|
|
|
BEGIN
|
2015-08-09 07:28:19 +00:00
|
|
|
MENUITEM "Lista", IDM_WINDOWS_LIST
|
2013-08-25 21:43:46 +00:00
|
|
|
END
|
2015-08-09 07:28:19 +00:00
|
|
|
POPUP "Pomo&c"
|
2013-08-25 21:43:46 +00:00
|
|
|
BEGIN
|
[TRANSLATION] Polish translation update (#554)
- 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).
2018-05-19 11:17:49 +00:00
|
|
|
MENUITEM "ReactOS Management Console - i&nformacje", IDM_HELP_ABOUT
|
2007-07-08 19:15:50 +00:00
|
|
|
END
|
|
|
|
END
|
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2007-07-08 19:15:50 +00:00
|
|
|
BEGIN
|
[TRANSLATION] Polish translation update (#554)
- 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).
2018-05-19 11:17:49 +00:00
|
|
|
IDS_APPTITLE "ReactOS Management Console"
|
2007-07-08 19:15:50 +00:00
|
|
|
IDS_CONSOLETITLE "Konsola%1!u!"
|
|
|
|
END
|