Updated Spanish translation
[empathy-mirror.git] / src / empathy-ft-manager.ui
blob803d010bc61bd933c60ea1eaf1bd5851d3b7c37d
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="GtkDialog" id="ft_manager_dialog">
5 <property name="width_request">620</property>
6 <property name="height_request">250</property>
7 <property name="border_width">5</property>
8 <property name="title" translatable="yes">File Transfers</property>
9 <property name="role">empathy-ft-manager</property>
10 <property name="icon_name">document-send</property>
11 <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
12 <child internal-child="vbox">
13 <object class="GtkVBox" id="dialog-vbox31">
14 <property name="visible">True</property>
15 <property name="spacing">2</property>
16 <child>
17 <object class="GtkScrolledWindow" id="scrolledwindow1134">
18 <property name="height_request">100</property>
19 <property name="visible">True</property>
20 <property name="can_focus">True</property>
21 <property name="border_width">5</property>
22 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
23 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
24 <property name="shadow_type">GTK_SHADOW_IN</property>
25 <child>
26 <object class="GtkTreeView" id="ft_list">
27 <property name="visible">True</property>
28 <property name="can_focus">True</property>
29 </object>
30 </child>
31 </object>
32 <packing>
33 <property name="expand">True</property>
34 <property name="position">1</property>
35 </packing>
36 </child>
37 <child internal-child="action_area">
38 <object class="GtkHButtonBox" id="dialog-action_area31">
39 <property name="visible">True</property>
40 <property name="layout_style">GTK_BUTTONBOX_END</property>
41 <child>
42 <object class="GtkButton" id="clear_button">
43 <property name="visible">True</property>
44 <property name="can_focus">True</property>
45 <property name="receives_default">True</property>
46 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
47 <property name="tooltip-text" translatable="yes">Remove completed, canceled and failed file transfers from the list</property>
48 <property name="label">gtk-clear</property>
49 <property name="use_stock">True</property>
50 </object>
51 </child>
52 <child>
53 <object class="GtkButton" id="open_button">
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="can_default">True</property>
57 <property name="label">gtk-open</property>
58 <property name="use_stock">True</property>
59 </object>
60 <packing>
61 <property name="position">1</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkButton" id="abort_button">
66 <property name="visible">True</property>
67 <property name="can_focus">True</property>
68 <property name="can_default">True</property>
69 <property name="label">gtk-stop</property>
70 <property name="use_stock">True</property>
71 </object>
72 <packing>
73 <property name="position">2</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkButton" id="close_button">
78 <property name="visible">True</property>
79 <property name="can_focus">True</property>
80 <property name="can_default">True</property>
81 <property name="label">gtk-close</property>
82 <property name="use_stock">True</property>
83 </object>
84 <packing>
85 <property name="position">3</property>
86 </packing>
87 </child>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="pack_type">GTK_PACK_END</property>
92 </packing>
93 </child>
94 </object>
95 </child>
96 <action-widgets>
97 <action-widget response="3">clear_button</action-widget>
98 <action-widget response="1">open_button</action-widget>
99 <action-widget response="2">abort_button</action-widget>
100 <action-widget response="4">close_button</action-widget>
101 </action-widgets>
102 </object>
103 </interface>