fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / uui / uiconfig / ui / setmasterpassworddlg.ui
blobe8c5ae9c315c690abfaf25e1fa812ae7b9f41c1c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="SetMasterPasswordDialog">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Set Master Password</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="dialog-vbox1">
11 <property name="can_focus">False</property>
12 <property name="orientation">vertical</property>
13 <property name="spacing">12</property>
14 <child internal-child="action_area">
15 <object class="GtkButtonBox" id="dialog-action_area1">
16 <property name="can_focus">False</property>
17 <property name="layout_style">end</property>
18 <child>
19 <object class="GtkButton" id="help">
20 <property name="label">gtk-help</property>
21 <property name="visible">True</property>
22 <property name="can_focus">True</property>
23 <property name="receives_default">True</property>
24 <property name="use_stock">True</property>
25 </object>
26 <packing>
27 <property name="expand">False</property>
28 <property name="fill">True</property>
29 <property name="position">0</property>
30 <property name="secondary">True</property>
31 </packing>
32 </child>
33 <child>
34 <object class="GtkButton" id="ok">
35 <property name="label">gtk-ok</property>
36 <property name="visible">True</property>
37 <property name="can_focus">True</property>
38 <property name="can_default">True</property>
39 <property name="has_default">True</property>
40 <property name="receives_default">True</property>
41 <property name="use_stock">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">1</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="cancel">
51 <property name="label">gtk-cancel</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">True</property>
55 <property name="use_stock">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="position">2</property>
61 </packing>
62 </child>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">True</property>
67 <property name="pack_type">end</property>
68 <property name="position">0</property>
69 </packing>
70 </child>
71 <child>
72 <object class="GtkBox" id="box1">
73 <property name="visible">True</property>
74 <property name="can_focus">False</property>
75 <property name="orientation">vertical</property>
76 <property name="spacing">12</property>
77 <child>
78 <object class="GtkLabel" id="label1">
79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
81 <property name="xalign">0</property>
82 <property name="label" translatable="yes">Passwords for web connections are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list.</property>
83 <property name="wrap">True</property>
84 <property name="max_width_chars">62</property>
85 </object>
86 <packing>
87 <property name="expand">False</property>
88 <property name="fill">True</property>
89 <property name="position">0</property>
90 </packing>
91 </child>
92 <child>
93 <object class="GtkLabel" id="label2">
94 <property name="visible">True</property>
95 <property name="can_focus">False</property>
96 <property name="xalign">0</property>
97 <property name="label" translatable="yes">_Enter password:</property>
98 <property name="use_underline">True</property>
99 <property name="mnemonic_widget">password1</property>
100 </object>
101 <packing>
102 <property name="expand">False</property>
103 <property name="fill">True</property>
104 <property name="position">1</property>
105 </packing>
106 </child>
107 <child>
108 <object class="GtkEntry" id="password1">
109 <property name="visible">True</property>
110 <property name="can_focus">True</property>
111 <property name="visibility">False</property>
112 <property name="invisible_char"></property>
113 </object>
114 <packing>
115 <property name="expand">False</property>
116 <property name="fill">True</property>
117 <property name="position">2</property>
118 </packing>
119 </child>
120 <child>
121 <object class="GtkLabel" id="label3">
122 <property name="visible">True</property>
123 <property name="can_focus">False</property>
124 <property name="xalign">0</property>
125 <property name="label" translatable="yes">_Reenter password:</property>
126 <property name="use_underline">True</property>
127 <property name="mnemonic_widget">password2</property>
128 </object>
129 <packing>
130 <property name="expand">False</property>
131 <property name="fill">True</property>
132 <property name="position">3</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkEntry" id="password2">
137 <property name="visible">True</property>
138 <property name="can_focus">True</property>
139 <property name="visibility">False</property>
140 <property name="invisible_char"></property>
141 </object>
142 <packing>
143 <property name="expand">False</property>
144 <property name="fill">True</property>
145 <property name="position">4</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkLabel" id="label4">
150 <property name="visible">True</property>
151 <property name="can_focus">False</property>
152 <property name="xalign">0</property>
153 <property name="label" translatable="yes">Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case sensitive.</property>
154 <property name="wrap">True</property>
155 <property name="max_width_chars">62</property>
156 </object>
157 <packing>
158 <property name="expand">False</property>
159 <property name="fill">True</property>
160 <property name="position">5</property>
161 </packing>
162 </child>
163 </object>
164 <packing>
165 <property name="expand">False</property>
166 <property name="fill">True</property>
167 <property name="position">1</property>
168 </packing>
169 </child>
170 </object>
171 </child>
172 <action-widgets>
173 <action-widget response="0">help</action-widget>
174 <action-widget response="0">ok</action-widget>
175 <action-widget response="0">cancel</action-widget>
176 </action-widgets>
177 </object>
178 </interface>