]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-yahoo.ui
Updated POTFILES.in
[empathy.git] / libempathy-gtk / empathy-account-widget-yahoo.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkAdjustment" id="adjustment1">
6     <property name="value">5050</property>
7     <property name="lower">1</property>
8     <property name="upper">65555</property>
9     <property name="step_increment">1</property>
10     <property name="page_increment">10</property>
11   </object>
12   <object class="GtkVBox" id="vbox_yahoo_settings">
13     <property name="visible">True</property>
14     <property name="orientation">vertical</property>
15     <property name="spacing">6</property>
16     <child>
17       <object class="GtkTable" id="table_common_settings">
18         <property name="visible">True</property>
19         <property name="n_rows">4</property>
20         <property name="n_columns">2</property>
21         <property name="column_spacing">12</property>
22         <property name="row_spacing">6</property>
23         <child>
24           <object class="GtkLabel" id="label_password">
25             <property name="visible">True</property>
26             <property name="xalign">0</property>
27             <property name="label" translatable="yes">Pass_word:</property>
28             <property name="use_underline">True</property>
29             <property name="mnemonic_widget">entry_password</property>
30           </object>
31           <packing>
32             <property name="top_attach">2</property>
33             <property name="bottom_attach">3</property>
34             <property name="x_options">GTK_FILL</property>
35             <property name="y_options"></property>
36           </packing>
37         </child>
38         <child>
39           <object class="GtkLabel" id="label_id">
40             <property name="visible">True</property>
41             <property name="xalign">0</property>
42             <property name="label" translatable="yes">Yahoo! I_D:</property>
43             <property name="use_underline">True</property>
44             <property name="mnemonic_widget">entry_id</property>
45           </object>
46           <packing>
47             <property name="x_options">GTK_FILL</property>
48             <property name="y_options"></property>
49           </packing>
50         </child>
51         <child>
52           <object class="GtkEntry" id="entry_id">
53             <property name="visible">True</property>
54             <property name="can_focus">True</property>
55           </object>
56           <packing>
57             <property name="left_attach">1</property>
58             <property name="right_attach">2</property>
59             <property name="y_options"></property>
60           </packing>
61         </child>
62         <child>
63           <object class="GtkEntry" id="entry_password">
64             <property name="visible">True</property>
65             <property name="can_focus">True</property>
66             <property name="visibility">False</property>
67           </object>
68           <packing>
69             <property name="left_attach">1</property>
70             <property name="right_attach">2</property>
71             <property name="top_attach">2</property>
72             <property name="bottom_attach">3</property>
73             <property name="y_options"></property>
74           </packing>
75         </child>
76         <child>
77           <object class="GtkLabel" id="label_username_example">
78             <property name="visible">True</property>
79             <property name="xalign">0</property>
80             <property name="xpad">3</property>
81             <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; username</property>
82             <property name="use_markup">True</property>
83             <attributes>
84               <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
85             </attributes>
86           </object>
87           <packing>
88             <property name="left_attach">1</property>
89             <property name="right_attach">2</property>
90             <property name="top_attach">1</property>
91             <property name="bottom_attach">2</property>
92             <property name="x_options">GTK_FILL</property>
93             <property name="y_options"></property>
94           </packing>
95         </child>
96         <child>
97           <object class="GtkCheckButton" id="remember_password">
98             <property name="label" translatable="yes">Remember password</property>
99             <property name="visible">True</property>
100             <property name="can_focus">True</property>
101             <property name="receives_default">False</property>
102             <property name="active">True</property>
103             <property name="draw_indicator">True</property>
104           </object>
105           <packing>
106             <property name="left_attach">1</property>
107             <property name="right_attach">2</property>
108             <property name="top_attach">3</property>
109             <property name="bottom_attach">4</property>
110             <property name="x_options">GTK_FILL</property>
111             <property name="y_options"></property>
112           </packing>
113         </child>
114         <child>
115           <placeholder/>
116         </child>
117         <child>
118           <placeholder/>
119         </child>
120       </object>
121       <packing>
122         <property name="expand">False</property>
123         <property name="fill">False</property>
124         <property name="position">0</property>
125       </packing>
126     </child>
127     <child>
128       <object class="GtkExpander" id="expander1">
129         <property name="visible">True</property>
130         <property name="can_focus">True</property>
131         <child>
132           <object class="GtkVBox" id="vbox1">
133             <property name="visible">True</property>
134             <child>
135               <object class="GtkTable" id="table_advanced_settings">
136                 <property name="visible">True</property>
137                 <property name="n_rows">4</property>
138                 <property name="n_columns">2</property>
139                 <property name="column_spacing">12</property>
140                 <property name="row_spacing">6</property>
141                 <child>
142                   <object class="GtkCheckButton" id="checkbutton_ignore_invites">
143                     <property name="label" translatable="yes">I_gnore conference and chat room invitations</property>
144                     <property name="visible">True</property>
145                     <property name="can_focus">True</property>
146                     <property name="receives_default">False</property>
147                     <property name="use_underline">True</property>
148                     <property name="draw_indicator">True</property>
149                   </object>
150                   <packing>
151                     <property name="right_attach">2</property>
152                     <property name="x_options">GTK_FILL</property>
153                     <property name="y_options"></property>
154                   </packing>
155                 </child>
156                 <child>
157                   <object class="GtkLabel" id="label_locale">
158                     <property name="visible">True</property>
159                     <property name="xalign">0</property>
160                     <property name="label" translatable="yes">_Room List locale:</property>
161                     <property name="use_underline">True</property>
162                     <property name="mnemonic_widget">entry_locale</property>
163                   </object>
164                   <packing>
165                     <property name="top_attach">1</property>
166                     <property name="bottom_attach">2</property>
167                     <property name="x_options">GTK_FILL</property>
168                     <property name="y_options"></property>
169                   </packing>
170                 </child>
171                 <child>
172                   <object class="GtkLabel" id="label_charset">
173                     <property name="visible">True</property>
174                     <property name="xalign">0</property>
175                     <property name="label" translatable="yes">Ch_aracter set:</property>
176                     <property name="use_underline">True</property>
177                     <property name="mnemonic_widget">entry_charset</property>
178                   </object>
179                   <packing>
180                     <property name="top_attach">2</property>
181                     <property name="bottom_attach">3</property>
182                     <property name="x_options">GTK_FILL</property>
183                     <property name="y_options"></property>
184                   </packing>
185                 </child>
186                 <child>
187                   <object class="GtkEntry" id="entry_locale">
188                     <property name="visible">True</property>
189                     <property name="can_focus">True</property>
190                   </object>
191                   <packing>
192                     <property name="left_attach">1</property>
193                     <property name="right_attach">2</property>
194                     <property name="top_attach">1</property>
195                     <property name="bottom_attach">2</property>
196                     <property name="y_options"></property>
197                   </packing>
198                 </child>
199                 <child>
200                   <object class="GtkEntry" id="entry_charset">
201                     <property name="visible">True</property>
202                     <property name="can_focus">True</property>
203                   </object>
204                   <packing>
205                     <property name="left_attach">1</property>
206                     <property name="right_attach">2</property>
207                     <property name="top_attach">2</property>
208                     <property name="bottom_attach">3</property>
209                     <property name="y_options"></property>
210                   </packing>
211                 </child>
212                 <child>
213                   <object class="GtkLabel" id="label_port">
214                     <property name="visible">True</property>
215                     <property name="xalign">0</property>
216                     <property name="label" translatable="yes">_Port:</property>
217                     <property name="use_underline">True</property>
218                     <property name="mnemonic_widget">spinbutton_port</property>
219                   </object>
220                   <packing>
221                     <property name="top_attach">3</property>
222                     <property name="bottom_attach">4</property>
223                     <property name="x_options">GTK_FILL</property>
224                     <property name="y_options"></property>
225                   </packing>
226                 </child>
227                 <child>
228                   <object class="GtkSpinButton" id="spinbutton_port">
229                     <property name="visible">True</property>
230                     <property name="can_focus">True</property>
231                     <property name="adjustment">adjustment1</property>
232                     <property name="climb_rate">1</property>
233                     <property name="numeric">True</property>
234                   </object>
235                   <packing>
236                     <property name="left_attach">1</property>
237                     <property name="right_attach">2</property>
238                     <property name="top_attach">3</property>
239                     <property name="bottom_attach">4</property>
240                     <property name="y_options"></property>
241                   </packing>
242                 </child>
243               </object>
244               <packing>
245                 <property name="position">0</property>
246               </packing>
247             </child>
248           </object>
249         </child>
250         <child type="label">
251           <object class="GtkLabel" id="label1">
252             <property name="visible">True</property>
253             <property name="label" translatable="yes">Advanced</property>
254             <attributes>
255               <attribute name="weight" value="bold"/>
256             </attributes>
257           </object>
258         </child>
259       </object>
260       <packing>
261         <property name="expand">True</property>
262         <property name="fill">True</property>
263         <property name="position">1</property>
264       </packing>
265     </child>
266   </object>
267   <object class="GtkVBox" id="vbox_yahoo_simple">
268     <property name="visible">True</property>
269     <property name="orientation">vertical</property>
270     <property name="spacing">6</property>
271     <child>
272       <object class="GtkLabel" id="label_id_simple">
273         <property name="visible">True</property>
274         <property name="xalign">0</property>
275         <property name="label" translatable="yes">What is your Yahoo! ID?</property>
276       </object>
277       <packing>
278         <property name="position">0</property>
279       </packing>
280     </child>
281     <child>
282       <object class="GtkAlignment" id="alignment1">
283         <property name="visible">True</property>
284         <property name="xalign">0</property>
285         <property name="yalign">0</property>
286         <property name="xscale">0.34999999403953552</property>
287         <property name="yscale">0.34999999403953552</property>
288         <property name="bottom_padding">3</property>
289         <property name="left_padding">12</property>
290         <child>
291           <object class="GtkVBox" id="vbox2">
292             <property name="visible">True</property>
293             <property name="orientation">vertical</property>
294             <property name="spacing">4</property>
295             <child>
296               <object class="GtkEntry" id="entry_id_simple">
297                 <property name="visible">True</property>
298                 <property name="can_focus">True</property>
299               </object>
300               <packing>
301                 <property name="position">0</property>
302               </packing>
303             </child>
304             <child>
305               <object class="GtkLabel" id="label_example">
306                 <property name="visible">True</property>
307                 <property name="xalign">0.10000000149011612</property>
308                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; username</property>
309                 <property name="use_markup">True</property>
310                 <attributes>
311                   <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
312                 </attributes>
313               </object>
314               <packing>
315                 <property name="position">1</property>
316               </packing>
317             </child>
318           </object>
319         </child>
320       </object>
321       <packing>
322         <property name="position">1</property>
323       </packing>
324     </child>
325     <child>
326       <object class="GtkLabel" id="label_password_simple">
327         <property name="visible">True</property>
328         <property name="xalign">0</property>
329         <property name="label" translatable="yes">What is your Yahoo! password?</property>
330       </object>
331       <packing>
332         <property name="position">2</property>
333       </packing>
334     </child>
335     <child>
336       <object class="GtkAlignment" id="alignment2">
337         <property name="visible">True</property>
338         <property name="xalign">0</property>
339         <property name="yalign">0</property>
340         <property name="xscale">0.34999999403953552</property>
341         <property name="yscale">0.34999999403953552</property>
342         <property name="left_padding">12</property>
343         <child>
344           <object class="GtkEntry" id="entry_password_simple">
345             <property name="visible">True</property>
346             <property name="can_focus">True</property>
347             <property name="visibility">False</property>
348           </object>
349         </child>
350       </object>
351       <packing>
352         <property name="position">3</property>
353       </packing>
354     </child>
355     <child>
356       <object class="GtkCheckButton" id="remember_password_simple">
357         <property name="label" translatable="yes">Remember password</property>
358         <property name="visible">True</property>
359         <property name="can_focus">True</property>
360         <property name="receives_default">False</property>
361         <property name="active">True</property>
362         <property name="draw_indicator">True</property>
363       </object>
364       <packing>
365         <property name="position">4</property>
366       </packing>
367     </child>
368   </object>
369 </interface>