SvtLanguageTable::AddLanguageTag() unneeded return can be void
[LibreOffice.git] / uui / uiconfig / ui / password.ui
blob26df33b296b90442d5645cebc832f9014031987a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="uui">
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">Set 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="can_focus">True</property>
28 <property name="can_default">True</property>
29 <property name="has_default">True</property>
30 <property name="receives_default">True</property>
31 <property name="use-underline">True</property>
32 </object>
33 <packing>
34 <property name="expand">False</property>
35 <property name="fill">True</property>
36 <property name="position">0</property>
37 </packing>
38 </child>
39 <child>
40 <object class="GtkButton" id="cancel">
41 <property name="label" translatable="yes" context="stock">_Cancel</property>
42 <property name="visible">True</property>
43 <property name="can_focus">True</property>
44 <property name="receives_default">True</property>
45 <property name="use-underline">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">True</property>
50 <property name="position">1</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="help">
55 <property name="label" translatable="yes" context="stock">_Help</property>
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="receives_default">True</property>
59 <property name="use-underline">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">True</property>
64 <property name="position">2</property>
65 <property name="secondary">True</property>
66 </packing>
67 </child>
68 </object>
69 <packing>
70 <property name="expand">False</property>
71 <property name="fill">True</property>
72 <property name="pack_type">end</property>
73 <property name="position">0</property>
74 </packing>
75 </child>
76 <child>
77 <!-- n-columns=1 n-rows=1 -->
78 <object class="GtkGrid" id="grid1">
79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
81 <property name="hexpand">True</property>
82 <property name="row_spacing">6</property>
83 <property name="column_spacing">12</property>
84 <child>
85 <object class="GtkLabel" id="confirmpassFT">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="use_underline">True</property>
89 <property name="mnemonic_widget">confirmpassEntry</property>
90 <property name="xalign">0</property>
91 </object>
92 <packing>
93 <property name="left_attach">0</property>
94 <property name="top_attach">2</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkLabel" id="newpassFT">
99 <property name="visible">True</property>
100 <property name="can_focus">False</property>
101 <property name="use_underline">True</property>
102 <property name="mnemonic_widget">newpassEntry</property>
103 <property name="xalign">0</property>
104 </object>
105 <packing>
106 <property name="left_attach">0</property>
107 <property name="top_attach">0</property>
108 </packing>
109 </child>
110 <child>
111 <object class="GtkEntry" id="newpassEntry">
112 <property name="visible">True</property>
113 <property name="can_focus">True</property>
114 <property name="hexpand">True</property>
115 <property name="visibility">False</property>
116 <property name="activates_default">True</property>
117 <property name="truncate-multiline">True</property>
118 <child internal-child="accessible">
119 <object class="AtkObject" id="newpassEntry-atkobject">
120 <property name="AtkObject::accessible-description" translatable="yes" context="password|extended_tip|newpassEntry">Type a password. A password is case sensitive.</property>
121 </object>
122 </child>
123 </object>
124 <packing>
125 <property name="left_attach">0</property>
126 <property name="top_attach">1</property>
127 </packing>
128 </child>
129 <child>
130 <object class="GtkEntry" id="confirmpassEntry">
131 <property name="visible">True</property>
132 <property name="can_focus">True</property>
133 <property name="hexpand">True</property>
134 <property name="visibility">False</property>
135 <property name="activates_default">True</property>
136 <property name="truncate-multiline">True</property>
137 <child internal-child="accessible">
138 <object class="AtkObject" id="confirmpassEntry-atkobject">
139 <property name="AtkObject::accessible-description" translatable="yes" context="password|extended_tip|confirmpassEntry">Re-enter the password.</property>
140 </object>
141 </child>
142 </object>
143 <packing>
144 <property name="left_attach">0</property>
145 <property name="top_attach">3</property>
146 </packing>
147 </child>
148 </object>
149 <packing>
150 <property name="expand">False</property>
151 <property name="fill">True</property>
152 <property name="position">1</property>
153 </packing>
154 </child>
155 </object>
156 </child>
157 <action-widgets>
158 <action-widget response="-6">cancel</action-widget>
159 <action-widget response="-11">help</action-widget>
160 </action-widgets>
161 <child type="titlebar">
162 <placeholder/>
163 </child>
164 </object>
165 <object class="GtkSizeGroup" id="sizegroup1"/>
166 </interface>