mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
09dde2cff9
To harmonize, to save some bytes, and last but not least for security reasons. This can be understood as an addendum to (#2619).
25 lines
763 B
Text
25 lines
763 B
Text
/*
|
|
* Translated by Caemyr - Olaf Siejka (Dec,2007)
|
|
* Use ReactOS forum PM or IRC to contact me
|
|
* https://reactos.org
|
|
* IRC: irc.freenode.net #reactos-pl;
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
|
|
DLG_SCRNSAVECONFIGURE DIALOGEX 0, 0, 245, 40
|
|
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Ustawienia wygaszacza ekranu Tekst 3d"
|
|
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
|
BEGIN
|
|
DEFPUSHBUTTON "OK", IDOK, 175, 4, 65, 14
|
|
PUSHBUTTON "Anuluj", IDCANCEL, 175, 21, 65, 14
|
|
EDITTEXT IDC_MESSAGE_TEXT, 6, 21, 160, 14, ES_AUTOHSCROLL
|
|
LTEXT "Własny tekst", IDC_STATIC, 7, 7, 120, 8
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_DESCRIPTION "Wygaszacz ekranu Tekst 3d"
|
|
END
|