winealsa: Pulse knows handle_underrun only since 2010-07-09.
[wine/multimedia.git] / programs / winhlp32 / Uk.rc
blob22d55d56943dbe129923b95c52a4c09329e74167
1 /*
2  * Help Viewer
3  *
4  * Copyright 1996 Ulrich Schmid
5  * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr>
6  *
7  * Ukrainian language support
8  *
9  * Copyright (C) 2010 Igor Paliychuk
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19  * Lesser General Public License for more details.
20  *
21  * You should have received a copy of the GNU Lesser General Public
22  * License along with this library; if not, write to the Free Software
23  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
24  */
26 #include "winhelp_res.h"
28 /* UTF-8 */
29 #pragma code_page(65001)
31 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
33 IDD_INDEX DIALOG 0, 0, 200, 190
34 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
35 FONT 8, "MS Shell Dlg"
36 CAPTION "Вказівник"
38     LISTBOX IDC_INDEXLIST, 10, 10, 180, 150, LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_BORDER
41 IDD_SEARCH DIALOG 0, 0, 200, 190
42 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
43 FONT 8, "MS Shell Dlg"
44 CAPTION "Пошук"
46     LTEXT  "Ще не впроваджено", -1, 10, 10, 180, 150