~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to daemon/prompt/gkd-prompt.ui

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkDialog" id="prompt_dialog">
 
6
    <property name="border_width">5</property>
 
7
    <property name="type_hint">normal</property>
 
8
    <property name="has_separator">False</property>
 
9
    <child internal-child="vbox">
 
10
      <object class="GtkVBox" id="dialog-vbox1">
 
11
        <property name="visible">True</property>
 
12
        <property name="orientation">vertical</property>
 
13
        <property name="spacing">2</property>
 
14
        <child>
 
15
          <object class="GtkVBox" id="vbox1">
 
16
            <property name="visible">True</property>
 
17
            <property name="border_width">6</property>
 
18
            <property name="orientation">vertical</property>
 
19
            <property name="spacing">12</property>
 
20
            <child>
 
21
              <object class="GtkHBox" id="hbox1">
 
22
                <property name="visible">True</property>
 
23
                <property name="spacing">12</property>
 
24
                <child>
 
25
                  <object class="GtkImage" id="prompt_image">
 
26
                    <property name="visible">True</property>
 
27
                    <property name="yalign">0</property>
 
28
                    <property name="stock">gtk-dialog-authentication</property>
 
29
                    <property name="icon-size">6</property>
 
30
                  </object>
 
31
                  <packing>
 
32
                    <property name="expand">False</property>
 
33
                    <property name="fill">False</property>
 
34
                    <property name="position">0</property>
 
35
                  </packing>
 
36
                </child>
 
37
                <child>
 
38
                  <object class="GtkVBox" id="vbox3">
 
39
                    <property name="visible">True</property>
 
40
                    <property name="orientation">vertical</property>
 
41
                    <property name="spacing">12</property>
 
42
                    <child>
 
43
                      <object class="GtkLabel" id="prompt_label">
 
44
                        <property name="visible">True</property>
 
45
                        <property name="xalign">0</property>
 
46
                        <property name="yalign">0</property>
 
47
                        <property name="label">&lt;span size="large" weight="bold"&gt;Enter password for keyring 'login' to unlock&lt;/span&gt;
 
48
 
 
49
An application wants access to the keyring 'xxx', but it is locked.</property>
 
50
                        <property name="use_markup">True</property>
 
51
                        <property name="wrap">True</property>
 
52
                        <property name="selectable">True</property>
 
53
                      </object>
 
54
                      <packing>
 
55
                        <property name="position">0</property>
 
56
                      </packing>
 
57
                    </child>
 
58
                    <child>
 
59
                      <object class="GtkLabel" id="warning_label">
 
60
                        <property name="selectable">True</property>
 
61
                      </object>
 
62
                      <packing>
 
63
                        <property name="position">1</property>
 
64
                      </packing>
 
65
                    </child>
 
66
                    <child>
 
67
                      <object class="GtkVBox" id="prompt_area">
 
68
                        <property name="visible">True</property>
 
69
                        <property name="orientation">vertical</property>
 
70
                        <property name="spacing">6</property>
 
71
                        <child>
 
72
                          <object class="GtkHBox" id="name_area">
 
73
                            <property name="spacing">6</property>
 
74
                            <child>
 
75
                              <object class="GtkLabel" id="name_label">
 
76
                                <property name="visible">True</property>
 
77
                                <property name="xalign">0</property>
 
78
                                <property name="label" translatable="yes">_Name:</property>
 
79
                                <property name="use_underline">True</property>
 
80
                              </object>
 
81
                              <packing>
 
82
                                <property name="expand">False</property>
 
83
                                <property name="position">0</property>
 
84
                              </packing>
 
85
                            </child>
 
86
                            <child>
 
87
                              <object class="GtkEntry" id="name_entry">
 
88
                                <property name="visible">True</property>
 
89
                                <property name="can_focus">True</property>
 
90
                                <property name="visibility">False</property>
 
91
                                <property name="invisible_char">&#x2022;</property>
 
92
                                <property name="activates_default">True</property>
 
93
                              </object>
 
94
                              <packing>
 
95
                                <property name="position">1</property>
 
96
                              </packing>
 
97
                            </child>
 
98
                          </object>
 
99
                          <packing>
 
100
                            <property name="position">0</property>
 
101
                          </packing>
 
102
                        </child>
 
103
                        <child>
 
104
                          <object class="GtkHBox" id="original_area">
 
105
                            <property name="spacing">6</property>
 
106
                            <child>
 
107
                              <object class="GtkLabel" id="original_label">
 
108
                                <property name="visible">True</property>
 
109
                                <property name="xalign">0</property>
 
110
                                <property name="label" translatable="yes">_Old Password:</property>
 
111
                                <property name="use_underline">True</property>
 
112
                              </object>
 
113
                              <packing>
 
114
                                <property name="expand">False</property>
 
115
                                <property name="position">0</property>
 
116
                              </packing>
 
117
                            </child>
 
118
                            <child>
 
119
                              <object class="GtkEntry" id="original_entry">
 
120
                                <property name="visible">True</property>
 
