Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / sc / uiconfig / scalc / ui / textimportoptions.ui
blob18f928cba8fb3a93267ca1c0ba36baf08e659157
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="TextImportOptionsDialog">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Import Options</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="dialog-vbox1">
11 <property name="can_focus">False</property>
12 <property name="spacing">2</property>
13 <child internal-child="action_area">
14 <object class="GtkButtonBox" id="dialog-action_area1">
15 <property name="can_focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="layout_style">start</property>
18 <child>
19 <object class="GtkButton" id="ok">
20 <property name="label">gtk-ok</property>
21 <property name="visible">True</property>
22 <property name="can_focus">True</property>
23 <property name="can_default">True</property>
24 <property name="has_default">True</property>
25 <property name="receives_default">True</property>
26 <property name="use_stock">True</property>
27 </object>
28 <packing>
29 <property name="expand">False</property>
30 <property name="fill">True</property>
31 <property name="position">0</property>
32 </packing>
33 </child>
34 <child>
35 <object class="GtkButton" id="cancel">
36 <property name="label">gtk-cancel</property>
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="receives_default">True</property>
40 <property name="use_stock">True</property>
41 </object>
42 <packing>
43 <property name="expand">False</property>
44 <property name="fill">True</property>
45 <property name="position">1</property>
46 </packing>
47 </child>
48 <child>
49 <object class="GtkButton" id="help">
50 <property name="label">gtk-help</property>
51 <property name="visible">True</property>
52 <property name="can_focus">True</property>
53 <property name="receives_default">True</property>
54 <property name="use_stock">True</property>
55 </object>
56 <packing>
57 <property name="expand">False</property>
58 <property name="fill">True</property>
59 <property name="position">2</property>
60 </packing>
61 </child>
62 </object>
63 <packing>
64 <property name="expand">False</property>
65 <property name="fill">True</property>
66 <property name="pack_type">end</property>
67 <property name="position">0</property>
68 </packing>
69 </child>
70 <child>
71 <object class="GtkBox" id="box1">
72 <property name="visible">True</property>
73 <property name="can_focus">False</property>
74 <property name="orientation">vertical</property>
75 <property name="spacing">12</property>
76 <child>
77 <object class="GtkFrame" id="frame2">
78 <property name="visible">True</property>
79 <property name="can_focus">False</property>
80 <property name="label_xalign">0</property>
81 <property name="shadow_type">none</property>
82 <child>
83 <object class="GtkAlignment" id="alignment2">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="top_padding">6</property>
87 <property name="left_padding">12</property>
88 <child>
89 <object class="GtkGrid" id="grid1">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="row_spacing">6</property>
93 <property name="column_spacing">6</property>
94 <child>
95 <object class="GtkRadioButton" id="custom">
96 <property name="label" translatable="yes">Custom</property>
97 <property name="visible">True</property>
98 <property name="can_focus">True</property>
99 <property name="receives_default">False</property>
100 <property name="xalign">0</property>
101 <property name="draw_indicator">True</property>
102 <property name="group">automatic</property>
103 </object>
104 <packing>
105 <property name="left_attach">0</property>
106 <property name="top_attach">1</property>
107 <property name="width">1</property>
108 <property name="height">1</property>
109 </packing>
110 </child>
111 <child>
112 <object class="GtkRadioButton" id="automatic">
113 <property name="label" translatable="yes">Automatic</property>
114 <property name="visible">True</property>
115 <property name="can_focus">True</property>
116 <property name="receives_default">False</property>
117 <property name="xalign">0</property>
118 <property name="draw_indicator">True</property>
119 <property name="group">custom</property>
120 </object>
121 <packing>
122 <property name="left_attach">0</property>
123 <property name="top_attach">0</property>
124 <property name="width">2</property>
125 <property name="height">1</property>
126 </packing>
127 </child>
128 <child>
129 <object class="svxcorelo-SvxLanguageBox" id="lang">
130 <property name="visible">True</property>
131 <property name="can_focus">False</property>
132 </object>
133 <packing>
134 <property name="left_attach">1</property>
135 <property name="top_attach">1</property>
136 <property name="width">1</property>
137 <property name="height">1</property>
138 </packing>
139 </child>
140 </object>
141 </child>
142 </object>
143 </child>
144 <child type="label">
145 <object class="GtkLabel" id="label2">
146 <property name="visible">True</property>
147 <property name="can_focus">False</property>
148 <property name="label" translatable="yes">Select the language to use for import</property>
149 <attributes>
150 <attribute name="weight" value="bold"/>
151 </attributes>
152 </object>
153 </child>
154 </object>
155 <packing>
156 <property name="expand">False</property>
157 <property name="fill">True</property>
158 <property name="position">0</property>
159 </packing>
160 </child>
161 <child>
162 <object class="GtkFrame" id="frame3">
163 <property name="visible">True</property>
164 <property name="can_focus">False</property>
165 <property name="label_xalign">0</property>
166 <property name="shadow_type">none</property>
167 <child>
168 <object class="GtkAlignment" id="alignment3">
169 <property name="visible">True</property>
170 <property name="can_focus">False</property>
171 <property name="top_padding">6</property>
172 <property name="left_padding">12</property>
173 <child>
174 <object class="GtkCheckButton" id="convertdata">
175 <property name="label" translatable="yes">Detect special numbers (such as dates).</property>
176 <property name="visible">True</property>
177 <property name="can_focus">True</property>
178 <property name="receives_default">False</property>
179 <property name="xalign">0</property>
180 <property name="draw_indicator">True</property>
181 </object>
182 </child>
183 </object>
184 </child>
185 <child type="label">
186 <object class="GtkLabel" id="label3">
187 <property name="visible">True</property>
188 <property name="can_focus">False</property>
189 <property name="label" translatable="yes">Options</property>
190 <attributes>
191 <attribute name="weight" value="bold"/>
192 </attributes>
193 </object>
194 </child>
195 </object>
196 <packing>
197 <property name="expand">False</property>
198 <property name="fill">True</property>
199 <property name="position">1</property>
200 </packing>
201 </child>
202 </object>
203 <packing>
204 <property name="expand">True</property>
205 <property name="fill">True</property>
206 <property name="position">1</property>
207 </packing>
208 </child>
209 </object>
210 </child>
211 <action-widgets>
212 <action-widget response="0">ok</action-widget>
213 <action-widget response="0">cancel</action-widget>
214 <action-widget response="0">help</action-widget>
215 </action-widgets>
216 </object>
217 </interface>