Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / asciifilterdialog.ui
blob7259573adba5ef4f5c5820fca8a138063b210cbf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="AsciiFilterDialog">
6 <property name="can-focus">False</property>
7 <property name="border-width">6</property>
8 <property name="title" translatable="yes" context="asciifilterdialog|AsciiFilterDialog">ASCII Filter Options</property>
9 <property name="modal">True</property>
10 <property name="default-width">0</property>
11 <property name="default-height">0</property>
12 <property name="type-hint">dialog</property>
13 <child internal-child="vbox">
14 <object class="GtkBox" id="dialog-vbox1">
15 <property name="can-focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child internal-child="action_area">
19 <object class="GtkButtonBox" id="dialog-action_area1">
20 <property name="can-focus">False</property>
21 <property name="layout-style">end</property>
22 <child>
23 <object class="GtkButton" id="ok">
24 <property name="label" translatable="yes" context="stock">_OK</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-underline">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" translatable="yes" context="stock">_Cancel</property>
41 <property name="visible">True</property>
42 <property name="can-focus">True</property>
43 <property name="receives-default">True</property>
44 <property name="use-underline">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">1</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="help">
54 <property name="label" translatable="yes" context="stock">_Help</property>
55 <property name="visible">True</property>
56 <property name="can-focus">True</property>
57 <property name="receives-default">True</property>
58 <property name="use-underline">True</property>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="position">2</property>
64 <property name="secondary">True</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack-type">end</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkFrame" id="frame1">
77 <property name="visible">True</property>
78 <property name="can-focus">False</property>
79 <property name="hexpand">True</property>
80 <property name="vexpand">True</property>
81 <property name="label-xalign">0</property>
82 <property name="shadow-type">none</property>
83 <child>
84 <!-- n-columns=2 n-rows=5 -->
85 <object class="GtkGrid" id="grid1">
86 <property name="visible">True</property>
87 <property name="can-focus">False</property>
88 <property name="valign">start</property>
89 <property name="margin-start">12</property>
90 <property name="margin-top">6</property>
91 <property name="row-spacing">6</property>
92 <property name="column-spacing">12</property>
93 <child>
94 <object class="GtkLabel" id="label2">
95 <property name="visible">True</property>
96 <property name="can-focus">False</property>
97 <property name="halign">end</property>
98 <property name="label" translatable="yes" context="asciifilterdialog|label2">_Character set:</property>
99 <property name="use-underline">True</property>
100 <property name="mnemonic-widget">charset</property>
101 </object>
102 <packing>
103 <property name="left-attach">0</property>
104 <property name="top-attach">0</property>
105 </packing>
106 </child>
107 <child>
108 <object class="GtkLabel" id="fontft">
109 <property name="visible">True</property>
110 <property name="can-focus">False</property>
111 <property name="halign">end</property>
112 <property name="label" translatable="yes" context="asciifilterdialog|fontft">Default fonts:</property>
113 <property name="use-underline">True</property>
114 <property name="mnemonic-widget">font</property>
115 </object>
116 <packing>
117 <property name="left-attach">0</property>
118 <property name="top-attach">1</property>
119 </packing>
120 </child>
121 <child>
122 <object class="GtkLabel" id="languageft">
123 <property name="visible">True</property>
124 <property name="can-focus">False</property>
125 <property name="halign">end</property>
126 <property name="label" translatable="yes" context="asciifilterdialog|languageft">Lan_guage:</property>
127 <property name="use-underline">True</property>
128 <property name="mnemonic-widget">language</property>
129 </object>
130 <packing>
131 <property name="left-attach">0</property>
132 <property name="top-attach">2</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkLabel" id="label5">
137 <property name="visible">True</property>
138 <property name="can-focus">False</property>
139 <property name="halign">end</property>
140 <property name="label" translatable="yes" context="asciifilterdialog|label5">_Paragraph break:</property>
141 <property name="use-underline">True</property>
142 </object>
143 <packing>
144 <property name="left-attach">0</property>
145 <property name="top-attach">3</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkComboBoxText" id="charset">
150 <property name="visible">True</property>
151 <property name="can-focus">False</property>
152 <property name="hexpand">True</property>
153 <child internal-child="accessible">
154 <object class="AtkObject" id="charset-atkobject">
155 <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|charset">Specifies the character set of the file for export or import.</property>
156 </object>
157 </child>
158 </object>
159 <packing>
160 <property name="left-attach">1</property>
161 <property name="top-attach">0</property>
162 </packing>
163 </child>
164 <child>
165 <object class="GtkComboBoxText" id="font">
166 <property name="visible">True</property>
167 <property name="can-focus">False</property>
168 <property name="hexpand">True</property>
169 <child internal-child="accessible">
170 <object class="AtkObject" id="font-atkobject">
171 <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|font">By setting a default font, you specify that the text should be displayed in a specific font. The default fonts can only be selected when importing.</property>
172 </object>
173 </child>
174 </object>
175 <packing>
176 <property name="left-attach">1</property>
177 <property name="top-attach">1</property>
178 </packing>
179 </child>
180 <child>
181 <object class="GtkBox" id="box1">
182 <property name="visible">True</property>
183 <property name="can-focus">False</property>
184 <property name="hexpand">True</property>
185 <property name="spacing">12</property>
186 <child>
187 <object class="GtkRadioButton" id="crlf">
188 <property name="label" translatable="yes" context="asciifilterdialog|crlf">_CR &amp; LF</property>
189 <property name="visible">True</property>
190 <property name="can-focus">True</property>
191 <property name="receives-default">False</property>
192 <property name="use-underline">True</property>
193 <property name="active">True</property>
194 <property name="draw-indicator">True</property>
195 <child internal-child="accessible">
196 <object class="AtkObject" id="crlf-atkobject">
197 <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|crlf">Produces a "Carriage Return" and a "Linefeed". This option is the default.</property>
198 </object>
199 </child>
200 </object>
201 <packing>
202 <property name="expand">False</property>
203 <property name="fill">True</property>
204 <property name="position">0</property>
205 </packing>
206 </child>
207 <child>
208 <object class="GtkRadioButton" id="cr">
209 <property name="label" translatable="yes" context="asciifilterdialog|cr">C_R</property>
210 <property name="visible">True</property>
211 <property name="can-focus">True</property>
212 <property name="receives-default">False</property>
213 <property name="halign">center</property>
214 <property name="use-underline">True</property>
215 <property name="draw-indicator">True</property>
216 <property name="group">crlf</property>
217 <child internal-child="accessible">
218 <object class="AtkObject" id="cr-atkobject">
219 <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|cr">Produces a "Carriage Return" as the paragraph break.</property>
220 </object>
221 </child>
222 </object>
223 <packing>
224 <property name="expand">False</property>
225 <property name="fill">True</property>
226 <property name="position">1</property>
227 </packing>
228 </child>
229 <child>
230 <object class="GtkRadioButton" id="lf">
231 <property name="label" translatable="yes" context="asciifilterdialog|lf">_LF</property>
232 <property name="visible">True</property>
233 <property name="can-focus">True</property>
234 <property name="receives-default">False</property>
235 <property name="halign">end</property>
236 <property name="use-underline">True</property>
237 <property name="draw-indicator">True</property>
238 <property name="group">crlf</property>
239 <child internal-child="accessible">
240 <object class="AtkObject" id="lf-atkobject">
241 <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|lf">Produces a "Linefeed" as the paragraph break.</property>
242 </object>
243 </child>
244 </object>
245 <packing>
246 <property name="expand">False</property>
247 <property name="fill">True</property>
248 <property name="position">2</property>
249 </packing>
250 </child>
251 </object>
252 <packing>
253 <property name="left-attach">1</property>
254 <property name="top-attach">3</property>
255 </packing>
256 </child>
257 <child>
258 <object class="GtkComboBoxText" id="language">
259 <property name="visible">True</property>
260 <property name="can-focus">False</property>
261 <property name="hexpand">True</property>
262 <property name="has-entry">True</property>
263 <child internal-child="entry">
264 <object class="GtkEntry">
265 <property name="can-focus">True</property>
266 <property name="activates-default">True</property>
267 <property name="truncate-multiline">True</property>
268 </object>
269 </child>
270 <child internal-child="accessible">
271 <object class="AtkObject" id="language-atkobject">
272 <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|language">Specifies the language of the text, if this has not already been defined. This setting is only available when importing.</property>
273 </object>
274 </child>
275 </object>
276 <packing>
277 <property name="left-attach">1</property>
278 <property name="top-attach">2</property>
279 </packing>
280 </child>
281 <child>
282 <object class="GtkCheckButton" id="includebom">
283 <property name="label" translatable="yes" context="asciifilterdialog|includebom">Include byte-order mark</property>
284 <property name="visible">True</property>
285 <property name="can-focus">True</property>
286 <property name="receives-default">False</property>
287 <property name="halign">start</property>
288 <property name="draw-indicator">True</property>
289 <child internal-child="accessible">
290 <object class="AtkObject" id="includebom-atkobject">
291 <property name="AtkObject::accessible-description" translatable="yes" context="asciifilterdialog|extended_tip|includebom">For Unicode character set only, a byte order mark (BOM) is a sequence of bytes used to indicate Unicode encoding of a text file.</property>
292 </object>
293 </child>
294 </object>
295 <packing>
296 <property name="left-attach">1</property>
297 <property name="top-attach">4</property>
298 </packing>
299 </child>
300 <child>
301 <placeholder/>
302 </child>
303 </object>
304 </child>
305 <child type="label">
306 <object class="GtkLabel" id="label1">
307 <property name="visible">True</property>
308 <property name="can-focus">False</property>
309 <property name="label" translatable="yes" context="asciifilterdialog|label1">Properties</property>
310 <attributes>
311 <attribute name="weight" value="bold"/>
312 </attributes>
313 </object>
314 </child>
315 </object>
316 <packing>
317 <property name="expand">False</property>
318 <property name="fill">True</property>
319 <property name="position">1</property>
320 </packing>
321 </child>
322 </object>
323 </child>
324 <action-widgets>
325 <action-widget response="-5">ok</action-widget>
326 <action-widget response="-6">cancel</action-widget>
327 <action-widget response="-11">help</action-widget>
328 </action-widgets>
329 </object>
330 </interface>