]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-msn.glade
Updated Basque translation.
[empathy.git] / libempathy-gtk / empathy-account-widget-msn.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_msn_settings">
6     <property name="visible">True</property>
7     <property name="title">msn account settings</property>
8     <property name="resizable">False</property>
9     <child>
10       <widget class="GtkVBox" id="vbox_msn_settings">
11         <property name="visible">True</property>
12         <property name="spacing">6</property>
13         <child>
14           <widget class="GtkTable" id="table_common_msn_settings">
15             <property name="visible">True</property>
16             <property name="n_rows">2</property>
17             <property name="n_columns">2</property>
18             <property name="column_spacing">6</property>
19             <property name="row_spacing">6</property>
20             <child>
21               <widget class="GtkHBox" id="hbox1">
22                 <property name="visible">True</property>
23                 <property name="spacing">2</property>
24                 <child>
25                   <widget class="GtkEntry" id="entry_password">
26                     <property name="visible">True</property>
27                     <property name="can_focus">True</property>
28                     <property name="visibility">False</property>
29                   </widget>
30                 </child>
31                 <child>
32                   <widget class="GtkButton" id="button_forget">
33                     <property name="visible">True</property>
34                     <property name="can_focus">True</property>
35                     <property name="tooltip" translatable="yes">Forget password and clear the entry.</property>
36                     <property name="response_id">0</property>
37                     <child>
38                       <widget class="GtkImage" id="image1">
39                         <property name="visible">True</property>
40                         <property name="stock">gtk-clear</property>
41                         <property name="icon_size">1</property>
42                       </widget>
43                     </child>
44                   </widget>
45                   <packing>
46                     <property name="expand">False</property>
47                     <property name="fill">False</property>
48                     <property name="position">1</property>
49                   </packing>
50                 </child>
51               </widget>
52               <packing>
53                 <property name="left_attach">1</property>
54                 <property name="right_attach">2</property>
55                 <property name="top_attach">1</property>
56                 <property name="bottom_attach">2</property>
57                 <property name="y_options"></property>
58               </packing>
59             </child>
60             <child>
61               <widget class="GtkLabel" id="label_password">
62                 <property name="visible">True</property>
63                 <property name="xalign">0</property>
64                 <property name="label" translatable="yes">Pass_word:</property>
65                 <property name="use_underline">True</property>
66               </widget>
67               <packing>
68                 <property name="top_attach">1</property>
69                 <property name="bottom_attach">2</property>
70                 <property name="x_options">GTK_FILL</property>
71                 <property name="y_options"></property>
72               </packing>
73             </child>
74             <child>
75               <widget class="GtkLabel" id="label_id">
76                 <property name="visible">True</property>
77                 <property name="xalign">0</property>
78                 <property name="label" translatable="yes">Login I_D:</property>
79                 <property name="use_underline">True</property>
80                 <property name="mnemonic_widget">entry_id</property>
81               </widget>
82               <packing>
83                 <property name="x_options">GTK_FILL</property>
84                 <property name="y_options"></property>
85               </packing>
86             </child>
87             <child>
88               <widget class="GtkEntry" id="entry_id">
89                 <property name="visible">True</property>
90                 <property name="can_focus">True</property>
91               </widget>
92               <packing>
93                 <property name="left_attach">1</property>
94                 <property name="right_attach">2</property>
95                 <property name="y_options"></property>
96               </packing>
97             </child>
98           </widget>
99           <packing>
100             <property name="expand">False</property>
101           </packing>
102         </child>
103         <child>
104           <widget class="GtkExpander" id="expander1">
105             <property name="visible">True</property>
106             <property name="can_focus">True</property>
107             <child>
108               <widget class="GtkTable" id="table_advanced_msn_settings">
109                 <property name="visible">True</property>
110                 <property name="n_rows">2</property>
111                 <property name="n_columns">2</property>
112                 <property name="column_spacing">6</property>
113                 <property name="row_spacing">6</property>
114                 <child>
115                   <widget class="GtkLabel" id="label_port">
116                     <property name="visible">True</property>
117                     <property name="xalign">0</property>
118                     <property name="label" translatable="yes">_Port:</property>
119                     <property name="use_underline">True</property>
120                     <property name="mnemonic_widget">spinbutton_port</property>
121                   </widget>
122                   <packing>
123                     <property name="top_attach">1</property>
124                     <property name="bottom_attach">2</property>
125                     <property name="x_options">GTK_FILL</property>
126                     <property name="y_options"></property>
127                   </packing>
128                 </child>
129                 <child>
130                   <widget class="GtkLabel" id="label_server">
131                     <property name="visible">True</property>
132                     <property name="xalign">0</property>
133                     <property name="label" translatable="yes">_Server:</property>
134                     <property name="use_underline">True</property>
135                     <property name="mnemonic_widget">entry_server</property>
136                   </widget>
137                   <packing>
138                     <property name="x_options">GTK_FILL</property>
139                     <property name="y_options"></property>
140                   </packing>
141                 </child>
142                 <child>
143                   <widget class="GtkEntry" id="entry_server">
144                     <property name="visible">True</property>
145                     <property name="can_focus">True</property>
146                   </widget>
147                   <packing>
148                     <property name="left_attach">1</property>
149                     <property name="right_attach">2</property>
150                     <property name="y_options"></property>
151                   </packing>
152                 </child>
153                 <child>
154                   <widget class="GtkSpinButton" id="spinbutton_port">
155                     <property name="visible">True</property>
156                     <property name="can_focus">True</property>
157                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
158                     <property name="adjustment">0 0 65536 1 10 10</property>
159                     <property name="climb_rate">1</property>
160                     <property name="numeric">True</property>
161                   </widget>
162                   <packing>
163                     <property name="left_attach">1</property>
164                     <property name="right_attach">2</property>
165                     <property name="top_attach">1</property>
166                     <property name="bottom_attach">2</property>
167                     <property name="y_options"></property>
168                   </packing>
169                 </child>
170               </widget>
171             </child>
172             <child>
173               <widget class="GtkLabel" id="label1">
174                 <property name="visible">True</property>
175                 <property name="label" translatable="yes">&lt;b&gt;Advanced&lt;/b&gt;</property>
176                 <property name="use_markup">True</property>
177               </widget>
178               <packing>
179                 <property name="type">label_item</property>
180               </packing>
181             </child>
182           </widget>
183           <packing>
184             <property name="expand">False</property>
185             <property name="fill">False</property>
186             <property name="position">1</property>
187           </packing>
188         </child>
189       </widget>
190     </child>
191   </widget>
192 </glade-interface>