121
                                <property name="can_focus">True</property>
 
122
                                <property name="visibility">False</property>
 
123
                                <property name="invisible_char">&#x2022;</property>
 
124
                                <property name="activates_default">True</property>
 
125
                              </object>
 
126
                              <packing>
 
127
                                <property name="position">1</property>
 
128
                              </packing>
 
129
                            </child>
 
130
                          </object>
 
131
                          <packing>
 
132
                            <property name="position">1</property>
 
133
                          </packing>
 
134
                        </child>
 
135
                        <child>
 
136
                          <object class="GtkHBox" id="password_area">
 
137
                            <property name="spacing">6</property>
 
138
                            <child>
 
139
                              <object class="GtkLabel" id="password_label">
 
140
                                <property name="visible">True</property>
 
141
                                <property name="xalign">0</property>
 
142
                                <property name="label" translatable="yes">_Password:</property>
 
143
                                <property name="use_underline">True</property>
 
144
                              </object>
 
145
                              <packing>
 
146
                                <property name="expand">False</property>
 
147
                                <property name="position">0</property>
 
148
                              </packing>
 
149
                            </child>
 
150
                            <child>
 
151
                              <object class="GtkEntry" id="password_entry">
 
152
                                <property name="visible">True</property>
 
153
                                <property name="can_focus">True</property>
 
154
                                <property name="visibility">False</property>
 
155
                                <property name="invisible_char">&#x2022;</property>
 
156
                                <property name="activates_default">True</property>
 
157
                              </object>
 
158
                              <packing>
 
159
                                <property name="position">1</property>
 
160
                              </packing>
 
161
                            </child>
 
162
                          </object>
 
163
                          <packing>
 
164
                            <property name="position">2</property>
 
165
                          </packing>
 
166
                        </child>
 
167
                        <child>
 
168
                          <object class="GtkVBox" id="confirm_area">
 
169
                            <property name="orientation">vertical</property>
 
170
                            <property name="spacing">6</property>
 
171
                            <child>
 
172
                              <object class="GtkHBox" id="confirm_box">
 
173
                                <property name="visible">True</property>
 
174
                                <property name="spacing">6</property>
 
175
                                <child>
 
176
                                  <object class="GtkLabel" id="confirm_label">
 
177
                                    <property name="visible">True</property>
 
178
                                    <property name="xalign">0</property>
 
179
                                    <property name="label" translatable="yes">_Confirm:</property>
 
180
                                    <property name="use_underline">True</property>
 
181
                                  </object>
 
182
                                  <packing>
 
183
                                    <property name="expand">False</property>
 
184
                                    <property name="position">0</property>
 
185
                                  </packing>
 
186
                                </child>
 
187
                                <child>
 
188
                                  <object class="GtkEntry" id="confirm_entry">
 
189
                                    <property name="visible">True</property>
 
190
                                    <property name="can_focus">True</property>
 
191
                                    <property name="visibility">False</property>
 
192
                                    <property name="invisible_char">&#x2022;</property>
 
193
                                    <property name="activates_default">True</property>
 
194
                                  </object>
 
195
                                  <packing>
 
196
                                    <property name="position">1</property>
 
197
                                  </packing>
 
198
                                </child>
 
199
                              </object>
 
200
                              <packing>
 
201
                                <property name="position">0</property>
 
202
                              </packing>
 
203
                            </child>
 
204
                            <child>
 
205
                              <object class="GtkHBox" id="hbox3">
 
206
                                <property name="visible">True</property>
 
207
                                <property name="spacing">6</property>
 
208
                                <child>
 
209
                                  <object class="GtkLabel" id="strength_label">
 
210
                                    <property name="visible">True</property>
 
211
                                  </object>
 
212
                                  <packing>
 
213
                                    <property name="expand">False</property>
 
214
                                    <property name="position">0</property>
 
215
                                  </packing>
 
216
                                </child>
 
217
                                <child>
 
218
                                  <object class="GtkProgressBar" id="strength_bar">
 
219
                                    <property name="visible">True</property>
 
220
                                    <property name="text" translatable="yes">New password strength</property>
 
221
                                  </object>
 
222
                                  <packing>
 
223
                                    <property name="position">1</property>
 
224
                                  </packing>
 
225
                                </child>
 
226
                              </object>
 
227
                              <packing>
 
228
                                <property name="position">1</property>
 
229
                              </packing>
 
230
                            </child>
 
231
                          </object>
 
232
                          <packing>
 
233
                            <property name="position">3</property>
 
234
                          </packing>
 
235
                        </child>
 
236
                      </object>
 
237
                      <packing>
 
238
                        <property name="position">2</property>
 
239
                      </packing>
 
240
                    </child>
 
241
                  </object>
 
242
                  <packing>
 
243
                    <property name="expand">False</property>
 
244
                    <property name="position">1</property>
 
245
                  </packing>
 
246
                </child>
 
247
              </object>
 
248
              <packing>
 
249
                <property name="expand">False</property>
 
250
                <property name="position">0</property>
 
251
              </packing>
 
252
            </child>
 
