]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-msn.ui
Updated kn translations
[empathy.git] / libempathy-gtk / empathy-account-widget-msn.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="upper">65535</property>
7     <property name="step_increment">1</property>
8     <property name="page_increment">10</property>
9   </object>
10   <object class="GtkVBox" id="vbox_msn_settings">
11     <property name="visible">True</property>
12     <property name="orientation">vertical</property>
13     <property name="spacing">6</property>
14     <child>
15       <object class="GtkTable" id="table_common_msn_settings">
16         <property name="visible">True</property>
17         <property name="n_rows">4</property>
18         <property name="n_columns">2</property>
19         <property name="column_spacing">12</property>
20         <property name="row_spacing">6</property>
21         <child>
22           <object class="GtkLabel" id="label_password">
23             <property name="visible">True</property>
24             <property name="xalign">0</property>
25             <property name="label" translatable="yes">Pass_word:</property>
26             <property name="use_underline">True</property>
27           </object>
28           <packing>
29             <property name="top_attach">2</property>
30             <property name="bottom_attach">3</property>
31             <property name="x_options">GTK_FILL</property>
32             <property name="y_options"></property>
33           </packing>
34         </child>
35         <child>
36           <object class="GtkLabel" id="label_id">
37             <property name="visible">True</property>
38             <property name="xalign">0</property>
39             <property name="label" translatable="yes">Login I_D:</property>
40             <property name="use_underline">True</property>
41             <property name="mnemonic_widget">entry_id</property>
42           </object>
43           <packing>
44             <property name="x_options">GTK_FILL</property>
45             <property name="y_options"></property>
46           </packing>
47         </child>
48         <child>
49           <object class="GtkEntry" id="entry_id">
50             <property name="visible">True</property>
51             <property name="can_focus">True</property>
52           </object>
53           <packing>
54             <property name="left_attach">1</property>
55             <property name="right_attach">2</property>
56             <property name="y_options"></property>
57           </packing>
58         </child>
59         <child>
60           <object class="GtkLabel" id="label_username_example">
61             <property name="visible">True</property>
62             <property name="xalign">0</property>
63             <property name="xpad">3</property>
64             <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@hotmail.com</property>
65             <property name="use_markup">True</property>
66             <attributes>
67               <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
68             </attributes>
69           </object>
70           <packing>
71             <property name="left_attach">1</property>
72             <property name="right_attach">2</property>
73             <property name="top_attach">1</property>
74             <property name="bottom_attach">2</property>
75           </packing>
76         </child>
77         <child>
78           <object class="GtkEntry" id="entry_password">
79             <property name="visible">True</property>
80             <property name="can_focus">True</property>
81             <property name="visibility">False</property>
82           </object>
83           <packing>
84             <property name="left_attach">1</property>
85             <property name="right_attach">2</property>
86             <property name="top_attach">2</property>
87             <property name="bottom_attach">3</property>
88           </packing>
89         </child>
90         <child>
91           <object class="GtkCheckButton" id="remember_password">
92             <property name="label" translatable="yes">Remember password</property>
93             <property name="visible">True</property>
94             <property name="can_focus">True</property>
95             <property name="receives_default">False</property>
96             <property name="active">True</property>
97             <property name="draw_indicator">True</property>
98           </object>
99           <packing>
100             <property name="left_attach">1</property>
101             <property name="right_attach">2</property>
102             <property name="top_attach">3</property>
103             <property name="bottom_attach">4</property>
104           </packing>
105         </child>
106         <child>
107           <placeholder/>
108         </child>
109         <child>
110           <placeholder/>
111         </child>
112       </object>
113       <packing>
114         <property name="expand">False</property>
115         <property name="position">0</property>
116       </packing>
117     </child>
118     <child>
119       <object class="GtkExpander" id="expander1">
120         <property name="visible">True</property>
121         <property name="can_focus">True</property>
122         <child>
123           <object class="GtkTable" id="table_advanced_msn_settings">
124             <property name="visible">True</property>
125             <property name="n_rows">2</property>
126             <property name="n_columns">2</property>
127             <property name="column_spacing">6</property>
128             <property name="row_spacing">6</property>
129             <child>
130               <object class="GtkLabel" id="label_port">
131                 <property name="visible">True</property>
132                 <property name="xalign">0</property>
133                 <property name="label" translatable="yes">_Port:</property>
134                 <property name="use_underline">True</property>
135                 <property name="mnemonic_widget">spinbutton_port</property>
136               </object>
137               <packing>
138                 <property name="top_attach">1</property>
139                 <property name="bottom_attach">2</property>
140                 <property name="x_options">GTK_FILL</property>
141                 <property name="y_options"></property>
142               </packing>
143             </child>
144             <child>
145               <object class="GtkLabel" id="label_server">
146                 <property name="visible">True</property>
147                 <property name="xalign">0</property>
148                 <property name="label" translatable="yes">_Server:</property>
149                 <property name="use_underline">True</property>
150                 <property name="mnemonic_widget">entry_server</property>
151               </object>
152               <packing>
153                 <property name="x_options">GTK_FILL</property>
154                 <property name="y_options"></property>
155               </packing>
156             </child>
157             <child>
158               <object class="GtkEntry" id="entry_server">
159                 <property name="visible">True</property>
160                 <property name="can_focus">True</property>
161               </object>
162               <packing>
163                 <property name="left_attach">1</property>
164                 <property name="right_attach">2</property>
165                 <property name="y_options"></property>
166               </packing>
167             </child>
168             <child>
169               <object class="GtkSpinButton" id="spinbutton_port">
170                 <property name="visible">True</property>
171                 <property name="can_focus">True</property>
172                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
173                 <property name="adjustment">adjustment1</property>
174                 <property name="climb_rate">1</property>
175                 <property name="numeric">True</property>
176               </object>
177               <packing>
178                 <property name="left_attach">1</property>
179                 <property name="right_attach">2</property>
180                 <property name="top_attach">1</property>
181                 <property name="bottom_attach">2</property>
182                 <property name="y_options"></property>
183               </packing>
184             </child>
185           </object>
186         </child>
187         <child type="label">
188           <object class="GtkLabel" id="label1">
189             <property name="visible">True</property>
190             <property name="label" translatable="yes">Advanced</property>
191             <attributes>
192               <attribute name="weight" value="bold"/>
193             </attributes>
194           </object>
195         </child>
196       </object>
197       <packing>
198         <property name="expand">False</property>
199         <property name="fill">False</property>
200         <property name="position">1</property>
201       </packing>
202     </child>
203   </object>
204   <object class="GtkVBox" id="vbox_msn_simple">
205     <property name="visible">True</property>
206     <property name="orientation">vertical</property>
207     <property name="spacing">6</property>
208     <child>
209       <object class="GtkLabel" id="label_id_simple">
210         <property name="visible">True</property>
211         <property name="xalign">0</property>
212         <property name="label" translatable="yes">What is your Windows Live ID?</property>
213       </object>
214       <packing>
215         <property name="position">0</property>
216       </packing>
217     </child>
218     <child>
219       <object class="GtkAlignment" id="alignment1">
220         <property name="visible">True</property>
221         <property name="xalign">0</property>
222         <property name="yalign">0</property>
223         <property name="xscale">0.34999999403953552</property>
224         <property name="yscale">0.34999999403953552</property>
225         <property name="bottom_padding">3</property>
226         <property name="left_padding">12</property>
227         <child>
228           <object class="GtkVBox" id="vbox1">
229             <property name="visible">True</property>
230             <property name="orientation">vertical</property>
231             <property name="spacing">4</property>
232             <child>
233               <object class="GtkEntry" id="entry_id_simple">
234                 <property name="visible">True</property>
235                 <property name="can_focus">True</property>
236               </object>
237               <packing>
238                 <property name="position">0</property>
239               </packing>
240             </child>
241             <child>
242               <object class="GtkLabel" id="label_example">
243                 <property name="visible">True</property>
244                 <property name="xalign">0.10000000149011612</property>
245                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@hotmail.com</property>
246                 <property name="use_markup">True</property>
247                 <attributes>
248                   <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
249                 </attributes>
250               </object>
251               <packing>
252                 <property name="position">1</property>
253               </packing>
254             </child>
255           </object>
256         </child>
257       </object>
258       <packing>
259         <property name="position">1</property>
260       </packing>
261     </child>
262     <child>
263       <object class="GtkLabel" id="label_password_simple">
264         <property name="visible">True</property>
265         <property name="xalign">0</property>
266         <property name="label" translatable="yes">What is your Windows Live password?</property>
267       </object>
268       <packing>
269         <property name="position">2</property>
270       </packing>
271     </child>
272     <child>
273       <object class="GtkAlignment" id="alignment2">
274         <property name="visible">True</property>
275         <property name="xalign">0</property>
276         <property name="yalign">0</property>
277         <property name="xscale">0.34999999403953552</property>
278         <property name="yscale">0.34999999403953552</property>
279         <property name="left_padding">12</property>
280         <child>
281           <object class="GtkEntry" id="entry_password_simple">
282             <property name="visible">True</property>
283             <property name="can_focus">True</property>
284             <property name="visibility">False</property>
285           </object>
286         </child>
287       </object>
288       <packing>
289         <property name="position">3</property>
290       </packing>
291     </child>
292     <child>
293       <object class="GtkCheckButton" id="remember_password_simple">
294         <property name="label" translatable="yes">Remember Password</property>
295         <property name="visible">True</property>
296         <property name="can_focus">True</property>
297         <property name="receives_default">False</property>
298         <property name="active">True</property>
299         <property name="draw_indicator">True</property>
300       </object>
301       <packing>
302         <property name="position">4</property>
303       </packing>
304     </child>
305   </object>
306 </interface>