* Sync with recent trunk (r52637).
[reactos.git] / base / system / runonce / lang / pl-PL.rc
1 /*
2 * translated by Caemyr - Olaf Siejka (May, 2011)
3 * Use ReactOS forum PM or IRC to contact me
4 * http://www.reactos.org
5 * IRC: irc.freenode.net #reactos-pl;
6 * UTF-8 conversion by Caemyr (May, 2011)
7 */
8
9 LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
10
11
12 IDD_RUNONCE_DLG DIALOG DISCARDABLE 0, 0, 239, 170
13 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
14 CAPTION "Program konfiguracyjny ReactOS"
15 FONT 8, "MS Shell Dlg"
16 BEGIN
17 LTEXT "ReactOS w tej chwili konfiguruje poniższe moduły:", -1, 38, 8, 196, 18
18 LISTBOX IDC_COMP_LIST, 36, 32, 197, 131, LBS_OWNERDRAWVARIABLE | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
19 ICON IDI_ICON, -1, 5, 6, 21, 20
20 END