1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!-- Generated with glade 3.20.4 -->
3 <interface domain=
"uui">
4 <requires lib=
"gtk+" version=
"3.20"/>
5 <object class=
"GtkDialog" id=
"LoginDialog">
6 <property name=
"can_focus">False
</property>
7 <property name=
"border_width">6</property>
8 <property name=
"title" translatable=
"yes" context=
"logindialog|LoginDialog">Authentication Required
</property>
9 <property name=
"modal">True
</property>
10 <property name=
"default_width">0</property>
11 <property name=
"default_height">0</property>
12 <property name=
"type_hint">dialog
</property>
13 <child internal-child=
"vbox">
14 <object class=
"GtkBox" id=
"dialog-vbox1">
15 <property name=
"can_focus">False
</property>
16 <property name=
"orientation">vertical
</property>
17 <property name=
"spacing">12</property>
18 <child internal-child=
"action_area">
19 <object class=
"GtkButtonBox" id=
"dialog-action_area1">
20 <property name=
"can_focus">False
</property>
21 <property name=
"layout_style">end
</property>
23 <object class=
"GtkButton" id=
"ok">
24 <property name=
"label">gtk-ok
</property>
25 <property name=
"visible">True
</property>
26 <property name=
"can_focus">True
</property>
27 <property name=
"can_default">True
</property>
28 <property name=
"has_default">True
</property>
29 <property name=
"receives_default">True
</property>
30 <property name=
"use_stock">True
</property>
33 <property name=
"expand">False
</property>
34 <property name=
"fill">True
</property>
35 <property name=
"position">0</property>
39 <object class=
"GtkButton" id=
"cancel">
40 <property name=
"label">gtk-cancel
</property>
41 <property name=
"visible">True
</property>
42 <property name=
"can_focus">True
</property>
43 <property name=
"receives_default">True
</property>
44 <property name=
"use_stock">True
</property>
47 <property name=
"expand">False
</property>
48 <property name=
"fill">True
</property>
49 <property name=
"position">1</property>
53 <object class=
"GtkButton" id=
"help">
54 <property name=
"label">gtk-help
</property>
55 <property name=
"visible">True
</property>
56 <property name=
"can_focus">True
</property>
57 <property name=
"receives_default">True
</property>
58 <property name=
"use_stock">True
</property>
61 <property name=
"expand">False
</property>
62 <property name=
"fill">True
</property>
63 <property name=
"position">2</property>
64 <property name=
"secondary">True
</property>
69 <property name=
"expand">False
</property>
70 <property name=
"fill">True
</property>
71 <property name=
"pack_type">end
</property>
72 <property name=
"position">0</property>
76 <!-- n-columns=1 n-rows=1 -->
77 <object class=
"GtkGrid" id=
"grid1">
78 <property name=
"visible">True
</property>
79 <property name=
"can_focus">False
</property>
80 <property name=
"row_spacing">6</property>
81 <property name=
"column_spacing">12</property>
83 <object class=
"GtkCheckButton" id=
"syscreds">
84 <property name=
"label" translatable=
"yes" context=
"logindialog|syscreds">_Use system credentials
</property>
85 <property name=
"visible">True
</property>
86 <property name=
"can_focus">True
</property>
87 <property name=
"receives_default">False
</property>
88 <property name=
"use_underline">True
</property>
89 <property name=
"xalign">0</property>
90 <property name=
"draw_indicator">True
</property>
93 <property name=
"left_attach">0</property>
94 <property name=
"top_attach">9</property>
95 <property name=
"width">2</property>
99 <object class=
"GtkCheckButton" id=
"remember">
100 <property name=
"label" translatable=
"yes" context=
"logindialog|remember">_Remember password
</property>
101 <property name=
"visible">True
</property>
102 <property name=
"can_focus">True
</property>
103 <property name=
"receives_default">False
</property>
104 <property name=
"use_underline">True
</property>
105 <property name=
"xalign">0</property>
106 <property name=
"draw_indicator">True
</property>
109 <property name=
"left_attach">0</property>
110 <property name=
"top_attach">8</property>
111 <property name=
"width">2</property>
115 <object class=
"GtkEntry" id=
"accounted">
116 <property name=
"visible">True
</property>
117 <property name=
"can_focus">True
</property>
118 <property name=
"hexpand">True
</property>
119 <property name=
"truncate-multiline">True
</property>
120 <property name=
"activates_default">True
</property>
123 <property name=
"left_attach">1</property>
124 <property name=
"top_attach">7</property>
128 <object class=
"GtkLabel" id=
"accountft">
129 <property name=
"visible">True
</property>
130 <property name=
"can_focus">False
</property>
131 <property name=
"label" translatable=
"yes" context=
"logindialog|accountft">A_ccount:
</property>
132 <property name=
"use_underline">True
</property>
133 <property name=
"mnemonic_widget">accounted
</property>
134 <property name=
"xalign">0</property>
137 <property name=
"left_attach">0</property>
138 <property name=
"top_attach">7</property>
142 <object class=
"GtkLabel" id=
"passwordft">
143 <property name=
"visible">True
</property>
144 <property name=
"can_focus">False
</property>
145 <property name=
"label" translatable=
"yes" context=
"logindialog|passwordft">Pass_word:
</property>
146 <property name=
"use_underline">True
</property>
147 <property name=
"mnemonic_widget">passworded
</property>
148 <property name=
"xalign">0</property>
151 <property name=
"left_attach">0</property>
152 <property name=
"top_attach">6</property>
156 <object class=
"GtkEntry" id=
"passworded">
157 <property name=
"visible">True
</property>
158 <property name=
"can_focus">True
</property>
159 <property name=
"hexpand">True
</property>
160 <property name=
"visibility">False
</property>
161 <property name=
"truncate-multiline">True
</property>
162 <property name=
"activates_default">True
</property>
165 <property name=
"left_attach">1</property>
166 <property name=
"top_attach">6</property>
170 <object class=
"GtkEntry" id=
"nameed">
171 <property name=
"visible">True
</property>
172 <property name=
"can_focus">True
</property>
173 <property name=
"hexpand">True
</property>
174 <property name=
"truncate-multiline">True
</property>
175 <property name=
"activates_default">True
</property>
178 <property name=
"left_attach">1</property>
179 <property name=
"top_attach">5</property>
183 <object class=
"GtkLabel" id=
"nameft">
184 <property name=
"visible">True
</property>
185 <property name=
"can_focus">False
</property>
186 <property name=
"label" translatable=
"yes" context=
"logindialog|nameft">_User name:
</property>
187 <property name=
"use_underline">True
</property>
188 <property name=
"mnemonic_widget">nameed
</property>
189 <property name=
"xalign">0</property>
192 <property name=
"left_attach">0</property>
193 <property name=
"top_attach">5</property>
197 <object class=
"GtkLabel" id=
"loginrealm">
198 <property name=
"can_focus">False
</property>
199 <property name=
"no_show_all">True
</property>
200 <property name=
"label" translatable=
"yes" context=
"logindialog|loginrealm">Enter user name and password for:
201 “%
2” on %
1</property>
202 <property name=
"xalign">0</property>
205 <property name=
"left_attach">0</property>
206 <property name=
"top_attach">3</property>
207 <property name=
"width">2</property>
211 <object class=
"GtkLabel" id=
"wrongloginrealm">
212 <property name=
"can_focus">False
</property>
213 <property name=
"no_show_all">True
</property>
214 <property name=
"label" translatable=
"yes" context=
"logindialog|wrongloginrealm">Wrong user name and password for:
215 “%
2” on %
1</property>
216 <property name=
"xalign">0</property>
219 <property name=
"left_attach">0</property>
220 <property name=
"top_attach">3</property>
221 <property name=
"width">2</property>
225 <object class=
"GtkLabel" id=
"wrongrequestinfo">
226 <property name=
"can_focus">False
</property>
227 <property name=
"no_show_all">True
</property>
228 <property name=
"label" translatable=
"yes" context=
"logindialog|wrongrequestinfo">Wrong user name and password for:
230 <property name=
"xalign">0</property>
233 <property name=
"left_attach">0</property>
234 <property name=
"top_attach">3</property>
235 <property name=
"width">2</property>
239 <object class=
"GtkLabel" id=
"requestinfo">
240 <property name=
"visible">True
</property>
241 <property name=
"can_focus">False
</property>
242 <property name=
"label" translatable=
"yes" context=
"logindialog|requestinfo">Enter user name and password for:
244 <property name=
"xalign">0</property>
247 <property name=
"left_attach">0</property>
248 <property name=
"top_attach">2</property>
249 <property name=
"width">2</property>
253 <object class=
"GtkLabel" id=
"errorft">
254 <property name=
"visible">True
</property>
255 <property name=
"can_focus">False
</property>
256 <property name=
"label" translatable=
"yes" context=
"logindialog|errorft">Message from server:
</property>
257 <property name=
"use_underline">True
</property>
258 <property name=
"mnemonic_widget">errorinfo
</property>
259 <property name=
"xalign">0</property>
262 <property name=
"left_attach">0</property>
263 <property name=
"top_attach">0</property>
264 <property name=
"width">2</property>
268 <object class=
"GtkLabel" id=
"errorinfo">
269 <property name=
"visible">True
</property>
270 <property name=
"can_focus">False
</property>
271 <property name=
"wrap">True
</property>
272 <property name=
"width_chars">56</property>
273 <property name=
"xalign">0</property>
276 <property name=
"left_attach">0</property>
277 <property name=
"top_attach">1</property>
278 <property name=
"width">2</property>
289 <property name=
"expand">False
</property>
290 <property name=
"fill">True
</property>
291 <property name=
"position">1</property>
297 <action-widget response=
"-5">ok
</action-widget>
298 <action-widget response=
"-6">cancel
</action-widget>
299 <action-widget response=
"-11">help
</action-widget>