]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-jabber.glade
de.po: Updated German translation
[empathy.git] / libempathy-gtk / empathy-account-widget-jabber.glade
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: xml -*-->
4 <glade-interface>
5   <widget class="GtkWindow" id="account_jabber_settings">
6     <property name="visible">True</property>
7     <property name="title">jabber account settings</property>
8     <property name="resizable">False</property>
9     <child>
10       <widget class="GtkVBox" id="vbox_jabber_settings">
11         <property name="visible">True</property>
12         <property name="spacing">6</property>
13         <child>
14           <widget class="GtkTable" id="table_common_settings">
15             <property name="visible">True</property>
16             <property name="n_rows">2</property>
17             <property name="n_columns">3</property>
18             <property name="column_spacing">12</property>
19             <property name="row_spacing">6</property>
20             <child>
21               <widget class="GtkEntry" id="entry_password">
22                 <property name="visible">True</property>
23                 <property name="can_focus">True</property>
24                 <property name="visibility">False</property>
25               </widget>
26               <packing>
27                 <property name="left_attach">1</property>
28                 <property name="right_attach">2</property>
29                 <property name="top_attach">1</property>
30                 <property name="bottom_attach">2</property>
31                 <property name="y_options"></property>
32               </packing>
33             </child>
34             <child>
35               <widget class="GtkEntry" id="entry_id">
36                 <property name="visible">True</property>
37                 <property name="can_focus">True</property>
38               </widget>
39               <packing>
40                 <property name="left_attach">1</property>
41                 <property name="right_attach">3</property>
42                 <property name="y_options"></property>
43               </packing>
44             </child>
45             <child>
46               <widget class="GtkLabel" id="label_id">
47                 <property name="visible">True</property>
48                 <property name="xalign">0</property>
49                 <property name="label" translatable="yes">Login I_D:</property>
50                 <property name="use_underline">True</property>
51                 <property name="mnemonic_widget">entry_id</property>
52               </widget>
53               <packing>
54                 <property name="x_options">GTK_FILL</property>
55                 <property name="y_options"></property>
56               </packing>
57             </child>
58             <child>
59               <widget class="GtkButton" id="button_forget">
60                 <property name="visible">True</property>
61                 <property name="can_focus">True</property>
62                 <property name="tooltip" translatable="yes">Forget password and clear the entry.</property>
63                 <property name="response_id">0</property>
64                 <child>
65                   <widget class="GtkImage" id="image834">
66                     <property name="visible">True</property>
67                     <property name="stock">gtk-clear</property>
68                     <property name="icon_size">1</property>
69                   </widget>
70                 </child>
71               </widget>
72               <packing>
73                 <property name="left_attach">2</property>
74                 <property name="right_attach">3</property>
75                 <property name="top_attach">1</property>
76                 <property name="bottom_attach">2</property>
77                 <property name="x_options">GTK_FILL</property>
78                 <property name="y_options"></property>
79               </packing>
80             </child>
81             <child>
82               <widget class="GtkLabel" id="label_password">
83                 <property name="visible">True</property>
84                 <property name="xalign">0</property>
85                 <property name="label" translatable="yes">Pass_word:</property>
86                 <property name="use_underline">True</property>
87                 <property name="mnemonic_widget">entry_password</property>
88               </widget>
89               <packing>
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           </widget>
97           <packing>
98             <property name="expand">False</property>
99             <property name="fill">False</property>
100           </packing>
101         </child>
102         <child>
103           <widget class="GtkExpander" id="expander1">
104             <property name="visible">True</property>
105             <property name="can_focus">True</property>
106             <child>
107               <widget class="GtkVBox" id="vbox1">
108                 <property name="visible">True</property>
109                 <child>
110                   <widget class="GtkTable" id="table_advanced_settings">
111                     <property name="visible">True</property>
112                     <property name="n_rows">4</property>
113                     <property name="n_columns">3</property>
114                     <property name="column_spacing">12</property>
115                     <property name="row_spacing">6</property>
116                     <child>
117                       <widget class="GtkEntry" id="entry_resource">
118                         <property name="visible">True</property>
119                         <property name="can_focus">True</property>
120                       </widget>
121                       <packing>
122                         <property name="left_attach">1</property>
123                         <property name="right_attach">3</property>
124                         <property name="top_attach">2</property>
125                         <property name="bottom_attach">3</property>
126                         <property name="y_options"></property>
127                       </packing>
128                     </child>
129                     <child>
130                       <widget class="GtkSpinButton" id="spinbutton_priority">
131                         <property name="visible">True</property>
132                         <property name="can_focus">True</property>
133                         <property name="adjustment">0 -128 127 1 10 0</property>
134                         <property name="climb_rate">1</property>
135                       </widget>
136                       <packing>
137                         <property name="left_attach">1</property>
138                         <property name="right_attach">3</property>
139                         <property name="top_attach">3</property>
140                         <property name="bottom_attach">4</property>
141                         <property name="y_options"></property>
142                       </packing>
143                     </child>
144                     <child>
145                       <widget class="GtkCheckButton" id="checkbutton_ignore_ssl_errors">
146                         <property name="visible">True</property>
147                         <property name="can_focus">True</property>
148                         <property name="label" translatable="yes">_Ignore SSL certificate errors</property>
149                         <property name="use_underline">True</property>
150                         <property name="response_id">0</property>
151                         <property name="draw_indicator">True</property>
152                       </widget>
153                       <packing>
154                         <property name="right_attach">3</property>
155                         <property name="top_attach">1</property>
156                         <property name="bottom_attach">2</property>
157                         <property name="x_options">GTK_FILL</property>
158                         <property name="y_options"></property>
159                       </packing>
160                     </child>
161                     <child>
162                       <widget class="GtkLabel" id="label_priority">
163                         <property name="visible">True</property>
164                         <property name="xalign">0</property>
165                         <property name="label" translatable="yes">Pri_ority:</property>
166                         <property name="use_underline">True</property>
167                         <property name="mnemonic_widget">spinbutton_priority</property>
168                       </widget>
169                       <packing>
170                         <property name="top_attach">3</property>
171                         <property name="bottom_attach">4</property>
172                         <property name="x_options">GTK_FILL</property>
173                         <property name="y_options"></property>
174                       </packing>
175                     </child>
176                     <child>
177                       <widget class="GtkLabel" id="label_resource">
178                         <property name="visible">True</property>
179                         <property name="xalign">0</property>
180                         <property name="label" translatable="yes">Reso_urce:</property>
181                         <property name="use_underline">True</property>
182                         <property name="mnemonic_widget">entry_resource</property>
183                       </widget>
184                       <packing>
185                         <property name="top_attach">2</property>
186                         <property name="bottom_attach">3</property>
187                         <property name="x_options">GTK_FILL</property>
188                         <property name="y_options"></property>
189                       </packing>
190                     </child>
191                     <child>
192                       <widget class="GtkCheckButton" id="checkbutton_encryption">
193                         <property name="visible">True</property>
194                         <property name="can_focus">True</property>
195                         <property name="label" translatable="yes">_Encryption required (TLS/SSL)</property>
196                         <property name="use_underline">True</property>
197                         <property name="response_id">0</property>
198                         <property name="draw_indicator">True</property>
199                       </widget>
200                       <packing>
201                         <property name="right_attach">3</property>
202                         <property name="x_options">GTK_FILL</property>
203                         <property name="y_options"></property>
204                       </packing>
205                     </child>
206                   </widget>
207                 </child>
208                 <child>
209                   <widget class="GtkFrame" id="frame1">
210                     <property name="visible">True</property>
211                     <property name="label_xalign">0</property>
212                     <property name="shadow_type">GTK_SHADOW_NONE</property>
213                     <child>
214                       <widget class="GtkAlignment" id="alignment1">
215                         <property name="visible">True</property>
216                         <property name="left_padding">12</property>
217                         <child>
218                           <widget class="GtkTable" id="table1">
219                             <property name="visible">True</property>
220                             <property name="n_rows">3</property>
221                             <property name="n_columns">2</property>
222                             <property name="column_spacing">6</property>
223                             <property name="row_spacing">6</property>
224                             <child>
225                               <widget class="GtkSpinButton" id="spinbutton_port">
226                                 <property name="visible">True</property>
227                                 <property name="can_focus">True</property>
228                                 <property name="adjustment">5222 0 65555 1 10 0</property>
229                                 <property name="climb_rate">1</property>
230                                 <property name="numeric">True</property>
231                               </widget>
232                               <packing>
233                                 <property name="left_attach">1</property>
234                                 <property name="right_attach">2</property>
235                                 <property name="top_attach">1</property>
236                                 <property name="bottom_attach">2</property>
237                                 <property name="y_options"></property>
238                               </packing>
239                             </child>
240                             <child>
241                               <widget class="GtkEntry" id="entry_server">
242                                 <property name="visible">True</property>
243                                 <property name="can_focus">True</property>
244                               </widget>
245                               <packing>
246                                 <property name="left_attach">1</property>
247                                 <property name="right_attach">2</property>
248                                 <property name="y_options"></property>
249                               </packing>
250                             </child>
251                             <child>
252                               <widget class="GtkCheckButton" id="checkbutton_ssl">
253                                 <property name="visible">True</property>
254                                 <property name="can_focus">True</property>
255                                 <property name="label" translatable="yes">Use old SS_L</property>
256                                 <property name="use_underline">True</property>
257                                 <property name="response_id">0</property>
258                                 <property name="draw_indicator">True</property>
259                               </widget>
260                               <packing>
261                                 <property name="right_attach">2</property>
262                                 <property name="top_attach">2</property>
263                                 <property name="bottom_attach">3</property>
264                                 <property name="x_options">GTK_FILL</property>
265                                 <property name="y_options"></property>
266                               </packing>
267                             </child>
268                             <child>
269                               <widget class="GtkLabel" id="label_port">
270                                 <property name="visible">True</property>
271                                 <property name="xalign">0</property>
272                                 <property name="label" translatable="yes">_Port:</property>
273                                 <property name="use_underline">True</property>
274                                 <property name="mnemonic_widget">spinbutton_port</property>
275                               </widget>
276                               <packing>
277                                 <property name="top_attach">1</property>
278                                 <property name="bottom_attach">2</property>
279                                 <property name="x_options">GTK_FILL</property>
280                                 <property name="y_options"></property>
281                               </packing>
282                             </child>
283                             <child>
284                               <widget class="GtkLabel" id="label_server">
285                                 <property name="visible">True</property>
286                                 <property name="xalign">0</property>
287                                 <property name="label" translatable="yes">_Server:</property>
288                                 <property name="use_underline">True</property>
289                                 <property name="mnemonic_widget">entry_server</property>
290                               </widget>
291                               <packing>
292                                 <property name="x_options">GTK_FILL</property>
293                                 <property name="y_options"></property>
294                               </packing>
295                             </child>
296                           </widget>
297                         </child>
298                       </widget>
299                     </child>
300                     <child>
301                       <widget class="GtkLabel" id="label2">
302                         <property name="visible">True</property>
303                         <property name="label" translatable="yes">&lt;b&gt;Override server settings&lt;/b&gt;</property>
304                         <property name="use_markup">True</property>
305                       </widget>
306                       <packing>
307                         <property name="type">label_item</property>
308                       </packing>
309                     </child>
310                   </widget>
311                   <packing>
312                     <property name="position">1</property>
313                   </packing>
314                 </child>
315               </widget>
316             </child>
317             <child>
318               <widget class="GtkLabel" id="label1">
319                 <property name="visible">True</property>
320                 <property name="label" translatable="yes">&lt;b&gt;Advanced&lt;/b&gt;</property>
321                 <property name="use_markup">True</property>
322               </widget>
323               <packing>
324                 <property name="type">label_item</property>
325               </packing>
326             </child>
327           </widget>
328           <packing>
329             <property name="expand">False</property>
330             <property name="fill">False</property>
331             <property name="position">1</property>
332           </packing>
333         </child>
334       </widget>
335     </child>
336   </widget>
337 </glade-interface>