server: Fix connect failures on newer kernels.
[wine.git] / dlls / inetcpl.cpl / cpl_Uk.rc
blobe577d31337269c8e65f0da092253d5b0419f3376
1 /*
2  * Internet control panel applet
3  *
4  * Copyright 2010 Detlef Riekenberg
5  * Copyright 2010 Igor Paliychuk
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  *
21  */
23 #include "inetcpl.h"
25 /* UTF-8 */
26 #pragma code_page(65001)
28 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
30 /* "General" propsheet */
31 IDD_GENERAL DIALOG  0, 0, 320, 220
32 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
33 FONT 8, "MS Shell Dlg"
34 CAPTION "Загальні"
35 BEGIN
37     GROUPBOX    " Домашня сторінка ", IDC_STATIC, 4, 4, 312, 52
38     LTEXT       "Ви можете вказати адресу, що буде використана як домашня сторінка.",
39                 IDC_STATIC, 58, 12, 252, 10
40     EDITTEXT    IDC_HOME_EDIT, 58, 22, 252, 12, WS_VISIBLE | ES_AUTOHSCROLL
41     PUSHBUTTON  "&Поточна сторінка", IDC_HOME_CURRENT, 58, 36, 80, 14
42     PUSHBUTTON  "&За замовчуванням", IDC_HOME_DEFAULT, 144, 36, 80, 14
43     PUSHBUTTON  "По&рожня сторінка", IDC_HOME_BLANK, 230, 36, 80, 14
45 END
47 /* "Content" propsheet */
48 IDD_CONTENT DIALOG  0, 0, 320, 220
49 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
50 FONT 8, "MS Shell Dlg"
51 CAPTION "Вміст"
52 BEGIN
54     GROUPBOX    " Сертифікати ", IDC_STATIC, 4, 4, 312, 50
55     LTEXT       "Сертифікати використовуються для вашої ідентифікації та для ідентифікації органів сертифікації та видавців.",
56                 IDC_STATIC, 58, 14, 252, 18
57     PUSHBUTTON  "Сертифікати...", IDC_CERT, 146, 34, 80, 14
58     PUSHBUTTON  "Видавці...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
60 END