simplify writeBitmapObject
[LibreOffice.git] / cui / uiconfig / ui / langtoolconfigpage.ui
blob98da2f9c88e67f36594a0cb7b843adc22037232c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkBox" id="OptLangToolPage">
6 <property name="visible">True</property>
7 <property name="can-focus">False</property>
8 <property name="hexpand">True</property>
9 <property name="vexpand">True</property>
10 <property name="border-width">6</property>
11 <property name="orientation">vertical</property>
12 <property name="spacing">12</property>
13 <child>
14 <object class="GtkFrame">
15 <property name="visible">True</property>
16 <property name="can-focus">False</property>
17 <property name="label-xalign">0</property>
18 <property name="shadow-type">none</property>
19 <child>
20 <!-- n-columns=2 n-rows=3 -->
21 <object class="GtkGrid" id="grid0">
22 <property name="visible">True</property>
23 <property name="can-focus">False</property>
24 <property name="margin-start">12</property>
25 <property name="margin-top">6</property>
26 <property name="row-spacing">6</property>
27 <property name="column-spacing">12</property>
28 <child>
29 <object class="GtkLabel" id="disclaimer">
30 <property name="visible">True</property>
31 <property name="can-focus">False</property>
32 <property name="halign">start</property>
33 <property name="label" translatable="yes" context="langtoolconfigpage|disclaimer">If you enable this, the data will be sent to an external server.</property>
34 <property name="wrap">True</property>
35 <child internal-child="accessible">
36 <object class="AtkObject" id="disclaimer-atkobject">
37 <property name="AtkObject::accessible-role">static</property>
38 </object>
39 </child>
40 </object>
41 <packing>
42 <property name="left-attach">1</property>
43 <property name="top-attach">0</property>
44 </packing>
45 </child>
46 <child>
47 <object class="GtkLinkButton" id="policy">
48 <property name="label" translatable="yes" context="langtoolconfigpage|policy">Please read the privacy policy</property>
49 <property name="visible">True</property>
50 <property name="can-focus">True</property>
51 <property name="receives-default">True</property>
52 <property name="halign">start</property>
53 <property name="relief">none</property>
54 <property name="uri">https://languagetool.org/legal/privacy</property>
55 </object>
56 <packing>
57 <property name="left-attach">1</property>
58 <property name="top-attach">1</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkCheckButton" id="activate">
63 <property name="label" translatable="yes" context="langtoolconfigpage|activate">Enable LanguageTool</property>
64 <property name="visible">True</property>
65 <property name="can-focus">True</property>
66 <property name="receives-default">False</property>
67 <property name="halign">start</property>
68 <property name="draw-indicator">True</property>
69 </object>
70 <packing>
71 <property name="left-attach">1</property>
72 <property name="top-attach">2</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkImage" id="lockactivate">
77 <property name="can-focus">False</property>
78 <property name="no-show-all">True</property>
79 <property name="halign">center</property>
80 <property name="valign">center</property>
81 <property name="icon-name">res/lock.png</property>
82 </object>
83 <packing>
84 <property name="left-attach">0</property>
85 <property name="top-attach">2</property>
86 </packing>
87 </child>
88 <child>
89 <placeholder/>
90 </child>
91 <child>
92 <placeholder/>
93 </child>
94 </object>
95 </child>
96 <child type="label">
97 <object class="GtkLabel" id="langtoolsettings">
98 <property name="visible">True</property>
99 <property name="can-focus">False</property>
100 <property name="label" translatable="yes" context="langtoolconfigpage|langtoolsettings">LanguageTool API Options</property>
101 <attributes>
102 <attribute name="style" value="normal"/>
103 <attribute name="weight" value="bold"/>
104 </attributes>
105 </object>
106 </child>
107 </object>
108 <packing>
109 <property name="expand">False</property>
110 <property name="fill">True</property>
111 <property name="position">0</property>
112 </packing>
113 </child>
114 <child>
115 <object class="GtkFrame" id="apisettings">
116 <property name="can-focus">False</property>
117 <property name="label-xalign">0</property>
118 <property name="shadow-type">none</property>
119 <child>
120 <!-- n-columns=3 n-rows=9 -->
121 <object class="GtkGrid" id="grid1">
122 <property name="visible">True</property>
123 <property name="can-focus">False</property>
124 <property name="margin-start">12</property>
125 <property name="margin-top">6</property>
126 <property name="hexpand">True</property>
127 <property name="row-spacing">6</property>
128 <property name="column-spacing">12</property>
129 <child>
130 <object class="GtkLabel" id="base">
131 <property name="visible">True</property>
132 <property name="can-focus">False</property>
133 <property name="halign">start</property>
134 <property name="label" translatable="yes" context="langtoolconfigpage|base">Base URL:</property>
135 <property name="use-underline">True</property>
136 <property name="mnemonic-widget">baseurl</property>
137 </object>
138 <packing>
139 <property name="left-attach">1</property>
140 <property name="top-attach">0</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkEntry" id="baseurl">
145 <property name="visible">True</property>
146 <property name="can-focus">True</property>
147 <property name="hexpand">True</property>
148 <property name="truncate-multiline">True</property>
149 </object>
150 <packing>
151 <property name="left-attach">2</property>
152 <property name="top-attach">0</property>
153 </packing>
154 </child>
155 <child>
156 <object class="GtkLabel" id="usernamelbl">
157 <property name="visible">True</property>
158 <property name="can-focus">False</property>
159 <property name="halign">start</property>
160 <property name="label" translatable="yes" context="langtoolconfigpage|usernamelbl">Username:</property>
161 <property name="use-underline">True</property>
162 <property name="mnemonic-widget">username</property>
163 </object>
164 <packing>
165 <property name="left-attach">1</property>
166 <property name="top-attach">2</property>
167 </packing>
168 </child>
169 <child>
170 <object class="GtkLabel" id="apikeylbl">
171 <property name="visible">True</property>
172 <property name="can-focus">False</property>
173 <property name="halign">start</property>
174 <property name="label" translatable="yes" context="langtoolconfigpage|apikeylbl">API key:</property>
175 <property name="use-underline">True</property>
176 <property name="mnemonic-widget">apikey</property>
177 </object>
178 <packing>
179 <property name="left-attach">1</property>
180 <property name="top-attach">4</property>
181 </packing>
182 </child>
183 <child>
184 <object class="GtkEntry" id="username">
185 <property name="visible">True</property>
186 <property name="can-focus">True</property>
187 <property name="truncate-multiline">True</property>
188 </object>
189 <packing>
190 <property name="left-attach">2</property>
191 <property name="top-attach">2</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkEntry" id="apikey">
196 <property name="visible">True</property>
197 <property name="can-focus">True</property>
198 <property name="truncate-multiline">True</property>
199 </object>
200 <packing>
201 <property name="left-attach">2</property>
202 <property name="top-attach">4</property>
203 </packing>
204 </child>
205 <child>
206 <object class="GtkLabel" id="urldesc">
207 <property name="visible">True</property>
208 <property name="can-focus">False</property>
209 <property name="halign">start</property>
210 <property name="label" translatable="yes" context="langtoolconfigpage|urldesc">Please use the base URL, i.e., without “/check” at the end.</property>
211 <attributes>
212 <attribute name="scale" value="0.90000000000000002"/>
213 </attributes>
214 <child internal-child="accessible">
215 <object class="AtkObject" id="urldesc-atkobject">
216 <property name="AtkObject::accessible-role">static</property>
217 </object>
218 </child>
219 </object>
220 <packing>
221 <property name="left-attach">2</property>
222 <property name="top-attach">1</property>
223 </packing>
224 </child>
225 <child>
226 <object class="GtkLabel" id="usernamedesc">
227 <property name="visible">True</property>
228 <property name="can-focus">False</property>
229 <property name="halign">start</property>
230 <property name="label" translatable="yes" context="langtoolconfigpage|usernamedesc">Your LanguageTool account’s username for premium usage.</property>
231 <attributes>
232 <attribute name="scale" value="0.90000000000000002"/>
233 </attributes>
234 <child internal-child="accessible">
235 <object class="AtkObject" id="usernamedesc-atkobject">
236 <property name="AtkObject::accessible-role">static</property>
237 </object>
238 </child>
239 </object>
240 <packing>
241 <property name="left-attach">2</property>
242 <property name="top-attach">3</property>
243 </packing>
244 </child>
245 <child>
246 <object class="GtkLabel" id="apikeydesc">
247 <property name="visible">True</property>
248 <property name="can-focus">False</property>
249 <property name="halign">start</property>
250 <property name="label" translatable="yes" context="langtoolconfigpage|apikeydesc">Your LanguageTool account’s API key for premium usage.</property>
251 <attributes>
252 <attribute name="scale" value="0.90000000000000002"/>
253 </attributes>
254 <child internal-child="accessible">
255 <object class="AtkObject" id="apikeydesc-atkobject">
256 <property name="AtkObject::accessible-role">static</property>
257 </object>
258 </child>
259 </object>
260 <packing>
261 <property name="left-attach">2</property>
262 <property name="top-attach">5</property>
263 </packing>
264 </child>
265 <child>
266 <object class="GtkLabel" id="restlbl">
267 <property name="visible">True</property>
268 <property name="can-focus">False</property>
269 <property name="halign">start</property>
270 <property name="label" translatable="yes" context="langtoolconfigpage|restlbl">REST protocol:</property>
271 <property name="use-underline">True</property>
272 <property name="mnemonic-widget">restprotocol</property>
273 </object>
274 <packing>
275 <property name="left-attach">1</property>
276 <property name="top-attach">6</property>
277 </packing>
278 </child>
279 <child>
280 <object class="GtkEntry" id="restprotocol">
281 <property name="visible">True</property>
282 <property name="can-focus">True</property>
283 <property name="truncate-multiline">True</property>
284 </object>
285 <packing>
286 <property name="left-attach">2</property>
287 <property name="top-attach">6</property>
288 </packing>
289 </child>
290 <child>
291 <object class="GtkLabel" id="restdesc">
292 <property name="visible">True</property>
293 <property name="can-focus">False</property>
294 <property name="halign">start</property>
295 <property name="label" translatable="yes" context="langtoolconfigpage|restdesc">Your LanguageTool REST API protocol for usage.</property>
296 <attributes>
297 <attribute name="scale" value="0.90000000000000002"/>
298 </attributes>
299 <child internal-child="accessible">
300 <object class="AtkObject" id="restdesc-atkobject">
301 <property name="AtkObject::accessible-role">static</property>
302 </object>
303 </child>
304 </object>
305 <packing>
306 <property name="left-attach">2</property>
307 <property name="top-attach">7</property>
308 </packing>
309 </child>
310 <child>
311 <object class="GtkCheckButton" id="verifyssl">
312 <property name="label" translatable="yes" context="langtoolconfigpage|verifyssl">Disable SSL certificate verification</property>
313 <property name="visible">True</property>
314 <property name="can-focus">True</property>
315 <property name="receives-default">False</property>
316 <property name="halign">start</property>
317 <property name="draw-indicator">True</property>
318 </object>
319 <packing>
320 <property name="left-attach">1</property>
321 <property name="top-attach">8</property>
322 <property name="width">2</property>
323 </packing>
324 </child>
325 <child>
326 <object class="GtkImage" id="lockbaseurl">
327 <property name="can-focus">False</property>
328 <property name="no-show-all">True</property>
329 <property name="halign">center</property>
330 <property name="valign">center</property>
331 <property name="icon-name">res/lock.png</property>
332 </object>
333 <packing>
334 <property name="left-attach">0</property>
335 <property name="top-attach">0</property>
336 </packing>
337 </child>
338 <child>
339 <object class="GtkImage" id="lockusername">
340 <property name="can-focus">False</property>
341 <property name="no-show-all">True</property>
342 <property name="halign">center</property>
343 <property name="valign">center</property>
344 <property name="icon-name">res/lock.png</property>
345 </object>
346 <packing>
347 <property name="left-attach">0</property>
348 <property name="top-attach">2</property>
349 </packing>
350 </child>
351 <child>
352 <object class="GtkImage" id="lockapikey">
353 <property name="can-focus">False</property>
354 <property name="no-show-all">True</property>
355 <property name="halign">center</property>
356 <property name="valign">center</property>
357 <property name="icon-name">res/lock.png</property>
358 </object>
359 <packing>
360 <property name="left-attach">0</property>
361 <property name="top-attach">4</property>
362 </packing>
363 </child>
364 <child>
365 <object class="GtkImage" id="lockrestprotocol">
366 <property name="can-focus">False</property>
367 <property name="no-show-all">True</property>
368 <property name="halign">center</property>
369 <property name="valign">center</property>
370 <property name="icon-name">res/lock.png</property>
371 </object>
372 <packing>
373 <property name="left-attach">0</property>
374 <property name="top-attach">6</property>
375 </packing>
376 </child>
377 <child>
378 <object class="GtkImage" id="lockverifyssl">
379 <property name="can-focus">False</property>
380 <property name="no-show-all">True</property>
381 <property name="halign">center</property>
382 <property name="valign">center</property>
383 <property name="icon-name">res/lock.png</property>
384 </object>
385 <packing>
386 <property name="left-attach">0</property>
387 <property name="top-attach">8</property>
388 </packing>
389 </child>
390 <child>
391 <placeholder/>
392 </child>
393 <child>
394 <placeholder/>
395 </child>
396 <child>
397 <placeholder/>
398 </child>
399 <child>
400 <placeholder/>
401 </child>
402 <child>
403 <placeholder/>
404 </child>
405 <child>
406 <placeholder/>
407 </child>
408 <child>
409 <placeholder/>
410 </child>
411 <child>
412 <placeholder/>
413 </child>
414 </object>
415 </child>
416 <child type="label">
417 <object class="GtkLabel" id="apisettingsheader">
418 <property name="visible">True</property>
419 <property name="can-focus">False</property>
420 <property name="label" translatable="yes" context="langtoolconfigpage|apisettingsheader">API Settings</property>
421 <attributes>
422 <attribute name="weight" value="bold"/>
423 </attributes>
424 </object>
425 </child>
426 </object>
427 <packing>
428 <property name="expand">False</property>
429 <property name="fill">True</property>
430 <property name="position">1</property>
431 </packing>
432 </child>
433 </object>
434 </interface>