Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / uiconfig / swriter / ui / optcomparison.ui
blob62d228c252e3126749ad907f619e393315e945f3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sw">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="lower">1</property>
7 <property name="upper">99</property>
8 <property name="value">1</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkBox" id="OptComparison">
13 <property name="visible">True</property>
14 <property name="can_focus">False</property>
15 <property name="border_width">6</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child>
19 <object class="GtkFrame" id="frame1">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="label_xalign">0</property>
23 <property name="shadow_type">none</property>
24 <child>
25 <!-- n-columns=1 n-rows=1 -->
26 <object class="GtkGrid" id="grid1">
27 <property name="visible">True</property>
28 <property name="can_focus">False</property>
29 <property name="row_spacing">6</property>
30 <property name="margin-start">12</property>
31 <property name="margin-top">6</property>
32 <child>
33 <object class="GtkRadioButton" id="auto">
34 <property name="label" translatable="yes" context="optcomparison|auto">A_uto</property>
35 <property name="visible">True</property>
36 <property name="can_focus">True</property>
37 <property name="receives_default">False</property>
38 <property name="use_underline">True</property>
39 <property name="active">True</property>
40 <property name="draw_indicator">True</property>
41 </object>
42 <packing>
43 <property name="left_attach">0</property>
44 <property name="top_attach">0</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkRadioButton" id="byword">
49 <property name="label" translatable="yes" context="optcomparison|byword">By w_ord</property>
50 <property name="visible">True</property>
51 <property name="can_focus">True</property>
52 <property name="receives_default">False</property>
53 <property name="use_underline">True</property>
54 <property name="draw_indicator">True</property>
55 <property name="group">auto</property>
56 </object>
57 <packing>
58 <property name="left_attach">0</property>
59 <property name="top_attach">1</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkRadioButton" id="bycharacter">
64 <property name="label" translatable="yes" context="optcomparison|bycharacter">By _character</property>
65 <property name="visible">True</property>
66 <property name="can_focus">True</property>
67 <property name="receives_default">False</property>
68 <property name="use_underline">True</property>
69 <property name="draw_indicator">True</property>
70 <property name="group">auto</property>
71 </object>
72 <packing>
73 <property name="left_attach">0</property>
74 <property name="top_attach">2</property>
75 </packing>
76 </child>
77 </object>
78 </child>
79 <child type="label">
80 <object class="GtkLabel" id="label1">
81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
83 <property name="label" translatable="yes" context="optcomparison|label1">Compare Documents</property>
84 <attributes>
85 <attribute name="weight" value="bold"/>
86 </attributes>
87 </object>
88 </child>
89 </object>
90 <packing>
91 <property name="expand">False</property>
92 <property name="fill">True</property>
93 <property name="position">0</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkFrame" id="frame2">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="label_xalign">0</property>
101 <property name="shadow_type">none</property>
102 <child>
103 <!-- n-columns=1 n-rows=1 -->
104 <object class="GtkGrid" id="grid2">
105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
107 <property name="row_spacing">6</property>
108 <property name="column_spacing">12</property>
109 <property name="margin-start">12</property>
110 <property name="margin-top">6</property>
111 <child>
112 <object class="GtkCheckButton" id="ignore">
113 <property name="label" translatable="yes" context="optcomparison|ignore">Ignore _pieces of length:</property>
114 <property name="visible">True</property>
115 <property name="can_focus">True</property>
116 <property name="receives_default">False</property>
117 <property name="use_underline">True</property>
118 <property name="draw_indicator">True</property>
119 </object>
120 <packing>
121 <property name="left_attach">0</property>
122 <property name="top_attach">1</property>
123 </packing>
124 </child>
125 <child>
126 <object class="GtkCheckButton" id="useRSID">
127 <property name="label" translatable="yes" context="optcomparison|useRSID">Take it into account when comparing</property>
128 <property name="visible">True</property>
129 <property name="can_focus">True</property>
130 <property name="receives_default">False</property>
131 <property name="use_underline">True</property>
132 <property name="draw_indicator">True</property>
133 </object>
134 <packing>
135 <property name="left_attach">0</property>
136 <property name="top_attach">0</property>
137 </packing>
138 </child>
139 <child>
140 <object class="GtkSpinButton" id="ignorelen">
141 <property name="visible">True</property>
142 <property name="can_focus">True</property>
143 <property name="activates_default">True</property>
144 <property name="truncate-multiline">True</property>
145 <property name="adjustment">adjustment1</property>
146 </object>
147 <packing>
148 <property name="left_attach">1</property>
149 <property name="top_attach">1</property>
150 </packing>
151 </child>
152 <child>
153 <object class="GtkCheckButton" id="storeRSID">
154 <property name="label" translatable="yes" context="optcomparison|storeRSID">Store it when changing the document</property>
155 <property name="visible">True</property>
156 <property name="can_focus">True</property>
157 <property name="receives_default">False</property>
158 <property name="use_underline">True</property>
159 <property name="draw_indicator">True</property>
160 </object>
161 <packing>
162 <property name="left_attach">0</property>
163 <property name="top_attach">2</property>
164 </packing>
165 </child>
166 <child>
167 <placeholder/>
168 </child>
169 <child>
170 <placeholder/>
171 </child>
172 </object>
173 </child>
174 <child type="label">
175 <object class="GtkLabel" id="setting">
176 <property name="visible">True</property>
177 <property name="can_focus">False</property>
178 <property name="label" translatable="yes" context="optcomparison|setting">Random number to improve accuracy of document comparison</property>
179 <attributes>
180 <attribute name="weight" value="bold"/>
181 </attributes>
182 </object>
183 </child>
184 </object>
185 <packing>
186 <property name="expand">False</property>
187 <property name="fill">True</property>
188 <property name="position">1</property>
189 </packing>
190 </child>
191 </object>
192 </interface>