~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to panels/user-accounts/data/password-dialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mto: (206.1.1 oneiric-proposed)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20110517104727-ky274kr7t5a1nk9r
Tags: upstream-3.0.1.1
ImportĀ upstreamĀ versionĀ 3.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 2.12 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkListStore" id="action-model">
 
6
    <columns>
 
7
      <!-- column-name gchararray -->
 
8
      <column type="gchararray"/>
 
9
      <!-- column-name gint -->
 
10
      <column type="gint"/>
 
11
    </columns>
 
12
    <data>
 
13
      <row>
 
14
        <col id="0" translatable="yes">Set a password now</col>
 
15
        <col id="1">0</col>
 
16
      </row>
 
17
      <row>
 
18
        <col id="0" translatable="yes">Choose password at next login</col>
 
19
        <col id="1">1</col>
 
20
      </row>
 
21
      <row>
 
22
        <col id="0" translatable="yes">Log in without a password</col>
 
23
        <col id="1">2</col>
 
24
      </row>
 
25
      <row>
 
26
        <col id="0" translatable="yes">Disable this account</col>
 
27
        <col id="1">3</col>
 
28
      </row>
 
29
      <row>
 
30
        <col id="0" translatable="yes">Enable this account</col>
 
31
        <col id="1">4</col>
 
32
      </row>
 
33
    </data>
 
34
  </object>
 
35
  <object class="GtkDialog" id="dialog">
 
36
    <property name="border_width">5</property>
 
37
    <property name="title"> </property>
 
38
    <property name="resizable">False</property>
 
39
    <property name="modal">True</property>
 
40
    <property name="window_position">center-on-parent</property>
 
41
    <property name="icon_name">system-users</property>
 
42
    <property name="type_hint">dialog</property>
 
43
    <child internal-child="vbox">
 
44
      <object class="GtkVBox" id="dialog-vbox1">
 
45
        <property name="visible">True</property>
 
46
        <property name="orientation">vertical</property>
 
47
        <property name="spacing">12</property>
 
48
        <child>
 
49
          <object class="GtkVBox" id="vbox7">
 
50
            <property name="visible">True</property>
 
51
            <property name="border_width">6</property>
 
52
            <property name="orientation">vertical</property>
 
53
            <property name="spacing">16</property>
 
54
            <child>
 
55
              <object class="GtkTable" id="table4">
 
56
                <property name="visible">True</property>
 
57
                <property name="n_rows">8</property>
 
58
                <property name="n_columns">2</property>
 
59
                <property name="column_spacing">10</property>
 
60
                <property name="row_spacing">6</property>
 
61
                <child>
 
62
                  <object class="GtkVBox" id="vbox14">
 
63
                    <property name="visible">True</property>
 
64
                    <property name="orientation">vertical</property>
 
65
                    <child>
 
66
                      <object class="GtkLabel" id="password-normal-hint-label">
 
67
                        <property name="visible">True</property>
 
68
                        <property name="xalign">1</property>
 
69
                        <property name="label" translatable="yes">_Hint</property>
 
70
                        <property name="use_underline">True</property>
 
71
                        <property name="mnemonic_widget">normal-hint-entry</property>
 
72
                        <style>
 
73
                          <class name="dim-label"/>
 
74
                        </style>
 
75
                      </object>
 
76
                      <packing>
 
77
                        <property name="position">0</property>
 
78
                      </packing>
 
79
                    </child>
 
80
                    <child>
 
81
                      <object class="GtkLabel" id="label33">
 
82
                        <property name="visible">True</property>
 
83
                      </object>
 
84
                      <packing>
 
85
                        <property name="position">1</property>
 
86
                      </packing>
 
87
                    </child>
 
88
                  </object>
 
89
                  <packing>
 
90
                    <property name="top_attach">7</property>
 
91
                    <property name="bottom_attach">8</property>
 
92
                    <property name="x_options">GTK_FILL</property>
 
93
                  </packing>
 
94
                </child>
 
95
                <child>
 
96
                  <object class="GtkVBox" id="vbox15">
 
97
                    <property name="visible">True</property>
 
98
                    <property name="orientation">vertical</property>
 
99
                    <child>
 
100
                      <object class="GtkEntry" id="normal-hint-entry">
 
101
                        <property name="visible">True</property>
 
102
                        <property name="can_focus">True</property>
 
