Update git submodules
[LibreOffice.git] / sfx2 / uiconfig / ui / password.ui
blobf376fdcc7c0b8ef09b4222ffd6af89c4073fc360
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="sfx">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="PasswordDialog">
6 <property name="can-focus">False</property>
7 <property name="border-width">6</property>
8 <property name="title" translatable="yes" context="password|PasswordDialog">Enter Password</property>
9 <property name="modal">True</property>
10 <property name="window-position">center</property>
11 <property name="default-width">0</property>
12 <property name="default-height">0</property>
13 <property name="type-hint">dialog</property>
14 <child internal-child="vbox">
15 <object class="GtkBox" id="dialog-vbox1">
16 <property name="can-focus">False</property>
17 <property name="orientation">vertical</property>
18 <property name="spacing">12</property>
19 <child internal-child="action_area">
20 <object class="GtkButtonBox" id="dialog-action_area1">
21 <property name="can-focus">False</property>
22 <property name="layout-style">end</property>
23 <child>
24 <object class="GtkButton" id="ok">
25 <property name="label" translatable="yes" context="stock">_OK</property>
26 <property name="visible">True</property>
27 <property name="sensitive">False</property>
28 <property name="can-focus">True</property>
29 <property name="can-default">True</property>
30 <property name="has-default">True</property>
31 <property name="receives-default">True</property>
32 <property name="use-underline">True</property>
33 </object>
34 <packing>
35 <property name="expand">False</property>
36 <property name="fill">True</property>
37 <property name="position">0</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkButton" id="cancel">
42 <property name="label" translatable="yes" context="stock">_Cancel</property>
43 <property name="visible">True</property>
44 <property name="can-focus">True</property>
45 <property name="receives-default">True</property>
46 <property name="use-underline">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">True</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkButton" id="help">
56 <property name="label" translatable="yes" context="stock">_Help</property>
57 <property name="visible">True</property>
58 <property name="can-focus">True</property>
59 <property name="receives-default">True</property>
60 <property name="use-underline">True</property>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">True</property>
65 <property name="position">2</property>
66 <property name="secondary">True</property>
67 </packing>
68 </child>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="pack-type">end</property>
74 <property name="position">0</property>
75 </packing>
76 </child>
77 <child>
78 <object class="GtkBox" id="box1">
79 <property name="visible">True</property>
80 <property name="can-focus">False</property>
81 <property name="orientation">vertical</property>
82 <property name="spacing">12</property>
83 <child>
84 <object class="GtkFrame" id="password1frame">
85 <property name="visible">True</property>
86 <property name="can-focus">False</property>
87 <property name="label-xalign">0</property>
88 <property name="shadow-type">none</property>
89 <child>
90 <!-- n-columns=2 n-rows=5 -->
91 <object class="GtkGrid" id="grid1">
92 <property name="visible">True</property>
93 <property name="can-focus">False</property>
94 <property name="margin-start">12</property>
95 <property name="margin-top">6</property>
96 <property name="row-spacing">6</property>
97 <property name="column-spacing">12</property>
98 <child>
99 <object class="GtkLabel" id="userft">
100 <property name="visible">True</property>
101 <property name="can-focus">False</property>
102 <property name="label" translatable="yes" context="password|userft">User:</property>
103 <property name="use-underline">True</property>
104 <property name="mnemonic-widget">usered</property>
105 <property name="xalign">0</property>
106 </object>
107 <packing>
108 <property name="left-attach">0</property>
109 <property name="top-attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkLabel" id="pass1ft">
114 <property name="visible">True</property>
115 <property name="can-focus">False</property>
116 <property name="label" translatable="yes" context="password|pass1ft">Password:</property>
117 <property name="use-underline">True</property>
118 <property name="mnemonic-widget">pass1ed</property>
119 <property name="xalign">0</property>
120 </object>
121 <packing>
122 <property name="left-attach">0</property>
123 <property name="top-attach">2</property>
124 </packing>
125 </child>
126 <child>
127 <object class="GtkLabel" id="confirm1ft">
128 <property name="visible">True</property>
129 <property name="can-focus">False</property>
130 <property name="label" translatable="yes" context="password|confirm1ft">Confirm:</property>
131 <property name="use-underline">True</property>
132 <property name="mnemonic-widget">confirm1ed</property>
133 <property name="xalign">0</property>
134 </object>
135 <packing>
136 <property name="left-attach">0</property>
137 <property name="top-attach">4</property>
138 </packing>
139 </child>
140 <child>
141 <object class="GtkEntry" id="usered">
142 <property name="visible">True</property>
143 <property name="can-focus">True</property>
144 <property name="hexpand">True</property>
145 <property name="activates-default">True</property>
146 <property name="truncate-multiline">True</property>
147 </object>
148 <packing>
149 <property name="left-attach">1</property>
150 <property name="top-attach">0</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkEntry" id="pass1ed">
155 <property name="visible">True</property>
156 <property name="can-focus">True</property>
157 <property name="hexpand">True</property>
158 <property name="visibility">False</property>
159 <property name="activates-default">True</property>
160 <property name="truncate-multiline">True</property>
161 <property name="input-purpose">password</property>
162 <child internal-child="accessible">
163 <object class="AtkObject" id="pass1ed-atkobject">
164 <property name="AtkObject::accessible-name" translatable="yes" context="password|pass1ed-atkobject">Password</property>
165 <property name="AtkObject::accessible-description" translatable="yes" context="password|extended_tip|pass1ed">Type a password. A password is case sensitive.</property>
166 </object>
167 </child>
168 </object>
169 <packing>
170 <property name="left-attach">1</property>
171 <property name="top-attach">2</property>
172 </packing>
173 </child>
174 <child>
175 <object class="GtkEntry" id="confirm1ed">
176 <property name="visible">True</property>
177 <property name="can-focus">True</property>
178 <property name="hexpand">True</property>
179 <property name="visibility">False</property>
180 <property name="activates-default">True</property>
181 <property name="truncate-multiline">True</property>
182 <property name="input-purpose">password</property>
183 <child internal-child="accessible">
184 <object class="AtkObject" id="confirm1ed-atkobject">
185 <property name="AtkObject::accessible-description" translatable="yes" context="password|extended_tip|confirm1ed">Re-enter the password.</property>
186 </object>
187 </child>
188 </object>
189 <packing>
190 <property name="left-attach">1</property>
191 <property name="top-attach">4</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkLevelBar" id="pass1bar">
196 <property name="visible">True</property>
197 <property name="can-focus">False</property>
198 </object>
199 <packing>
200 <property name="left-attach">1</property>
201 <property name="top-attach">3</property>
202 </packing>
203 </child>
204 <child>
205 <object class="GtkLabel" id="pass1policylabel">
206 <property name="can-focus">False</property>
207 <property name="no-show-all">True</property>
208 <property name="halign">end</property>
209 <property name="hexpand">False</property>
210 <property name="wrap">True</property>
211 </object>
212 <packing>
213 <property name="left-attach">1</property>
214 <property name="top-attach">1</property>
215 </packing>
216 </child>
217 <child>
218 <placeholder/>
219 </child>
220 <child>
221 <placeholder/>
222 </child>
223 </object>
224 </child>
225 <child type="label">
226 <object class="GtkLabel" id="label1">
227 <property name="visible">True</property>
228 <property name="can-focus">False</property>
229 <property name="label" translatable="yes" context="password|label1">Password</property>
230 <attributes>
231 <attribute name="weight" value="bold"/>
232 </attributes>
233 </object>
234 </child>
235 </object>
236 <packing>
237 <property name="expand">False</property>
238 <property name="fill">True</property>
239 <property name="position">0</property>
240 </packing>
241 </child>
242 <child>
243 <object class="GtkFrame" id="password2frame">
244 <property name="visible">True</property>
245 <property name="can-focus">False</property>
246 <property name="label-xalign">0</property>
247 <property name="shadow-type">none</property>
248 <child>
249 <!-- n-columns=2 n-rows=4 -->
250 <object class="GtkGrid" id="grid2">
251 <property name="visible">True</property>
252 <property name="can-focus">False</property>
253 <property name="margin-start">12</property>
254 <property name="margin-top">6</property>
255 <property name="row-spacing">6</property>
256 <property name="column-spacing">12</property>
257 <child>
258 <object class="GtkLabel" id="pass2ft">
259 <property name="visible">True</property>
260 <property name="can-focus">False</property>
261 <property name="label" translatable="yes" context="password|pass2ft">Password:</property>
262 <property name="use-underline">True</property>
263 <property name="mnemonic-widget">pass2ed</property>
264 <property name="xalign">0</property>
265 </object>
266 <packing>
267 <property name="left-attach">0</property>
268 <property name="top-attach">1</property>
269 </packing>
270 </child>
271 <child>
272 <object class="GtkLabel" id="confirm2ft">
273 <property name="visible">True</property>
274 <property name="can-focus">False</property>
275 <property name="label" translatable="yes" context="password|confirm2ft">Confirm:</property>
276 <property name="use-underline">True</property>
277 <property name="mnemonic-widget">confirm2ed</property>
278 <property name="xalign">0</property>
279 </object>
280 <packing>
281 <property name="left-attach">0</property>
282 <property name="top-attach">3</property>
283 </packing>
284 </child>
285 <child>
286 <object class="GtkEntry" id="pass2ed">
287 <property name="visible">True</property>
288 <property name="can-focus">True</property>
289 <property name="hexpand">True</property>
290 <property name="visibility">False</property>
291 <property name="activates-default">True</property>
292 <property name="truncate-multiline">True</property>
293 <property name="input-purpose">password</property>
294 <child internal-child="accessible">
295 <object class="AtkObject" id="pass2ed-atkobject">
296 <property name="AtkObject::accessible-description" translatable="yes" context="password|extended_tip|pass2ed">Type a password. A password is case sensitive.</property>
297 </object>
298 </child>
299 </object>
300 <packing>
301 <property name="left-attach">1</property>
302 <property name="top-attach">1</property>
303 </packing>
304 </child>
305 <child>
306 <object class="GtkEntry" id="confirm2ed">
307 <property name="visible">True</property>
308 <property name="can-focus">True</property>
309 <property name="hexpand">True</property>
310 <property name="visibility">False</property>
311 <property name="activates-default">True</property>
312 <property name="truncate-multiline">True</property>
313 <property name="input-purpose">password</property>
314 <child internal-child="accessible">
315 <object class="AtkObject" id="confirm2ed-atkobject">
316 <property name="AtkObject::accessible-description" translatable="yes" context="password|extended_tip|confirm2ed">Re-enter the password.</property>
317 </object>
318 </child>
319 </object>
320 <packing>
321 <property name="left-attach">1</property>
322 <property name="top-attach">3</property>
323 </packing>
324 </child>
325 <child>
326 <object class="GtkLevelBar" id="pass2bar">
327 <property name="visible">True</property>
328 <property name="can-focus">False</property>
329 </object>
330 <packing>
331 <property name="left-attach">1</property>
332 <property name="top-attach">2</property>
333 </packing>
334 </child>
335 <child>
336 <object class="GtkLabel" id="pass2policylabel">
337 <property name="can-focus">False</property>
338 <property name="no-show-all">True</property>
339 <property name="halign">end</property>
340 <property name="hexpand">False</property>
341 <property name="wrap">True</property>
342 </object>
343 <packing>
344 <property name="left-attach">1</property>
345 <property name="top-attach">0</property>
346 </packing>
347 </child>
348 <child>
349 <placeholder/>
350 </child>
351 <child>
352 <placeholder/>
353 </child>
354 </object>
355 </child>
356 <child type="label">
357 <object class="GtkLabel" id="label2">
358 <property name="visible">True</property>
359 <property name="can-focus">False</property>
360 <property name="label" translatable="yes" context="password|label2">Second Password</property>
361 <attributes>
362 <attribute name="weight" value="bold"/>
363 </attributes>
364 </object>
365 </child>
366 </object>
367 <packing>
368 <property name="expand">False</property>
369 <property name="fill">True</property>
370 <property name="position">1</property>
371 </packing>
372 </child>
373 <child>
374 <object class="GtkLabel" id="minlenft">
375 <property name="visible">True</property>
376 <property name="can-focus">False</property>
377 <property name="margin-start">6</property>
378 <property name="xalign">0</property>
379 <attributes>
380 <attribute name="scale" value="0.9"/>
381 </attributes>
382 <child internal-child="accessible">
383 <object class="AtkObject" id="minlenft-atkobject">
384 <property name="AtkObject::accessible-role" translatable="no">static</property>
385 </object>
386 </child>
387 </object>
388 <packing>
389 <property name="expand">False</property>
390 <property name="fill">True</property>
391 <property name="position">2</property>
392 </packing>
393 </child>
394 <child>
395 <object class="GtkLabel" id="onlyascii">
396 <property name="can-focus">False</property>
397 <property name="no-show-all">True</property>
398 <property name="margin-start">6</property>
399 <property name="label" translatable="yes" context="password|onlyascii">Only Basic Latin characters can be entered</property>
400 <property name="xalign">0</property>
401 <attributes>
402 <attribute name="scale" value="0.9"/>
403 </attributes>
404 <child internal-child="accessible">
405 <object class="AtkObject" id="onlyascii-atkobject">
406 <property name="AtkObject::accessible-role" translatable="no">static</property>
407 </object>
408 </child>
409 </object>
410 <packing>
411 <property name="expand">False</property>
412 <property name="fill">True</property>
413 <property name="position">3</property>
414 </packing>
415 </child>
416 </object>
417 <packing>
418 <property name="expand">False</property>
419 <property name="fill">True</property>
420 <property name="position">1</property>
421 </packing>
422 </child>
423 </object>
424 </child>
425 <action-widgets>
426 <action-widget response="-6">cancel</action-widget>
427 <action-widget response="-11">help</action-widget>
428 </action-widgets>
429 </object>
430 </interface>