root/tags/gajim-0.11.4/data/glade/account_modification_window.glade

Revision 7787, 49.5 kB (checked in by asterix, 23 months ago)

merge changeset from trunk except pyopenssl stuff

Line 
1<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4<glade-interface>
5
6<widget class="GtkWindow" id="account_modification_window">
7  <property name="border_width">12</property>
8  <property name="title" translatable="yes">Account Modification</property>
9  <property name="type">GTK_WINDOW_TOPLEVEL</property>
10  <property name="window_position">GTK_WIN_POS_NONE</property>
11  <property name="modal">False</property>
12  <property name="resizable">True</property>
13  <property name="destroy_with_parent">False</property>
14  <property name="decorated">True</property>
15  <property name="skip_taskbar_hint">False</property>
16  <property name="skip_pager_hint">False</property>
17  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
18  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
19  <property name="focus_on_map">True</property>
20  <property name="urgency_hint">False</property>
21  <signal name="destroy" handler="on_account_modification_window_destroy" last_modification_time="Mon, 07 Mar 2005 16:05:10 GMT"/>
22
23  <child>
24    <widget class="GtkVBox" id="vbox7">
25      <property name="visible">True</property>
26      <property name="homogeneous">False</property>
27      <property name="spacing">6</property>
28
29      <child>
30        <widget class="GtkHBox" id="hbox23">
31          <property name="visible">True</property>
32          <property name="homogeneous">False</property>
33          <property name="spacing">5</property>
34
35          <child>
36            <widget class="GtkLabel" id="name_label">
37              <property name="visible">True</property>
38              <property name="label" translatable="yes">_Name:</property>
39              <property name="use_underline">True</property>
40              <property name="use_markup">False</property>
41              <property name="justify">GTK_JUSTIFY_LEFT</property>
42              <property name="wrap">False</property>
43              <property name="selectable">False</property>
44              <property name="xalign">0.5</property>
45              <property name="yalign">0.5</property>
46              <property name="xpad">0</property>
47              <property name="ypad">0</property>
48              <property name="mnemonic_widget">name_entry</property>
49              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
50              <property name="width_chars">-1</property>
51              <property name="single_line_mode">False</property>
52              <property name="angle">0</property>
53            </widget>
54            <packing>
55              <property name="padding">0</property>
56              <property name="expand">False</property>
57              <property name="fill">False</property>
58            </packing>
59          </child>
60
61          <child>
62            <widget class="GtkEntry" id="name_entry">
63              <property name="visible">True</property>
64              <property name="can_focus">True</property>
65              <property name="has_focus">True</property>
66              <property name="editable">True</property>
67              <property name="visibility">True</property>
68              <property name="max_length">0</property>
69              <property name="text" translatable="yes"></property>
70              <property name="has_frame">True</property>
71              <property name="invisible_char">*</property>
72              <property name="activates_default">False</property>
73            </widget>
74            <packing>
75              <property name="padding">0</property>
76              <property name="expand">True</property>
77              <property name="fill">True</property>
78            </packing>
79          </child>
80        </widget>
81        <packing>
82          <property name="padding">2</property>
83          <property name="expand">False</property>
84          <property name="fill">False</property>
85        </packing>
86      </child>
87
88      <child>
89        <widget class="GtkNotebook" id="notebook1">
90          <property name="visible">True</property>
91          <property name="can_focus">True</property>
92          <property name="show_tabs">True</property>
93          <property name="show_border">True</property>
94          <property name="tab_pos">GTK_POS_TOP</property>
95          <property name="scrollable">False</property>
96          <property name="enable_popup">False</property>
97
98          <child>
99            <widget class="GtkTable" id="table24">
100              <property name="border_width">6</property>
101              <property name="visible">True</property>
102              <property name="n_rows">4</property>
103              <property name="n_columns">3</property>
104              <property name="homogeneous">False</property>
105              <property name="row_spacing">6</property>
106              <property name="column_spacing">6</property>
107
108              <child>
109                <widget class="GtkLabel" id="label9">
110                  <property name="visible">True</property>
111                  <property name="label" translatable="yes">_Jabber ID:</property>
112                  <property name="use_underline">True</property>
113                  <property name="use_markup">False</property>
114                  <property name="justify">GTK_JUSTIFY_LEFT</property>
115                  <property name="wrap">False</property>
116                  <property name="selectable">False</property>
117                  <property name="xalign">0</property>
118                  <property name="yalign">0.5</property>
119                  <property name="xpad">0</property>
120                  <property name="ypad">0</property>
121                  <property name="mnemonic_widget">jid_entry</property>
122                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
123                  <property name="width_chars">-1</property>
124                  <property name="single_line_mode">False</property>
125                  <property name="angle">0</property>
126                </widget>
127                <packing>
128                  <property name="left_attach">0</property>
129                  <property name="right_attach">1</property>
130                  <property name="top_attach">0</property>
131                  <property name="bottom_attach">1</property>
132                  <property name="x_options">fill</property>
133                  <property name="y_options"></property>
134                </packing>
135              </child>
136
137              <child>
138                <widget class="GtkEntry" id="jid_entry">
139                  <property name="visible">True</property>
140                  <property name="can_focus">True</property>
141                  <property name="editable">True</property>
142                  <property name="visibility">True</property>
143                  <property name="max_length">0</property>
144                  <property name="text" translatable="yes"></property>
145                  <property name="has_frame">True</property>
146                  <property name="invisible_char">*</property>
147                  <property name="activates_default">True</property>
148                </widget>
149                <packing>
150                  <property name="left_attach">1</property>
151                  <property name="right_attach">3</property>
152                  <property name="top_attach">0</property>
153                  <property name="bottom_attach">1</property>
154                  <property name="y_options"></property>
155                </packing>
156              </child>
157
158              <child>
159                <widget class="GtkLabel" id="label202">
160                  <property name="visible">True</property>
161                  <property name="label" translatable="yes">_Password:</property>
162                  <property name="use_underline">True</property>
163                  <property name="use_markup">False</property>
164                  <property name="justify">GTK_JUSTIFY_LEFT</property>
165                  <property name="wrap">False</property>
166                  <property name="selectable">False</property>
167                  <property name="xalign">0</property>
168                  <property name="yalign">0.5</property>
169                  <property name="xpad">0</property>
170                  <property name="ypad">0</property>
171                  <property name="mnemonic_widget">password_entry</property>
172                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
173                  <property name="width_chars">-1</property>
174                  <property name="single_line_mode">False</property>
175                  <property name="angle">0</property>
176                </widget>
177                <packing>
178                  <property name="left_attach">0</property>
179                  <property name="right_attach">1</property>
180                  <property name="top_attach">1</property>
181                  <property name="bottom_attach">2</property>
182                  <property name="x_options">fill</property>
183                  <property name="y_options"></property>
184                </packing>
185              </child>
186
187              <child>
188                <widget class="GtkEntry" id="password_entry">
189                  <property name="visible">True</property>
190                  <property name="sensitive">False</property>
191                  <property name="can_focus">True</property>
192                  <property name="editable">True</property>
193                  <property name="visibility">False</property>
194                  <property name="max_length">0</property>
195                  <property name="text" translatable="yes"></property>
196                  <property name="has_frame">True</property>
197                  <property name="invisible_char">*</property>
198                  <property name="activates_default">True</property>
199                </widget>
200                <packing>
201                  <property name="left_attach">1</property>
202                  <property name="right_attach">2</property>
203                  <property name="top_attach">1</property>
204                  <property name="bottom_attach">2</property>
205                  <property name="x_options">expand|shrink|fill</property>
206                  <property name="y_options"></property>
207                </packing>
208              </child>
209
210              <child>
211                <widget class="GtkCheckButton" id="save_password_checkbutton">
212                  <property name="visible">True</property>
213                  <property name="tooltip" translatable="yes">If checked, Gajim will remember the password for this account</property>
214                  <property name="can_focus">True</property>
215                  <property name="label" translatable="yes">Save pass_word</property>
216                  <property name="use_underline">True</property>
217                  <property name="relief">GTK_RELIEF_NORMAL</property>
218                  <property name="focus_on_click">False</property>
219                  <property name="active">False</property>
220                  <property name="inconsistent">False</property>
221                  <property name="draw_indicator">True</property>
222                  <signal name="toggled" handler="on_save_password_checkbutton_toggled" last_modification_time="Mon, 28 Feb 2005 20:25:48 GMT"/>
223                </widget>
224                <packing>
225                  <property name="left_attach">2</property>
226                  <property name="right_attach">3</property>
227                  <property name="top_attach">1</property>
228                  <property name="bottom_attach">2</property>
229                  <property name="x_options">fill</property>
230                  <property name="y_options"></property>
231                </packing>
232              </child>
233
234              <child>
235                <widget class="GtkLabel" id="label11">
236                  <property name="visible">True</property>
237                  <property name="label" translatable="yes">Resour_ce:</property>
238                  <property name="use_underline">True</property>
239                  <property name="use_markup">False</property>
240                  <property name="justify">GTK_JUSTIFY_LEFT</property>
241                  <property name="wrap">False</property>
242                  <property name="selectable">False</property>
243                  <property name="xalign">0</property>
244                  <property name="yalign">0.5</property>
245                  <property name="xpad">0</property>
246                  <property name="ypad">0</property>
247                  <property name="mnemonic_widget">resource_entry</property>
248                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
249                  <property name="width_chars">-1</property>
250                  <property name="single_line_mode">False</property>
251                  <property name="angle">0</property>
252                </widget>
253                <packing>
254                  <property name="left_attach">0</property>
255                  <property name="right_attach">1</property>
256                  <property name="top_attach">2</property>
257                  <property name="bottom_attach">3</property>
258                  <property name="x_options">fill</property>
259                  <property name="y_options"></property>
260                </packing>
261              </child>
262
263              <child>
264                <widget class="GtkEntry" id="resource_entry">
265                  <property name="visible">True</property>
266                  <property name="tooltip" translatable="yes">Resource is sent to the Jabber server in order to separate the same JID in two or more parts depending on the number of the clients connected in the same server with the same account. So you might be connected in the same account with resource 'Home' and 'Work' at the same time. The resource which has the highest priority will get the events. (see below)</property>
267                  <property name="can_focus">True</property>
268                  <property name="editable">True</property>
269                  <property name="visibility">True</property>
270                  <property name="max_length">0</property>
271                  <property name="text" translatable="yes">Gajim</property>
272                  <property name="has_frame">True</property>
273                  <property name="invisible_char">*</property>
274                  <property name="activates_default">False</property>
275                </widget>
276                <packing>
277                  <property name="left_attach">1</property>
278                  <property name="right_attach">2</property>
279                  <property name="top_attach">2</property>
280                  <property name="bottom_attach">3</property>
281                  <property name="x_options">expand|shrink|fill</property>
282                  <property name="y_options"></property>
283                </packing>
284              </child>
285
286              <child>
287                <widget class="GtkButton" id="change_password_button">
288                  <property name="visible">True</property>
289                  <property name="tooltip" translatable="yes">Click to change account's password</property>
290                  <property name="can_focus">True</property>
291                  <property name="label" translatable="yes">Chan_ge Password</property>
292                  <property name="use_underline">True</property>
293                  <property name="relief">GTK_RELIEF_NORMAL</property>
294                  <property name="focus_on_click">True</property>
295                  <signal name="clicked" handler="on_change_password_button_clicked" last_modification_time="Fri, 04 Mar 2005 11:33:37 GMT"/>
296                </widget>
297                <packing>
298                  <property name="left_attach">2</property>
299                  <property name="right_attach">3</property>
300                  <property name="top_attach">2</property>
301                  <property name="bottom_attach">3</property>
302                  <property name="x_options">fill</property>
303                  <property name="y_options"></property>
304                </packing>
305              </child>
306
307              <child>
308                <widget class="GtkLabel" id="label220">
309                  <property name="visible">True</property>
310                  <property name="label" translatable="yes">Priori_ty:</property>
311                  <property name="use_underline">True</property>
312                  <property name="use_markup">False</property>
313                  <property name="justify">GTK_JUSTIFY_LEFT</property>
314                  <property name="wrap">False</property>
315                  <property name="selectable">False</property>
316                  <property name="xalign">0</property>
317                  <property name="yalign">0.5</property>
318                  <property name="xpad">0</property>
319                  <property name="ypad">0</property>
320                  <property name="mnemonic_widget">priority_spinbutton</property>
321                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
322                  <property name="width_chars">-1</property>
323                  <property name="single_line_mode">False</property>
324                  <property name="angle">0</property>
325                </widget>
326                <packing>
327                  <property name="left_attach">0</property>
328                  <property name="right_attach">1</property>
329                  <property name="top_attach">3</property>
330                  <property name="bottom_attach">4</property>
331                  <property name="x_options">fill</property>
332                  <property name="y_options"></property>
333                </packing>
334              </child>
335
336              <child>
337                <widget class="GtkCheckButton" id="adjust_priority_with_status_checkbutton">
338                  <property name="visible">True</property>
339                  <property name="tooltip" translatable="yes">Priority will change automatically according to your status.</property>
340                  <property name="can_focus">True</property>
341                  <property name="label" translatable="yes">_Adjust to status</property>
342                  <property name="use_underline">True</property>
343                  <property name="relief">GTK_RELIEF_NORMAL</property>
344                  <property name="focus_on_click">True</property>
345                  <property name="active">False</property>
346                  <property name="inconsistent">False</property>
347                  <property name="draw_indicator">True</property>
348                  <signal name="toggled" handler="on_adjust_priority_with_status_checkbutton_toggled" last_modification_time="Tue, 03 Oct 2006 00:04:37 GMT"/>
349                </widget>
350                <packing>
351                  <property name="left_attach">1</property>
352                  <property name="right_attach">2</property>
353                  <property name="top_attach">3</property>
354                  <property name="bottom_attach">4</property>
355                  <property name="x_options">fill</property>
356                  <property name="y_options"></property>
357                </packing>
358              </child>
359
360              <child>
361                <widget class="GtkSpinButton" id="priority_spinbutton">
362                  <property name="visible">True</property>
363                  <property name="tooltip" translatable="yes">Priority is used in Jabber to determine who gets the events from the jabber server when two or more clients are connected using the same account; The client with the highest priority gets the events</property>
364                  <property name="can_focus">True</property>
365                  <property name="climb_rate">1</property>
366                  <property name="digits">0</property>
367                  <property name="numeric">True</property>
368                  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
369                  <property name="snap_to_ticks">False</property>
370                  <property name="wrap">False</property>
371                  <property name="adjustment">5 0 127 1 5 5</property>
372                </widget>
373                <packing>
374                  <property name="left_attach">2</property>
375                  <property name="right_attach">3</property>
376                  <property name="top_attach">3</property>
377                  <property name="bottom_attach">4</property>
378                  <property name="x_options">fill</property>
379                  <property name="y_options"></property>
380                </packing>
381              </child>
382            </widget>
383            <packing>
384              <property name="tab_expand">False</property>
385              <property name="tab_fill">True</property>
386            </packing>
387          </child>
388
389          <child>
390            <widget class="GtkLabel" id="label6">
391              <property name="visible">True</property>
392              <property name="label" translatable="yes">Account</property>
393              <property name="use_underline">False</property>
394              <property name="use_markup">False</property>
395              <property name="justify">GTK_JUSTIFY_LEFT</property>
396              <property name="wrap">False</property>
397              <property name="selectable">False</property>
398              <property name="xalign">0.5</property>
399              <property name="yalign">0.5</property>
400              <property name="xpad">0</property>
401              <property name="ypad">0</property>
402              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
403              <property name="width_chars">-1</property>
404              <property name="single_line_mode">False</property>
405              <property name="angle">0</property>
406            </widget>
407            <packing>
408              <property name="type">tab</property>
409            </packing>
410          </child>
411
412          <child>
413            <widget class="GtkVBox" id="vbox38">
414              <property name="border_width">6</property>
415              <property name="visible">True</property>
416              <property name="homogeneous">False</property>
417              <property name="spacing">6</property>
418
419              <child>
420                <widget class="GtkCheckButton" id="autoconnect_checkbutton">
421                  <property name="visible">True</property>
422                  <property name="tooltip" translatable="yes">If checked, Gajim, when launched, will automatically connect to jabber using this account</property>
423                  <property name="can_focus">True</property>
424                  <property name="label" translatable="yes">C_onnect on Gajim startup</property>
425                  <property name="use_underline">True</property>
426                  <property name="relief">GTK_RELIEF_NORMAL</property>
427                  <property name="focus_on_click">True</property>
428                  <property name="active">False</property>
429                  <property name="inconsistent">False</property>
430                  <property name="draw_indicator">True</property>
431                </widget>
432                <packing>
433                  <property name="padding">0</property>
434                  <property name="expand">False</property>
435                  <property name="fill">False</property>
436                </packing>
437              </child>
438
439              <child>
440                <widget class="GtkCheckButton" id="autoreconnect_checkbutton">
441                  <property name="visible">True</property>
442                  <property name="can_focus">True</property>
443                  <property name="label" translatable="yes">Auto-reconnect when connection is lost</property>
444                  <property name="use_underline">True</property>
445                  <property name="relief">GTK_RELIEF_NORMAL</property>
446                  <property name="focus_on_click">True</property>
447                  <property name="active">False</property>
448                  <property name="inconsistent">False</property>
449                  <property name="draw_indicator">True</property>
450                </widget>
451                <packing>
452                  <property name="padding">0</property>
453                  <property name="expand">False</property>
454                  <property name="fill">False</property>
455                </packing>
456              </child>
457
458              <child>
459                <widget class="GtkCheckButton" id="log_history_checkbutton">
460                  <property name="visible">True</property>
461                  <property name="can_focus">True</property>
462                  <property name="label" translatable="yes">Save conversation _logs for all contacts</property>
463                  <property name="use_underline">True</property>
464                  <property name="relief">GTK_RELIEF_NORMAL</property>
465                  <property name="focus_on_click">True</property>
466                  <property name="active">True</property>
467                  <property name="inconsistent">False</property>
468                  <property name="draw_indicator">True</property>
469                </widget>
470                <packing>
471                  <property name="padding">0</property>
472                  <property name="expand">False</property>
473                  <property name="fill">False</property>
474                </packing>
475              </child>
476
477              <child>
478                <widget class="GtkCheckButton" id="sync_with_global_status_checkbutton">
479                  <property name="visible">True</property>
480                  <property name="tooltip" translatable="yes">If checked, any change to the global status (handled by the combobox at the bottom of the roster window) will change the status of this account accordingly</property>
481                  <property name="can_focus">True</property>
482                  <property name="label" translatable="yes">Synch_ronize account status with global status</property>
483                  <property name="use_underline">True</property>
484                  <property name="relief">GTK_RELIEF_NORMAL</property>
485                  <property name="focus_on_click">True</property>
486                  <property name="active">False</property>
487                  <property name="inconsistent">False</property>
488                  <property name="draw_indicator">True</property>
489                </widget>
490                <packing>
491                  <property name="padding">0</property>
492                  <property name="expand">False</property>
493                  <property name="fill">False</property>
494                </packing>
495              </child>
496
497              <child>
498                <widget class="GtkCheckButton" id="use_ft_proxies_checkbutton">
499                  <property name="visible">True</property>
500                  <property name="tooltip" translatable="yes">If checked, Gajim will also broadcast some more IPs except from just your IP, so file transfer has higher chances of working.</property>
501                  <property name="can_focus">True</property>
502                  <property name="label" translatable="yes">Use file transfer proxies</property>
503                  <property name="use_underline">True</property>
504                  <property name="relief">GTK_RELIEF_NORMAL</property>
505                  <property name="focus_on_click">True</property>
506                  <property name="active">False</property>
507                  <property name="inconsistent">False</property>
508                  <property name="draw_indicator">True</property>
509                </widget>
510                <packing>
511                  <property name="padding">0</property>
512                  <property name="expand">False</property>
513                  <property name="fill">False</property>
514                </packing>
515              </child>
516            </widget>
517            <packing>
518              <property name="tab_expand">False</property>
519              <property name="tab_fill">True</property>
520            </packing>
521          </child>
522
523          <child>
524            <widget class="GtkLabel" id="label7">
525              <property name="visible">True</property>
526              <property name="label" translatable="yes">General</property>
527              <property name="use_underline">False</property>
528              <property name="use_markup">True</property>
529              <property name="justify">GTK_JUSTIFY_LEFT</property>
530              <property name="wrap">False</property>
531              <property name="selectable">False</property>
532              <property name="xalign">0.5</property>
533              <property name="yalign">0.5</property>
534              <property name="xpad">0</property>
535              <property name="ypad">0</property>
536              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
537              <property name="width_chars">-1</property>
538              <property name="single_line_mode">False</property>
539              <property name="angle">0</property>
540            </widget>
541            <packing>
542              <property name="type">tab</property>
543            </packing>
544