Updated Spanish translation
[empathy-mirror.git] / libempathy-gtk / empathy-chat.glade
blobd07bf77e6f21269a09287681cb94270d6c2da842
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
4 <glade-interface>
6 <widget class="GtkWindow" id="chat_page_window">
7 <property name="title" translatable="yes">Chat</property>
8 <property name="type">GTK_WINDOW_TOPLEVEL</property>
9 <property name="window_position">GTK_WIN_POS_NONE</property>
10 <property name="modal">False</property>
11 <property name="default_width">350</property>
12 <property name="default_height">250</property>
13 <property name="resizable">True</property>
14 <property name="destroy_with_parent">False</property>
15 <property name="decorated">True</property>
16 <property name="skip_taskbar_hint">False</property>
17 <property name="skip_pager_hint">False</property>
18 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
19 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20 <property name="focus_on_map">True</property>
21 <property name="urgency_hint">False</property>
23 <child>
24 <widget class="GtkVBox" id="chat_widget">
25 <property name="border_width">4</property>
26 <property name="visible">True</property>
27 <property name="homogeneous">False</property>
28 <property name="spacing">3</property>
30 <child>
31 <widget class="GtkScrolledWindow" id="chat_view_sw">
32 <property name="visible">True</property>
33 <property name="can_focus">True</property>
34 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
35 <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
36 <property name="shadow_type">GTK_SHADOW_IN</property>
37 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
39 <child>
40 <placeholder/>
41 </child>
42 </widget>
43 <packing>
44 <property name="padding">0</property>
45 <property name="expand">True</property>
46 <property name="fill">True</property>
47 </packing>
48 </child>
50 <child>
51 <widget class="GtkScrolledWindow" id="input_text_view_sw">
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
55 <property name="vscrollbar_policy">GTK_POLICY_NEVER</property>
56 <property name="shadow_type">GTK_SHADOW_IN</property>
57 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
59 <child>
60 <placeholder/>
61 </child>
62 </widget>
63 <packing>
64 <property name="padding">0</property>
65 <property name="expand">False</property>
66 <property name="fill">False</property>
67 </packing>
68 </child>
69 </widget>
70 </child>
71 </widget>
73 <widget class="GtkWindow" id="chat_window">
74 <property name="title" translatable="yes">Chat</property>
75 <property name="type">GTK_WINDOW_TOPLEVEL</property>
76 <property name="window_position">GTK_WIN_POS_NONE</property>
77 <property name="modal">False</property>
78 <property name="default_width">350</property>
79 <property name="default_height">250</property>
80 <property name="resizable">True</property>
81 <property name="destroy_with_parent">False</property>
82 <property name="decorated">True</property>
83 <property name="skip_taskbar_hint">False</property>
84 <property name="skip_pager_hint">False</property>
85 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
86 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
87 <property name="focus_on_map">True</property>
88 <property name="urgency_hint">False</property>
90 <child>
91 <widget class="GtkVBox" id="chat_vbox">
92 <property name="visible">True</property>
93 <property name="homogeneous">False</property>
94 <property name="spacing">0</property>
96 <child>
97 <widget class="GtkMenuBar" id="chats_menubar">
98 <property name="visible">True</property>
99 <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
100 <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
102 <child>
103 <widget class="GtkMenuItem" id="menu_conv">
104 <property name="visible">True</property>
105 <property name="label" translatable="yes">_Conversation</property>
106 <property name="use_underline">True</property>
108 <child>
109 <widget class="GtkMenu" id="menu_conv_menu">
111 <child>
112 <widget class="GtkImageMenuItem" id="menu_conv_clear">
113 <property name="visible">True</property>
114 <property name="label" translatable="yes">C_lear</property>
115 <property name="use_underline">True</property>
117 <child internal-child="image">
118 <widget class="GtkImage" id="image235">
119 <property name="visible">True</property>
120 <property name="stock">gtk-clear</property>
121 <property name="icon_size">1</property>
122 <property name="xalign">0.5</property>
123 <property name="yalign">0.5</property>
124 <property name="xpad">0</property>
125 <property name="ypad">0</property>
126 </widget>
127 </child>
128 </widget>
129 </child>
131 <child>
132 <widget class="GtkMenuItem" id="menu_conv_insert_smiley">
133 <property name="visible">True</property>
134 <property name="label" translatable="yes">Insert _Smiley</property>
135 <property name="use_underline">True</property>
136 </widget>
137 </child>
139 <child>
140 <widget class="GtkSeparatorMenuItem" id="separator11">
141 <property name="visible">True</property>
142 </widget>
143 </child>
145 <child>
146 <widget class="GtkImageMenuItem" id="menu_conv_log">
147 <property name="visible">True</property>
148 <property name="label" translatable="yes">_View Previous Conversations</property>
149 <property name="use_underline">True</property>
150 <accelerator key="F3" modifiers="0" signal="activate"/>
152 <child internal-child="image">
153 <widget class="GtkImage" id="image236">
154 <property name="visible">True</property>
155 <property name="stock">gtk-justify-left</property>
156 <property name="icon_size">1</property>
157 <property name="xalign">0.5</property>
158 <property name="yalign">0.5</property>
159 <property name="xpad">0</property>
160 <property name="ypad">0</property>
161 </widget>
162 </child>
163 </widget>
164 </child>
166 <child>
167 <widget class="GtkSeparatorMenuItem" id="menu_conv_separator">
168 <property name="visible">True</property>
169 </widget>
170 </child>
172 <child>
173 <widget class="GtkImageMenuItem" id="menu_conv_add_contact">
174 <property name="label" translatable="yes">_Add Contact...</property>
175 <property name="use_underline">True</property>
177 <child internal-child="image">
178 <widget class="GtkImage" id="image237">
179 <property name="visible">True</property>
180 <property name="stock">gtk-add</property>
181 <property name="icon_size">1</property>
182 <property name="xalign">0.5</property>
183 <property name="yalign">0.5</property>
184 <property name="xpad">0</property>
185 <property name="ypad">0</property>
186 </widget>
187 </child>
188 </widget>
189 </child>
191 <child>
192 <widget class="GtkImageMenuItem" id="menu_conv_info">
193 <property name="visible">True</property>
194 <property name="label" translatable="yes">Contact Infor_mation</property>
195 <property name="use_underline">True</property>
197 <child internal-child="image">
198 <widget class="GtkImage" id="image238">
199 <property name="visible">True</property>
200 <property name="stock">gtk-info</property>
201 <property name="icon_size">1</property>
202 <property name="xalign">0.5</property>
203 <property name="yalign">0.5</property>
204 <property name="xpad">0</property>
205 <property name="ypad">0</property>
206 </widget>
207 </child>
208 </widget>
209 </child>
211 <child>
212 <widget class="GtkSeparatorMenuItem" id="separator7">
213 <property name="visible">True</property>
214 </widget>
215 </child>
217 <child>
218 <widget class="GtkImageMenuItem" id="menu_conv_close">
219 <property name="visible">True</property>
220 <property name="label" translatable="yes">_Close</property>
221 <property name="use_underline">True</property>
222 <accelerator key="W" modifiers="GDK_CONTROL_MASK" signal="activate"/>
224 <child internal-child="image">
225 <widget class="GtkImage" id="image239">
226 <property name="visible">True</property>
227 <property name="stock">gtk-close</property>
228 <property name="icon_size">1</property>
229 <property name="xalign">0.5</property>
230 <property name="yalign">0.5</property>
231 <property name="xpad">0</property>
232 <property name="ypad">0</property>
233 </widget>
234 </child>
235 </widget>
236 </child>
237 </widget>
238 </child>
239 </widget>
240 </child>
242 <child>
243 <widget class="GtkMenuItem" id="menu_room">
244 <property name="label" translatable="yes">_Room</property>
245 <property name="use_underline">True</property>
247 <child>
248 <widget class="GtkMenu" id="menu_room_menu">
250 <child>
251 <widget class="GtkMenuItem" id="menu_room_set_topic">
252 <property name="visible">True</property>
253 <property name="label" translatable="yes">Change _Topic...</property>
254 <property name="use_underline">True</property>
255 </widget>
256 </child>
258 <child>
259 <widget class="GtkSeparatorMenuItem" id="separator12">
260 <property name="visible">True</property>
261 </widget>
262 </child>
264 <child>
265 <widget class="GtkImageMenuItem" id="menu_room_join_new">
266 <property name="visible">True</property>
267 <property name="label" translatable="yes">Join _New...</property>
268 <property name="use_underline">True</property>
270 <child internal-child="image">
271 <widget class="GtkImage" id="image240">
272 <property name="visible">True</property>
273 <property name="stock">gtk-new</property>
274 <property name="icon_size">1</property>
275 <property name="xalign">0.5</property>
276 <property name="yalign">0.5</property>
277 <property name="xpad">0</property>
278 <property name="ypad">0</property>
279 </widget>
280 </child>
281 </widget>
282 </child>
284 <child>
285 <widget class="GtkMenuItem" id="menu_room_invite">
286 <property name="visible">True</property>
287 <property name="label" translatable="yes">In_vite...</property>
288 <property name="use_underline">True</property>
289 </widget>
290 </child>
292 <child>
293 <widget class="GtkSeparatorMenuItem" id="separator7">
294 <property name="visible">True</property>
295 </widget>
296 </child>
298 <child>
299 <widget class="GtkImageMenuItem" id="menu_room_add">
300 <property name="visible">True</property>
301 <property name="label" translatable="yes">_Add To Favorites</property>
302 <property name="use_underline">True</property>
304 <child internal-child="image">
305 <widget class="GtkImage" id="image241">
306 <property name="visible">True</property>
307 <property name="stock">gtk-add</property>
308 <property name="icon_size">1</property>
309 <property name="xalign">0.5</property>
310 <property name="yalign">0.5</property>
311 <property name="xpad">0</property>
312 <property name="ypad">0</property>
313 </widget>
314 </child>
315 </widget>
316 </child>
318 <child>
319 <widget class="GtkSeparatorMenuItem" id="separator10">
320 <property name="visible">True</property>
321 </widget>
322 </child>
324 <child>
325 <widget class="GtkCheckMenuItem" id="menu_room_show_contacts">
326 <property name="visible">True</property>
327 <property name="label" translatable="yes">_Show Contacts</property>
328 <property name="use_underline">True</property>
329 <property name="active">True</property>
330 <accelerator key="F11" modifiers="0" signal="activate"/>
331 </widget>
332 </child>
333 </widget>
334 </child>
335 </widget>
336 </child>
338 <child>
339 <widget class="GtkMenuItem" id="menu_edit">
340 <property name="visible">True</property>
341 <property name="label" translatable="yes">_Edit</property>
342 <property name="use_underline">True</property>
344 <child>
345 <widget class="GtkMenu" id="menu_edit_menu">
347 <child>
348 <widget class="GtkImageMenuItem" id="menu_edit_cut">
349 <property name="visible">True</property>
350 <property name="label" translatable="yes">Cu_t</property>
351 <property name="use_underline">True</property>
352 <accelerator key="X" modifiers="GDK_CONTROL_MASK" signal="activate"/>
354 <child internal-child="image">
355 <widget class="GtkImage" id="image242">
356 <property name="visible">True</property>
357 <property name="stock">gtk-cut</property>
358 <property name="icon_size">1</property>
359 <property name="xalign">0.5</property>
360 <property name="yalign">0.5</property>
361 <property name="xpad">0</property>
362 <property name="ypad">0</property>
363 </widget>
364 </child>
365 </widget>
366 </child>
368 <child>
369 <widget class="GtkImageMenuItem" id="menu_edit_copy">
370 <property name="visible">True</property>
371 <property name="label" translatable="yes">_Copy</property>
372 <property name="use_underline">True</property>
373 <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
375 <child internal-child="image">
376 <widget class="GtkImage" id="image243">
377 <property name="visible">True</property>
378 <property name="stock">gtk-copy</property>
379 <property name="icon_size">1</property>
380 <property name="xalign">0.5</property>
381 <property name="yalign">0.5</property>
382 <property name="xpad">0</property>
383 <property name="ypad">0</property>
384 </widget>
385 </child>
386 </widget>
387 </child>
389 <child>
390 <widget class="GtkImageMenuItem" id="menu_edit_paste">
391 <property name="visible">True</property>
392 <property name="label" translatable="yes">_Paste</property>
393 <property name="use_underline">True</property>
394 <accelerator key="V" modifiers="GDK_CONTROL_MASK" signal="activate"/>
396 <child internal-child="image">
397 <widget class="GtkImage" id="image244">
398 <property name="visible">True</property>
399 <property name="stock">gtk-paste</property>
400 <property name="icon_size">1</property>
401 <property name="xalign">0.5</property>
402 <property name="yalign">0.5</property>
403 <property name="xpad">0</property>
404 <property name="ypad">0</property>
405 </widget>
406 </child>
407 </widget>
408 </child>
409 </widget>
410 </child>
411 </widget>
412 </child>
414 <child>
415 <widget class="GtkMenuItem" id="menu_tabs">
416 <property name="visible">True</property>
417 <property name="label" translatable="yes">_Tabs</property>
418 <property name="use_underline">True</property>
420 <child>
421 <widget class="GtkMenu" id="menu_tabs_menu">
423 <child>
424 <widget class="GtkMenuItem" id="menu_tabs_prev">
425 <property name="visible">True</property>
426 <property name="label" translatable="yes">_Previous Tab</property>
427 <property name="use_underline">True</property>
428 <accelerator key="Page_Up" modifiers="GDK_CONTROL_MASK" signal="activate"/>
429 </widget>
430 </child>
432 <child>
433 <widget class="GtkMenuItem" id="menu_tabs_next">
434 <property name="visible">True</property>
435 <property name="label" translatable="yes">_Next Tab</property>
436 <property name="use_underline">True</property>
437 <accelerator key="Page_Down" modifiers="GDK_CONTROL_MASK" signal="activate"/>
438 </widget>
439 </child>
441 <child>
442 <widget class="GtkSeparatorMenuItem" id="separator4">
443 <property name="visible">True</property>
444 </widget>
445 </child>
447 <child>
448 <widget class="GtkMenuItem" id="menu_tabs_left">
449 <property name="visible">True</property>
450 <property name="label" translatable="yes">Move Tab _Left</property>
451 <property name="use_underline">True</property>
452 </widget>
453 </child>
455 <child>
456 <widget class="GtkMenuItem" id="menu_tabs_right">
457 <property name="visible">True</property>
458 <property name="label" translatable="yes">Move Tab _Right</property>
459 <property name="use_underline">True</property>
460 </widget>
461 </child>
463 <child>
464 <widget class="GtkMenuItem" id="menu_tabs_detach">
465 <property name="visible">True</property>
466 <property name="label" translatable="yes">_Detach Tab</property>
467 <property name="use_underline">True</property>
468 </widget>
469 </child>
470 </widget>
471 </child>
472 </widget>
473 </child>
474 </widget>
475 <packing>
476 <property name="padding">0</property>
477 <property name="expand">False</property>
478 <property name="fill">False</property>
479 </packing>
480 </child>
482 <child>
483 <placeholder/>
484 </child>
485 </widget>
486 </child>
487 </widget>
489 <widget class="GtkDialog" id="chat_invite_dialog">
490 <property name="border_width">5</property>
491 <property name="title" translatable="yes">Invite</property>
492 <property name="type">GTK_WINDOW_TOPLEVEL</property>
493 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
494 <property name="modal">True</property>
495 <property name="default_width">275</property>
496 <property name="default_height">225</property>
497 <property name="resizable">True</property>
498 <property name="destroy_with_parent">False</property>
499 <property name="decorated">True</property>
500 <property name="skip_taskbar_hint">False</property>
501 <property name="skip_pager_hint">False</property>
502 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
503 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
504 <property name="focus_on_map">True</property>
505 <property name="urgency_hint">False</property>
506 <property name="has_separator">False</property>
508 <child internal-child="vbox">
509 <widget class="GtkVBox" id="vbox6">
510 <property name="visible">True</property>
511 <property name="homogeneous">False</property>
512 <property name="spacing">0</property>
514 <child internal-child="action_area">
515 <widget class="GtkHButtonBox" id="hbuttonbox1">
516 <property name="visible">True</property>
517 <property name="layout_style">GTK_BUTTONBOX_END</property>
519 <child>
520 <widget class="GtkButton" id="button_cancel">
521 <property name="visible">True</property>
522 <property name="can_default">True</property>
523 <property name="can_focus">True</property>
524 <property name="label">gtk-cancel</property>
525 <property name="use_stock">True</property>
526 <property name="relief">GTK_RELIEF_NORMAL</property>
527 <property name="focus_on_click">True</property>
528 <property name="response_id">-6</property>
529 </widget>
530 </child>
532 <child>
533 <widget class="GtkButton" id="button_invite">
534 <property name="visible">True</property>
535 <property name="sensitive">False</property>
536 <property name="can_default">True</property>
537 <property name="has_default">True</property>
538 <property name="can_focus">True</property>
539 <property name="label">In_vite</property>
540 <property name="use_underline">True</property>
541 <property name="relief">GTK_RELIEF_NORMAL</property>
542 <property name="focus_on_click">True</property>
543 <property name="response_id">-5</property>
544 </widget>
545 </child>
546 </widget>
547 <packing>
548 <property name="padding">0</property>
549 <property name="expand">False</property>
550 <property name="fill">True</property>
551 <property name="pack_type">GTK_PACK_END</property>
552 </packing>
553 </child>
555 <child>
556 <widget class="GtkVBox" id="vbox7">
557 <property name="border_width">5</property>
558 <property name="visible">True</property>
559 <property name="homogeneous">False</property>
560 <property name="spacing">18</property>
562 <child>
563 <widget class="GtkVBox" id="vbox7">
564 <property name="visible">True</property>
565 <property name="homogeneous">False</property>
566 <property name="spacing">6</property>
568 <child>
569 <widget class="GtkLabel" id="label">
570 <property name="visible">True</property>
571 <property name="label" translatable="yes">Select who would you like to invite:</property>
572 <property name="use_underline">False</property>
573 <property name="use_markup">True</property>
574 <property name="justify">GTK_JUSTIFY_LEFT</property>
575 <property name="wrap">True</property>
576 <property name="selectable">False</property>
577 <property name="xalign">0</property>
578 <property name="yalign">0.5</property>
579 <property name="xpad">0</property>
580 <property name="ypad">0</property>
581 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
582 <property name="width_chars">-1</property>
583 <property name="single_line_mode">False</property>
584 <property name="angle">0</property>
585 </widget>
586 <packing>
587 <property name="padding">0</property>
588 <property name="expand">False</property>
589 <property name="fill">False</property>
590 </packing>
591 </child>
593 <child>
594 <widget class="GtkScrolledWindow" id="scrolledwindow1">
595 <property name="visible">True</property>
596 <property name="can_focus">True</property>
597 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
598 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
599 <property name="shadow_type">GTK_SHADOW_IN</property>
600 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
602 <child>
603 <widget class="GtkTreeView" id="treeview">
604 <property name="visible">True</property>
605 <property name="can_focus">True</property>
606 <property name="headers_visible">False</property>
607 <property name="rules_hint">False</property>
608 <property name="reorderable">False</property>
609 <property name="enable_search">True</property>
610 <property name="fixed_height_mode">False</property>
611 <property name="hover_selection">False</property>
612 <property name="hover_expand">False</property>
613 </widget>
614 </child>
615 </widget>
616 <packing>
617 <property name="padding">0</property>
618 <property name="expand">True</property>
619 <property name="fill">True</property>
620 </packing>
621 </child>
622 </widget>
623 <packing>
624 <property name="padding">0</property>
625 <property name="expand">True</property>
626 <property name="fill">True</property>
627 </packing>
628 </child>
630 <child>
631 <widget class="GtkVBox" id="vbox8">
632 <property name="visible">True</property>
633 <property name="homogeneous">False</property>
634 <property name="spacing">6</property>
636 <child>
637 <widget class="GtkLabel" id="label4">
638 <property name="visible">True</property>
639 <property name="label" translatable="yes">Invitation _message:</property>
640 <property name="use_underline">True</property>
641 <property name="use_markup">True</property>
642 <property name="justify">GTK_JUSTIFY_LEFT</property>
643 <property name="wrap">True</property>
644 <property name="selectable">False</property>
645 <property name="xalign">0</property>
646 <property name="yalign">0.5</property>
647 <property name="xpad">0</property>
648 <property name="ypad">0</property>
649 <property name="mnemonic_widget">entry</property>
650 <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
651 <property name="width_chars">-1</property>
652 <property name="single_line_mode">False</property>
653 <property name="angle">0</property>
654 </widget>
655 <packing>
656 <property name="padding">0</property>
657 <property name="expand">False</property>
658 <property name="fill">False</property>
659 </packing>
660 </child>
662 <child>
663 <widget class="GtkEntry" id="entry">
664 <property name="visible">True</property>
665 <property name="can_focus">True</property>
666 <property name="editable">True</property>
667 <property name="visibility">True</property>
668 <property name="max_length">0</property>
669 <property name="text" translatable="yes">You have been invited to join a chat conference.</property>
670 <property name="has_frame">True</property>
671 <property name="invisible_char">*</property>
672 <property name="activates_default">True</property>
673 <property name="width_chars">40</property>
674 </widget>
675 <packing>
676 <property name="padding">0</property>
677 <property name="expand">False</property>
678 <property name="fill">False</property>
679 </packing>
680 </child>
681 </widget>
682 <packing>
683 <property name="padding">0</property>
684 <property name="expand">False</property>
685 <property name="fill">False</property>
686 </packing>
687 </child>
688 </widget>
689 <packing>
690 <property name="padding">0</property>
691 <property name="expand">True</property>
692 <property name="fill">True</property>
693 </packing>
694 </child>
695 </widget>
696 </child>
697 </widget>
699 </glade-interface>