Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / data-editor.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
4
5 <!-- This program is free software: you can redistribute it and/or modify -->
6 <!-- it under the terms of the GNU General Public License as published by -->
7 <!-- the Free Software Foundation, either version 3 of the License, or -->
8 <!-- (at your option) any later version. -->
9
10 <!-- This program is distributed in the hope that it will be useful, -->
11 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
12 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
13 <!-- GNU General Public License for more details. -->
14
15 <!-- You should have received a copy of the GNU General Public License -->
16 <!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
17
18 <interface>
19   <!-- interface-requires gtk+ 2.6 -->
20   <!-- interface-naming-policy toplevel-contextual -->
21   <object class="GtkBox" id="status-bar">
22     <property name="visible">True</property>
23     <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
24     <property name="spacing">6</property>
25     <child>
26       <object class="GtkFrame" id="frame2">
27         <property name="visible">True</property>
28         <property name="label_xalign">0</property>
29         <property name="shadow_type">in</property>
30         <child>
31           <object class="GtkEventBox" id="eventbox1">
32             <property name="visible">True</property>
33             <property name="tooltip-text" translatable="yes">Information Area</property>
34             <child>
35               <object class="GtkLabel" id="information-area">
36                 <property name="visible">True</property>
37                 <property name="single_line_mode">True</property>
38               </object>
39             </child>
40           </object>
41         </child>
42       </object>
43       <packing>
44         <property name="position">0</property>
45       </packing>
46     </child>
47     <child>
48       <object class="GtkFrame" id="frame5">
49         <property name="visible">True</property>
50         <property name="label_xalign">0</property>
51         <property name="shadow_type">in</property>
52         <child>
53           <object class="GtkEventBox" id="eventbox4">
54             <property name="visible">True</property>
55             <property name="tooltip-text" translatable="yes">Case Counter Area</property>
56             <child>
57               <object class="GtkLabel" id="case-counter-area">
58                 <property name="visible">True</property>
59                 <property name="width_chars">20</property>
60                 <property name="single_line_mode">True</property>
61               </object>
62             </child>
63           </object>
64         </child>
65       </object>
66       <packing>
67         <property name="expand">False</property>
68         <property name="fill">False</property>
69         <property name="position">3</property>
70       </packing>
71     </child>
72     <child>
73       <object class="GtkFrame" id="frame6">
74         <property name="visible">True</property>
75         <property name="label_xalign">0</property>
76         <property name="shadow_type">in</property>
77         <child>
78           <object class="GtkEventBox" id="eventbox5">
79             <property name="visible">True</property>
80             <property name="tooltip-text" translatable="yes">Filter Use Status Area</property>
81             <child>
82               <object class="GtkLabel" id="filter-use-status-area">
83                 <property name="visible">True</property>
84                 <property name="ellipsize">start</property>
85                 <property name="width_chars">10</property>
86                 <property name="single_line_mode">True</property>
87               </object>
88             </child>
89           </object>
90         </child>
91       </object>
92       <packing>
93         <property name="expand">False</property>
94         <property name="fill">False</property>
95         <property name="position">4</property>
96       </packing>
97     </child>
98     <child>
99       <object class="GtkFrame" id="frame7">
100         <property name="visible">True</property>
101         <property name="label_xalign">0</property>
102         <property name="shadow_type">in</property>
103         <child>
104           <object class="GtkEventBox" id="eventbox6">
105             <property name="visible">True</property>
106             <property name="tooltip-text" translatable="yes">Weight Status Area</property>
107             <child>
108               <object class="GtkLabel" id="weight-status-area">
109                 <property name="visible">True</property>
110                 <property name="ellipsize">start</property>
111                 <property name="width_chars">15</property>
112                 <property name="single_line_mode">True</property>
113               </object>
114             </child>
115           </object>
116         </child>
117       </object>
118       <packing>
119         <property name="expand">False</property>
120         <property name="fill">False</property>
121         <property name="position">5</property>
122       </packing>
123     </child>
124     <child>
125       <object class="GtkFrame" id="frame8">
126         <property name="visible">True</property>
127         <property name="label_xalign">0</property>
128         <property name="shadow_type">in</property>
129         <child>
130           <object class="GtkEventBox" id="eventbox7">
131             <property name="visible">True</property>
132             <property name="tooltip-text" translatable="yes">Split File Status Area</property>
133             <child>
134               <object class="GtkLabel" id="split-file-status-area">
135                 <property name="visible">True</property>
136                 <property name="ellipsize">start</property>
137                 <property name="width_chars">15</property>
138                 <property name="single_line_mode">True</property>
139               </object>
140             </child>
141           </object>
142         </child>
143       </object>
144       <packing>
145         <property name="expand">False</property>
146         <property name="fill">False</property>
147         <property name="position">6</property>
148       </packing>
149     </child>
150   </object>
151
152   <menu id="data-editor-menu">
153     <submenu>
154       <attribute name="label" translatable="yes">_View</attribute>
155       <section>
156         <item>
157           <attribute name="label" translatable="yes">_Status Bar</attribute>
158           <attribute name="action">win.statusbar</attribute>
159         </item>
160       </section>
161       <section>
162         <item>
163           <attribute name="label" translatable="yes">_Font...</attribute>
164           <attribute name="action">win.fonts</attribute>
165         </item>
166         <item>
167           <attribute name="label" translatable="yes">_Grid Lines</attribute>
168           <attribute name="action">win.gridlines</attribute>
169         </item>
170         <item>
171           <attribute name="label" translatable="yes">Value _Labels</attribute>
172           <attribute name="action">win.value_labels</attribute>
173         </item>
174       </section>
175       <section>
176         <item>
177           <attribute name="label" translatable="yes">_Data</attribute>
178           <attribute name="target">DATA</attribute>
179           <attribute name="action">win.view_dv</attribute>
180         </item>
181         <item>
182           <attribute name="label" translatable="yes">_Variables</attribute>
183           <attribute name="target">VARS</attribute>
184           <attribute name="action">win.view_dv</attribute>
185         </item>
186       </section>
187     </submenu>
188     <submenu>
189       <attribute name="label" translatable="yes">_Data</attribute>
190       <section>
191         <item>
192           <attribute name="label" translatable="yes">_Sort Cases...</attribute>
193           <attribute name="action">win.PsppireDialogActionSort</attribute>
194         </item>
195         <item>
196           <attribute name="label" translatable="yes">_Transpose...</attribute>
197           <attribute name="action">win.PsppireDialogActionFlip</attribute>
198         </item>
199         <item>
200           <attribute name="label" translatable="yes">_Aggregate...</attribute>
201           <attribute name="action">win.PsppireDialogActionAggregate</attribute>
202         </item>
203       </section>
204       <section>
205         <item>
206           <attribute name="label" translatable="yes">S_plit File...</attribute>
207           <attribute name="action">win.PsppireDialogActionSplit</attribute>
208         </item>
209         <item>
210           <attribute name="label" translatable="yes">Select _Cases...</attribute>
211           <attribute name="action">win.PsppireDialogActionSelect</attribute>
212         </item>
213         <item>
214           <attribute name="label" translatable="yes">_Weight Cases...</attribute>
215           <attribute name="action">win.PsppireDialogActionWeight</attribute>
216         </item>
217       </section>
218     </submenu>
219     <submenu>
220       <attribute name="label" translatable="yes">_Transform</attribute>
221       <section>
222         <item>
223           <attribute name="label" translatable="yes">_Compute...</attribute>
224           <attribute name="action">win.PsppireDialogActionCompute</attribute>
225         </item>
226         <item>
227           <attribute name="label" translatable="yes">Cou_nt...</attribute>
228           <attribute name="action">win.PsppireDialogActionCount</attribute>
229         </item>
230         <item>
231           <attribute name="label" translatable="yes">Ran_k Cases...</attribute>
232           <attribute name="action">win.PsppireDialogActionRank</attribute>
233         </item>
234         <item>
235           <attribute name="label" translatable="yes">Auto_matic Recode...</attribute>
236           <attribute name="action">win.PsppireDialogActionAutorecode</attribute>
237         </item>
238       </section>
239       <section>
240         <item>
241           <attribute name="label" translatable="yes">Recode into _Same Variables...</attribute>
242           <attribute name="action">win.PsppireDialogActionRecodeSame</attribute>
243         </item>
244         <item>
245           <attribute name="label" translatable="yes">Recode into _Different Variables...</attribute>
246           <attribute name="action">win.PsppireDialogActionRecodeDifferent</attribute>
247         </item>
248       </section>
249       <section>
250         <item>
251           <attribute name="label" translatable="yes">_Run Pending Transforms</attribute>
252           <attribute name="action">win.transform-pending</attribute>
253         </item>
254       </section>
255     </submenu>
256     <submenu>
257       <attribute name="label" translatable="yes">_Analyze</attribute>
258       <section>
259         <submenu>
260           <attribute name="label" translatable="yes">_Descriptive Statistics</attribute>
261           <item>
262             <attribute name="label" translatable="yes">_Frequencies...</attribute>
263             <attribute name="action">win.PsppireDialogActionFrequencies</attribute>
264           </item>
265           <item>
266             <attribute name="label" translatable="yes">_Descriptives...</attribute>
267             <attribute name="action">win.PsppireDialogActionDescriptives</attribute>
268           </item>
269           <item>
270             <attribute name="label" translatable="yes">_Explore...</attribute>
271             <attribute name="action">win.PsppireDialogActionExamine</attribute>
272           </item>
273           <item>
274             <attribute name="label" translatable="yes">_Crosstabs...</attribute>
275             <attribute name="action">win.PsppireDialogActionCrosstabs</attribute>
276           </item>
277         </submenu>
278         <submenu>
279           <attribute name="label" translatable="yes">Compare _Means</attribute>
280           <item>
281             <attribute name="label" translatable="yes">_Means...</attribute>
282             <attribute name="action">win.PsppireDialogActionMeans</attribute>
283           </item>
284           <item>
285             <attribute name="label" translatable="yes">_One Sample T Test...</attribute>
286             <attribute name="action">win.PsppireDialogActionTt1s</attribute>
287           </item>
288           <item>
289             <attribute name="label" translatable="yes">_Independent Samples T Test...</attribute>
290             <attribute name="action">win.PsppireDialogActionIndepSamps</attribute>
291           </item>
292           <item>
293             <attribute name="label" translatable="yes">_Paired Samples T Test...</attribute>
294             <attribute name="action">win.PsppireDialogActionPaired</attribute>
295           </item>
296           <item>
297             <attribute name="label" translatable="yes">One Way _ANOVA...</attribute>
298             <attribute name="action">win.PsppireDialogActionOneway</attribute>
299           </item>
300         </submenu>
301         <item>
302           <attribute name="label" translatable="yes">_Univariate Analysis...</attribute>
303           <attribute name="action">win.PsppireDialogActionUnivariate</attribute>
304         </item>
305         <item>
306           <attribute name="label" translatable="yes">Bivariate _Correlation...</attribute>
307           <attribute name="action">win.PsppireDialogActionCorrelation</attribute>
308         </item>
309         <item>
310           <attribute name="label" translatable="yes">_K-Means Cluster...</attribute>
311           <attribute name="action">win.PsppireDialogActionKmeans</attribute>
312         </item>
313         <item>
314           <attribute name="label" translatable="yes">_Factor Analysis...</attribute>
315           <attribute name="action">win.PsppireDialogActionFactor</attribute>
316         </item>
317         <item>
318           <attribute name="label" translatable="yes">Re_liability...</attribute>
319           <attribute name="action">win.PsppireDialogActionReliability</attribute>
320         </item>
321         <submenu>
322           <attribute name="label" translatable="yes">_Regression</attribute>
323           <section>
324             <item>
325               <attribute name="label" translatable="yes">_Linear...</attribute>
326               <attribute name="action">win.PsppireDialogActionRegression</attribute>
327             </item>
328             <item>
329               <attribute name="label" translatable="yes">_Binary Logistic...</attribute>
330               <attribute name="action">win.PsppireDialogActionLogistic</attribute>
331             </item>
332           </section>
333         </submenu>
334         <submenu>
335           <attribute name="label" translatable="yes">_Non-Parametric Statistics</attribute>
336           <section>
337             <item>
338               <attribute name="label" translatable="yes">_Chi Square...</attribute>
339               <attribute name="action">win.PsppireDialogActionChisquare</attribute>
340             </item>
341             <item>
342               <attribute name="label" translatable="yes">_Binomial...</attribute>
343               <attribute name="action">win.PsppireDialogActionBinomial</attribute>
344             </item>
345             <item>
346               <attribute name="label" translatable="yes">_Runs...</attribute>
347               <attribute name="action">win.PsppireDialogActionRuns</attribute>
348             </item>
349             <item>
350               <attribute name="label" translatable="yes">_1 Sample K-S...</attribute>
351               <attribute name="action">win.PsppireDialogAction1sks</attribute>
352             </item>
353             <item>
354               <attribute name="label" translatable="yes">_2 Related Samples...</attribute>
355               <attribute name="action">win.PsppireDialogActionTwoSample</attribute>
356             </item>
357             <item>
358               <attribute name="label" translatable="yes">_K Related Samples...</attribute>
359               <attribute name="action">win.PsppireDialogActionKRelated</attribute>
360             </item>
361             <item>
362               <attribute name="label" translatable="yes">K _Independent Samples...</attribute>
363               <attribute name="action">win.PsppireDialogActionKIndependent</attribute>
364             </item>
365           </section>
366         </submenu>
367         <item>
368           <attribute name="label" translatable="yes">ROC Cur_ve...</attribute>
369           <attribute name="action">win.PsppireDialogActionRoc</attribute>
370         </item>
371       </section>
372     </submenu>
373     <submenu>
374       <attribute name="label" translatable="yes">_Graphs</attribute>
375       <section>
376         <item>
377           <attribute name="label" translatable="yes">_Scatterplot</attribute>
378           <attribute name="action">win.PsppireDialogActionScatterplot</attribute>
379         </item>
380         <item>
381           <attribute name="label" translatable="yes">_Histogram</attribute>
382           <attribute name="action">win.PsppireDialogActionHistogram</attribute>
383         </item>
384         <item>
385           <attribute name="label" translatable="yes">_Barchart</attribute>
386           <attribute name="action">win.PsppireDialogActionBarchart</attribute>
387         </item>
388       </section>
389     </submenu>
390     <submenu>
391       <attribute name="label" translatable="yes">_Utilities</attribute>
392       <section>
393         <item>
394           <attribute name="label" translatable="yes">_Variables...</attribute>
395           <attribute name="action">win.PsppireDialogActionVarInfo</attribute>
396         </item>
397         <item>
398           <attribute name="label" translatable="yes">Data File _Comments...</attribute>
399           <attribute name="action">win.PsppireDialogActionComments</attribute>
400         </item>
401       </section>
402     </submenu>
403   </menu>
404 </interface>