reactos/base/applications/screensavers/3dtext/lang/uk-UA.rc
Tibor Lajos Füzi f010059e63
[3DTEXT] Rearrange settings dialog window to look nicer (#4263)
The settings for the 3d text screensaver was unnecessarily big.
2022-01-27 20:12:25 +09:00

26 lines
851 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* PROJECT: OpenGL 3DText ScreenSaver
* LICENSE: Public Domain
* FILE: base/applications/screensavers/3dtext/lang/uk-UA.rc
* PURPOSE: Ukraianian Language File for OpenGL 3DText ScreenSaver
* TRANSLATOR: Artem Reznikov
*/
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
DLG_SCRNSAVECONFIGURE DIALOGEX 0, 0, 245, 40
STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Параметры заставки ""Об'ємний текст"""
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK", IDOK, 175, 4, 65, 14
PUSHBUTTON "Скасувати", IDCANCEL, 175, 21, 65, 14
EDITTEXT IDC_MESSAGE_TEXT, 6, 21, 160, 14, ES_AUTOHSCROLL
LTEXT "Текст", IDC_STATIC, 7, 7, 120, 8
END
STRINGTABLE
BEGIN
IDS_DESCRIPTION "Заставка ""Об'ємний текст"""
END