253
            <child>
 
254
              <object class="GtkExpander" id="details_area">
 
255
                <property name="can_focus">True</property>
 
256
                <child>
 
257
                  <object class="GtkAlignment" id="alignment1">
 
258
                    <property name="visible">True</property>
 
259
                    <property name="top_padding">3</property>
 
260
                    <property name="left_padding">12</property>
 
261
                    <child>
 
262
                      <object class="GtkVBox" id="vbox2">
 
263
                        <property name="visible">True</property>
 
264
                        <property name="orientation">vertical</property>
 
265
                        <property name="spacing">6</property>
 
266
                        <child>
 
267
                          <object class="GtkVBox" id="lock_area">
 
268
                            <property name="orientation">vertical</property>
 
269
                            <property name="spacing">6</property>
 
270
                            <child>
 
271
                              <object class="GtkCheckButton" id="auto_unlock_check">
 
272
                                <property name="label" translatable="yes">Automatically unlock this keyring whenever I'm logged in</property>
 
273
                                <property name="visible">True</property>
 
274
                                <property name="can_focus">True</property>
 
275
                                <property name="receives_default">False</property>
 
276
                                <property name="draw_indicator">True</property>
 
277
                              </object>
 
278
                              <packing>
 
279
                                <property name="position">0</property>
 
280
                              </packing>
 
281
                            </child>
 
282
                            <child>
 
283
                              <object class="GtkAlignment" id="options_area">
 
284
                                <property name="left_padding">18</property>
 
285
                                <child>
 
286
                                  <placeholder/>
 
287
                                </child>
 
288
                              </object>
 
289
                              <packing>
 
290
                                <property name="position">1</property>
 
291
                              </packing>
 
292
                            </child>
 
293
                          </object>
 
294
                          <packing>
 
295
                            <property name="position">0</property>
 
296
                          </packing>
 
297
                        </child>
 
298
                        <child>
 
299
                          <object class="GtkAlignment" id="info_area">
 
300
                            <property name="left_padding">6</property>
 
301
                            <child>
 
302
                              <object class="GtkTable" id="table1">
 
303
                                <property name="visible">True</property>
 
304
                                <property name="n_columns">2</property>
 
305
                                <property name="column_spacing">12</property>
 
306
                                <property name="row_spacing">6</property>
 
307
                                <child>
 
308
                                  <object class="GtkLabel" id="path_value">
 
309
                                    <property name="visible">True</property>
 
310
                                    <property name="selectable">True</property>
 
311
                                  </object>
 
312
                                  <packing>
 
313
                                    <property name="left_attach">1</property>
 
314
                                    <property name="right_attach">2</property>
 
315
                                  </packing>
 
316
                                </child>
 
317
                                <child>
 
318
                                  <object class="GtkLabel" id="path_label">
 
319
                                    <property name="visible">True</property>
 
320
                                    <property name="label" translatable="yes">_Application:</property>
 
321
                                    <property name="use_underline">True</property>
 
322
                                  </object>
 
323
                                  <packing>
 
324
                                    <property name="x_options">GTK_FILL</property>
 
325
                                  </packing>
 
326
                                </child>
 
327
                              </object>
 
328
                            </child>
 
329
                          </object>
 
330
                          <packing>
 
331
                            <property name="position">1</property>
 
332
                          </packing>
 
333
                        </child>
 
334
                      </object>
 
335
                    </child>
 
336
                  </object>
 
337
                </child>
 
338
                <child type="label">
 
339
                  <object class="GtkLabel" id="label1">
 
340
                    <property name="visible">True</property>
 
341
                    <property name="label" translatable="yes">_Details:</property>
 
342
                    <property name="use_underline">True</property>
 
343
                  </object>
 
344
                </child>
 
345
              </object>
 
346
              <packing>
 
347
                <property name="expand">False</property>
 
348
                <property name="position">1</property>
 
349
              </packing>
 
350
            </child>
 
351
          </object>
 
352
          <packing>
 
353
            <property name="position">1</property>
 
354
          </packing>
 
355
        </child>
 
356
        <child internal-child="action_area">
 
357
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
358
            <property name="visible">True</property>
 
359
            <property name="layout_style">end</property>
 
360
            <child>
 
361
              <placeholder/>
 
362
            </child>
 
363
            <child>
 
364
              <placeholder/>
 
365
            </child>
 
366
          </object>
 
367
          <packing>
 
368
            <property name="expand">False</property>
 
369
            <property name="pack_type">end</property>
 
370
            <property name="position">0</property>
 
371
          </packing>
 
372
        </child>
 
373
      </object>
 
374
    </child>
 
375
  </object>
 
376
  <object class="GtkSizeGroup" id="prompt_label_sizegroup">
 
377
    <widgets>
 
378
      <widget name="name_label"/>
 
379
      <widget name="original_label"/>
 
380
      <widget name="password_label"/>
 
381
      <widget name="confirm_label"/>
 
382
      <widget name="strength_label"/>
 
383
    </widgets>
 
384
  </object>
 
385
</interface>