bump product version to 5.0.4.1
[LibreOffice.git] / sw / uiconfig / swriter / ui / selecttabledialog.ui
blobcb50b56de8995bd5b9e02ee2027c2defd86740bc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.0"/>
5 <requires lib="LibreOffice" version="1.0"/>
6 <object class="GtkDialog" id="SelectTableDialog">
7 <property name="can_focus">False</property>
8 <property name="border_width">6</property>
9 <property name="title" translatable="yes">Select Table</property>
10 <property name="resizable">False</property>
11 <property name="type_hint">dialog</property>
12 <child internal-child="vbox">
13 <object class="GtkBox" id="dialog-vbox1">
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">12</property>
17 <child internal-child="action_area">
18 <object class="GtkButtonBox" id="dialog-action_area1">
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="ok">
23 <property name="label">gtk-ok</property>
24 <property name="use_action_appearance">False</property>
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="can_default">True</property>
28 <property name="has_default">True</property>
29 <property name="receives_default">True</property>
30 <property name="use_stock">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="cancel">
40 <property name="label">gtk-cancel</property>
41 <property name="use_action_appearance">False</property>
42 <property name="visible">True</property>
43 <property name="can_focus">True</property>
44 <property name="receives_default">True</property>
45 <property name="use_stock">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">True</property>
50 <property name="position">1</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="help">
55 <property name="label">gtk-help</property>
56 <property name="use_action_appearance">False</property>
57 <property name="visible">True</property>
58 <property name="can_focus">True</property>
59 <property name="receives_default">True</property>
60 <property name="use_stock">True</property>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">True</property>
65 <property name="position">2</property>
66 <property name="secondary">True</property>
67 </packing>
68 </child>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="pack_type">end</property>
74 <property name="position">0</property>
75 </packing>
76 </child>
77 <child>
78 <object class="GtkBox" id="box1">
79 <property name="visible">True</property>
80 <property name="can_focus">False</property>
81 <property name="hexpand">True</property>
82 <property name="vexpand">True</property>
83 <property name="orientation">vertical</property>
84 <property name="spacing">6</property>
85 <child>
86 <object class="GtkLabel" id="select">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="halign">start</property>
90 <property name="xalign">0</property>
91 <property name="label" translatable="yes">The file you have selected contains more than one table. Please select the table containing the address list you want to use.</property>
92 <property name="use_underline">True</property>
93 <property name="wrap">True</property>
94 <property name="max_width_chars">90</property>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="fill">True</property>
99 <property name="position">0</property>
100 </packing>
101 </child>
102 <child>
103 <object class="svtlo-SvSimpleTableContainer" id="table">
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="hexpand">True</property>
107 <property name="vexpand">True</property>
108 <child internal-child="selection">
109 <object class="GtkTreeSelection" id="Simple Table Container-selection1"/>
110 </child>
111 </object>
112 <packing>
113 <property name="expand">False</property>
114 <property name="fill">True</property>
115 <property name="position">1</property>
116 </packing>
117 </child>
118 <child>
119 <object class="GtkButtonBox" id="buttonbox1">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="halign">start</property>
123 <property name="orientation">vertical</property>
124 <property name="layout_style">start</property>
125 <child>
126 <object class="GtkButton" id="preview">
127 <property name="label" translatable="yes">_Preview</property>
128 <property name="use_action_appearance">False</property>
129 <property name="visible">True</property>
130 <property name="can_focus">True</property>
131 <property name="receives_default">True</property>
132 <property name="use_underline">True</property>
133 </object>
134 <packing>
135 <property name="expand">False</property>
136 <property name="fill">True</property>
137 <property name="position">0</property>
138 </packing>
139 </child>
140 </object>
141 <packing>
142 <property name="expand">False</property>
143 <property name="fill">True</property>
144 <property name="position">3</property>
145 </packing>
146 </child>
147 </object>
148 <packing>
149 <property name="expand">True</property>
150 <property name="fill">True</property>
151 <property name="position">1</property>
152 </packing>
153 </child>
154 </object>
155 </child>
156 <action-widgets>
157 <action-widget response="0">ok</action-widget>
158 <action-widget response="0">cancel</action-widget>
159 <action-widget response="0">help</action-widget>
160 </action-widgets>
161 </object>
162 </interface>