103
                      </object>
 
104
                      <packing>
 
105
                        <property name="position">0</property>
 
106
                      </packing>
 
107
                    </child>
 
108
                    <child>
 
109
                      <object class="GtkLabel" id="password-normal-hint-description-label">
 
110
                        <property name="visible">True</property>
 
111
                        <property name="xalign">0</property>
 
112
                        <property name="label" translatable="yes">&lt;small&gt;This hint may be displayed at the login screen.  It will be visible to all users of this system.  Do &lt;b&gt;not&lt;/b&gt; include the password here.&lt;/small&gt;</property>
 
113
                        <property name="use_markup">True</property>
 
114
                        <property name="wrap">True</property>
 
115
                      </object>
 
116
                      <packing>
 
117
                        <property name="position">1</property>
 
118
                      </packing>
 
119
                    </child>
 
120
                  </object>
 
121
                  <packing>
 
122
                    <property name="left_attach">1</property>
 
123
                    <property name="right_attach">2</property>
 
124
                    <property name="top_attach">7</property>
 
125
                    <property name="bottom_attach">8</property>
 
126
                  </packing>
 
127
                </child>
 
128
                <child>
 
129
                  <object class="GtkEntry" id="verify-entry">
 
130
                    <property name="visible">True</property>
 
131
                    <property name="can_focus">True</property>
 
132
                    <property name="visibility">False</property>
 
133
                  </object>
 
134
                  <packing>
 
135
                    <property name="left_attach">1</property>
 
136
                    <property name="right_attach">2</property>
 
137
                    <property name="top_attach">5</property>
 
138
                    <property name="bottom_attach">6</property>
 
139
                  </packing>
 
140
                </child>
 
141
                <child>
 
142
                  <object class="GtkLabel" id="password-normal-verify-label">
 
143
                    <property name="visible">True</property>
 
144
                    <property name="xalign">1</property>
 
145
                    <property name="label" translatable="yes">C_onfirm password</property>
 
146
                    <property name="use_underline">True</property>
 
147
                    <property name="mnemonic_widget">verify-entry</property>
 
148
                    <style>
 
149
                      <class name="dim-label"/>
 
150
                    </style>
 
151
                  </object>
 
152
                  <packing>
 
153
                    <property name="top_attach">5</property>
 
154
                    <property name="bottom_attach">6</property>
 
155
                    <property name="x_options">GTK_FILL</property>
 
156
                  </packing>
 
157
                </child>
 
158
                <child>
 
159
                  <object class="GtkVBox" id="vbox17">
 
160
                    <property name="visible">True</property>
 
161
                    <property name="orientation">vertical</property>
 
162
                    <child>
 
163
                      <object class="GtkLabel" id="password-normal-password-label">
 
164
                        <property name="visible">True</property>
 
165
                        <property name="xalign">1</property>
 
166
                        <property name="label" translatable="yes">_New password</property>
 
167
                        <property name="use_underline">True</property>
 
168
                        <style>
 
169
                          <class name="dim-label"/>
 
170
                        </style>
 
171
                      </object>
 
172
                      <packing>
 
173
                        <property name="position">0</property>
 
174
                      </packing>
 
175
                    </child>
 
176
                    <child>
 
177
                      <object class="GtkLabel" id="label35">
 
178
                        <property name="visible">True</property>
 
179
                      </object>
 
180
                      <packing>
 
181
                        <property name="position">1</property>
 
182
                      </packing>
 
183
                    </child>
 
184
                  </object>
 
185
                  <packing>
 
186
                    <property name="top_attach">4</property>
 
187
                    <property name="bottom_attach">5</property>
 
188
                    <property name="x_options">GTK_FILL</property>
 
189
                  </packing>
 
190
                </child>
 
191
                <child>
 
192
                  <object class="GtkVBox" id="vbox16">
 
193
                    <property name="visible">True</property>
 
194
                    <property name="orientation">vertical</property>
 
195
                    <property name="spacing">6</property>
 
196
                    <child>
 
197
                      <object class="GtkHBox" id="hbox1">
 
198
                        <property name="visible">True</property>
 
199
                        <property name="spacing">6</property>
 
200
                        <child>
 
201
                          <object class="GtkEntry" id="password-entry">
 
202
                            <property name="visible">True</property>
 
