[INETCPL]
[reactos.git] / reactos / dll / cpl / inetcpl / lang / uk-UA.rc
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 */
22
23 /* UTF-8 */
24 #pragma code_page(65001)
25
26 LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
27
28 STRINGTABLE
29 BEGIN
30 IDS_CPL_NAME "Internet Settings"
31 IDS_CPL_INFO "Configure Wine Internet Browser and related settings"
32 IDS_SEC_SETTINGS "Security settings for zone: "
33 IDS_SEC_LEVEL0 "Custom"
34 IDS_SEC_LEVEL1 "Very Low"
35 IDS_SEC_LEVEL2 "Low"
36 IDS_SEC_LEVEL3 "Medium"
37 IDS_SEC_LEVEL4 "Increased"
38 IDS_SEC_LEVEL5 "High"
39 END
40
41 /* "General" propsheet */
42 IDD_GENERAL DIALOG 0, 0, 320, 220
43 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
44 FONT 8, "MS Shell Dlg"
45 CAPTION "Загальні"
46 BEGIN
47
48 GROUPBOX "Домашня сторінка ", IDC_STATIC, 4, 4, 312, 56
49 LTEXT "Ви можете вказати адресу, що буде використана як домашня сторінка.",
50 IDC_STATIC, 10, 14, 300, 10
51 EDITTEXT IDC_HOME_EDIT, 10, 26, 300, 12, WS_VISIBLE | ES_AUTOHSCROLL
52 PUSHBUTTON "&Поточна сторінка", IDC_HOME_CURRENT, 58, 42, 80, 14
53 PUSHBUTTON "&За замовчуванням", IDC_HOME_DEFAULT, 144, 42, 80, 14
54 PUSHBUTTON "По&рожня сторінка", IDC_HOME_BLANK, 230, 42, 80, 14
55 GROUPBOX "Browsing history", IDC_STATIC, 4, 66, 312, 42
56 LTEXT "You can delete cached pages, cookies and other data.",
57 IDC_STATIC, 10, 76, 300, 10
58 PUSHBUTTON "Delete &files...", IDC_HISTORY_DELETE, 144, 90, 80, 14
59 PUSHBUTTON "&Settings...", IDC_HISTORY_SETTINGS, 230, 90, 80, 14
60
61 END
62
63 /* "Delete browsing history" dialog */
64 IDD_DELETE_HISTORY DIALOG 0, 0, 250, 250
65 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
66 FONT 8, "MS Shell Dlg"
67 CAPTION "Delete browsing history"
68 BEGIN
69
70 AUTOCHECKBOX "Temporary internet files\nCached copies of web pages, images and certificates.",
71 IDC_DELETE_TEMP_FILES, 10, 8, 230, 40, BS_TOP | BS_MULTILINE
72 AUTOCHECKBOX "Cookies\nFiles saved on your computer by websites, which store things like user preferences and login information.",
73 IDC_DELETE_COOKIES, 10, 48, 230, 40, BS_TOP | BS_MULTILINE
74 AUTOCHECKBOX "History\nList of websites you have accessed.",
75 IDC_DELETE_HISTORY, 10, 88, 230, 40, BS_TOP | BS_MULTILINE
76 AUTOCHECKBOX "Form data\nUsernames and other information you have entered into forms.",
77 IDC_DELETE_FORM_DATA, 10, 128, 230, 40, BS_TOP | BS_MULTILINE
78 AUTOCHECKBOX "Passwords\nSaved passwords you have entered into forms.",
79 IDC_DELETE_PASSWORDS, 10, 168, 230, 40, BS_TOP | BS_MULTILINE
80 DEFPUSHBUTTON "Cancel", IDCANCEL, 185, 230, 60, 15, WS_GROUP
81 PUSHBUTTON "Delete", IDOK, 120, 230, 60, 15, WS_GROUP
82
83 END
84
85 /* "Security" propsheet */
86 IDD_SECURITY DIALOG 0, 0, 320, 220
87 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
88 FONT 8, "MS Shell Dlg"
89 CAPTION "Security"
90 BEGIN
91
92 CONTROL "", IDC_SEC_LISTVIEW, "SysListView32",
93 LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,
94 4, 4, 312, 58
95 LTEXT "", IDC_SEC_ZONE_INFO, 4, 68, 312, 20
96 GROUPBOX "", IDC_SEC_GROUP, 4, 88, 312, 126
97 CONTROL "", IDC_SEC_TRACKBAR, "msctls_trackbar32",
98 TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98, 32, 100
99 LTEXT "", IDC_SEC_LEVEL, 48, 102, 180, 12
100 LTEXT "", IDC_SEC_LEVEL_INFO, 48, 114, 260, 80
101 END
102
103 /* "Content" propsheet */
104 IDD_CONTENT DIALOG 0, 0, 320, 220
105 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
106 FONT 8, "MS Shell Dlg"
107 CAPTION "Вміст"
108 BEGIN
109
110 GROUPBOX "Сертифікати ", IDC_STATIC, 4, 4, 312, 50
111 LTEXT "Сертифікати використовуються для вашої ідентифікації та для ідентифікації органів сертифікації та видавців.",
112 IDC_STATIC, 58, 14, 252, 18
113 PUSHBUTTON "Сертифікати...", IDC_CERT, 146, 34, 80, 14
114 PUSHBUTTON "Видавці...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
115
116 END