Updated Makefile.am for Latvian language help translation.
[gcalctool.git] / data / preferences.ui
blobc804392bd0da0f92ecbfa331f8f73d53b413cb0f
1 <?xml version="1.0"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkListStore" id="angle_unit_model">
6 <columns>
7 <!-- column-name label -->
8 <column type="gchararray"/>
9 <!-- column-name units -->
10 <column type="gint"/>
11 </columns>
12 </object>
13 <object class="GtkListStore" id="number_format_model">
14 <columns>
15 <!-- column-name label -->
16 <column type="gchararray"/>
17 <!-- column-name format -->
18 <column type="gint"/>
19 </columns>
20 </object>
21 <object class="GtkListStore" id="word_size_model">
22 <columns>
23 <!-- column-name label -->
24 <column type="gchararray"/>
25 <!-- column-name size -->
26 <column type="gint"/>
27 </columns>
28 <data>
29 <row>
30 <col id="0" translatable="yes" comments="Word size combo: 8 bits">8-bit</col>
31 <col id="1">8</col>
32 </row>
33 <row>
34 <col id="0" translatable="yes" comments="Word size combo: 16 bits">16-bit</col>
35 <col id="1">16</col>
36 </row>
37 <row>
38 <col id="0" translatable="yes" comments="Word size combo: 32 bits">32-bit</col>
39 <col id="1">32</col>
40 </row>
41 <row>
42 <col id="0" translatable="yes" comments="Word size combo: 64 bits">64-bit</col>
43 <col id="1">64</col>
44 </row>
45 </data>
46 </object>
47 <object class="GtkDialog" id="preferences_dialog">
48 <property name="border_width">8</property>
49 <property name="title" translatable="yes">Preferences</property>
50 <property name="type_hint">normal</property>
51 <signal name="response" handler="preferences_response_cb"/>
52 <signal name="delete_event" handler="preferences_dialog_delete_cb"/>
53 <child internal-child="vbox">
54 <object class="GtkVBox" id="dialog-vbox4">
55 <property name="visible">True</property>
56 <property name="spacing">5</property>
57 <child>
58 <object class="GtkTable" id="preferences_table">
59 <property name="visible">True</property>
60 <property name="border_width">5</property>
61 <property name="n_rows">4</property>
62 <property name="n_columns">2</property>
63 <property name="column_spacing">6</property>
64 <property name="row_spacing">12</property>
65 <child>
66 <object class="GtkLabel" id="label8">
67 <property name="visible">True</property>
68 <property name="xalign">0</property>
69 <property name="label" translatable="yes" comments="Preferences dialog: Label for angle unit combo box">_Angle units:</property>
70 <property name="use_underline">True</property>
71 <property name="mnemonic_widget">angle_unit_combobox</property>
72 </object>
73 <packing>
74 <property name="top_attach">2</property>
75 <property name="bottom_attach">3</property>
76 <property name="x_options">GTK_FILL</property>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkLabel" id="label9">
81 <property name="visible">True</property>
82 <property name="xalign">0</property>
83 <property name="label" translatable="yes" comments="Preferences dialog: Label for display format combo box">Number _Format:</property>
84 <property name="use_underline">True</property>
85 <property name="mnemonic_widget">number_format_combobox</property>
86 </object>
87 <packing>
88 <property name="x_options">GTK_FILL</property>
89 </packing>
90 </child>
91 <child>
92 <object class="GtkComboBox" id="angle_unit_combobox">
93 <property name="visible">True</property>
94 <property name="model">angle_unit_model</property>
95 <signal name="changed" handler="angle_unit_combobox_changed_cb"/>
96 </object>
97 <packing>
98 <property name="left_attach">1</property>
99 <property name="right_attach">2</property>
100 <property name="top_attach">2</property>
101 <property name="bottom_attach">3</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkComboBox" id="number_format_combobox">
106 <property name="visible">True</property>
107 <property name="model">number_format_model</property>
108 <signal name="changed" handler="number_format_combobox_changed_cb"/>
109 </object>
110 <packing>
111 <property name="left_attach">1</property>
112 <property name="right_attach">2</property>
113 </packing>
114 </child>
115 <child>
116 <object class="GtkLabel" id="label11">
117 <property name="visible">True</property>
118 <property name="xalign">0</property>
119 <property name="label" translatable="yes" comments="Preferences dialog: label for word size combo box">Word _size:</property>
120 <property name="use_underline">True</property>
121 <property name="mnemonic_widget">word_size_combobox</property>
122 </object>
123 <packing>
124 <property name="top_attach">3</property>
125 <property name="bottom_attach">4</property>
126 <property name="x_options">GTK_FILL</property>
127 </packing>
128 </child>
129 <child>
130 <object class="GtkComboBox" id="word_size_combobox">
131 <property name="visible">True</property>
132 <property name="model">word_size_model</property>
133 <signal name="changed" handler="word_size_combobox_changed_cb"/>
134 </object>
135 <packing>
136 <property name="left_attach">1</property>
137 <property name="right_attach">2</property>
138 <property name="top_attach">3</property>
139 <property name="bottom_attach">4</property>
140 </packing>
141 </child>
142 <child>
143 <object class="GtkAlignment" id="alignment1">
144 <property name="visible">True</property>
145 <property name="bottom_padding">6</property>
146 <property name="left_padding">12</property>
147 <child>
148 <object class="GtkTable" id="table2">
149 <property name="visible">True</property>
150 <property name="n_rows">3</property>
151 <property name="row_spacing">6</property>
152 <child>
153 <object class="GtkCheckButton" id="trailing_zeroes_check">
154 <property name="label" translatable="yes" comments="Preferences dialog: label for show trailing zeroes check button">Show trailing _zeroes</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 <signal name="toggled" handler="trailing_zeroes_check_toggled_cb"/>
161 </object>
162 <packing>
163 <property name="top_attach">1</property>
164 <property name="bottom_attach">2</property>
165 </packing>
166 </child>
167 <child>
168 <object class="GtkCheckButton" id="thousands_separator_check">
169 <property name="label" translatable="yes" comments="Preferences dialog: label for show thousands separator check button">Show _thousands separators</property>
170 <property name="visible">True</property>
171 <property name="can_focus">True</property>
172 <property name="receives_default">False</property>
173 <property name="use_underline">True</property>
174 <property name="draw_indicator">True</property>
175 <signal name="toggled" handler="thousands_separator_check_toggled_cb"/>
176 </object>
177 <packing>
178 <property name="top_attach">2</property>
179 <property name="bottom_attach">3</property>
180 </packing>
181 </child>
182 <child>
183 <object class="GtkHBox" id="hbox1">
184 <property name="visible">True</property>
185 <property name="spacing">6</property>
186 <child>
187 <object class="GtkLabel" id="decimal_places_label1">
188 <property name="visible">True</property>
189 <property name="xalign">0</property>
190 <property name="label" comments="Not translated by Gtk+, is translated as one string">Show</property>
191 <property name="use_underline">True</property>
192 <property name="mnemonic_widget">decimal_places_spin</property>
193 </object>
194 <packing>
195 <property name="expand">False</property>
196 <property name="position">0</property>
197 </packing>
198 </child>
199 <child>
200 <object class="GtkSpinButton" id="decimal_places_spin">
201 <property name="visible">True</property>
202 <property name="can_focus">True</property>
203 <property name="invisible_char">&#x25CF;</property>
204 <property name="adjustment">decimal_places_adjustment</property>
205 <signal name="value_changed" handler="decimal_places_spin_change_value_cb"/>
206 </object>
207 <packing>
208 <property name="expand">False</property>
209 <property name="position">1</property>
210 </packing>
211 </child>
212 <child>
213 <object class="GtkLabel" id="decimal_places_label2">
214 <property name="visible">True</property>
215 <property name="xalign">0</property>
216 <property name="label" comments="Not translated by Gtk+, is translated as one string">decimal _places</property>
217 <property name="use_underline">True</property>
218 <property name="mnemonic_widget">decimal_places_spin</property>
219 </object>
220 <packing>
221 <property name="position">2</property>
222 </packing>
223 </child>
224 </object>
225 </child>
226 </object>
227 </child>
228 </object>
229 <packing>
230 <property name="right_attach">2</property>
231 <property name="top_attach">1</property>
232 <property name="bottom_attach">2</property>
233 </packing>
234 </child>
235 </object>
236 <packing>
237 <property name="position">1</property>
238 </packing>
239 </child>
240 <child internal-child="action_area">
241 <object class="GtkHButtonBox" id="dialog-action_area4">
242 <property name="visible">True</property>
243 <property name="layout_style">end</property>
244 <child>
245 <object class="GtkButton" id="button1">
246 <property name="label">gtk-close</property>
247 <property name="visible">True</property>
248 <property name="can_focus">True</property>
249 <property name="receives_default">True</property>
250 <property name="use_stock">True</property>
251 </object>
252 <packing>
253 <property name="expand">False</property>
254 <property name="fill">False</property>
255 <property name="position">0</property>
256 </packing>
257 </child>
258 </object>
259 <packing>
260 <property name="expand">False</property>
261 <property name="pack_type">end</property>
262 <property name="position">0</property>
263 </packing>
264 </child>
265 </object>
266 </child>
267 <action-widgets>
268 <action-widget response="0">button1</action-widget>
269 </action-widgets>
270 </object>
271 <object class="GtkAdjustment" id="decimal_places_adjustment">
272 <property name="upper">9</property>
273 <property name="step_increment">1</property>
274 <property name="page_increment">1</property>
275 </object>
276 </interface>