203
                            <property name="can_focus">True</property>
 
204
                            <property name="visibility">False</property>
 
205
                          </object>
 
206
                          <packing>
 
207
                            <property name="position">0</property>
 
208
                          </packing>
 
209
                        </child>
 
210
                        <child>
 
211
                          <object class="GtkButton" id="generate-again-button">
 
212
                            <property name="visible">True</property>
 
213
                            <property name="can_focus">True</property>
 
214
                            <property name="receives_default">False</property>
 
215
                            <property name="tooltip_text" translatable="yes">Choose a generated password</property>
 
216
                            <child>
 
217
                              <object class="GtkImage" id="generate-again-image">
 
218
                                <property name="visible">True</property>
 
219
                                <property name="stock">gtk-execute</property>
 
220
                              </object>
 
221
                            </child>
 
222
                          </object>
 
223
                          <packing>
 
224
                            <property name="expand">False</property>
 
225
                            <property name="fill">False</property>
 
226
                            <property name="position">1</property>
 
227
                          </packing>
 
228
                        </child>
 
229
                      </object>
 
230
                      <packing>
 
231
                        <property name="position">0</property>
 
232
                      </packing>
 
233
                    </child>
 
234
                    <child>
 
235
                      <object class="GtkHBox" id="hbox13">
 
236
                        <property name="visible">True</property>
 
237
                        <property name="spacing">9</property>
 
238
                        <child>
 
239
                          <object class="GtkAlignment" id="alignment1">
 
240
                            <property name="visible">True</property>
 
241
                            <property name="top_padding">6</property>
 
242
                            <property name="bottom_padding">6</property>
 
243
                            <child>
 
244
                              <object class="UmStrengthBar" id="strength-indicator">
 
245
                                <property name="visible">True</property>
 
246
                              </object>
 
247
                            </child>
 
248
                          </object>
 
249
                          <packing>
 
250
                            <property name="expand">False</property>
 
251
                            <property name="fill">False</property>
 
252
                            <property name="position">0</property>
 
253
                          </packing>
 
254
                        </child>
 
255
                        <child>
 
256
                          <object class="GtkLabel" id="strength-indicator-label">
 
257
                            <property name="visible">True</property>
 
258
                            <property name="xalign">0</property>
 
259
                            <property name="label" translatable="yes">Fair</property>
 
260
                          </object>
 
261
                          <packing>
 
262
                            <property name="position">1</property>
 
263
                          </packing>
 
264
                        </child>
 
265
                      </object>
 
266
                      <packing>
 
267
                        <property name="position">1</property>
 
268
                      </packing>
 
269
                    </child>
 
270
                  </object>
 
271
                  <packing>
 
272
                    <property name="left_attach">1</property>
 
273
                    <property name="right_attach">2</property>
 
274
                    <property name="top_attach">4</property>
 
275
                    <property name="bottom_attach">5</property>
 
276
                  </packing>
 
277
                </child>
 
278
                <child>
 
279
                  <object class="GtkLabel" id="old-password-label">
 
280
                    <property name="visible">True</property>
 
281
                    <property name="xalign">1</property>
 
282
                    <property name="label" translatable="yes">Current _password</property>
 
283
                    <property name="use_underline">True</property>
 
284
                    <property name="mnemonic_widget">old-password-entry</property>
 
285
                    <style>
 
286
                      <class name="dim-label"/>
 
287
                    </style>
 
288
                  </object>
 
289
                  <packing>
 
290
                    <property name="top_attach">3</property>
 
291
                    <property name="bottom_attach">4</property>
 
292
                  </packing>
 
293
                </child>
 
294
                <child>
 
295
                  <object class="GtkEntry" id="old-password-entry">
 
296
                    <property name="visible">True</property>
 
297
                    <property name="can_focus">True</property>
 
298
                    <property name="visibility">False</property>
 
299
                  </object>
 
300
                  <packing>
 
301
                    <property name="left_attach">1</property>
 
302
                    <property name="right_attach">2</property>
 
303
                    <property name="top_attach">3</property>
 
304
                    <property name="bottom_attach">4</property>
 
305
                  </packing>
 
306
                </child>
 
307
                <child>
 
308
                  <object class="GtkLabel" id="action-label">
 
309
                    <property name="visible">True</property>
 
310
                    <property name="xalign">1</property>
 
