mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
20 lines
438 B
Plaintext
20 lines
438 B
Plaintext
/*
|
|
* Translated by Caemyr - Olaf Siejka (Apr, 2008)
|
|
* Use ReactOS forum PM or IRC to contact me
|
|
* http://www.reactos.org
|
|
* IRC: irc.freenode.net #reactos-pl
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&Ustawienia...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Wyjście", ID_EXIT
|
|
END
|
|
END
|