android: Update app-specific/MIME type icons
[LibreOffice.git] / cui / uiconfig / ui / hyperlinkinternetpage.ui
blob63978b8d03960638dc32d2f33cfbce12e02844f5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkBox" id="HyperlinkInternetPage">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="hexpand">True</property>
9 <property name="border_width">6</property>
10 <property name="orientation">vertical</property>
11 <property name="spacing">12</property>
12 <child>
13 <object class="GtkFrame" id="frame1">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 <property name="label_xalign">0</property>
17 <property name="shadow_type">none</property>
18 <child>
19 <!-- n-columns=1 n-rows=1 -->
20 <object class="GtkGrid" id="grid1">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="hexpand">True</property>
24 <property name="row_spacing">6</property>
25 <property name="column_spacing">12</property>
26 <property name="margin-start">12</property>
27 <property name="margin-top">6</property>
28 <child>
29 <!-- n-columns=1 n-rows=1 -->
30 <object class="GtkGrid" id="grid2">
31 <property name="visible">True</property>
32 <property name="can_focus">False</property>
33 <property name="hexpand">True</property>
34 <property name="row_spacing">6</property>
35 <property name="column_spacing">12</property>
36 <child>
37 <object class="GtkRadioButton" id="linktyp_internet">
38 <property name="label" translatable="yes" context="hyperlinkinternetpage|linktyp_internet">_Web</property>
39 <property name="visible">True</property>
40 <property name="can_focus">True</property>
41 <property name="receives_default">False</property>
42 <property name="use_underline">True</property>
43 <property name="active">True</property>
44 <property name="draw_indicator">True</property>
45 <child internal-child="accessible">
46 <object class="AtkObject" id="linktyp_internet-atkobject">
47 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|linktyp_internet">Creates an "http://" hyperlink.</property>
48 </object>
49 </child>
50 </object>
51 <packing>
52 <property name="left_attach">0</property>
53 <property name="top_attach">0</property>
54 </packing>
55 </child>
56 <child>
57 <object class="GtkRadioButton" id="linktyp_ftp">
58 <property name="label" translatable="yes" context="hyperlinkinternetpage|linktyp_ftp">_FTP</property>
59 <property name="visible">True</property>
60 <property name="can_focus">True</property>
61 <property name="receives_default">False</property>
62 <property name="use_underline">True</property>
63 <property name="draw_indicator">True</property>
64 <property name="group">linktyp_internet</property>
65 <child internal-child="accessible">
66 <object class="AtkObject" id="linktyp_ftp-atkobject">
67 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|linktyp_ftp">Creates an "FTP://" hyperlink.</property>
68 </object>
69 </child>
70 </object>
71 <packing>
72 <property name="left_attach">1</property>
73 <property name="top_attach">0</property>
74 </packing>
75 </child>
76 </object>
77 <packing>
78 <property name="left_attach">1</property>
79 <property name="top_attach">0</property>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkLabel" id="target_label">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="halign">start</property>
87 <property name="label" translatable="yes" context="hyperlinkinternetpage|target_label">_URL:</property>
88 <property name="use_underline">True</property>
89 <property name="mnemonic_widget">target</property>
90 <property name="xalign">0</property>
91 </object>
92 <packing>
93 <property name="left_attach">0</property>
94 <property name="top_attach">1</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkLabel" id="login_label">
99 <property name="visible">True</property>
100 <property name="can_focus">False</property>
101 <property name="halign">start</property>
102 <property name="label" translatable="yes" context="hyperlinkinternetpage|login_label">_Login name:</property>
103 <property name="use_underline">True</property>
104 <property name="mnemonic_widget">login</property>
105 <property name="xalign">0</property>
106 </object>
107 <packing>
108 <property name="left_attach">0</property>
109 <property name="top_attach">3</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkLabel" id="password_label">
114 <property name="visible">True</property>
115 <property name="can_focus">False</property>
116 <property name="halign">start</property>
117 <property name="label" translatable="yes" context="hyperlinkinternetpage|password_label">_Password:</property>
118 <property name="use_underline">True</property>
119 <property name="mnemonic_widget">password</property>
120 <property name="xalign">0</property>
121 </object>
122 <packing>
123 <property name="left_attach">0</property>
124 <property name="top_attach">4</property>
125 </packing>
126 </child>
127 <child>
128 <object class="GtkEntry" id="login">
129 <property name="visible">True</property>
130 <property name="can_focus">True</property>
131 <property name="hexpand">True</property>
132 <property name="activates_default">True</property>
133 <property name="truncate-multiline">True</property>
134 <child internal-child="accessible">
135 <object class="AtkObject" id="login-atkobject">
136 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|login">Specifies your login name, if you are working with FTP addresses.</property>
137 </object>
138 </child>
139 </object>
140 <packing>
141 <property name="left_attach">1</property>
142 <property name="top_attach">3</property>
143 </packing>
144 </child>
145 <child>
146 <object class="GtkEntry" id="password">
147 <property name="visible">True</property>
148 <property name="can_focus">True</property>
149 <property name="hexpand">True</property>
150 <property name="activates_default">True</property>
151 <property name="truncate-multiline">True</property>
152 <child internal-child="accessible">
153 <object class="AtkObject" id="password-atkobject">
154 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|password">Specifies your password, if you are working with FTP addresses.</property>
155 </object>
156 </child>
157 </object>
158 <packing>
159 <property name="left_attach">1</property>
160 <property name="top_attach">4</property>
161 </packing>
162 </child>
163 <child>
164 <object class="GtkCheckButton" id="anonymous">
165 <property name="label" translatable="yes" context="hyperlinkinternetpage|anonymous">Anonymous _user</property>
166 <property name="visible">True</property>
167 <property name="can_focus">True</property>
168 <property name="receives_default">False</property>
169 <property name="use_underline">True</property>
170 <property name="draw_indicator">True</property>
171 <child internal-child="accessible">
172 <object class="AtkObject" id="anonymous-atkobject">
173 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|anonymous">Allows you to log in to the FTP address as an anonymous user.</property>
174 </object>
175 </child>
176 </object>
177 <packing>
178 <property name="left_attach">1</property>
179 <property name="top_attach">5</property>
180 </packing>
181 </child>
182 <child>
183 <object class="GtkComboBoxText" id="target">
184 <property name="visible">True</property>
185 <property name="can_focus">False</property>
186 <property name="hexpand">True</property>
187 <property name="has_entry">True</property>
188 <child internal-child="entry">
189 <object class="GtkEntry">
190 <property name="can_focus">True</property>
191 <property name="truncate-multiline">True</property>
192 <property name="activates_default">True</property>
193 </object>
194 </child>
195 <child internal-child="accessible">
196 <object class="AtkObject" id="target-atkobject">
197 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|target">Enter a URL for the file that you want to open when you click the hyperlink. If you do not specify a target frame, the file opens in the current document or frame.</property>
198 </object>
199 </child>
200 </object>
201 <packing>
202 <property name="left_attach">1</property>
203 <property name="top_attach">1</property>
204 </packing>
205 </child>
206 <child>
207 <object class="GtkLabel" id="indication_label">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="label" translatable="yes" context="hyperlinkinternetpage|indication_label">Te_xt:</property>
211 <property name="use_underline">True</property>
212 <property name="mnemonic_widget">indication</property>
213 <property name="xalign">0</property>
214 </object>
215 <packing>
216 <property name="left_attach">0</property>
217 <property name="top_attach">2</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkEntry" id="indication">
222 <property name="visible">True</property>
223 <property name="can_focus">True</property>
224 <property name="activates_default">True</property>
225 <property name="truncate-multiline">True</property>
226 <child internal-child="accessible">
227 <object class="AtkObject" id="indication-atkobject">
228 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|indication">Specifies the visible text or button caption for the hyperlink.</property>
229 </object>
230 </child>
231 </object>
232 <packing>
233 <property name="left_attach">1</property>
234 <property name="top_attach">2</property>
235 </packing>
236 </child>
237 <child>
238 <object class="GtkLabel" id="lbProtocol">
239 <property name="name">lbProtocol</property>
240 <property name="visible">True</property>
241 <property name="can_focus">False</property>
242 <property name="label" translatable="yes" context="hyperlinkinternetpage|protocol_label">Proto_col:</property>
243 <property name="use_underline">True</property>
244 <property name="mnemonic_widget">linktyp_internet</property>
245 <property name="xalign">0</property>
246 </object>
247 <packing>
248 <property name="left_attach">0</property>
249 <property name="top_attach">0</property>
250 </packing>
251 </child>
252 <child>
253 <placeholder/>
254 </child>
255 </object>
256 </child>
257 <child type="label">
258 <object class="GtkLabel" id="label2">
259 <property name="visible">True</property>
260 <property name="can_focus">False</property>
261 <property name="label" translatable="yes" context="hyperlinkinternetpage|label2">Hyperlink Type</property>
262 <attributes>
263 <attribute name="weight" value="bold"/>
264 </attributes>
265 </object>
266 </child>
267 </object>
268 <packing>
269 <property name="expand">True</property>
270 <property name="fill">True</property>
271 <property name="position">1</property>
272 </packing>
273 </child>
274 <child>
275 <object class="GtkFrame" id="frame2">
276 <property name="visible">True</property>
277 <property name="can_focus">False</property>
278 <property name="valign">end</property>
279 <property name="hexpand">True</property>
280 <property name="vexpand">True</property>
281 <property name="label_xalign">0</property>
282 <property name="shadow_type">none</property>
283 <child>
284 <!-- n-columns=1 n-rows=1 -->
285 <object class="GtkGrid" id="grid3">
286 <property name="visible">True</property>
287 <property name="can_focus">False</property>
288 <property name="row_spacing">6</property>
289 <property name="column_spacing">12</property>
290 <property name="margin-start">12</property>
291 <property name="margin-top">6</property>
292 <child>
293 <object class="GtkLabel" id="frame_label">
294 <property name="visible">True</property>
295 <property name="can_focus">False</property>
296 <property name="halign">start</property>
297 <property name="label" translatable="yes" context="hyperlinkinternetpage|frame_label">F_rame:</property>
298 <property name="use_underline">True</property>
299 <property name="mnemonic_widget">frame</property>
300 <property name="xalign">0</property>
301 </object>
302 <packing>
303 <property name="left_attach">0</property>
304 <property name="top_attach">0</property>
305 </packing>
306 </child>
307 <child>
308 <object class="GtkLabel" id="name_label">
309 <property name="visible">True</property>
310 <property name="can_focus">False</property>
311 <property name="halign">start</property>
312 <property name="label" translatable="yes" context="hyperlinkinternetpage|name_label">N_ame:</property>
313 <property name="use_underline">True</property>
314 <property name="mnemonic_widget">name</property>
315 <property name="xalign">0</property>
316 </object>
317 <packing>
318 <property name="left_attach">0</property>
319 <property name="top_attach">1</property>
320 </packing>
321 </child>
322 <child>
323 <object class="GtkEntry" id="name">
324 <property name="visible">True</property>
325 <property name="can_focus">True</property>
326 <property name="activates_default">True</property>
327 <property name="truncate-multiline">True</property>
328 <child internal-child="accessible">
329 <object class="AtkObject" id="name-atkobject">
330 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|name">Enter a name for the hyperlink.</property>
331 </object>
332 </child>
333 </object>
334 <packing>
335 <property name="left_attach">1</property>
336 <property name="top_attach">1</property>
337 </packing>
338 </child>
339 <child>
340 <!-- n-columns=1 n-rows=1 -->
341 <object class="GtkGrid" id="grid4">
342 <property name="visible">True</property>
343 <property name="can_focus">False</property>
344 <property name="hexpand">True</property>
345 <property name="row_spacing">6</property>
346 <property name="column_spacing">12</property>
347 <child>
348 <object class="GtkLabel" id="form_label">
349 <property name="visible">True</property>
350 <property name="can_focus">False</property>
351 <property name="label" translatable="yes" context="hyperlinkinternetpage|form_label">F_orm:</property>
352 <property name="use_underline">True</property>
353 <property name="mnemonic_widget">form</property>
354 <property name="xalign">0</property>
355 </object>
356 <packing>
357 <property name="left_attach">1</property>
358 <property name="top_attach">0</property>
359 </packing>
360 </child>
361 <child>
362 <object class="GtkComboBoxText" id="form">
363 <property name="visible">True</property>
364 <property name="can_focus">False</property>
365 <property name="hexpand">True</property>
366 <child internal-child="accessible">
367 <object class="AtkObject" id="form-atkobject">
368 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|form">Specifies whether the hyperlink is inserted as text or as a button.</property>
369 </object>
370 </child>
371 </object>
372 <packing>
373 <property name="left_attach">2</property>
374 <property name="top_attach">0</property>
375 </packing>
376 </child>
377 <child>
378 <object class="GtkButton" id="script">
379 <property name="visible">True</property>
380 <property name="can_focus">True</property>
381 <property name="receives_default">True</property>
382 <property name="tooltip_text" translatable="yes" context="hyperlinkinternetpage|script|tooltip_text">Events</property>
383 <child internal-child="accessible">
384 <object class="AtkObject" id="script-atkobject">
385 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|script">Opens the Assign Macro dialog, in which you can give events such as "mouse over object" or "trigger hyperlink" their own program codes.</property>
386 </object>
387 </child>
388 </object>
389 <packing>
390 <property name="left_attach">3</property>
391 <property name="top_attach">0</property>
392 </packing>
393 </child>
394 <child>
395 <object class="GtkComboBoxText" id="frame">
396 <property name="visible">True</property>
397 <property name="can_focus">False</property>
398 <property name="hexpand">True</property>
399 <child internal-child="accessible">
400 <object class="AtkObject" id="frame-atkobject">
401 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|frame">Enter the name of the frame that you want the linked file to open in, or select a predefined frame from the list. If you leave this box blank, the linked file opens in the current browser window.</property>
402 </object>
403 </child>
404 </object>
405 <packing>
406 <property name="left_attach">0</property>
407 <property name="top_attach">0</property>
408 </packing>
409 </child>
410 </object>
411 <packing>
412 <property name="left_attach">1</property>
413 <property name="top_attach">0</property>
414 </packing>
415 </child>
416 </object>
417 </child>
418 <child type="label">
419 <object class="GtkLabel" id="label1">
420 <property name="visible">True</property>
421 <property name="can_focus">False</property>
422 <property name="label" translatable="yes" context="hyperlinkinternetpage|label1">Further Settings</property>
423 <attributes>
424 <attribute name="weight" value="bold"/>
425 </attributes>
426 </object>
427 </child>
428 </object>
429 <packing>
430 <property name="expand">True</property>
431 <property name="fill">True</property>
432 <property name="position">1</property>
433 </packing>
434 </child>
435 <child internal-child="accessible">
436 <object class="AtkObject" id="HyperlinkInternetPage-atkobject">
437 <property name="AtkObject::accessible-description" translatable="yes" context="hyperlinkinternetpage|extended_tip|HyperlinkInternetPage">Use the Internet page of the Hyperlink dialog to edit hyperlinks with WWW or FTP addresses.</property>
438 </object>
439 </child>
440 </object>
441 <object class="GtkSizeGroup" id="sizegroup1">
442 <widgets>
443 <widget name="target_label"/>
444 <widget name="login_label"/>
445 <widget name="password_label"/>
446 <widget name="frame_label"/>
447 <widget name="indication_label"/>
448 <widget name="name_label"/>
449 <widget name="lbProtocol"/>
450 </widgets>
451 </object>
452 </interface>