311
                    <property name="label" translatable="yes">_Action</property>
 
312
                    <property name="use_underline">True</property>
 
313
                    <property name="mnemonic_widget">action-combo</property>
 
314
                    <style>
 
315
                      <class name="dim-label"/>
 
316
                    </style>
 
317
                  </object>
 
318
                  <packing>
 
319
                    <property name="top_attach">2</property>
 
320
                    <property name="bottom_attach">3</property>
 
321
                  </packing>
 
322
                </child>
 
323
                <child>
 
324
                  <object class="GtkComboBox" id="action-combo">
 
325
                    <property name="visible">True</property>
 
326
                    <property name="model">action-model</property>
 
327
                    <child>
 
328
                      <object class="GtkCellRendererText" id="renderer"/>
 
329
                      <attributes>
 
330
                        <attribute name="text">0</attribute>
 
331
                      </attributes>
 
332
                    </child>
 
333
                  </object>
 
334
                  <packing>
 
335
                    <property name="left_attach">1</property>
 
336
                    <property name="right_attach">2</property>
 
337
                    <property name="top_attach">2</property>
 
338
                    <property name="bottom_attach">3</property>
 
339
                  </packing>
 
340
                </child>
 
341
                <child>
 
342
                  <object class="GtkLabel" id="label1">
 
343
                    <property name="visible">True</property>
 
344
                  </object>
 
345
                  <packing>
 
346
                    <property name="top_attach">1</property>
 
347
                    <property name="bottom_attach">2</property>
 
348
                  </packing>
 
349
                </child>
 
350
                <child>
 
351
                  <object class="GtkLabel" id="label2">
 
352
                    <property name="visible">True</property>
 
353
                  </object>
 
354
                  <packing>
 
355
                    <property name="left_attach">1</property>
 
356
                    <property name="right_attach">2</property>
 
357
                    <property name="top_attach">1</property>
 
358
                    <property name="bottom_attach">2</property>
 
359
                  </packing>
 
360
                </child>
 
361
                <child>
 
362
                  <object class="GtkHBox" id="hbox3">
 
363
                    <property name="visible">True</property>
 
364
                    <child>
 
365
                      <object class="GtkLabel" id="blablalabel23">
 
366
                        <property name="visible">True</property>
 
367
                      </object>
 
368
                      <packing>
 
369
                        <property name="position">0</property>
 
370
                      </packing>
 
371
                    </child>
 
372
                    <child>
 
373
                      <object class="GtkImage" id="user-icon">
 
374
                        <property name="visible">True</property>
 
375
                      </object>
 
376
                      <packing>
 
377
                        <property name="expand">False</property>
 
378
                        <property name="position">1</property>
 
379
                      </packing>
 
380
                    </child>
 
381
                  </object>
 
382
                  <packing>
 
383
                    <property name="x_options">GTK_FILL</property>
 
384
                  </packing>
 
385
                </child>
 
386
                <child>
 
387
                  <object class="GtkVBox" id="vbox6">
 
388
                    <property name="visible">True</property>
 
389
                    <property name="orientation">vertical</property>
 
390
                    <child>
 
391
                      <object class="GtkLabel" id="label8">
 
392
                        <property name="visible">True</property>
 
393
                        <property name="xalign">0</property>
 
394
                        <property name="label" translatable="yes">Changing password for</property>
 
395
                      </object>
 
396
                      <packing>
 
397
                        <property name="position">0</property>
 
398
                      </packing>
 
399
                    </child>
 
400
                    <child>
 
401
                      <object class="GtkLabel" id="user-name">
 
402
                        <property name="visible">True</property>
 
403
                        <property name="xalign">0</property>
 
404
                        <attributes>
 
405
                          <attribute name="weight" value="bold"/>
 
406
                          <attribute name="scale" value="1.200000"/>
 
407
                        </attributes>
 
408
                      </object>
 
409
                      <packing>
 
410
                        <property name="position">1</property>
 
411
                      </packing>
 
412
                    </child>
 
413
                  </object>
 
414
                  <packing>
 
415
                    <property name="left_attach">1</property>
 
416
                    <property name="right_attach">2</property>
 
417
                  </packing>
 
418
                </child>
 
419
                <child>
 
420
                  <object class="GtkCheckButton" id="show-password-checkbutton">
 
