1/*
2 *    Translated by Caemyr - Olaf Siejka (Apr, 2008)
3 *    Use ReactOS forum PM or IRC to contact me
4 *    https://reactos.org
5 *    IRC: irc.freenode.net #reactos-pl
6 *    UTF-8 conversion by Caemyr (May, 2011)
7 */
8
9LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
10
11IDR_POPUP MENU
12BEGIN
13    POPUP "popup"
14    BEGIN
15        MENUITEM "&Ustawienia...", ID_PREFERENCES
16        MENUITEM SEPARATOR
17        MENUITEM "&Wyjście", ID_EXIT
18    END
19END
20