~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to ui/gku-prompt.ui

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-14 22:13:02 UTC
  • mfrom: (1.3.1)
  • mto: (80.2.8 experimental) (1.1.77)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: package-import@ubuntu.com-20120514221302-0l3gjmqpe6xopond
Import upstream version 3.4.1

Show diffs side-by-side

added added

removed removed

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