421
                    <property name="label" translatable="yes">_Show password</property>
 
422
                    <property name="visible">True</property>
 
423
                    <property name="can_focus">True</property>
 
424
                    <property name="receives_default">False</property>
 
425
                    <property name="use_underline">True</property>
 
426
                    <property name="draw_indicator">True</property>
 
427
                  </object>
 
428
                  <packing>
 
429
                    <property name="left_attach">1</property>
 
430
                    <property name="right_attach">2</property>
 
431
                    <property name="top_attach">6</property>
 
432
                    <property name="bottom_attach">7</property>
 
433
                  </packing>
 
434
                </child>
 
435
                <child>
 
436
                  <placeholder/>
 
437
                </child>
 
438
              </object>
 
439
              <packing>
 
440
                <property name="position">0</property>
 
441
              </packing>
 
442
            </child>
 
443
          </object>
 
444
          <packing>
 
445
            <property name="expand">False</property>
 
446
            <property name="fill">False</property>
 
447
            <property name="position">1</property>
 
448
          </packing>
 
449
        </child>
 
450
        <child internal-child="action_area">
 
451
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
452
            <property name="visible">True</property>
 
453
            <property name="layout_style">edge</property>
 
454
            <child>
 
455
              <object class="GtkAlignment" id="alignment2">
 
456
                <property name="visible">True</property>
 
457
                <property name="xalign">0</property>
 
458
                <child>
 
459
                  <object class="GtkLabel" id="password-normal-strength-hints-label">
 
460
                    <property name="visible">True</property>
 
461
                    <property name="can_focus">True</property>
 
462
                    <property name="receives_default">True</property>
 
463
                    <property name="label" translatable="yes">How to choose a strong password</property>
 
464
                    <property name="use_markup">True</property>
 
465
                    <property name="track_visited_links">False</property>
 
466
                  </object>
 
467
                </child>
 
468
              </object>
 
469
              <packing>
 
470
                <property name="expand">False</property>
 
471
                <property name="fill">False</property>
 
472
                <property name="position">0</property>
 
473
                <property name="secondary">True</property>
 
474
              </packing>
 
475
            </child>
 
476
            <child>
 
477
              <object class="GtkHButtonBox" id="hbuttonbox1">
 
478
                <property name="visible">True</property>
 
479
                <property name="spacing">6</property>
 
480
                <property name="layout_style">end</property>
 
481
                <child>
 
482
                  <object class="GtkButton" id="ok-button">
 
483
                    <property name="label" translatable="yes">Ch_ange</property>
 
484
                    <property name="visible">True</property>
 
485
                    <property name="can_focus">True</property>
 
486
                    <property name="can_default">True</property>
 
487
                    <property name="receives_default">True</property>
 
488
                    <property name="use_underline">True</property>
 
489
                  </object>
 
490
                  <packing>
 
491
                    <property name="expand">False</property>
 
492
                    <property name="fill">False</property>
 
493
                    <property name="pack_type">end</property>
 
494
                    <property name="position">1</property>
 
495
                  </packing>
 
496
                </child>
 
497
                <child>
 
498
                  <object class="GtkButton" id="cancel-button">
 
499
                    <property name="label">gtk-cancel</property>
 
500
                    <property name="visible">True</property>
 
501
                    <property name="can_focus">True</property>
 
502
                    <property name="receives_default">True</property>
 
503
                    <property name="use_stock">True</property>
 
504
                  </object>
 
505
                  <packing>
 
506
                    <property name="expand">False</property>
 
507
                    <property name="fill">False</property>
 
508
                    <property name="pack_type">end</property>
 
509
                    <property name="position">0</property>
 
510
                  </packing>
 
511
                </child>
 
512
              </object>
 
513
              <packing>
 
514
                <property name="expand">False</property>
 
515
                <property name="fill">False</property>
 
516
                <property name="position">1</property>
 
517
                <property name="secondary">True</property>
 
518
              </packing>
 
519
            </child>
 
520
          </object>
 
521
          <packing>
 
522
            <property name="expand">False</property>
 
523
            <property name="pack_type">end</property>
 
524
            <property name="position">0</property>
 
525
          </packing>
 
526
        </child>
 
527
      </object>
 
528
    </child>
 
529
  </object>
 
530
  <object class="GtkSizeGroup" id="sizegroup"/>
 
531
</interface>