1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
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. -->
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. -->
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/>. -->
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>
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>
31 <object class="GtkEventBox" id="eventbox1">
32 <property name="visible">True</property>
33 <property name="tooltip-text" translatable="yes">Information Area</property>
35 <object class="GtkLabel" id="information-area">
36 <property name="visible">True</property>
37 <property name="single_line_mode">True</property>
44 <property name="position">0</property>
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>
53 <object class="GtkEventBox" id="eventbox4">
54 <property name="visible">True</property>
55 <property name="tooltip-text" translatable="yes">Case Counter Area</property>
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>
67 <property name="expand">False</property>
68 <property name="fill">False</property>
69 <property name="position">3</property>
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>
78 <object class="GtkEventBox" id="eventbox5">
79 <property name="visible">True</property>
80 <property name="tooltip-text" translatable="yes">Filter Use Status Area</property>
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>
93 <property name="expand">False</property>
94 <property name="fill">False</property>
95 <property name="position">4</property>
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>
104 <object class="GtkEventBox" id="eventbox6">
105 <property name="visible">True</property>
106 <property name="tooltip-text" translatable="yes">Weight Status Area</property>
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>
119 <property name="expand">False</property>
120 <property name="fill">False</property>
121 <property name="position">5</property>
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>
130 <object class="GtkEventBox" id="eventbox7">
131 <property name="visible">True</property>
132 <property name="tooltip-text" translatable="yes">Split File Status Area</property>
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>
145 <property name="expand">False</property>
146 <property name="fill">False</property>
147 <property name="position">6</property>
152 <menu id="data-editor-menu">
154 <attribute name="label" translatable="yes">_View</attribute>
157 <attribute name="label" translatable="yes">_Status Bar</attribute>
158 <attribute name="action">win.statusbar</attribute>
163 <attribute name="label" translatable="yes">_Font...</attribute>
164 <attribute name="action">win.fonts</attribute>
167 <attribute name="label" translatable="yes">_Grid Lines</attribute>
168 <attribute name="action">win.gridlines</attribute>
171 <attribute name="label" translatable="yes">Value _Labels</attribute>
172 <attribute name="action">win.value_labels</attribute>
177 <attribute name="label" translatable="yes">_Data</attribute>
178 <attribute name="target">DATA</attribute>
179 <attribute name="action">win.view_dv</attribute>
182 <attribute name="label" translatable="yes">_Variables</attribute>
183 <attribute name="target">VARS</attribute>
184 <attribute name="action">win.view_dv</attribute>
189 <attribute name="label" translatable="yes">_Data</attribute>
192 <attribute name="label" translatable="yes">_Sort Cases...</attribute>
193 <attribute name="action">win.PsppireDialogActionSort</attribute>
196 <attribute name="label" translatable="yes">_Transpose...</attribute>
197 <attribute name="action">win.PsppireDialogActionFlip</attribute>
200 <attribute name="label" translatable="yes">_Aggregate...</attribute>
201 <attribute name="action">win.PsppireDialogActionAggregate</attribute>
206 <attribute name="label" translatable="yes">S_plit File...</attribute>
207 <attribute name="action">win.PsppireDialogActionSplit</attribute>
210 <attribute name="label" translatable="yes">Select _Cases...</attribute>
211 <attribute name="action">win.PsppireDialogActionSelect</attribute>
214 <attribute name="label" translatable="yes">_Weight Cases...</attribute>
215 <attribute name="action">win.PsppireDialogActionWeight</attribute>
220 <attribute name="label" translatable="yes">_Transform</attribute>
223 <attribute name="label" translatable="yes">_Compute...</attribute>
224 <attribute name="action">win.PsppireDialogActionCompute</attribute>
227 <attribute name="label" translatable="yes">Cou_nt...</attribute>
228 <attribute name="action">win.PsppireDialogActionCount</attribute>
231 <attribute name="label" translatable="yes">Ran_k Cases...</attribute>
232 <attribute name="action">win.PsppireDialogActionRank</attribute>
235 <attribute name="label" translatable="yes">Auto_matic Recode...</attribute>
236 <attribute name="action">win.PsppireDialogActionAutorecode</attribute>
241 <attribute name="label" translatable="yes">Recode into _Same Variables...</attribute>
242 <attribute name="action">win.PsppireDialogActionRecodeSame</attribute>
245 <attribute name="label" translatable="yes">Recode into _Different Variables...</attribute>
246 <attribute name="action">win.PsppireDialogActionRecodeDifferent</attribute>
251 <attribute name="label" translatable="yes">_Run Pending Transforms</attribute>
252 <attribute name="action">win.transform-pending</attribute>
257 <attribute name="label" translatable="yes">_Analyze</attribute>
260 <attribute name="label" translatable="yes">_Descriptive Statistics</attribute>
262 <attribute name="label" translatable="yes">_Frequencies...</attribute>
263 <attribute name="action">win.PsppireDialogActionFrequencies</attribute>
266 <attribute name="label" translatable="yes">_Descriptives...</attribute>
267 <attribute name="action">win.PsppireDialogActionDescriptives</attribute>
270 <attribute name="label" translatable="yes">_Explore...</attribute>
271 <attribute name="action">win.PsppireDialogActionExamine</attribute>
274 <attribute name="label" translatable="yes">_Crosstabs...</attribute>
275 <attribute name="action">win.PsppireDialogActionCrosstabs</attribute>
279 <attribute name="label" translatable="yes">Compare _Means</attribute>
281 <attribute name="label" translatable="yes">_Means...</attribute>
282 <attribute name="action">win.PsppireDialogActionMeans</attribute>
285 <attribute name="label" translatable="yes">_One Sample T Test...</attribute>
286 <attribute name="action">win.PsppireDialogActionTt1s</attribute>
289 <attribute name="label" translatable="yes">_Independent Samples T Test...</attribute>
290 <attribute name="action">win.PsppireDialogActionIndepSamps</attribute>
293 <attribute name="label" translatable="yes">_Paired Samples T Test...</attribute>
294 <attribute name="action">win.PsppireDialogActionPaired</attribute>
297 <attribute name="label" translatable="yes">One Way _ANOVA...</attribute>
298 <attribute name="action">win.PsppireDialogActionOneway</attribute>
302 <attribute name="label" translatable="yes">_Univariate Analysis...</attribute>
303 <attribute name="action">win.PsppireDialogActionUnivariate</attribute>
306 <attribute name="label" translatable="yes">Bivariate _Correlation...</attribute>
307 <attribute name="action">win.PsppireDialogActionCorrelation</attribute>
310 <attribute name="label" translatable="yes">_K-Means Cluster...</attribute>
311 <attribute name="action">win.PsppireDialogActionKmeans</attribute>
314 <attribute name="label" translatable="yes">_Factor Analysis...</attribute>
315 <attribute name="action">win.PsppireDialogActionFactor</attribute>
318 <attribute name="label" translatable="yes">Re_liability...</attribute>
319 <attribute name="action">win.PsppireDialogActionReliability</attribute>
322 <attribute name="label" translatable="yes">_Regression</attribute>
325 <attribute name="label" translatable="yes">_Linear...</attribute>
326 <attribute name="action">win.PsppireDialogActionRegression</attribute>
329 <attribute name="label" translatable="yes">_Binary Logistic...</attribute>
330 <attribute name="action">win.PsppireDialogActionLogistic</attribute>
335 <attribute name="label" translatable="yes">_Non-Parametric Statistics</attribute>
338 <attribute name="label" translatable="yes">_Chi Square...</attribute>
339 <attribute name="action">win.PsppireDialogActionChisquare</attribute>
342 <attribute name="label" translatable="yes">_Binomial...</attribute>
343 <attribute name="action">win.PsppireDialogActionBinomial</attribute>
346 <attribute name="label" translatable="yes">_Runs...</attribute>
347 <attribute name="action">win.PsppireDialogActionRuns</attribute>
350 <attribute name="label" translatable="yes">_1 Sample K-S...</attribute>
351 <attribute name="action">win.PsppireDialogAction1sks</attribute>
354 <attribute name="label" translatable="yes">_2 Related Samples...</attribute>
355 <attribute name="action">win.PsppireDialogActionTwoSample</attribute>
358 <attribute name="label" translatable="yes">_K Related Samples...</attribute>
359 <attribute name="action">win.PsppireDialogActionKRelated</attribute>
362 <attribute name="label" translatable="yes">K _Independent Samples...</attribute>
363 <attribute name="action">win.PsppireDialogActionKIndependent</attribute>
368 <attribute name="label" translatable="yes">ROC Cur_ve...</attribute>
369 <attribute name="action">win.PsppireDialogActionRoc</attribute>
374 <attribute name="label" translatable="yes">_Graphs</attribute>
377 <attribute name="label" translatable="yes">_Scatterplot</attribute>
378 <attribute name="action">win.PsppireDialogActionScatterplot</attribute>
381 <attribute name="label" translatable="yes">_Histogram</attribute>
382 <attribute name="action">win.PsppireDialogActionHistogram</attribute>
385 <attribute name="label" translatable="yes">_Barchart</attribute>
386 <attribute name="action">win.PsppireDialogActionBarchart</attribute>
391 <attribute name="label" translatable="yes">_Utilities</attribute>
394 <attribute name="label" translatable="yes">_Variables...</attribute>
395 <attribute name="action">win.PsppireDialogActionVarInfo</attribute>
398 <attribute name="label" translatable="yes">Data File _Comments...</attribute>
399 <attribute name="action">win.PsppireDialogActionComments</attribute>