]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-jabber.ui
Remove Ovi chat profile
[empathy.git] / libempathy-gtk / empathy-account-widget-jabber.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="lower">-128</property>
7     <property name="upper">127</property>
8     <property name="step_increment">1</property>
9     <property name="page_increment">10</property>
10   </object>
11   <object class="GtkAdjustment" id="adjustment2">
12     <property name="value">5222</property>
13     <property name="upper">65555</property>
14     <property name="step_increment">1</property>
15     <property name="page_increment">10</property>
16   </object>
17   <object class="GtkVBox" id="vbox_jabber_settings">
18     <property name="visible">True</property>
19     <property name="orientation">vertical</property>
20     <property name="spacing">6</property>
21     <child>
22       <object class="GtkTable" id="table_common_settings">
23         <property name="visible">True</property>
24         <property name="n_rows">3</property>
25         <property name="n_columns">2</property>
26         <property name="column_spacing">12</property>
27         <property name="row_spacing">6</property>
28         <child>
29           <object class="GtkEntry" id="entry_password">
30             <property name="visible">True</property>
31             <property name="can_focus">True</property>
32             <property name="visibility">False</property>
33           </object>
34           <packing>
35             <property name="left_attach">1</property>
36             <property name="right_attach">2</property>
37             <property name="top_attach">2</property>
38             <property name="bottom_attach">3</property>
39           </packing>
40         </child>
41         <child>
42           <object class="GtkEntry" id="entry_id">
43             <property name="visible">True</property>
44             <property name="can_focus">True</property>
45           </object>
46           <packing>
47             <property name="left_attach">1</property>
48             <property name="right_attach">2</property>
49             <property name="top_attach">0</property>
50             <property name="bottom_attach">1</property>
51           </packing>
52         </child>
53         <child>
54           <object class="GtkLabel" id="label_id">
55             <property name="visible">True</property>
56             <property name="xalign">0</property>
57             <property name="label" translatable="yes">Login I_D:</property>
58             <property name="use_underline">True</property>
59             <property name="mnemonic_widget">entry_id</property>
60           </object>
61           <packing>
62             <property name="x_options">GTK_FILL</property>
63             <property name="left_attach">0</property>
64             <property name="right_attach">1</property>
65             <property name="top_attach">0</property>
66             <property name="bottom_attach">1</property>
67           </packing>
68         </child>
69         <child>
70           <object class="GtkLabel" id="label_password">
71             <property name="visible">True</property>
72             <property name="xalign">0</property>
73             <property name="label" translatable="yes">Pass_word:</property>
74             <property name="use_underline">True</property>
75             <property name="justify">right</property>
76             <property name="mnemonic_widget">entry_password</property>
77           </object>
78           <packing>
79             <property name="x_options">GTK_FILL</property>
80             <property name="left_attach">0</property>
81             <property name="right_attach">1</property>
82             <property name="top_attach">2</property>
83             <property name="bottom_attach">3</property>
84           </packing>
85         </child>
86         <child>
87           <object class="GtkVBox" id="vbox1">
88             <property name="visible">True</property>
89             <property name="orientation">vertical</property>
90             <child>
91               <object class="GtkLabel" id="label_username_example">
92                 <property name="xalign">0</property>
93                 <property name="xpad">3</property>
94                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@jabber.org</property>
95                 <property name="use_markup">True</property>
96                 <attributes>
97                   <attribute name="scale" value="0.800000"/>
98                 </attributes>
99               </object>
100               <packing>
101                 <property name="position">0</property>
102               </packing>
103             </child>
104             <child>
105               <object class="GtkLabel" id="label_username_g_example">
106                 <property name="xalign">0</property>
107                 <property name="xpad">3</property>
108                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@gmail.com</property>
109                 <property name="use_markup">True</property>
110                 <attributes>
111                   <attribute name="scale" value="0.800000"/>
112                 </attributes>
113               </object>
114               <packing>
115                 <property name="position">1</property>
116               </packing>
117             </child>
118             <child>
119               <object class="GtkLabel" id="label_username_f_example">
120                 <property name="xalign">0</property>
121                 <property name="xpad">3</property>
122                 <property name="label" translatable="yes" comments="This string is not wrapped in the dialog so you may have to add some '\n' to make it look nice.">This is your username, not your normal Facebook login.
123 If you are facebook.com/&lt;b&gt;badger&lt;/b&gt;, enter &lt;b&gt;badger&lt;/b&gt;.
124 Use &lt;a href="http://www.facebook.com/username/"&gt;this page&lt;/a&gt; to choose a Facebook username if you don't have one.</property>
125                 <property name="use_markup">True</property>
126                 <property name="wrap">True</property>
127                 <attributes>
128                   <attribute name="scale" value="0.800000"/>
129                 </attributes>
130               </object>
131               <packing>
132                 <property name="position">2</property>
133               </packing>
134             </child>
135           </object>
136           <packing>
137             <property name="left_attach">1</property>
138             <property name="right_attach">2</property>
139             <property name="top_attach">1</property>
140             <property name="bottom_attach">2</property>
141           </packing>
142         </child>
143         <child>
144           <placeholder/>
145         </child>
146       </object>
147       <packing>
148         <property name="expand">False</property>
149         <property name="fill">False</property>
150         <property name="position">0</property>
151       </packing>
152     </child>
153     <child>
154       <object class="GtkExpander" id="expander_advanced">
155         <property name="visible">True</property>
156         <property name="can_focus">True</property>
157         <child>
158           <object class="GtkScrolledWindow" id="scrolledwindow1">
159             <property name="visible">True</property>
160             <property name="can_focus">True</property>
161             <property name="hscrollbar_policy">never</property>
162             <property name="vscrollbar_policy">automatic</property>
163             <child>
164               <object class="GtkViewport" id="viewport1">
165                 <property name="visible">True</property>
166                 <property name="resize_mode">queue</property>
167                 <property name="shadow_type">none</property>
168                 <child>
169                   <object class="GtkVBox" id="vbox_advanced">
170                     <property name="visible">True</property>
171                     <property name="orientation">vertical</property>
172                     <property name="spacing">6</property>
173                     <child>
174                       <object class="GtkTable" id="table_advanced_settings">
175                         <property name="visible">True</property>
176                         <property name="n_rows">4</property>
177                         <property name="n_columns">3</property>
178                         <property name="column_spacing">12</property>
179                         <property name="row_spacing">6</property>
180                         <child>
181                           <object class="GtkEntry" id="entry_resource">
182                             <property name="visible">True</property>
183                             <property name="can_focus">True</property>
184                           </object>
185                           <packing>
186                             <property name="left_attach">1</property>
187                             <property name="right_attach">3</property>
188                             <property name="top_attach">2</property>
189                             <property name="bottom_attach">3</property>
190                             <property name="y_options"></property>
191                           </packing>
192                         </child>
193                         <child>
194                           <object class="GtkSpinButton" id="spinbutton_priority">
195                             <property name="visible">True</property>
196                             <property name="can_focus">True</property>
197                             <property name="adjustment">adjustment1</property>
198                             <property name="climb_rate">1</property>
199                           </object>
200                           <packing>
201                             <property name="left_attach">1</property>
202                             <property name="right_attach">3</property>
203                             <property name="top_attach">3</property>
204                             <property name="bottom_attach">4</property>
205                             <property name="y_options"></property>
206                           </packing>
207                         </child>
208                         <child>
209                           <object class="GtkCheckButton" id="checkbutton_ignore_ssl_errors">
210                             <property name="label" translatable="yes">I_gnore SSL certificate errors</property>
211                             <property name="visible">True</property>
212                             <property name="can_focus">True</property>
213                             <property name="receives_default">False</property>
214                             <property name="use_underline">True</property>
215                             <property name="draw_indicator">True</property>
216                           </object>
217                           <packing>
218                             <property name="right_attach">3</property>
219                             <property name="top_attach">1</property>
220                             <property name="bottom_attach">2</property>
221                             <property name="x_options">GTK_FILL</property>
222                             <property name="y_options"></property>
223                           </packing>
224                         </child>
225                         <child>
226                           <object class="GtkLabel" id="label_priority">
227                             <property name="visible">True</property>
228                             <property name="xalign">0</property>
229                             <property name="label" translatable="yes">Priori_ty:</property>
230                             <property name="use_underline">True</property>
231                             <property name="mnemonic_widget">spinbutton_priority</property>
232                           </object>
233                           <packing>
234                             <property name="top_attach">3</property>
235                             <property name="bottom_attach">4</property>
236                             <property name="x_options">GTK_FILL</property>
237                             <property name="y_options"></property>
238                           </packing>
239                         </child>
240                         <child>
241                           <object class="GtkLabel" id="label_resource">
242                             <property name="visible">True</property>
243                             <property name="xalign">0</property>
244                             <property name="label" translatable="yes">Reso_urce:</property>
245                             <property name="use_underline">True</property>
246                             <property name="mnemonic_widget">entry_resource</property>
247                           </object>
248                           <packing>
249                             <property name="top_attach">2</property>
250                             <property name="bottom_attach">3</property>
251                             <property name="x_options">GTK_FILL</property>
252                             <property name="y_options"></property>
253                           </packing>
254                         </child>
255                         <child>
256                           <object class="GtkCheckButton" id="checkbutton_encryption">
257                             <property name="label" translatable="yes">Encr_yption required (TLS/SSL)</property>
258                             <property name="visible">True</property>
259                             <property name="can_focus">True</property>
260                             <property name="receives_default">False</property>
261                             <property name="use_underline">True</property>
262                             <property name="draw_indicator">True</property>
263                           </object>
264                           <packing>
265                             <property name="right_attach">3</property>
266                             <property name="x_options">GTK_FILL</property>
267                             <property name="y_options"></property>
268                           </packing>
269                         </child>
270                       </object>
271                       <packing>
272                         <property name="position">0</property>
273                       </packing>
274                     </child>
275                     <child>
276                       <object class="GtkFrame" id="frame1">
277                         <property name="visible">True</property>
278                         <property name="label_xalign">0</property>
279                         <property name="shadow_type">none</property>
280                         <child>
281                           <object class="GtkAlignment" id="alignment_server_settings">
282                             <property name="visible">True</property>
283                             <property name="top_padding">6</property>
284                             <property name="left_padding">12</property>
285                             <child>
286                               <object class="GtkTable" id="table1">
287                                 <property name="visible">True</property>
288                                 <property name="n_rows">3</property>
289                                 <property name="n_columns">2</property>
290                                 <property name="column_spacing">6</property>
291                                 <property name="row_spacing">6</property>
292                                 <child>
293                                   <object class="GtkSpinButton" id="spinbutton_port">
294                                     <property name="visible">True</property>
295                                     <property name="can_focus">True</property>
296                                     <property name="adjustment">adjustment2</property>
297                                     <property name="climb_rate">1</property>
298                                     <property name="numeric">True</property>
299                                   </object>
300                                   <packing>
301                                     <property name="left_attach">1</property>
302                                     <property name="right_attach">2</property>
303                                     <property name="top_attach">1</property>
304                                     <property name="bottom_attach">2</property>
305                                     <property name="y_options"></property>
306                                   </packing>
307                                 </child>
308                                 <child>
309                                   <object class="GtkEntry" id="entry_server">
310                                     <property name="visible">True</property>
311                                     <property name="can_focus">True</property>
312                                   </object>
313                                   <packing>
314                                     <property name="left_attach">1</property>
315                                     <property name="right_attach">2</property>
316                                     <property name="y_options"></property>
317                                   </packing>
318                                 </child>
319                                 <child>
320                                   <object class="GtkCheckButton" id="checkbutton_ssl">
321                                     <property name="label" translatable="yes">Use old SS_L</property>
322                                     <property name="visible">True</property>
323                                     <property name="can_focus">True</property>
324                                     <property name="receives_default">False</property>
325                                     <property name="use_underline">True</property>
326                                     <property name="draw_indicator">True</property>
327                                   </object>
328                                   <packing>
329                                     <property name="right_attach">2</property>
330                                     <property name="top_attach">2</property>
331                                     <property name="bottom_attach">3</property>
332                                     <property name="x_options">GTK_FILL</property>
333                                     <property name="y_options"></property>
334                                   </packing>
335                                 </child>
336                                 <child>
337                                   <object class="GtkLabel" id="label_port">
338                                     <property name="visible">True</property>
339                                     <property name="xalign">0</property>
340                                     <property name="label" translatable="yes">_Port:</property>
341                                     <property name="use_underline">True</property>
342                                     <property name="mnemonic_widget">spinbutton_port</property>
343                                   </object>
344                                   <packing>
345                                     <property name="top_attach">1</property>
346                                     <property name="bottom_attach">2</property>
347                                     <property name="x_options">GTK_FILL</property>
348                                     <property name="y_options"></property>
349                                   </packing>
350                                 </child>
351                                 <child>
352                                   <object class="GtkLabel" id="label_server">
353                                     <property name="visible">True</property>
354                                     <property name="xalign">0</property>
355                                     <property name="label" translatable="yes">_Server:</property>
356                                     <property name="use_underline">True</property>
357                                     <property name="mnemonic_widget">entry_server</property>
358                                   </object>
359                                   <packing>
360                                     <property name="x_options">GTK_FILL</property>
361                                     <property name="y_options"></property>
362                                   </packing>
363                                 </child>
364                               </object>
365                             </child>
366                           </object>
367                         </child>
368                         <child type="label">
369                           <object class="GtkLabel" id="label2">
370                             <property name="visible">True</property>
371                             <property name="label" translatable="yes">Override server settings</property>
372                             <attributes>
373                               <attribute name="weight" value="bold"/>
374                             </attributes>
375                           </object>
376                         </child>
377                       </object>
378                       <packing>
379                         <property name="position">1</property>
380                       </packing>
381                     </child>
382                   </object>
383                 </child>
384               </object>
385             </child>
386           </object>
387         </child>
388         <child type="label">
389           <object class="GtkLabel" id="label1">
390             <property name="visible">True</property>
391             <property name="label" translatable="yes">Advanced</property>
392             <attributes>
393               <attribute name="weight" value="bold"/>
394             </attributes>
395           </object>
396         </child>
397       </object>
398       <packing>
399         <property name="position">1</property>
400       </packing>
401     </child>
402   </object>
403   <object class="GtkVBox" id="vbox_jabber_simple">
404     <property name="visible">True</property>
405     <property name="orientation">vertical</property>
406     <child>
407       <object class="GtkLabel" id="label_id_simple">
408         <property name="visible">True</property>
409         <property name="xalign">0</property>
410         <property name="label" translatable="yes">What is your Jabber ID?</property>
411       </object>
412       <packing>
413         <property name="position">0</property>
414       </packing>
415     </child>
416     <child>
417       <object class="GtkLabel" id="label_id_create">
418         <property name="xalign">0</property>
419         <property name="label" translatable="yes">What is your desired Jabber ID?</property>
420       </object>
421       <packing>
422         <property name="position">1</property>
423       </packing>
424     </child>
425     <child>
426       <object class="GtkAlignment" id="alignment_simple_jabber_id">
427         <property name="visible">True</property>
428         <property name="xalign">0</property>
429         <property name="yalign">0</property>
430         <property name="xscale">0.34999999403953552</property>
431         <property name="yscale">0.34999999403953552</property>
432         <property name="top_padding">6</property>
433         <property name="bottom_padding">3</property>
434         <property name="left_padding">12</property>
435         <child>
436           <object class="GtkVBox" id="vbox1a">
437             <property name="visible">True</property>
438             <property name="orientation">vertical</property>
439             <property name="spacing">4</property>
440             <child>
441               <object class="GtkEntry" id="entry_id_simple">
442                 <property name="visible">True</property>
443                 <property name="can_focus">True</property>
444               </object>
445               <packing>
446                 <property name="position">0</property>
447               </packing>
448             </child>
449             <child>
450               <object class="GtkLabel" id="label_example">
451                 <property name="visible">True</property>
452                 <property name="xalign">0.10000000149011612</property>
453                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@jabber.org</property>
454                 <property name="use_markup">True</property>
455                 <attributes>
456                   <attribute name="scale" value="0.800000"/>
457                 </attributes>
458               </object>
459               <packing>
460                 <property name="position">1</property>
461               </packing>
462             </child>
463           </object>
464         </child>
465       </object>
466       <packing>
467         <property name="position">2</property>
468       </packing>
469     </child>
470     <child>
471       <object class="GtkLabel" id="label_password_simple">
472         <property name="visible">True</property>
473         <property name="xalign">0</property>
474         <property name="ypad">6</property>
475         <property name="label" translatable="yes">What is your Jabber password?</property>
476       </object>
477       <packing>
478         <property name="position">3</property>
479       </packing>
480     </child>
481     <child>
482       <object class="GtkLabel" id="label_password_create">
483         <property name="xalign">0</property>
484         <property name="ypad">6</property>
485         <property name="label" translatable="yes">What is your desired Jabber password?</property>
486       </object>
487       <packing>
488         <property name="position">4</property>
489       </packing>
490     </child>
491     <child>
492       <object class="GtkAlignment" id="alignment2">
493         <property name="visible">True</property>
494         <property name="xalign">0</property>
495         <property name="yalign">0</property>
496         <property name="xscale">0.34999999403953552</property>
497         <property name="yscale">0.5</property>
498         <property name="left_padding">12</property>
499         <child>
500           <object class="GtkEntry" id="entry_password_simple">
501             <property name="visible">True</property>
502             <property name="can_focus">True</property>
503             <property name="visibility">False</property>
504           </object>
505         </child>
506       </object>
507       <packing>
508         <property name="position">5</property>
509       </packing>
510     </child>
511   </object>
512   <object class="GtkVBox" id="vbox_gtalk_simple">
513     <property name="visible">True</property>
514     <property name="orientation">vertical</property>
515     <child>
516       <object class="GtkLabel" id="label_id_g_simple">
517         <property name="visible">True</property>
518         <property name="xalign">0</property>
519         <property name="label" translatable="yes">What is your Google ID?</property>
520       </object>
521       <packing>
522         <property name="position">0</property>
523       </packing>
524     </child>
525     <child>
526       <object class="GtkAlignment" id="alignment_simple_gtalk_id">
527         <property name="visible">True</property>
528         <property name="xalign">0</property>
529         <property name="yalign">0</property>
530         <property name="xscale">0.34999999403953552</property>
531         <property name="yscale">0.34999999403953552</property>
532         <property name="top_padding">6</property>
533         <property name="bottom_padding">3</property>
534         <property name="left_padding">12</property>
535         <child>
536           <object class="GtkVBox" id="vbox1b">
537             <property name="visible">True</property>
538             <property name="orientation">vertical</property>
539             <property name="spacing">4</property>
540             <child>
541               <object class="GtkEntry" id="entry_id_g_simple">
542                 <property name="visible">True</property>
543                 <property name="can_focus">True</property>
544               </object>
545               <packing>
546                 <property name="position">0</property>
547               </packing>
548             </child>
549             <child>
550               <object class="GtkLabel" id="label_g_example">
551                 <property name="visible">True</property>
552                 <property name="xalign">0.10000000149011612</property>
553                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@gmail.com</property>
554                 <property name="use_markup">True</property>
555                 <attributes>
556                   <attribute name="scale" value="0.800000"/>
557                 </attributes>
558               </object>
559               <packing>
560                 <property name="position">1</property>
561               </packing>
562             </child>
563           </object>
564         </child>
565       </object>
566       <packing>
567         <property name="position">1</property>
568       </packing>
569     </child>
570     <child>
571       <object class="GtkLabel" id="label_password_g_simple">
572         <property name="visible">True</property>
573         <property name="xalign">0</property>
574         <property name="ypad">6</property>
575         <property name="label" translatable="yes">What is your Google password?</property>
576       </object>
577       <packing>
578         <property name="position">2</property>
579       </packing>
580     </child>
581     <child>
582       <object class="GtkAlignment" id="alignment2a">
583         <property name="visible">True</property>
584         <property name="xalign">0</property>
585         <property name="yalign">0</property>
586         <property name="xscale">0.34999999403953552</property>
587         <property name="yscale">0.5</property>
588         <property name="left_padding">12</property>
589         <child>
590           <object class="GtkEntry" id="entry_password_g_simple">
591             <property name="visible">True</property>
592             <property name="can_focus">True</property>
593             <property name="visibility">False</property>
594           </object>
595         </child>
596       </object>
597       <packing>
598         <property name="position">3</property>
599       </packing>
600     </child>
601   </object>
602   <object class="GtkVBox" id="vbox_fb_simple">
603     <property name="visible">True</property>
604     <property name="orientation">vertical</property>
605     <child>
606       <object class="GtkLabel" id="label_id_fb_simple">
607         <property name="visible">True</property>
608         <property name="xalign">0</property>
609         <property name="label" translatable="yes">What is your Facebook username?</property>
610       </object>
611       <packing>
612         <property name="position">0</property>
613       </packing>
614     </child>
615     <child>
616       <object class="GtkAlignment" id="alignment_simple_fb_id">
617         <property name="visible">True</property>
618         <property name="xalign">0</property>
619         <property name="yalign">0</property>
620         <property name="xscale">0.34999999403953552</property>
621         <property name="yscale">0.34999999403953552</property>
622         <property name="top_padding">6</property>
623         <property name="bottom_padding">3</property>
624         <property name="left_padding">12</property>
625         <child>
626           <object class="GtkVBox" id="vbox2">
627             <property name="visible">True</property>
628             <property name="orientation">vertical</property>
629             <property name="spacing">4</property>
630             <child>
631               <object class="GtkEntry" id="entry_id_fb_simple">
632                 <property name="visible">True</property>
633                 <property name="can_focus">True</property>
634               </object>
635               <packing>
636                 <property name="position">0</property>
637               </packing>
638             </child>
639             <child>
640               <object class="GtkLabel" id="label_fb_example">
641                 <property name="visible">True</property>
642                 <property name="xalign">0.10000000149011612</property>
643                 <property name="label" translatable="yes">This is your username, not your normal Facebook login.
644 If you are facebook.com/&lt;b&gt;badger&lt;/b&gt;, enter &lt;b&gt;badger&lt;/b&gt;.
645 Use &lt;a href="http://www.facebook.com/username/"&gt;this page&lt;/a&gt; to choose a Facebook username if you don't have one.</property>
646                 <property name="use_markup">True</property>
647                 <attributes>
648                   <attribute name="scale" value="0.800000"/>
649                 </attributes>
650               </object>
651               <packing>
652                 <property name="position">1</property>
653               </packing>
654             </child>
655           </object>
656         </child>
657       </object>
658       <packing>
659         <property name="position">1</property>
660       </packing>
661     </child>
662     <child>
663       <object class="GtkLabel" id="label_password_fb_simple">
664         <property name="visible">True</property>
665         <property name="xalign">0</property>
666         <property name="ypad">6</property>
667         <property name="label" translatable="yes">What is your Facebook password?</property>
668       </object>
669       <packing>
670         <property name="position">2</property>
671       </packing>
672     </child>
673     <child>
674       <object class="GtkAlignment" id="alignment3">
675         <property name="visible">True</property>
676         <property name="xalign">0</property>
677         <property name="yalign">0</property>
678         <property name="xscale">0.34999999403953552</property>
679         <property name="yscale">0.5</property>
680         <property name="left_padding">12</property>
681         <child>
682           <object class="GtkEntry" id="entry_password_fb_simple">
683             <property name="visible">True</property>
684             <property name="can_focus">True</property>
685             <property name="visibility">False</property>
686           </object>
687         </child>
688       </object>
689       <packing>
690         <property name="position">3</property>
691       </packing>
692     </child>
693   </object>
694 </interface>