Update git submodules
[LibreOffice.git] / svx / uiconfig / ui / chinesedictionary.ui
blob465ea0862d4175487270a136a0c845b518c5ec6b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="svx">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore2">
6 <columns>
7 <!-- column-name text -->
8 <column type="gchararray"/>
9 <!-- column-name text2 -->
10 <column type="gchararray"/>
11 <!-- column-name text3 -->
12 <column type="gchararray"/>
13 <!-- column-name id -->
14 <column type="gchararray"/>
15 </columns>
16 </object>
17 <object class="GtkTreeStore" id="liststore3">
18 <columns>
19 <!-- column-name text -->
20 <column type="gchararray"/>
21 <!-- column-name text2 -->
22 <column type="gchararray"/>
23 <!-- column-name text3 -->
24 <column type="gchararray"/>
25 <!-- column-name id -->
26 <column type="gchararray"/>
27 </columns>
28 </object>
29 <object class="GtkDialog" id="ChineseDictionaryDialog">
30 <property name="can_focus">False</property>
31 <property name="border_width">6</property>
32 <property name="title" translatable="yes" context="chinesedictionary|ChineseDictionaryDialog">Edit Dictionary</property>
33 <property name="modal">True</property>
34 <property name="default_width">0</property>
35 <property name="default_height">0</property>
36 <property name="type_hint">dialog</property>
37 <child internal-child="vbox">
38 <object class="GtkBox" id="dialog-vbox1">
39 <property name="can_focus">False</property>
40 <property name="orientation">vertical</property>
41 <property name="spacing">12</property>
42 <child internal-child="action_area">
43 <object class="GtkButtonBox" id="dialog-action_area1">
44 <property name="can_focus">False</property>
45 <property name="layout_style">end</property>
46 <child>
47 <object class="GtkButton" id="ok">
48 <property name="label" translatable="yes" context="stock">_OK</property>
49 <property name="visible">True</property>
50 <property name="can_focus">True</property>
51 <property name="can_default">True</property>
52 <property name="has_default">True</property>
53 <property name="receives_default">True</property>
54 <property name="use-underline">True</property>
55 </object>
56 <packing>
57 <property name="expand">False</property>
58 <property name="fill">True</property>
59 <property name="position">0</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkButton" id="cancel">
64 <property name="label" translatable="yes" context="stock">_Cancel</property>
65 <property name="visible">True</property>
66 <property name="can_focus">True</property>
67 <property name="receives_default">True</property>
68 <property name="use-underline">True</property>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="position">1</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkButton" id="help">
78 <property name="label" translatable="yes" context="stock">_Help</property>
79 <property name="visible">True</property>
80 <property name="can_focus">True</property>
81 <property name="receives_default">True</property>
82 <property name="use-underline">True</property>
83 </object>
84 <packing>
85 <property name="expand">False</property>
86 <property name="fill">True</property>
87 <property name="position">2</property>
88 <property name="secondary">True</property>
89 </packing>
90 </child>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">True</property>
95 <property name="pack_type">end</property>
96 <property name="position">0</property>
97 </packing>
98 </child>
99 <child>
100 <!-- n-columns=1 n-rows=1 -->
101 <object class="GtkGrid" id="grid1">
102 <property name="visible">True</property>
103 <property name="can_focus">False</property>
104 <property name="hexpand">True</property>
105 <property name="vexpand">True</property>
106 <property name="row_spacing">12</property>
107 <child>
108 <!-- n-columns=1 n-rows=1 -->
109 <object class="GtkGrid" id="grid2">
110 <property name="visible">True</property>
111 <property name="can_focus">False</property>
112 <property name="row_spacing">6</property>
113 <child>
114 <object class="GtkRadioButton" id="tradtosimple">
115 <property name="label" translatable="yes" context="chinesedictionary|tradtosimple">_Traditional Chinese to simplified Chinese</property>
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="receives_default">False</property>
119 <property name="use_underline">True</property>
120 <property name="active">True</property>
121 <property name="draw_indicator">True</property>
122 <child internal-child="accessible">
123 <object class="AtkObject" id="tradtosimple-atkobject">
124 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|tradtosimple">Converts traditional Chinese to simplified Chinese.</property>
125 </object>
126 </child>
127 </object>
128 <packing>
129 <property name="left_attach">0</property>
130 <property name="top_attach">0</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkRadioButton" id="simpletotrad">
135 <property name="label" translatable="yes" context="chinesedictionary|simpletotrad">_Simplified Chinese to traditional Chinese</property>
136 <property name="visible">True</property>
137 <property name="can_focus">True</property>
138 <property name="receives_default">False</property>
139 <property name="use_underline">True</property>
140 <property name="draw_indicator">True</property>
141 <property name="group">tradtosimple</property>
142 <child internal-child="accessible">
143 <object class="AtkObject" id="simpletotrad-atkobject">
144 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|simpletotrad">Converts simplified Chinese to traditional Chinese.</property>
145 </object>
146 </child>
147 </object>
148 <packing>
149 <property name="left_attach">0</property>
150 <property name="top_attach">1</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkCheckButton" id="reverse">
155 <property name="label" translatable="yes" context="chinesedictionary|reverse">Reverse mapping</property>
156 <property name="visible">True</property>
157 <property name="can_focus">True</property>
158 <property name="receives_default">False</property>
159 <property name="use_underline">True</property>
160 <property name="draw_indicator">True</property>
161 <child internal-child="accessible">
162 <object class="AtkObject" id="reverse-atkobject">
163 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|reverse">Automatically adds the reverse mapping direction to the list for each modification that you enter.</property>
164 </object>
165 </child>
166 </object>
167 <packing>
168 <property name="left_attach">0</property>
169 <property name="top_attach">2</property>
170 </packing>
171 </child>
172 </object>
173 <packing>
174 <property name="left_attach">0</property>
175 <property name="top_attach">0</property>
176 </packing>
177 </child>
178 <child>
179 <!-- n-columns=1 n-rows=1 -->
180 <object class="GtkGrid" id="grid5">
181 <property name="visible">True</property>
182 <property name="can_focus">False</property>
183 <property name="hexpand">True</property>
184 <property name="vexpand">True</property>
185 <property name="row_spacing">6</property>
186 <property name="column_spacing">12</property>
187 <child>
188 <object class="GtkLabel" id="termft">
189 <property name="visible">True</property>
190 <property name="can_focus">False</property>
191 <property name="label" translatable="yes" context="chinesedictionary|termft">Term</property>
192 <property name="use_underline">True</property>
193 <property name="mnemonic_widget">term</property>
194 <property name="xalign">0</property>
195 </object>
196 <packing>
197 <property name="left_attach">0</property>
198 <property name="top_attach">0</property>
199 </packing>
200 </child>
201 <child>
202 <object class="GtkLabel" id="mappingft">
203 <property name="visible">True</property>
204 <property name="can_focus">False</property>
205 <property name="label" translatable="yes" context="chinesedictionary|mappingft">Mapping</property>
206 <property name="use_underline">True</property>
207 <property name="mnemonic_widget">mapping</property>
208 <property name="xalign">0</property>
209 </object>
210 <packing>
211 <property name="left_attach">1</property>
212 <property name="top_attach">0</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkButtonBox" id="buttonbox1">
217 <property name="visible">True</property>
218 <property name="can_focus">False</property>
219 <property name="orientation">vertical</property>
220 <property name="spacing">6</property>
221 <property name="layout_style">start</property>
222 <child>
223 <object class="GtkButton" id="add">
224 <property name="label" translatable="yes" context="stock">_Add</property>
225 <property name="visible">True</property>
226 <property name="can_focus">True</property>
227 <property name="receives_default">True</property>
228 <property name="use-underline">True</property>
229 <child internal-child="accessible">
230 <object class="AtkObject" id="add-atkobject">
231 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|add">Adds the term to the conversion dictionary. If the term is already in the dictionary, the new term receives precedence.</property>
232 </object>
233 </child>
234 </object>
235 <packing>
236 <property name="expand">False</property>
237 <property name="fill">True</property>
238 <property name="position">0</property>
239 </packing>
240 </child>
241 <child>
242 <object class="GtkButton" id="modify">
243 <property name="label" translatable="yes" context="chinesedictionary|modify">_Modify</property>
244 <property name="visible">True</property>
245 <property name="can_focus">True</property>
246 <property name="receives_default">True</property>
247 <property name="use_underline">True</property>
248 <child internal-child="accessible">
249 <object class="AtkObject" id="modify-atkobject">
250 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|modify">Saves the modified entry to the database file.</property>
251 </object>
252 </child>
253 </object>
254 <packing>
255 <property name="expand">False</property>
256 <property name="fill">True</property>
257 <property name="position">1</property>
258 </packing>
259 </child>
260 <child>
261 <object class="GtkButton" id="delete">
262 <property name="label" translatable="yes" context="stock">_Delete</property>
263 <property name="visible">True</property>
264 <property name="can_focus">True</property>
265 <property name="receives_default">True</property>
266 <property name="use-underline">True</property>
267 <child internal-child="accessible">
268 <object class="AtkObject" id="delete-atkobject">
269 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|delete">Removes the selected user-defined entry from the dictionary.</property>
270 </object>
271 </child>
272 </object>
273 <packing>
274 <property name="expand">False</property>
275 <property name="fill">True</property>
276 <property name="position">2</property>
277 </packing>
278 </child>
279 </object>
280 <packing>
281 <property name="left_attach">3</property>
282 <property name="top_attach">1</property>
283 <property name="height">2</property>
284 </packing>
285 </child>
286 <child>
287 <object class="GtkLabel" id="propertyft">
288 <property name="visible">True</property>
289 <property name="can_focus">False</property>
290 <property name="label" translatable="yes" context="chinesedictionary|propertyft">Property</property>
291 <property name="use_underline">True</property>
292 <property name="mnemonic_widget">property</property>
293 <property name="xalign">0</property>
294 </object>
295 <packing>
296 <property name="left_attach">2</property>
297 <property name="top_attach">0</property>
298 </packing>
299 </child>
300 <child>
301 <object class="GtkComboBoxText" id="property">
302 <property name="visible">True</property>
303 <property name="can_focus">False</property>
304 <items>
305 <item translatable="yes" context="chinesedictionary|property">Other</item>
306 <item translatable="yes" context="chinesedictionary|property">Foreign</item>
307 <item translatable="yes" context="chinesedictionary|property">First name</item>
308 <item translatable="yes" context="chinesedictionary|property">Last name</item>
309 <item translatable="yes" context="chinesedictionary|property">Title</item>
310 <item translatable="yes" context="chinesedictionary|property">Status</item>
311 <item translatable="yes" context="chinesedictionary|property">Place name</item>
312 <item translatable="yes" context="chinesedictionary|property">Business</item>
313 <item translatable="yes" context="chinesedictionary|property">Adjective</item>
314 <item translatable="yes" context="chinesedictionary|property">Idiom</item>
315 <item translatable="yes" context="chinesedictionary|property">Abbreviation</item>
316 <item translatable="yes" context="chinesedictionary|property">Numerical</item>
317 <item translatable="yes" context="chinesedictionary|property">Noun</item>
318 <item translatable="yes" context="chinesedictionary|property">Verb</item>
319 <item translatable="yes" context="chinesedictionary|property">Brand name</item>
320 </items>
321 <child internal-child="accessible">
322 <object class="AtkObject" id="property-atkobject">
323 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|property">Defines the class of the selected term.</property>
324 </object>
325 </child>
326 </object>
327 <packing>
328 <property name="left_attach">2</property>
329 <property name="top_attach">1</property>
330 </packing>
331 </child>
332 <child>
333 <object class="GtkEntry" id="mapping">
334 <property name="visible">True</property>
335 <property name="can_focus">True</property>
336 <property name="hexpand">True</property>
337 <property name="activates_default">True</property>
338 <property name="truncate-multiline">True</property>
339 <child internal-child="accessible">
340 <object class="AtkObject" id="mapping-atkobject">
341 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|mapping">Enter the text that you want to replace the Term with.</property>
342 </object>
343 </child>
344 </object>
345 <packing>
346 <property name="left_attach">1</property>
347 <property name="top_attach">1</property>
348 </packing>
349 </child>
350 <child>
351 <object class="GtkEntry" id="term">
352 <property name="visible">True</property>
353 <property name="can_focus">True</property>
354 <property name="hexpand">True</property>
355 <property name="activates_default">True</property>
356 <property name="truncate-multiline">True</property>
357 <child internal-child="accessible">
358 <object class="AtkObject" id="term-atkobject">
359 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|term">Enter the text that you want to replace with the Mapping term.</property>
360 </object>
361 </child>
362 </object>
363 <packing>
364 <property name="left_attach">0</property>
365 <property name="top_attach">1</property>
366 </packing>
367 </child>
368 <child>
369 <object class="GtkBox">
370 <property name="visible">True</property>
371 <property name="can_focus">False</property>
372 <property name="orientation">vertical</property>
373 <child>
374 <object class="GtkScrolledWindow">
375 <property name="visible">True</property>
376 <property name="can_focus">True</property>
377 <property name="hexpand">True</property>
378 <property name="vexpand">True</property>
379 <property name="shadow_type">in</property>
380 <child>
381 <object class="GtkTreeView" id="tradtosimpleview">
382 <property name="visible">True</property>
383 <property name="can_focus">True</property>
384 <property name="receives_default">True</property>
385 <property name="hexpand">True</property>
386 <property name="vexpand">True</property>
387 <property name="model">liststore3</property>
388 <property name="search_column">0</property>
389 <property name="show_expanders">False</property>
390 <child internal-child="selection">
391 <object class="GtkTreeSelection"/>
392 </child>
393 <child>
394 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
395 <property name="resizable">True</property>
396 <property name="spacing">6</property>
397 <property name="title" translatable="yes" context="chinesedictionary|termft">Term</property>
398 <property name="clickable">True</property>
399 <property name="sort_indicator">True</property>
400 <child>
401 <object class="GtkCellRendererText" id="cellrenderer1"/>
402 <attributes>
403 <attribute name="text">0</attribute>
404 </attributes>
405 </child>
406 </object>
407 </child>
408 <child>
409 <object class="GtkTreeViewColumn" id="treeviewcolumn4">
410 <property name="resizable">True</property>
411 <property name="spacing">6</property>
412 <property name="title" translatable="yes" context="chinesedictionary|mappingft">Mapping</property>
413 <property name="clickable">True</property>
414 <child>
415 <object class="GtkCellRendererText" id="cellrenderer2"/>
416 <attributes>
417 <attribute name="text">1</attribute>
418 </attributes>
419 </child>
420 </object>
421 </child>
422 <child>
423 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
424 <property name="resizable">True</property>
425 <property name="spacing">6</property>
426 <property name="title" translatable="yes" context="chinesedictionary|propertyft">Property</property>
427 <property name="clickable">True</property>
428 <child>
429 <object class="GtkCellRendererText" id="cellrenderer3"/>
430 <attributes>
431 <attribute name="text">2</attribute>
432 </attributes>
433 </child>
434 </object>
435 </child>
436 </object>
437 </child>
438 </object>
439 <packing>
440 <property name="expand">False</property>
441 <property name="fill">True</property>
442 <property name="position">0</property>
443 </packing>
444 </child>
445 <child>
446 <object class="GtkScrolledWindow">
447 <property name="can_focus">True</property>
448 <property name="no_show_all">True</property>
449 <property name="hexpand">True</property>
450 <property name="vexpand">True</property>
451 <property name="shadow_type">in</property>
452 <child>
453 <object class="GtkTreeView" id="simpletotradview">
454 <property name="can_focus">True</property>
455 <property name="receives_default">True</property>
456 <property name="no_show_all">True</property>
457 <property name="hexpand">True</property>
458 <property name="vexpand">True</property>
459 <property name="model">liststore2</property>
460 <property name="search_column">0</property>
461 <property name="show_expanders">False</property>
462 <child internal-child="selection">
463 <object class="GtkTreeSelection"/>
464 </child>
465 <child>
466 <object class="GtkTreeViewColumn" id="treeviewcolumn33">
467 <property name="resizable">True</property>
468 <property name="spacing">6</property>
469 <property name="title" translatable="yes" context="chinesedictionary|termft">Term</property>
470 <property name="reorderable">True</property>
471 <property name="sort_indicator">True</property>
472 <child>
473 <object class="GtkCellRendererText" id="cellrenderer11"/>
474 <attributes>
475 <attribute name="text">0</attribute>
476 </attributes>
477 </child>
478 </object>
479 </child>
480 <child>
481 <object class="GtkTreeViewColumn" id="treeviewcolumn44">
482 <property name="resizable">True</property>
483 <property name="spacing">6</property>
484 <property name="title" translatable="yes" context="chinesedictionary|mappingft">Mapping</property>
485 <property name="clickable">True</property>
486 <child>
487 <object class="GtkCellRendererText" id="cellrenderer22"/>
488 <attributes>
489 <attribute name="text">1</attribute>
490 </attributes>
491 </child>
492 </object>
493 </child>
494 <child>
495 <object class="GtkTreeViewColumn" id="treeviewcolumn55">
496 <property name="resizable">True</property>
497 <property name="spacing">6</property>
498 <property name="title" translatable="yes" context="chinesedictionary|propertyft">Property</property>
499 <property name="clickable">True</property>
500 <child>
501 <object class="GtkCellRendererText" id="cellrenderer33"/>
502 <attributes>
503 <attribute name="text">2</attribute>
504 </attributes>
505 </child>
506 </object>
507 </child>
508 </object>
509 </child>
510 </object>
511 <packing>
512 <property name="expand">False</property>
513 <property name="fill">True</property>
514 <property name="position">1</property>
515 </packing>
516 </child>
517 </object>
518 <packing>
519 <property name="left_attach">0</property>
520 <property name="top_attach">2</property>
521 <property name="width">3</property>
522 </packing>
523 </child>
524 <child>
525 <placeholder/>
526 </child>
527 </object>
528 <packing>
529 <property name="left_attach">0</property>
530 <property name="top_attach">1</property>
531 </packing>
532 </child>
533 </object>
534 <packing>
535 <property name="expand">False</property>
536 <property name="fill">True</property>
537 <property name="position">1</property>
538 </packing>
539 </child>
540 </object>
541 </child>
542 <action-widgets>
543 <action-widget response="-5">ok</action-widget>
544 <action-widget response="-6">cancel</action-widget>
545 <action-widget response="-11">help</action-widget>
546 </action-widgets>
547 <child type="titlebar">
548 <placeholder/>
549 </child>
550 <child internal-child="accessible">
551 <object class="AtkObject" id="ChineseDictionaryDialog-atkobject">
552 <property name="AtkObject::accessible-description" translatable="yes" context="chinesedictionary|extended_tip|ChineseDictionaryDialog">Edit the Chinese conversion terms.</property>
553 </object>
554 </child>
555 </object>
556 <object class="GtkSizeGroup" id="sizegroup1">
557 <property name="mode">both</property>
558 <widgets>
559 <widget name="tradtosimpleview"/>
560 <widget name="simpletotradview"/>
561 </widgets>
562 </object>
563 <object class="GtkSizeGroup" id="sizegroup2">
564 <widgets>
565 <widget name="termft"/>
566 <widget name="term"/>
567 </widgets>
568 </object>
569 <object class="GtkSizeGroup" id="sizegroup3">
570 <widgets>
571 <widget name="mappingft"/>
572 <widget name="mapping"/>
573 </widgets>
574 </object>
575 <object class="GtkSizeGroup" id="sizegroup4">
576 <widgets>
577 <widget name="propertyft"/>
578 <widget name="property"/>
579 </widgets>
580 </object>
581 </interface>