]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-yahoo.ui
jabber and yahoo widget: change the accelerator of the Ignore widget
[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">3</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           </packing>
93         </child>
94         <child>
95           <placeholder/>
96         </child>
97       </object>
98       <packing>
99         <property name="expand">False</property>
100         <property name="fill">False</property>
101         <property name="position">0</property>
102       </packing>
103     </child>
104     <child>
105       <object class="GtkExpander" id="expander1">
106         <property name="visible">True</property>
107         <property name="can_focus">True</property>
108         <child>
109           <object class="GtkVBox" id="vbox1">
110             <property name="visible">True</property>
111             <property name="orientation">vertical</property>
112             <child>
113               <object class="GtkTable" id="table_advanced_settings">
114                 <property name="visible">True</property>
115                 <property name="n_rows">6</property>
116                 <property name="n_columns">2</property>
117                 <property name="column_spacing">12</property>
118                 <property name="row_spacing">6</property>
119                 <child>
120                   <object class="GtkCheckButton" id="checkbutton_ignore_invites">
121                     <property name="label" translatable="yes">I_gnore conference and chat room invitations</property>
122                     <property name="visible">True</property>
123                     <property name="can_focus">True</property>
124                     <property name="receives_default">False</property>
125                     <property name="use_underline">True</property>
126                     <property name="draw_indicator">True</property>
127                   </object>
128                   <packing>
129                     <property name="right_attach">2</property>
130                     <property name="x_options">GTK_FILL</property>
131                     <property name="y_options"></property>
132                   </packing>
133                 </child>
134                 <child>
135                   <object class="GtkLabel" id="label_locale">
136                     <property name="visible">True</property>
137                     <property name="xalign">0</property>
138                     <property name="label" translatable="yes">_Room List locale:</property>
139                     <property name="use_underline">True</property>
140                     <property name="mnemonic_widget">entry_locale</property>
141                   </object>
142                   <packing>
143                     <property name="top_attach">1</property>
144                     <property name="bottom_attach">2</property>
145                     <property name="x_options">GTK_FILL</property>
146                     <property name="y_options"></property>
147                   </packing>
148                 </child>
149                 <child>
150                   <object class="GtkLabel" id="label_charset">
151                     <property name="visible">True</property>
152                     <property name="xalign">0</property>
153                     <property name="label" translatable="yes">_Character set:</property>
154                     <property name="use_underline">True</property>
155                     <property name="mnemonic_widget">entry_charset</property>
156                   </object>
157                   <packing>
158                     <property name="top_attach">2</property>
159                     <property name="bottom_attach">3</property>
160                     <property name="x_options">GTK_FILL</property>
161                     <property name="y_options"></property>
162                   </packing>
163                 </child>
164                 <child>
165                   <object class="GtkEntry" id="entry_locale">
166                     <property name="visible">True</property>
167                     <property name="can_focus">True</property>
168                   </object>
169                   <packing>
170                     <property name="left_attach">1</property>
171                     <property name="right_attach">2</property>
172                     <property name="top_attach">1</property>
173                     <property name="bottom_attach">2</property>
174                     <property name="y_options"></property>
175                   </packing>
176                 </child>
177                 <child>
178                   <object class="GtkEntry" id="entry_charset">
179                     <property name="visible">True</property>
180                     <property name="can_focus">True</property>
181                   </object>
182                   <packing>
183                     <property name="left_attach">1</property>
184                     <property name="right_attach">2</property>
185                     <property name="top_attach">2</property>
186                     <property name="bottom_attach">3</property>
187                     <property name="y_options"></property>
188                   </packing>
189                 </child>
190                 <child>
191                   <object class="GtkLabel" id="label_server">
192                     <property name="visible">True</property>
193                     <property name="xalign">0</property>
194                     <property name="label" translatable="yes">_Server:</property>
195                     <property name="use_underline">True</property>
196                     <property name="mnemonic_widget">entry_server</property>
197                   </object>
198                   <packing>
199                     <property name="top_attach">3</property>
200                     <property name="bottom_attach">4</property>
201                     <property name="x_options">GTK_FILL</property>
202                     <property name="y_options"></property>
203                   </packing>
204                 </child>
205                 <child>
206                   <object class="GtkLabel" id="label_port">
207                     <property name="visible">True</property>
208                     <property name="xalign">0</property>
209                     <property name="label" translatable="yes">_Port:</property>
210                     <property name="use_underline">True</property>
211                     <property name="mnemonic_widget">spinbutton_port</property>
212                   </object>
213                   <packing>
214                     <property name="top_attach">4</property>
215                     <property name="bottom_attach">5</property>
216                     <property name="x_options">GTK_FILL</property>
217                     <property name="y_options"></property>
218                   </packing>
219                 </child>
220                 <child>
221                   <object class="GtkEntry" id="entry_server">
222                     <property name="visible">True</property>
223                     <property name="can_focus">True</property>
224                   </object>
225                   <packing>
226                     <property name="left_attach">1</property>
227                     <property name="right_attach">2</property>
228                     <property name="top_attach">3</property>
229                     <property name="bottom_attach">4</property>
230                     <property name="y_options"></property>
231                   </packing>
232                 </child>
233                 <child>
234                   <object class="GtkSpinButton" id="spinbutton_port">
235                     <property name="visible">True</property>
236                     <property name="can_focus">True</property>
237                     <property name="adjustment">adjustment1</property>
238                     <property name="climb_rate">1</property>
239                     <property name="numeric">True</property>
240                   </object>
241                   <packing>
242                     <property name="left_attach">1</property>
243                     <property name="right_attach">2</property>
244                     <property name="top_attach">4</property>
245                     <property name="bottom_attach">5</property>
246                     <property name="y_options"></property>
247                   </packing>
248                 </child>
249                 <child>
250                   <object class="GtkCheckButton" id="checkbutton_yahoojp">
251                     <property name="label" translatable="yes">Use _Yahoo! Japan</property>
252                     <property name="visible">True</property>
253                     <property name="can_focus">True</property>
254                     <property name="receives_default">False</property>
255                     <property name="use_underline">True</property>
256                     <property name="draw_indicator">True</property>
257                   </object>
258                   <packing>
259                     <property name="right_attach">2</property>
260                     <property name="top_attach">5</property>
261                     <property name="bottom_attach">6</property>
262                     <property name="x_options">GTK_FILL</property>
263                     <property name="y_options"></property>
264                   </packing>
265                 </child>
266               </object>
267               <packing>
268                 <property name="position">0</property>
269               </packing>
270             </child>
271           </object>
272         </child>
273         <child type="label">
274           <object class="GtkLabel" id="label1">
275             <property name="visible">True</property>
276             <property name="label" translatable="yes">Advanced</property>
277             <attributes>
278               <attribute name="weight" value="bold"/>
279             </attributes>
280           </object>
281         </child>
282       </object>
283       <packing>
284         <property name="expand">False</property>
285         <property name="fill">False</property>
286         <property name="position">1</property>
287       </packing>
288     </child>
289   </object>
290   <object class="GtkVBox" id="vbox_yahoo_simple">
291     <property name="visible">True</property>
292     <property name="orientation">vertical</property>
293     <property name="spacing">6</property>
294     <child>
295       <object class="GtkLabel" id="label_id_simple">
296         <property name="visible">True</property>
297         <property name="xalign">0</property>
298         <property name="label" translatable="yes">What is your Yahoo! ID?</property>
299       </object>
300       <packing>
301         <property name="position">0</property>
302       </packing>
303     </child>
304     <child>
305       <object class="GtkAlignment" id="alignment1">
306         <property name="visible">True</property>
307         <property name="xalign">0</property>
308         <property name="yalign">0</property>
309         <property name="xscale">0.34999999403953552</property>
310         <property name="yscale">0.34999999403953552</property>
311         <property name="bottom_padding">3</property>
312         <property name="left_padding">12</property>
313         <child>
314           <object class="GtkVBox" id="vbox2">
315             <property name="visible">True</property>
316             <property name="orientation">vertical</property>
317             <property name="spacing">4</property>
318             <child>
319               <object class="GtkEntry" id="entry_id_simple">
320                 <property name="visible">True</property>
321                 <property name="can_focus">True</property>
322               </object>
323               <packing>
324                 <property name="position">0</property>
325               </packing>
326             </child>
327             <child>
328               <object class="GtkLabel" id="label_example">
329                 <property name="visible">True</property>
330                 <property name="xalign">0.10000000149011612</property>
331                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; username</property>
332                 <property name="use_markup">True</property>
333                 <attributes>
334                   <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
335                 </attributes>
336               </object>
337               <packing>
338                 <property name="position">1</property>
339               </packing>
340             </child>
341           </object>
342         </child>
343       </object>
344       <packing>
345         <property name="position">1</property>
346       </packing>
347     </child>
348     <child>
349       <object class="GtkLabel" id="label_password_simple">
350         <property name="visible">True</property>
351         <property name="xalign">0</property>
352         <property name="label" translatable="yes">What is your Yahoo! password?</property>
353       </object>
354       <packing>
355         <property name="position">2</property>
356       </packing>
357     </child>
358     <child>
359       <object class="GtkAlignment" id="alignment2">
360         <property name="visible">True</property>
361         <property name="xalign">0</property>
362         <property name="yalign">0</property>
363         <property name="xscale">0.34999999403953552</property>
364         <property name="yscale">0.34999999403953552</property>
365         <property name="left_padding">12</property>
366         <child>
367           <object class="GtkEntry" id="entry_password_simple">
368             <property name="visible">True</property>
369             <property name="can_focus">True</property>
370             <property name="visibility">False</property>
371           </object>
372         </child>
373       </object>
374       <packing>
375         <property name="position">3</property>
376       </packing>
377     </child>
378   </object>
379 </interface>