Merge branch 'master' into rewrite-sheet
[pspp-builds.git] / po / en_GB.po
index bc20607366d30c2195505abc50498e00000c0076..c602e83ff841b1e699d6642af98cfcaf19cb0479 100644 (file)
-# PSPP A program for statistical analysis of sampled data.
-# Copyright (C) 2003 Free Software Foundation, Inc.
-# This file is distributed under the General Public License Version 2
-# Ben Pfaff <blp@gnu.org>, 2003.
+# British translations for PSPP
+# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# This file is distributed under the same licence as the PSPP package.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: PSPP 0.3.1\n"
+"Project-Id-Version: PSPP 0.7.0\n"
 "Report-Msgid-Bugs-To: pspp-dev@gnu.org\n"
-"POT-Creation-Date: 2005-07-30 23:26-0700\n"
-"PO-Revision-Date: 2004-01-23 13:04+0800\n"
+"POT-Creation-Date: 2008-11-11 13:13+0900\n"
+"PO-Revision-Date: 2008-11-05 08:17+0900\n"
 "Last-Translator: John Darrington <john@darrington.wattle.id.au>\n"
 "Language-Team: John Darrington <john@darrington.wattle.id.au>\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
-#: src/aggregate.c:199
-msgid "while expecting COLUMNWISE"
+#: src/data/any-reader.c:57
+#, c-format
+msgid "An error occurred while opening \"%s\": %s."
 msgstr ""
 
-#: src/aggregate.c:228
-msgid "expecting BREAK"
+#: src/data/any-reader.c:93
+#, c-format
+msgid "\"%s\" is not a system or portable file."
+msgstr ""
+
+#: src/data/any-reader.c:99 src/data/any-writer.c:63
+msgid "The inline file is not allowed here."
+msgstr ""
+
+#: src/data/calendar.c:81
+#, c-format
+msgid "Month %d is not in acceptable range of 0 to 13."
+msgstr ""
+
+#: src/data/calendar.c:89
+#, c-format
+msgid "Day %d is not in acceptable range of 0 to 31."
+msgstr ""
+
+#: src/data/calendar.c:96
+#, c-format
+msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15."
 msgstr ""
 
-#: src/aggregate.c:233
+#: src/data/casereader-filter.c:221
 msgid ""
-"When PRESORTED is specified, specifying sorting directions with (A) or (D) "
-"has no effect.  Output data will be sorted the same way as the input data."
+"At least one case in the data read had a weight value that was user-missing, "
+"system-missing, zero, or negative.  These case(s) were ignored."
 msgstr ""
 
-#: src/aggregate.c:389
-msgid "expecting aggregation function"
+#: src/data/case-tmpfile.c:57
+#, c-format
+msgid "failed to create temporary file"
 msgstr ""
 
-#: src/aggregate.c:405
+#: src/data/case-tmpfile.c:131
 #, c-format
-msgid "Unknown aggregation function %s."
+msgid "seeking in temporary file"
 msgstr ""
 
-#: src/aggregate.c:420
-msgid "expecting `('"
+#: src/data/case-tmpfile.c:153
+#, c-format
+msgid "reading temporary file"
 msgstr ""
 
-#: src/aggregate.c:457
+#: src/data/case-tmpfile.c:155
 #, c-format
-msgid "Missing argument %d to %s."
+msgid "unexpected end of file reading temporary file"
 msgstr ""
 
-#: src/aggregate.c:466
+#: src/data/case-tmpfile.c:175
 #, c-format
-msgid "Arguments to %s must be of same type as source variables."
+msgid "writing to temporary file"
 msgstr ""
 
-#: src/aggregate.c:476 src/expressions/parse.c:830
-msgid "expecting `)'"
+#: src/data/data-in.c:262 src/data/data-in.c:452
+msgid "Field contents are not numeric."
+msgstr ""
+
+#: src/data/data-in.c:264 src/data/data-in.c:454
+msgid "Number followed by garbage."
+msgstr ""
+
+#: src/data/data-in.c:275
+msgid "Invalid numeric syntax."
 msgstr ""
 
-#: src/aggregate.c:488
+#: src/data/data-in.c:284 src/data/data-in.c:467
+msgid "Too-large number set to system-missing."
+msgstr ""
+
+#: src/data/data-in.c:289 src/data/data-in.c:472
+msgid "Too-small number set to zero."
+msgstr ""
+
+#: src/data/data-in.c:315
+msgid "All characters in field must be digits."
+msgstr ""
+
+#: src/data/data-in.c:338
+msgid "Unrecognized character in field."
+msgstr "Unrecognised character in field."
+
+#: src/data/data-in.c:362 src/data/data-in.c:636
+msgid "Field must have even length."
+msgstr ""
+
+#: src/data/data-in.c:367 src/data/data-in.c:647
+msgid "Field must contain only hex digits."
+msgstr ""
+
+#: src/data/data-in.c:686 src/data/data-in.c:733
+msgid "Syntax error in date field."
+msgstr ""
+
+#: src/data/data-in.c:702
 #, c-format
+msgid "Day (%ld) must be between 1 and 31."
+msgstr ""
+
+#: src/data/data-in.c:749
+msgid "Delimiter expected between fields in date."
+msgstr ""
+
+#: src/data/data-in.c:823
 msgid ""
-"Number of source variables (%d) does not match number of target variables (%"
-"d)."
+"Unrecognized month format.  Months may be specified as Arabic or Roman "
+"numerals or as at least 3 letters of their English names."
 msgstr ""
+"Unrecognised month format.  Months may be specified as Arabic or Roman \n"
+"numerals or as at least 3 letters of their English names."
 
-#: src/aggregate.c:504
+#: src/data/data-in.c:850
 #, c-format
-msgid ""
-"The value arguments passed to the %s function are out-of-order.  They will "
-"be treated as if they had been specified in the correct order."
+msgid "Year (%ld) must be between 1582 and 19999."
+msgstr ""
+
+#: src/data/data-in.c:862
+#, c-format
+msgid "Trailing garbage \"%.*s\" following date."
+msgstr ""
+
+#: src/data/data-in.c:878
+msgid "Julian day must have exactly three digits."
 msgstr ""
 
-#: src/aggregate.c:571
+#: src/data/data-in.c:883
 #, c-format
+msgid "Julian day (%ld) must be between 1 and 366."
+msgstr ""
+
+#: src/data/data-in.c:907
+#, c-format
+msgid "Quarter (%ld) must be between 1 and 4."
+msgstr ""
+
+#: src/data/data-in.c:927
+#, c-format
+msgid "Week (%ld) must be between 1 and 53."
+msgstr ""
+
+#: src/data/data-in.c:940
+msgid "Delimiter expected between fields in time."
+msgstr ""
+
+#: src/data/data-in.c:960
+#, c-format
+msgid "Minute (%ld) must be between 0 and 59."
+msgstr ""
+
+#: src/data/data-in.c:1000
 msgid ""
-"Variable name %s is not unique within the aggregate file dictionary, which "
-"contains the aggregate variables and the break variables."
+"Unrecognized weekday name.  At least the first two letters of an English "
+"weekday name must be specified."
 msgstr ""
+"Unrecognised weekday name.  At least the first two letters of an English "
+"weekday name must be specified."
 
-#: src/apply-dict.c:71
+#: src/data/data-in.c:1138
 #, c-format
-msgid "Variable %s is %s in target file, but %s in source file."
+msgid "`%c' expected in date field."
 msgstr ""
 
-#: src/apply-dict.c:74 src/apply-dict.c:75 src/format.c:239
-#: src/sfm-read.c:1032 src/sfm-read.c:1177 src/sfm-read.c:1178
-msgid "string"
+#: src/data/data-in.c:1179
+#, c-format
+msgid "column %d"
 msgstr ""
 
-#: src/apply-dict.c:74 src/apply-dict.c:75 src/format.c:239
-#: src/sfm-read.c:1032 src/sfm-read.c:1177 src/sfm-read.c:1178
-msgid "numeric"
+#: src/data/data-in.c:1181
+#, c-format
+msgid "columns %d-%d"
 msgstr ""
 
-#: src/apply-dict.c:87
+#: src/data/data-in.c:1185
 #, c-format
-msgid "Cannot add value labels from source file to long string variable %s."
+msgid "%s field) "
+msgstr ""
+
+#: src/data/data-out.c:446
+#, c-format
+msgid "Weekday number %f is not between 1 and 7."
 msgstr ""
 
-#: src/apply-dict.c:133
+#: src/data/data-out.c:467
 #, c-format
+msgid "Month number %f is not between 1 and 12."
+msgstr ""
+
+#: src/data/dict-class.c:52
+msgid "ordinary"
+msgstr ""
+
+#: src/data/dict-class.c:54
+msgid "system"
+msgstr ""
+
+#: src/data/dict-class.c:56
+msgid "scratch"
+msgstr ""
+
+#: src/data/dictionary.c:889
 msgid ""
-"Cannot apply missing values from source file to long string variable %s."
+"At least one case in the data file had a weight value that was user-missing, "
+"system-missing, zero, or negative.  These case(s) were ignored."
 msgstr ""
 
-#: src/apply-dict.c:166
-msgid "No matching variables found between the source and target files."
+#: src/data/dictionary.c:1187
+#, c-format
+msgid "Truncating document line to %d bytes."
 msgstr ""
 
-#: src/ascii.c:233
+#: src/data/file-handle-def.c:462
 #, c-format
-msgid "ASCII driver initializing as `%s'..."
+msgid "Can't read from %s as a %s because it is already being read as a %s."
 msgstr ""
 
-#: src/ascii.c:288
+#: src/data/file-handle-def.c:466
 #, c-format
-msgid ""
-"ascii driver: Area of page excluding margins and headers must be at least 59 "
-"characters wide by 15 lines long.  Page as configured is only %d characters "
-"by %d lines."
+msgid "Can't write to %s as a %s because it is already being written as a %s."
 msgstr ""
 
-#: src/ascii.c:393 src/devind.c:170 src/html.c:108 src/postscript.c:456
+#: src/data/file-handle-def.c:473
 #, c-format
-msgid "%s: Initialization complete."
+msgid "Can't re-open %s as a %s."
 msgstr ""
 
-#: src/ascii.c:405 src/devind.c:182 src/html.c:120 src/postscript.c:469
+#: src/data/file-name.c:131
 #, c-format
-msgid "%s: Beginning closing..."
+msgid "searching for \"%s\" in path \"%s\""
 msgstr ""
 
-#: src/ascii.c:427 src/devind.c:187 src/html.c:125 src/postscript.c:488
+#: src/data/file-name.c:145
 #, c-format
-msgid "%s: Finished closing."
+msgid "...found \"%s\""
+msgstr ""
+
+#: src/data/file-name.c:152
+msgid "...not found"
 msgstr ""
 
-#: src/ascii.c:488
+#: src/data/file-name.c:242
 #, c-format
-msgid ""
-"Bad index value for `box' key: syntax is box[INDEX], 0 <= INDEX < %d "
-"decimal, with INDEX expressed in base 4."
+msgid "Not opening pipe file `%s' because SAFER option set."
+msgstr ""
+
+#: src/data/format.c:235
+msgid "Input format"
+msgstr ""
+
+#: src/data/format.c:235
+msgid "Output format"
+msgstr ""
+
+#: src/data/format.c:244
+#, c-format
+msgid "Format %s may not be used for input."
+msgstr ""
+
+#: src/data/format.c:251
+#, c-format
+msgid "%s specifies width %d, but %s requires an even width."
 msgstr ""
 
-#: src/ascii.c:494
+#: src/data/format.c:260
 #, c-format
-msgid "Duplicate value for key `%s'."
+msgid "%s %s specifies width %d, but %s requires a width between %d and %d."
 msgstr ""
 
-#: src/ascii.c:503
+#: src/data/format.c:269
+#, c-format
+msgid "%s %s specifies %d decimal place, but %s does not allow any decimals."
+msgid_plural ""
+"%s %s specifies %d decimal places, but %s does not allow any decimals."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/data/format.c:280
 #, c-format
-msgid "Unknown configuration parameter `%s' for ascii device driver."
+msgid ""
+"%s %s specifies %d decimal place, but the given width allows at most %d "
+"decimals."
+msgid_plural ""
+"%s %s specifies %d decimal places, but the given width allows at most %d "
+"decimals."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/data/format.c:287
+#, c-format
+msgid ""
+"%s %s specifies %d decimal place, but the given width does not allow for any "
+"decimals."
+msgid_plural ""
+"%s %s specifies %d decimal places, but the given width does not allow for "
+"any decimals."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/data/format.c:326
+#, c-format
+msgid "%s variables are not compatible with %s format %s."
+msgstr ""
+
+#: src/data/format.c:327 src/data/sys-file-reader.c:655
+#: src/ui/gui/data-editor.glade:1197 src/ui/gui/psppire.glade:2176
+#: src/ui/gui/psppire-var-store.c:605
+msgid "String"
+msgstr ""
+
+#: src/data/format.c:327 src/data/sys-file-reader.c:655
+#: src/ui/gui/data-editor.glade:1086 src/ui/gui/psppire.glade:2131
+#: src/ui/gui/psppire-var-store.c:598
+msgid "Numeric"
+msgstr ""
+
+#: src/data/format.c:328 src/data/sys-file-reader.c:1160
+#: src/data/sys-file-reader.c:1162
+#: src/language/dictionary/apply-dictionary.c:78
+#: src/language/dictionary/apply-dictionary.c:79
+#: src/language/xforms/recode.c:489 src/language/xforms/recode.c:490
+#: src/language/xforms/recode.c:502 src/language/xforms/recode.c:503
+msgid "numeric"
 msgstr ""
 
-#: src/ascii.c:516
+#: src/data/format.c:328 src/data/sys-file-reader.c:1160
+#: src/data/sys-file-reader.c:1162
+#: src/language/dictionary/apply-dictionary.c:78
+#: src/language/dictionary/apply-dictionary.c:79
+#: src/language/xforms/recode.c:489 src/language/xforms/recode.c:490
+#: src/language/xforms/recode.c:502 src/language/xforms/recode.c:503
+msgid "string"
+msgstr ""
+
+#: src/data/format.c:346
 #, c-format
+msgid "String variable with width %d is not compatible with format %s."
+msgstr ""
+
+#: src/data/gnumeric-reader.c:33
 msgid ""
-"Unknown character set `%s'.  Valid character sets are `ascii' and `latin1'."
+"Support for Gnumeric files was not compiled into this installation of PSPP"
+msgstr ""
+
+#: src/data/gnumeric-reader.c:366
+#, c-format
+msgid "Error opening \"%s\" for reading as a gnumeric file: %s."
+msgstr ""
+
+#: src/data/gnumeric-reader.c:386
+#, c-format
+msgid "Invalid cell range \"%s\""
+msgstr ""
+
+#: src/data/gnumeric-reader.c:523 src/data/psql-reader.c:184
+#, c-format
+msgid "Cannot create variable name from %s"
+msgstr ""
+
+#: src/data/gnumeric-reader.c:535
+#, c-format
+msgid "Selected sheet or range of spreadsheet \"%s\" is empty."
+msgstr ""
+
+#: src/data/make-file.c:64
+#, c-format
+msgid "%s: Creating temporary file: %s."
+msgstr ""
+
+#: src/data/make-file.c:106
+#, c-format
+msgid "%s: Creating file: %s."
+msgstr ""
+
+#: src/data/make-file.c:144
+#, c-format
+msgid "Opening %s for writing: %s."
+msgstr ""
+
+#: src/data/make-file.c:153
+#, c-format
+msgid "Opening stream for %s: %s."
+msgstr ""
+
+#: src/data/make-file.c:182
+#, c-format
+msgid "Creating temporary file to replace %s: %s."
+msgstr ""
+
+#: src/data/make-file.c:193
+#, c-format
+msgid "Creating temporary file %s: %s."
+msgstr ""
+
+#: src/data/make-file.c:205
+#, c-format
+msgid "Opening stream for temporary file %s: %s."
+msgstr ""
+
+#: src/data/make-file.c:246
+#, c-format
+msgid "Replacing %s by %s: %s."
+msgstr ""
+
+#: src/data/make-file.c:274
+#, c-format
+msgid "Removing %s: %s."
+msgstr ""
+
+#: src/data/por-file-reader.c:99
+#, c-format
+msgid "portable file %s corrupt at offset 0x%lx: "
+msgstr ""
+
+#: src/data/por-file-reader.c:128
+#, c-format
+msgid "reading portable file %s at offset 0x%lx: "
+msgstr ""
+
+#: src/data/por-file-reader.c:156
+#, c-format
+msgid "Error closing portable file \"%s\": %s."
+msgstr ""
+
+#: src/data/por-file-reader.c:208
+msgid "unexpected end of file"
+msgstr ""
+
+#. TRANSLATORS: this fragment will be interpolated into
+#. messages in fh_lock() that identify types of files.
+#: src/data/por-file-reader.c:268 src/data/por-file-writer.c:148
+msgid "portable file"
 msgstr ""
 
-#: src/ascii.c:525
+#: src/data/por-file-reader.c:276
 #, c-format
 msgid ""
-"Unknown overstrike style `%s'.  Valid overstrike styles are `single' and "
-"`line'."
+"An error occurred while opening \"%s\" for reading as a portable file: %s."
+msgstr ""
+
+#: src/data/por-file-reader.c:297
+msgid "Data record expected."
+msgstr ""
+
+#: src/data/por-file-reader.c:379
+msgid "Number expected."
+msgstr ""
+
+#: src/data/por-file-reader.c:407
+msgid "Missing numeric terminator."
+msgstr ""
+
+#: src/data/por-file-reader.c:430
+msgid "Invalid integer."
+msgstr ""
+
+#: src/data/por-file-reader.c:441
+#, c-format
+msgid "Bad string length %d."
 msgstr ""
 
-#: src/ascii.c:534
+#: src/data/por-file-reader.c:502
+#, c-format
+msgid "%s: Not a portable file."
+msgstr ""
+
+#: src/data/por-file-reader.c:519
+#, c-format
+msgid "Unrecognized version code `%c'."
+msgstr "Unrecognised version code `%c'."
+
+#: src/data/por-file-reader.c:528
+#, c-format
+msgid "Bad date string length %zu."
+msgstr ""
+
+#: src/data/por-file-reader.c:530
+#, c-format
+msgid "Bad time string length %zu."
+msgstr ""
+
+#: src/data/por-file-reader.c:572
 #, c-format
 msgid ""
-"Unknown carriage return style `%s'.  Valid carriage return styles are `cr' "
-"and `bs'."
+"%s: Bad format specifier byte (%d).  Variable will be assigned a default "
+"format."
+msgstr ""
+
+#: src/data/por-file-reader.c:593
+#, c-format
+msgid "Numeric variable %s has invalid format specifier %s."
+msgstr ""
+
+#: src/data/por-file-reader.c:597
+#, c-format
+msgid "String variable %s with width %d has invalid format specifier %s."
+msgstr ""
+
+#: src/data/por-file-reader.c:621
+msgid "Expected variable count record."
 msgstr ""
 
-#: src/ascii.c:546 src/postscript.c:679
+#: src/data/por-file-reader.c:625
 #, c-format
-msgid "Positive integer required as value for `%s'."
+msgid "Invalid number of variables %d."
 msgstr ""
 
-#: src/ascii.c:577
+#: src/data/por-file-reader.c:635
 #, c-format
-msgid "Zero or positive integer required as value for `%s'."
+msgid "Weight variable name (%s) truncated."
+msgstr ""
+
+#: src/data/por-file-reader.c:650
+msgid "Expected variable record."
 msgstr ""
 
-#: src/ascii.c:648 src/postscript.c:637
+#: src/data/por-file-reader.c:654
 #, c-format
-msgid "Boolean value expected for %s."
+msgid "Invalid variable width %d."
 msgstr ""
 
-#: src/ascii.c:680 src/ascii.c:695 src/ascii.c:712
+#: src/data/por-file-reader.c:662
 #, c-format
-msgid "ASCII output driver: %s: %s"
+msgid "Invalid variable name `%s' in position %d."
 msgstr ""
 
-#: src/ascii.c:788
+#: src/data/por-file-reader.c:666
 #, c-format
-msgid "ascii_line_horz: bad hline (%d,%d),%d out of (%d,%d)\n"
+msgid "Bad width %d for variable %s."
 msgstr ""
 
-#: src/ascii.c:822
+#: src/data/por-file-reader.c:681
 #, c-format
-msgid "ascii_line_vert: bad vline %d,(%d,%d) out of (%d,%d)\n"
+msgid "Duplicate variable name %s in position %d."
 msgstr ""
 
-#: src/ascii.c:852
+#: src/data/por-file-reader.c:682
 #, c-format
-msgid "ascii_line_intersection: bad intsct (%d,%d) out of (%d,%d)\n"
+msgid "Duplicate variable name %s in position %d renamed to %s."
 msgstr ""
 
-#: src/ascii.c:1000
+#: src/data/por-file-reader.c:725
 #, c-format
-msgid "%s: horiz=%d, vert=%d\n"
+msgid "Weighting variable %s not present in dictionary."
 msgstr ""
 
-#: src/ascii.c:1172
+#: src/data/por-file-reader.c:772
 #, c-format
-msgid "Writing `%s': %s"
+msgid "Unknown variable %s while parsing value labels."
 msgstr ""
 
-#: src/ascii.c:1582 src/postscript.c:2108
+#: src/data/por-file-reader.c:775
 #, c-format
-msgid "%s - Page %d"
+msgid ""
+"Cannot assign value labels to %s and %s, which have different variable types."
 msgstr ""
 
-#: src/ascii.c:1642
-msgid "Charts are unsupported with ascii drivers."
+#: src/data/por-file-writer.c:140
+#, c-format
+msgid "Invalid decimal digits count %d.  Treating as %d."
 msgstr ""
 
-#: src/autorecode.c:125
+#: src/data/por-file-writer.c:160
 #, c-format
-msgid "Source variable count (%d) does not match target variable count (%d)."
+msgid "Error opening \"%s\" for writing as a portable file: %s."
+msgstr ""
+
+#: src/data/por-file-writer.c:499
+#, c-format
+msgid "An I/O error occurred writing portable file \"%s\"."
+msgstr ""
+
+#: src/data/psql-reader.c:42
+msgid ""
+"Support for reading postgres databases was not compiled into this "
+"installation of PSPP"
+msgstr ""
+
+#: src/data/psql-reader.c:239
+msgid "Memory error whilst opening psql source"
+msgstr ""
+
+#: src/data/psql-reader.c:245
+#, c-format
+msgid "Error opening psql source: %s."
+msgstr ""
+
+#: src/data/psql-reader.c:260
+#, c-format
+msgid ""
+"Postgres server is version %s. Reading from versions earlier than 8.0 is not "
+"supported."
+msgstr ""
+
+#: src/data/psql-reader.c:280
+msgid ""
+"Connection is unencrypted, but unencrypted connections have not been "
+"permitted."
+msgstr ""
+
+#: src/data/psql-reader.c:307 src/data/psql-reader.c:332
+#: src/data/psql-reader.c:342
+#, c-format
+msgid "Error from psql source: %s."
+msgstr ""
+
+#: src/data/psql-reader.c:437
+#, c-format
+msgid "Unsupported OID %d.  SYSMIS values will be inserted."
+msgstr ""
+
+#: src/data/scratch-reader.c:54
+#, c-format
+msgid ""
+"Scratch file handle %s has not yet been written, using SAVE or another "
+"procedure, so it cannot yet be used for reading."
+msgstr ""
+
+#. TRANSLATORS: this fragment will be interpolated into
+#. messages in fh_lock() that identify types of files.
+#: src/data/scratch-writer.c:67 src/language/data-io/file-handle.q:181
+msgid "scratch file"
+msgstr ""
+
+#: src/data/settings.c:687
+#, c-format
+msgid ""
+"%s: Custom currency string `%s' does not contain exactly three periods or "
+"commas (or it contains both)."
+msgstr ""
+
+#: src/data/short-names.c:66
+msgid "Variable suffix too large."
+msgstr ""
+
+#. TRANSLATORS: this fragment will be interpolated into
+#. messages in fh_lock() that identify types of files.
+#: src/data/sys-file-reader.c:214 src/data/sys-file-writer.c:196
+msgid "system file"
+msgstr ""
+
+#: src/data/sys-file-reader.c:221
+#, c-format
+msgid "Error opening \"%s\" for reading as a system file: %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:260
+msgid "Misplaced type 4 record."
+msgstr ""
+
+#: src/data/sys-file-reader.c:271
+#, c-format
+msgid "Unrecognized record type %d."
+msgstr "Unrecognised record type %d."
+
+#: src/data/sys-file-reader.c:310
+#, c-format
+msgid "File header claims %d variable positions but %d were read from file."
+msgstr ""
+
+#: src/data/sys-file-reader.c:350
+#, c-format
+msgid "Error closing system file \"%s\": %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:415 src/data/sys-file-reader.c:425
+msgid "This is not an SPSS system file."
+msgstr ""
+
+#: src/data/sys-file-reader.c:444
+msgid ""
+"Compression bias is not the usual value of 100, or system file uses "
+"unrecognized floating-point format."
+msgstr ""
+"Compression bias is not the usual value of 100, or system file uses \n"
+"unrecognised floating-point format."
+
+#: src/data/sys-file-reader.c:512
+#, c-format
+msgid "Invalid variable name `%s'."
+msgstr ""
+
+#: src/data/sys-file-reader.c:516
+#, c-format
+msgid "Bad variable width %d."
+msgstr ""
+
+#: src/data/sys-file-reader.c:520
+#, c-format
+msgid "Duplicate variable name `%s' within system file."
+msgstr ""
+
+#: src/data/sys-file-reader.c:528
+msgid "Variable label indicator field is not 0 or 1."
+msgstr ""
+
+#: src/data/sys-file-reader.c:536
+#, c-format
+msgid "Variable %s has label of invalid length %zu."
+msgstr ""
+
+#: src/data/sys-file-reader.c:555
+msgid "Numeric missing value indicator field is not -3, -2, 0, 1, 2, or 3."
+msgstr ""
+
+#: src/data/sys-file-reader.c:570
+msgid "String missing value indicator field is not 0, 1, 2, or 3."
+msgstr ""
+
+#: src/data/sys-file-reader.c:573
+#, c-format
+msgid ""
+"Ignoring missing values on long string variable %s, which PSPP does not yet "
+"support."
+msgstr ""
+
+#: src/data/sys-file-reader.c:602
+msgid "Missing string continuation record."
+msgstr ""
+
+#: src/data/sys-file-reader.c:636
+#, c-format
+msgid "Unknown variable format %<PRIu8>."
+msgstr ""
+
+#: src/data/sys-file-reader.c:654
+#, c-format
+msgid "%s variable %s has invalid %s format %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:657
+msgid "print"
+msgstr ""
+
+#: src/data/sys-file-reader.c:657
+msgid "write"
+msgstr ""
+
+#: src/data/sys-file-reader.c:661
+msgid "Suppressing further invalid format warnings."
+msgstr ""
+
+#: src/data/sys-file-reader.c:679
+msgid "Weighting variable must be numeric."
+msgstr ""
+
+#: src/data/sys-file-reader.c:693
+msgid "Multiple type 6 (document) records."
+msgstr ""
+
+#: src/data/sys-file-reader.c:697
+#, c-format
+msgid "Number of document lines (%d) must be greater than 0."
+msgstr ""
+
+#: src/data/sys-file-reader.c:705
+msgid "Document line contains null byte."
+msgstr ""
+
+#: src/data/sys-file-reader.c:782
+msgid ""
+"Ignoring value labels for long string variables, which PSPP does not yet "
+"support."
+msgstr ""
+
+#: src/data/sys-file-reader.c:787
+#, c-format
+msgid "Unrecognized record type 7, subtype %d."
+msgstr "Unrecognised record type 7, subtype %d."
+
+#: src/data/sys-file-reader.c:812
+#, c-format
+msgid "Bad size (%zu) or count (%zu) field on record type 7, subtype 3."
+msgstr ""
+
+#: src/data/sys-file-reader.c:832
+#, c-format
+msgid ""
+"Floating-point representation indicated by system file (%d) differs from "
+"expected (%d)."
+msgstr ""
+
+#: src/data/sys-file-reader.c:845
+msgid "little-endian"
+msgstr ""
+
+#: src/data/sys-file-reader.c:845
+msgid "big-endian"
+msgstr ""
+
+#: src/data/sys-file-reader.c:846
+#, c-format
+msgid ""
+"Integer format indicated by system file (%s) differs from expected (%s)."
+msgstr ""
+
+#: src/data/sys-file-reader.c:862
+#, c-format
+msgid "Bad size (%zu) or count (%zu) on extension 4."
+msgstr ""
+
+#: src/data/sys-file-reader.c:866
+#, c-format
+msgid "File specifies unexpected value %g as SYSMIS."
+msgstr ""
+
+#: src/data/sys-file-reader.c:868
+#, c-format
+msgid "File specifies unexpected value %g as HIGHEST."
+msgstr ""
+
+#: src/data/sys-file-reader.c:870
+#, c-format
+msgid "File specifies unexpected value %g as LOWEST."
+msgstr ""
+
+#: src/data/sys-file-reader.c:886
+#, c-format
+msgid "Bad size %zu on extension 11."
+msgstr ""
+
+#: src/data/sys-file-reader.c:898
+#, c-format
+msgid "Extension 11 has bad count %zu (for %zu variables)."
+msgstr ""
+
+#: src/data/sys-file-reader.c:919
+#, c-format
+msgid ""
+"Invalid variable display parameters for variable %zu (%s).  Default "
+"parameters substituted."
+msgstr ""
+
+#: src/data/sys-file-reader.c:963
+#, c-format
+msgid "Long variable mapping from %s to invalid variable name `%s'."
+msgstr ""
+
+#: src/data/sys-file-reader.c:973
+#, c-format
+msgid "Duplicate long variable name `%s' within system file."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1026
+#, c-format
+msgid "%s listed as string of invalid length %s in very length string record."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1036
+#, c-format
+msgid ""
+"%s listed in very long string record with width %s, which requires only one "
+"segment."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1042
+#, c-format
+msgid "Very long string %s overflows dictionary."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1056
+#, c-format
+msgid ""
+"Very long string with width %ld has segment %d of width %d (expected %d)"
+msgstr ""
+
+#: src/data/sys-file-reader.c:1101
+#, c-format
+msgid "Invalid number of labels: %d.  Ignoring labels."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1132
+msgid ""
+"Variable index record (type 4) does not immediately follow value label "
+"record (type 3) as it should."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1139
+#, c-format
+msgid ""
+"Number of variables associated with a value label (%d) is not between 1 and "
+"the number of variables (%zu)."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1149
+#, c-format
+msgid "Value labels are not allowed on long string variables (%s)."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1156
+#, c-format
+msgid ""
+"Variables associated with value label are not all of identical type.  "
+"Variable %s is %s, but variable %s is %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1189
+#, c-format
+msgid "Duplicate value label for %g on %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1192
+#, c-format
+msgid "Duplicate value label for \"%.*s\" on %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1230
+#, c-format
+msgid "Error parsing attribute value %s[%d]"
+msgstr ""
+
+#: src/data/sys-file-reader.c:1244
+#, c-format
+msgid "Attribute value %s[%d] is not quoted: %s"
+msgstr ""
+
+#: src/data/sys-file-reader.c:1360
+msgid "File ends in partial case."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1368
+#, c-format
+msgid "Error reading case from file %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1465 src/data/sys-file-reader.c:1501
+msgid "Compressed data is corrupt."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1588
+#, c-format
+msgid "Variable index %d not in valid range 1...%d."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1593
+#, c-format
+msgid "Variable index %d refers to long string continuation."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1661
+#, c-format
+msgid "Suppressed %d additional related warnings."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1702
+#, c-format
+msgid "Variable map refers to unknown variable %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1810
+#, c-format
+msgid "System error: %s."
+msgstr ""
+
+#: src/data/sys-file-reader.c:1812
+msgid "Unexpected end of file."
+msgstr ""
+
+#: src/data/sys-file-writer.c:169
+#, c-format
+msgid "Unknown system file version %d. Treating as version %d."
+msgstr ""
+
+#: src/data/sys-file-writer.c:208
+#, c-format
+msgid "Error opening \"%s\" for writing as a system file: %s."
+msgstr ""
+
+#: src/data/sys-file-writer.c:813
+#, c-format
+msgid "An I/O error occurred writing system file \"%s\"."
+msgstr ""
+
+#: src/data/variable.c:236
+#, c-format
+msgid ""
+"Character `%c' (in %s) may not appear as the first character in a variable "
+"name."
+msgstr ""
+
+#: src/data/variable.c:248
+#, c-format
+msgid "Character `%c' (in %s) may not appear in a variable name."
+msgstr ""
+
+#: src/data/variable.c:276
+msgid "Variable name cannot be empty string."
+msgstr ""
+
+#: src/data/variable.c:282
+#, c-format
+msgid "Variable name %s exceeds %d-character limit."
+msgstr ""
+
+#: src/data/variable.c:290
+#, c-format
+msgid "`%s' may not be used as a variable name because it is a reserved word."
+msgstr ""
+
+#: src/language/command.c:208
+#, c-format
+msgid "%s is unimplemented."
+msgstr ""
+
+#: src/language/command.c:214
+#, c-format
+msgid "%s may be used only in testing mode."
+msgstr ""
+
+#: src/language/command.c:220
+#, c-format
+msgid "%s may be used only in enhanced syntax mode."
+msgstr ""
+
+#: src/language/command.c:248
+msgid "Error encountered while ERROR=STOP is effective."
+msgstr ""
+
+#: src/language/command.c:489
+msgid "expecting command name"
+msgstr ""
+
+#: src/language/command.c:503
+#, c-format
+msgid "Unknown command %s."
+msgstr ""
+
+#: src/language/command.c:628
+#, c-format
+msgid "%s is allowed only before the active file has been defined."
+msgstr ""
+
+#: src/language/command.c:632
+#, c-format
+msgid "%s is allowed only after the active file has been defined."
+msgstr ""
+
+#: src/language/command.c:636
+#, c-format
+msgid "%s is allowed only inside INPUT PROGRAM."
+msgstr ""
+
+#: src/language/command.c:640
+#, c-format
+msgid "%s is allowed only inside FILE TYPE."
+msgstr ""
+
+#: src/language/command.c:647
+#, c-format
+msgid ""
+"%s is allowed only before the active file has been defined or inside INPUT "
+"PROGRAM."
+msgstr ""
+
+#: src/language/command.c:651
+#, c-format
+msgid ""
+"%s is allowed only before the active file has been defined or inside FILE "
+"TYPE."
+msgstr ""
+
+#: src/language/command.c:655
+#, c-format
+msgid ""
+"%s is allowed only after the active file has been defined or inside INPUT "
+"PROGRAM."
+msgstr ""
+
+#: src/language/command.c:659
+#, c-format
+msgid ""
+"%s is allowed only after the active file has been defined or inside FILE "
+"TYPE."
+msgstr ""
+
+#: src/language/command.c:663
+#, c-format
+msgid "%s is allowed only inside INPUT PROGRAM or inside FILE TYPE."
+msgstr ""
+
+#: src/language/command.c:669
+#, c-format
+msgid ""
+"%s is allowed only after the active file has been defined, inside INPUT "
+"PROGRAM, or inside FILE TYPE."
+msgstr ""
+
+#: src/language/command.c:674
+#, c-format
+msgid ""
+"%s is allowed only before the active file has been defined, inside INPUT "
+"PROGRAM, or inside FILE TYPE."
+msgstr ""
+
+#: src/language/command.c:692
+#, c-format
+msgid "%s is not allowed inside INPUT PROGRAM."
+msgstr ""
+
+#: src/language/command.c:694
+#, c-format
+msgid "%s is not allowed inside FILE TYPE."
+msgstr ""
+
+#: src/language/command.c:773 src/language/command.c:881
+#: src/language/utilities/permissions.c:98
+msgid "This command not allowed when the SAFER option is set."
+msgstr ""
+
+#: src/language/command.c:785
+#, c-format
+msgid "Error removing `%s': %s."
+msgstr ""
+
+#: src/language/command.c:835
+#, c-format
+msgid "Couldn't fork: %s."
+msgstr ""
+
+#: src/language/command.c:850
+msgid "Interactive shell not supported on this platform."
+msgstr ""
+
+#: src/language/command.c:862
+msgid "Command shell not supported on this platform."
+msgstr ""
+
+#: src/language/command.c:868
+#, c-format
+msgid "Error executing command: %s."
+msgstr ""
+
+#: src/language/control/control-stack.c:27
+#, c-format
+msgid "%s without %s."
+msgstr ""
+
+#: src/language/control/control-stack.c:55
+#, c-format
+msgid "This command must appear inside %s...%s, without intermediate %s...%s."
+msgstr ""
+
+#: src/language/control/control-stack.c:72
+#, c-format
+msgid "This command cannot appear outside %s...%s."
+msgstr ""
+
+#: src/language/control/do-if.c:177
+msgid "This command may not follow ELSE in DO IF...END IF."
+msgstr ""
+
+#: src/language/control/loop.c:214
+msgid "Only one index clause may be specified."
+msgstr ""
+
+#: src/language/control/repeat.c:171
+#, c-format
+msgid "Dummy variable name \"%s\" hides dictionary variable \"%s\"."
+msgstr ""
+
+#: src/language/control/repeat.c:176
+#, c-format
+msgid "Dummy variable name \"%s\" is given twice."
+msgstr ""
+
+#: src/language/control/repeat.c:222
+#, c-format
+msgid ""
+"Dummy variable \"%.*s\" had %d substitutions, so \"%.*s\" must also, but %d "
+"were specified."
+msgstr ""
+
+#: src/language/control/repeat.c:334
+msgid "DO REPEAT may not nest in compatibility mode."
+msgstr ""
+
+#: src/language/control/repeat.c:436
+msgid "Ranges may only have integer bounds"
+msgstr ""
+
+#: src/language/control/repeat.c:445
+#, c-format
+msgid "%g TO %g is an invalid range."
+msgstr ""
+
+#: src/language/control/repeat.c:480
+msgid "String expected."
+msgstr ""
+
+#: src/language/control/repeat.c:499
+msgid "No matching DO REPEAT."
+msgstr ""
+
+#: src/language/control/temporary.c:46
+msgid ""
+"This command may only appear once between procedures and procedure-like "
+"commands."
+msgstr ""
+
+#: src/language/data-io/data-list.c:128
+msgid "The END subcommand may only be used within INPUT PROGRAM."
+msgstr ""
+
+#: src/language/data-io/data-list.c:134
+msgid "The END subcommand may only be specified once."
+msgstr ""
+
+#: src/language/data-io/data-list.c:172
+msgid "Only one of FIXED, FREE, or LIST may be specified."
+msgstr ""
+
+#: src/language/data-io/data-list.c:237
+msgid "The END subcommand may be used only with DATA LIST FIXED."
+msgstr ""
+
+#: src/language/data-io/data-list.c:252
+msgid "At least one variable must be specified."
+msgstr ""
+
+#: src/language/data-io/data-list.c:349 src/language/data-io/data-list.c:438
+#: src/language/data-io/get-data.c:528
+#, c-format
+msgid "%s is a duplicate variable name."
+msgstr ""
+
+#: src/language/data-io/data-list.c:356
+#, c-format
+msgid "There is already a variable %s of a different type."
+msgstr ""
+
+#: src/language/data-io/data-list.c:363
+#, c-format
+msgid "There is already a string variable %s of a different width."
+msgstr ""
+
+#: src/language/data-io/data-list.c:371
+#, c-format
+msgid "Cannot place variable %s on record %d when RECORDS=%d is specified."
+msgstr ""
+
+#: src/language/data-io/data-parser.c:455
+#: src/language/data-io/data-parser.c:464
+msgid "Quoted string extends beyond end of line."
+msgstr ""
+
+#: src/language/data-io/data-parser.c:519
+#, c-format
+msgid "Partial case of %d of %d records discarded."
+msgstr ""
+
+#: src/language/data-io/data-parser.c:565
+#, c-format
+msgid "Partial case discarded.  The first variable missing was %s."
+msgstr ""
+
+#: src/language/data-io/data-parser.c:602
+#, c-format
+msgid ""
+"Missing value(s) for all variables from %s onward.  These will be filled "
+"with the system-missing value or blanks, as appropriate."
+msgstr ""
+
+#: src/language/data-io/data-parser.c:621
+msgid "Record ends in data not part of any field."
+msgstr ""
+
+#: src/language/data-io/data-parser.c:641
+#: src/language/data-io/data-parser.c:682 src/language/data-io/print.c:403
+#: src/language/dictionary/split-file.c:84
+#: src/language/dictionary/sys-file-info.c:162
+#: src/language/dictionary/sys-file-info.c:386
+#: src/language/dictionary/sys-file-info.c:709
+#: src/language/stats/descriptives.c:883 src/ui/gui/dict-display.c:245
+msgid "Variable"
+msgstr ""
+
+#: src/language/data-io/data-parser.c:642 src/language/data-io/print.c:404
+msgid "Record"
+msgstr ""
+
+#: src/language/data-io/data-parser.c:643 src/language/data-io/print.c:405
+#: src/ui/gui/crosstabs.glade:92 src/ui/gui/psppire-var-sheet.c:107
+msgid "Columns"
+msgstr ""
+
+#: src/language/data-io/data-parser.c:644
+#: src/language/data-io/data-parser.c:683 src/language/data-io/print.c:406
+msgid "Format"
+msgstr ""
+
+#: src/language/data-io/data-parser.c:663
+#, c-format
+msgid "Reading %d record from %s."
+msgid_plural "Reading %d records from %s."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/language/data-io/data-parser.c:699
+#, c-format
+msgid "Reading free-form data from %s."
+msgstr ""
+
+#. TRANSLATORS: this fragment will be interpolated into
+#. messages in fh_lock() that identify types of files.
+#: src/language/data-io/data-reader.c:122
+#: src/language/data-io/data-writer.c:58
+msgid "data file"
+msgstr ""
+
+#: src/language/data-io/data-reader.c:149
+#, c-format
+msgid "Could not open \"%s\" for reading as a data file: %s."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:191
+msgid ""
+"Unexpected end-of-file while reading data in BEGIN DATA.  This probably "
+"indicates a missing or misformatted END DATA command.  END DATA must appear "
+"by itself on a single line with exactly one space between words."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:216
+#, c-format
+msgid "Error reading file %s: %s."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:219
+#, c-format
+msgid "Unexpected end of file reading %s."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:228
+#, c-format
+msgid "Unexpected end of file in partial record reading %s."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:288
+#, c-format
+msgid "Corrupt block descriptor word at offset 0x%lx in %s."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:289
+#, c-format
+msgid "Corrupt record descriptor word at offset 0x%lx in %s."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:302
+#, c-format
+msgid "Corrupt record size at offset 0x%lx in %s."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:444
+msgid "Record exceeds remaining block length."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:518
+#, c-format
+msgid "Attempt to read beyond end-of-file on file %s."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:521
+msgid "Attempt to read beyond END DATA."
+msgstr ""
+
+#: src/language/data-io/data-reader.c:707
+msgid ""
+"This command is not valid here since the current input program does not "
+"access the inline file."
+msgstr ""
+
+#: src/language/data-io/data-writer.c:74
+#, c-format
+msgid "An error occurred while opening \"%s\" for writing as a data file: %s."
+msgstr ""
+
+#: src/language/data-io/data-writer.c:191
+#, c-format
+msgid "I/O error occurred writing data file \"%s\"."
+msgstr ""
+
+#: src/language/data-io/file-handle.q:65
+#, c-format
+msgid ""
+"File handle %s is already defined.  Use CLOSE FILE HANDLE before redefining "
+"a file handle."
+msgstr ""
+
+#: src/language/data-io/file-handle.q:120
+msgid "RECFORM must be specified with MODE=360."
+msgstr ""
+
+#: src/language/data-io/file-handle.q:131
+#, c-format
+msgid "The specified file mode requires LRECL.  Assuming %d-character records."
+msgstr ""
+
+#: src/language/data-io/file-handle.q:135
+#, c-format
+msgid ""
+"Record length (%ld) must be between 1 and %lu bytes.  Assuming %d-character "
+"records."
+msgstr ""
+
+#: src/language/data-io/file-handle.q:177
+msgid "file"
+msgstr ""
+
+#: src/language/data-io/file-handle.q:179
+msgid "inline file"
+msgstr ""
+
+#: src/language/data-io/file-handle.q:205
+msgid "expecting a file name or handle name"
+msgstr ""
+
+#: src/language/data-io/file-handle.q:225
+#, c-format
+msgid "Handle for %s not allowed here."
+msgstr ""
+
+#: src/language/data-io/get.c:99
+msgid "expecting COMM or TAPE"
+msgstr ""
+
+#: src/language/data-io/get.c:272 src/language/data-io/get.c:286
+#: src/language/data-io/get.c:311
+#, c-format
+msgid "expecting %s or %s"
+msgstr ""
+
+#: src/language/data-io/get.c:506 src/language/data-io/print.c:178
+msgid "expecting a valid subcommand"
+msgstr ""
+
+#: src/language/data-io/get.c:539
+#, c-format
+msgid ""
+"Cannot rename %s as %s because there already exists a variable named %s.  To "
+"rename variables with overlapping names, use a single RENAME subcommand such "
+"as \"/RENAME (A=B)(B=C)(C=A)\", or equivalently, \"/RENAME (A B C=B C A)\"."
+msgstr ""
+
+#: src/language/data-io/get.c:565
+msgid "`=' expected after variable list."
+msgstr ""
+
+#: src/language/data-io/get.c:572
+#, c-format
+msgid ""
+"Number of variables on left side of `=' (%zu) does not match number of "
+"variables on right side (%zu), in parenthesized group %d of RENAME "
+"subcommand."
+msgstr ""
+"Number of variables on left side of `=' (%zu) does not match number of \n"
+"variables on right side (%zu), in parenthesised group %d of RENAME \n"
+"subcommand."
+
+#: src/language/data-io/get.c:585
+#, c-format
+msgid "Requested renaming duplicates variable name %s."
+msgstr ""
+
+#: src/language/data-io/get.c:615
+msgid "Cannot DROP all variables from dictionary."
+msgstr ""
+
+#: src/language/data-io/get.c:788
+msgid "Cannot specify the active file since no active file has been defined."
+msgstr ""
+
+#: src/language/data-io/get.c:795
+msgid ""
+"MATCH FILES may not be used after TEMPORARY when the active file is an input "
+"source.  Temporary transformations will be made permanent."
+msgstr ""
+
+#: src/language/data-io/get.c:829
+msgid "Multiple IN subcommands for a single FILE or TABLE."
+msgstr ""
+
+#: src/language/data-io/get.c:873
+#, c-format
+msgid "File %s lacks BY variable %s."
+msgstr ""
+
+#: src/language/data-io/get.c:876
+#, c-format
+msgid "Active file lacks BY variable %s."
+msgstr ""
+
+#: src/language/data-io/get.c:946
+msgid "BY is required when TABLE is specified."
+msgstr ""
+
+#: src/language/data-io/get.c:951
+msgid "BY is required when IN is specified."
+msgstr ""
+
+#: src/language/data-io/get.c:1056
+#, c-format
+msgid ""
+"Variable name %s specified on %s subcommand duplicates an existing variable "
+"name."
+msgstr ""
+
+#: src/language/data-io/get.c:1303
+#, c-format
+msgid ""
+"Variable %s in file %s (%s) has different type or width from the same "
+"variable in earlier file (%s)."
+msgstr ""
+
+#: src/language/data-io/get-data.c:62
+#, c-format
+msgid "Unsupported TYPE %s"
+msgstr ""
+
+#: src/language/data-io/get-data.c:258
+#, c-format
+msgid ""
+"%s is allowed only with %s arrangement, but %s arrangement was stated or "
+"implied earlier in this command."
+msgstr ""
+
+#: src/language/data-io/get-data.c:313
+msgid "expecting FIXED or DELIMITED"
+msgstr ""
+
+#: src/language/data-io/get-data.c:326
+msgid "Value of FIRSTCASE must be 1 or greater."
+msgstr ""
+
+#: src/language/data-io/get-data.c:351
+msgid "expecting LINE or VARIABLES"
+msgstr ""
+
+#: src/language/data-io/get-data.c:364
+msgid "Value of FIXCASE must be at least 1."
+msgstr ""
+
+#: src/language/data-io/get-data.c:384
+msgid "Value of FIRST must be at least 1."
+msgstr ""
+
+#: src/language/data-io/get-data.c:396
+msgid "Value of PERCENT must be between 1 and 100."
+msgstr ""
+
+#: src/language/data-io/get-data.c:445
+msgid ""
+"In compatible syntax mode, the QUALIFIER string must contain exactly one "
+"character."
+msgstr ""
+
+#: src/language/data-io/get-data.c:460
+msgid "expecting VARIABLES"
+msgstr ""
+
+#: src/language/data-io/get-data.c:482
+#: src/language/data-io/placement-parser.c:378
+#, c-format
+msgid ""
+"The record number specified, %ld, is at or before the previous record, %d.  "
+"Data fields must be listed in order of increasing record number."
+msgstr ""
+
+#: src/language/data-io/get-data.c:491
+#, c-format
+msgid ""
+"The record number specified, %ld, exceeds the number of records per case "
+"specified on FIXCASE, %d."
+msgstr ""
+
+#: src/language/data-io/inpt-pgm.c:129
+msgid "Unexpected end-of-file within INPUT PROGRAM."
+msgstr ""
+
+#: src/language/data-io/inpt-pgm.c:142
+msgid "Input program did not create any variables."
+msgstr ""
+
+#: src/language/data-io/inpt-pgm.c:287
+msgid "COLUMN subcommand multiply specified."
+msgstr ""
+
+#: src/language/data-io/inpt-pgm.c:337
+msgid ""
+"REREAD: Column numbers must be positive finite numbers.  Column set to 1."
+msgstr ""
+
+#: src/language/data-io/list.q:157 src/language/stats/descriptives.c:362
+msgid "No variables specified."
+msgstr ""
+
+#: src/language/data-io/list.q:165
+#, c-format
+msgid ""
+"The first case (%ld) specified precedes the last case (%ld) specified.  The "
+"values will be swapped."
+msgstr ""
+
+#: src/language/data-io/list.q:173
+#, c-format
+msgid ""
+"The first case (%ld) to list is less than 1.  The value is being reset to 1."
+msgstr ""
+
+#: src/language/data-io/list.q:179
+#, c-format
+msgid ""
+"The last case (%ld) to list is less than 1.  The value is being reset to 1."
+msgstr ""
+
+#: src/language/data-io/list.q:185
+#, c-format
+msgid "The step value %ld is less than 1.  The value is being reset to 1."
+msgstr ""
+
+#: src/language/data-io/list.q:211
+msgid "`/FORMAT WEIGHT' specified, but weighting is not on."
+msgstr ""
+
+#: src/language/data-io/list.q:467
+msgid "Line"
+msgstr ""
+
+#: src/language/data-io/placement-parser.c:87
+#, c-format
+msgid ""
+"Number of variables specified (%zu) differs from number of variable formats "
+"(%zu)."
+msgstr ""
+
+#: src/language/data-io/placement-parser.c:97
+msgid ""
+"SPSS-like or Fortran-like format specification expected after variable names."
+msgstr ""
+
+#: src/language/data-io/placement-parser.c:119
+#, c-format
+msgid "The %d columns %d-%d can't be evenly divided into %zu fields."
+msgstr ""
+
+#: src/language/data-io/placement-parser.c:226
+#: src/language/lexer/format-parser.c:107
+#: src/language/lexer/format-parser.c:126
+#, c-format
+msgid "Unknown format type \"%s\"."
+msgstr ""
+
+#: src/language/data-io/placement-parser.c:305
+msgid "Column positions for fields must be positive."
+msgstr ""
+
+#: src/language/data-io/placement-parser.c:307
+msgid "Column positions for fields must not be negative."
+msgstr ""
+
+#: src/language/data-io/placement-parser.c:344
+msgid "The ending column for a field must be greater than the starting column."
+msgstr ""
+
+#: src/language/data-io/print.c:266
+#, c-format
+msgid "Output calls for %d records but %zu specified on RECORDS subcommand."
+msgstr ""
+
+#: src/language/data-io/print.c:436
+#, c-format
+msgid "Writing %d record to %s."
+msgid_plural "Writing %d records to %s."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/language/data-io/print.c:440
+#, c-format
+msgid "Writing %d record."
+msgid_plural "Writing %d records."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/language/data-io/print-space.c:73 src/language/lexer/lexer.c:477
+#: src/language/stats/autorecode.c:154 src/language/xforms/select-if.c:60
+msgid "expecting end of command"
+msgstr ""
+
+#: src/language/data-io/print-space.c:116
+msgid "The expression on PRINT SPACE evaluated to the system-missing value."
+msgstr ""
+
+#: src/language/data-io/print-space.c:119
+#, c-format
+msgid "The expression on PRINT SPACE evaluated to %g."
+msgstr ""
+
+#: src/language/dictionary/apply-dictionary.c:75
+#, c-format
+msgid "Variable %s is %s in target file, but %s in source file."
+msgstr ""
+
+#: src/language/dictionary/apply-dictionary.c:99
+#, c-format
+msgid "Cannot add value labels from source file to long string variable %s."
+msgstr ""
+
+#: src/language/dictionary/apply-dictionary.c:113
+#, c-format
+msgid ""
+"Cannot apply missing values from source file to long string variable %s."
+msgstr ""
+
+#: src/language/dictionary/apply-dictionary.c:129
+msgid "No matching variables found between the source and target files."
+msgstr ""
+
+#: src/language/dictionary/attributes.c:108
+msgid "Attribute array index must be between 1 and 65535."
+msgstr ""
+
+#: src/language/dictionary/attributes.c:189
+msgid "expecting ATTRIBUTE= or DELETE="
+msgstr ""
+
+#: src/language/dictionary/delete-variables.c:40
+msgid ""
+"DELETE VARIABLES may not be used after TEMPORARY.  Temporary transformations "
+"will be made permanent."
+msgstr ""
+
+#: src/language/dictionary/delete-variables.c:48
+msgid ""
+"DELETE VARIABLES may not be used to delete all variables from the active "
+"file dictionary.  Use NEW FILE instead."
+msgstr ""
+
+#: src/language/dictionary/formats.c:90
+msgid "`(' expected after variable list."
+msgstr ""
+
+#: src/language/dictionary/formats.c:100 src/language/dictionary/numeric.c:70
+msgid "`)' expected after output format."
+msgstr ""
+
+#: src/language/dictionary/missing-values.c:56
+#: src/language/stats/aggregate.c:461
+msgid "expecting `('"
+msgstr ""
+
+#: src/language/dictionary/missing-values.c:72
+#, c-format
+msgid ""
+"Cannot mix numeric variables (e.g. %s) and string variables (e.g. %s) within "
+"a single list."
+msgstr ""
+
+#: src/language/dictionary/missing-values.c:117
+#, c-format
+msgid "Truncating missing value to short string length (%d characters)."
+msgstr ""
+
+#: src/language/dictionary/missing-values.c:139
+#, c-format
+msgid "Missing values provided are too long to assign to variable of width %d."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:92
+msgid ""
+"MODIFY VARS may not be used after TEMPORARY.  Temporary transformations will "
+"be made permanent."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:114
+msgid "REORDER subcommand may be given at most once."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:137
+msgid "Cannot specify ALL after specifying a set of variables."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:147
+msgid "`(' expected on REORDER subcommand."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:159
+msgid "`)' expected following variable names on REORDER subcommand."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:177
+msgid "RENAME subcommand may be given at most once."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:190
+msgid "`(' expected on RENAME subcommand."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:199
+msgid ""
+"`=' expected between lists of new and old variable names on RENAME "
+"subcommand."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:208
+#: src/language/dictionary/rename-variables.c:76
+#, c-format
+msgid ""
+"Differing number of variables in old name list (%zu) and in new name list (%"
+"zu)."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:219
+msgid "`)' expected after variable lists on RENAME subcommand."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:233
+msgid ""
+"KEEP subcommand may be given at most once.  It may not be given in "
+"conjunction with the DROP subcommand."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:276
+msgid ""
+"DROP subcommand may be given at most once.  It may not be given in "
+"conjunction with the KEEP subcommand."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:302
+#, c-format
+msgid "Unrecognized subcommand name `%s'."
+msgstr "Unrecognised subcommand name `%s'."
+
+#: src/language/dictionary/modify-variables.c:304
+msgid "Subcommand name expected."
+msgstr ""
+
+#: src/language/dictionary/modify-variables.c:312
+msgid "`/' or `.' expected."
+msgstr ""
+
+#: src/language/dictionary/numeric.c:63
+#, c-format
+msgid "Format type %s may not be used with a numeric variable."
+msgstr ""
+
+#: src/language/dictionary/numeric.c:82 src/language/dictionary/numeric.c:151
+#, c-format
+msgid "There is already a variable named %s."
+msgstr ""
+
+#: src/language/dictionary/numeric.c:136
+#, c-format
+msgid "Format type %s may not be used with a string variable."
+msgstr ""
+
+#: src/language/dictionary/rename-variables.c:49
+msgid ""
+"RENAME VARS may not be used after TEMPORARY.  Temporary transformations will "
+"be made permanent."
+msgstr ""
+
+#: src/language/dictionary/rename-variables.c:59
+msgid "`(' expected."
+msgstr ""
+
+#: src/language/dictionary/rename-variables.c:67
+msgid "`=' expected between lists of new and old variable names."
+msgstr ""
+
+#: src/language/dictionary/rename-variables.c:87
+msgid "`)' expected after variable names."
+msgstr ""
+
+#: src/language/dictionary/rename-variables.c:97
+#, c-format
+msgid "Renaming would duplicate variable name %s."
+msgstr ""
+
+#: src/language/dictionary/split-file.c:85
+#: src/language/dictionary/sys-file-info.c:480
+#: src/language/dictionary/sys-file-info.c:629
+#: src/language/stats/crosstabs.q:1155 src/language/stats/crosstabs.q:1182
+#: src/language/stats/crosstabs.q:1202 src/language/stats/crosstabs.q:1224
+#: src/language/stats/examine.q:1948 src/language/stats/frequencies.q:1055
+#: src/language/stats/frequencies.q:1179 src/language/stats/reliability.q:572
+#: src/language/stats/reliability.q:583
+msgid "Value"
+msgstr ""
+
+#: src/language/dictionary/split-file.c:86
+#: src/language/dictionary/sys-file-info.c:390
+#: src/language/dictionary/sys-file-info.c:630 src/ui/gui/crosstabs.glade:275
+#: src/ui/gui/psppire.glade:2099 src/ui/gui/psppire-var-sheet.c:104
+msgid "Label"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:113
+msgid "File:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:115 src/ui/gui/psppire.glade:2052
+#: src/ui/gui/recode.glade:841
+msgid "Label:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:119
+msgid "No label."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:122
+msgid "Created:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:125
+msgid "Integer Format:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:127
+msgid "Big Endian."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:128
+msgid "Little Endian."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:129
+#: src/language/dictionary/sys-file-info.c:137
+msgid "Unknown."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:130
+msgid "Real Format:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:132
+msgid "IEEE 754 LE."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:133
+msgid "IEEE 754 BE."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:134
+msgid "VAX D."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:135
+msgid "VAX G."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:136
+msgid "IBM 390 Hex Long."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:138
+#: src/ui/gui/descriptives-dialog.glade:79 src/ui/gui/recode.glade:940
+msgid "Variables:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:140
+msgid "Cases:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:142
+msgid "Unknown"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:144
+msgid "Type:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:145
+msgid "System File."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:146
+msgid "Weight:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:151
+msgid "Not weighted."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:153
+msgid "Mode:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:155
+#, c-format
+msgid "Compression %s."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:155
+msgid "on"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:155
+msgid "off"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:163
+#: src/language/dictionary/sys-file-info.c:390
+msgid "Description"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:164
+#: src/language/dictionary/sys-file-info.c:392
+#: src/language/dictionary/sys-file-info.c:708
+msgid "Position"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:213
+msgid "The active file does not have a file label."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:216
+msgid "File label:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:291
+msgid "No variables to display."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:306
+msgid "Macros not supported."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:316
+msgid "The active file dictionary does not contain any documents."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:324
+msgid "Documents in the active file:"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:479
+msgid "Attribute"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:537
+#, c-format
+msgid "Format: %s"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:544
+#, c-format
+msgid "Print Format: %s"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:547
+#, c-format
+msgid "Write Format: %s"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:559
+#, c-format
+msgid "Measure: %s"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:560
+#: src/ui/gui/psppire-var-sheet.c:123
+msgid "Nominal"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:561
+#: src/ui/gui/psppire-var-sheet.c:124
+msgid "Ordinal"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:562
+#: src/ui/gui/psppire-var-sheet.c:125
+msgid "Scale"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:565
+#, c-format
+msgid "Display Alignment: %s"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:566
+#: src/ui/gui/psppire-var-sheet.c:116
+msgid "Left"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:567
+#: src/ui/gui/psppire-var-sheet.c:118
+msgid "Center"
+msgstr "Centre"
+
+#: src/language/dictionary/sys-file-info.c:568
+#: src/ui/gui/psppire-var-sheet.c:117
+msgid "Right"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:571
+#, c-format
+msgid "Display Width: %d"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:583
+msgid "Missing Values: "
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:686
+msgid "No vectors defined."
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:707
+msgid "Vector"
+msgstr ""
+
+#: src/language/dictionary/sys-file-info.c:710
+msgid "Print Format"
+msgstr ""
+
+#: src/language/dictionary/value-labels.c:121
+#, c-format
+msgid ""
+"It is not possible to assign value labels to long string variables such as %"
+"s."
+msgstr ""
+
+#: src/language/dictionary/value-labels.c:157 src/language/lexer/lexer.c:630
+msgid "expecting string"
+msgstr ""
+
+#: src/language/dictionary/value-labels.c:166 src/language/lexer/lexer.c:657
+msgid "expecting number"
+msgstr ""
+
+#: src/language/dictionary/value-labels.c:182
+msgid "Truncating value label to 60 characters."
+msgstr ""
+
+#: src/language/dictionary/variable-display.c:119
+msgid "Variable display width must be a positive integer."
+msgstr ""
+
+#: src/language/dictionary/variable-label.c:51
+msgid "String expected for variable label."
+msgstr ""
+
+#: src/language/dictionary/variable-label.c:59
+msgid "Truncating variable label to 255 characters."
+msgstr ""
+
+#: src/language/dictionary/vector.c:64
+#, c-format
+msgid "A vector named %s already exists."
+msgstr ""
+
+#: src/language/dictionary/vector.c:72
+#, c-format
+msgid "Vector name %s is given twice."
+msgstr ""
+
+#: src/language/dictionary/vector.c:96
+msgid "A slash must separate each vector specification in VECTOR's long form."
+msgstr ""
+
+#: src/language/dictionary/vector.c:129
+msgid "Vectors must have at least one element."
+msgstr ""
+
+#: src/language/dictionary/vector.c:150
+msgid "expecting vector length"
+msgstr ""
+
+#: src/language/dictionary/vector.c:166
+#, c-format
+msgid "%s is too long for a variable name."
+msgstr ""
+
+#: src/language/dictionary/vector.c:171
+#, c-format
+msgid "%s is an existing variable name."
+msgstr ""
+
+#: src/language/dictionary/weight.c:49
+msgid "The weighting variable must be numeric."
+msgstr ""
+
+#: src/language/dictionary/weight.c:54
+msgid "The weighting variable may not be scratch."
+msgstr ""
+
+#: src/language/expressions/evaluate.c:154
+msgid "expecting number or string"
+msgstr ""
+
+#: src/language/expressions/evaluate.c:168
+#, c-format
+msgid "Duplicate variable name %s."
+msgstr ""
+
+#: src/language/expressions/helpers.c:51
+msgid ""
+"One of the arguments to a DATE function is not an integer.  The result will "
+"be system-missing."
+msgstr ""
+
+#: src/language/expressions/helpers.c:73
+msgid ""
+"The week argument to DATE.WKYR is not an integer.  The result will be system-"
+"missing."
+msgstr ""
+
+#: src/language/expressions/helpers.c:79
+msgid ""
+"The week argument to DATE.WKYR is outside the acceptable range of 1 to 53.  "
+"The result will be system-missing."
+msgstr ""
+
+#: src/language/expressions/helpers.c:101
+msgid ""
+"The day argument to DATE.YRDAY is not an integer.  The result will be system-"
+"missing."
+msgstr ""
+
+#: src/language/expressions/helpers.c:107
+msgid ""
+"The day argument to DATE.YRDAY is outside the acceptable range of 1 to 366.  "
+"The result will be system-missing."
+msgstr ""
+
+#: src/language/expressions/helpers.c:129
+msgid ""
+"The year argument to YRMODA is greater than 47516.  The result will be "
+"system-missing."
+msgstr ""
+
+#: src/language/expressions/helpers.c:182
+#, c-format
+msgid ""
+"Unrecognized date unit \"%.*s\".  Valid date units are \"years\", \"quarters"
+"\", \"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\"."
+msgstr ""
+"Unrecognised date unit \"%.*s\".  Valid date units are \"years\", \"quarters"
+"\"\n"
+"\"\", \"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds"
+"\"."
+
+#: src/language/expressions/helpers.c:332
+msgid ""
+"Invalid DATESUM method.  Valid choices are \"closest\" and \"rollover\"."
+msgstr ""
+
+#: src/language/expressions/parse.c:259
+#, c-format
+msgid ""
+"Type mismatch: expression has %s type, but a numeric value is required here."
+msgstr ""
+
+#: src/language/expressions/parse.c:271
+#, c-format
+msgid ""
+"Type mismatch: expression has %s type, but a string value is required here."
+msgstr ""
+
+#: src/language/expressions/parse.c:427
+#, c-format
+msgid "Type mismatch while applying %s operator: cannot convert %s to %s."
+msgstr ""
+
+#: src/language/expressions/parse.c:643
+msgid ""
+"Chaining relational operators (e.g. \"a < b < c\") will not produce the "
+"mathematically expected result.  Use the AND logical operator to fix the "
+"problem (e.g. \"a < b AND b < c\").  If chaining is really intended, "
+"parentheses will disable this warning (e.g. \"(a < b) < c\".)"
+msgstr ""
+
+#: src/language/expressions/parse.c:744
+msgid ""
+"The exponentiation operator (\"**\") is left-associative, even though right-"
+"associative semantics are more useful.  That is, \"a**b**c\" equals \"(a**b)"
+"**c\", not as \"a**(b**c)\".  To disable this warning, insert parentheses."
+msgstr ""
+
+#: src/language/expressions/parse.c:809
+#, c-format
+msgid "Unknown system variable %s."
+msgstr ""
+
+#: src/language/expressions/parse.c:857
+#, c-format
+msgid "Unknown identifier %s."
+msgstr ""
+
+#: src/language/expressions/parse.c:885 src/language/stats/aggregate.c:519
+msgid "expecting `)'"
+msgstr ""
+
+#: src/language/expressions/parse.c:892
+msgid "in expression"
+msgstr ""
+
+#: src/language/expressions/parse.c:1073
+#, c-format
+msgid "%s must have at least %d arguments in list."
+msgstr ""
+
+#: src/language/expressions/parse.c:1082
+#, c-format
+msgid "%s must have even number of arguments in list."
+msgstr ""
+
+#: src/language/expressions/parse.c:1085
+#, c-format
+msgid "%s must have multiple of %d arguments in list."
+msgstr ""
+
+#: src/language/expressions/parse.c:1095
+#, c-format
+msgid "%s function does not accept a minimum valid argument count."
+msgstr ""
+
+#: src/language/expressions/parse.c:1104
+#, c-format
+msgid "%s requires at least %d valid arguments in list."
+msgstr ""
+
+#: src/language/expressions/parse.c:1110
+#, c-format
+msgid ""
+"With %s, using minimum valid argument count of %d does not make sense when "
+"passing only %d arguments in list."
+msgstr ""
+
+#: src/language/expressions/parse.c:1164
+#, c-format
+msgid "Type mismatch invoking %s as "
+msgstr ""
+
+#: src/language/expressions/parse.c:1169
+msgid "Function invocation "
+msgstr ""
+
+#: src/language/expressions/parse.c:1171
+msgid " does not match any known function.  Candidates are:"
+msgstr ""
+
+#: src/language/expressions/parse.c:1201
+#, c-format
+msgid "No function or vector named %s."
+msgstr ""
+
+#: src/language/expressions/parse.c:1244
+#, c-format
+msgid "expecting `,' or `)' invoking %s function"
+msgstr ""
+
+#: src/language/expressions/parse.c:1264
+#, c-format
+msgid "%s is a PSPP extension."
+msgstr ""
+
+#: src/language/expressions/parse.c:1267
+#, c-format
+msgid "%s is not yet implemented."
+msgstr ""
+
+#: src/language/expressions/parse.c:1273
+#, c-format
+msgid "%s may not appear after TEMPORARY."
+msgstr ""
+
+#: src/language/lexer/format-parser.c:88
+msgid "expecting valid format specifier"
+msgstr ""
+
+#: src/language/lexer/format-parser.c:121
+msgid "expecting format type"
+msgstr ""
+
+#: src/language/lexer/lexer.c:282
+#, c-format
+msgid "%s does not form a valid number."
+msgstr ""
+
+#: src/language/lexer/lexer.c:387
+#, c-format
+msgid "Bad character in input: `%c'."
+msgstr ""
+
+#: src/language/lexer/lexer.c:389
+#, c-format
+msgid "Bad character in input: `\\%o'."
+msgstr ""
+
+#: src/language/lexer/lexer.c:425
+#, c-format
+msgid "Subcommand %s may only be specified once."
+msgstr ""
+
+#: src/language/lexer/lexer.c:433
+#, c-format
+msgid "missing required subcommand %s"
+msgstr ""
+
+#: src/language/lexer/lexer.c:462
+#, c-format
+msgid "Syntax error %s at %s."
+msgstr ""
+
+#: src/language/lexer/lexer.c:465
+#, c-format
+msgid "Syntax error at %s."
+msgstr ""
+
+#: src/language/lexer/lexer.c:599 src/language/lexer/lexer.c:616
+#, c-format
+msgid "expecting `%s'"
+msgstr ""
+
+#: src/language/lexer/lexer.c:644
+msgid "expecting integer"
+msgstr ""
+
+#: src/language/lexer/lexer.c:669
+msgid "expecting identifier"
+msgstr ""
+
+#: src/language/lexer/lexer.c:1063
+msgid "binary"
+msgstr ""
+
+#: src/language/lexer/lexer.c:1068
+msgid "octal"
+msgstr ""
+
+#: src/language/lexer/lexer.c:1073
+msgid "hex"
+msgstr ""
+
+#: src/language/lexer/lexer.c:1083
+#, c-format
+msgid "String of %s digits has %zu characters, which is not a multiple of %d."
+msgstr ""
+
+#: src/language/lexer/lexer.c:1112
+#, c-format
+msgid "`%c' is not a valid %s digit."
+msgstr ""
+
+#: src/language/lexer/lexer.c:1146
+msgid "Unterminated string constant."
+msgstr ""
+
+#: src/language/lexer/lexer.c:1200
+msgid "Unexpected end of file in string concatenation."
+msgstr ""
+
+#: src/language/lexer/lexer.c:1208
+msgid "String expected following `+'."
+msgstr ""
+
+#: src/language/lexer/lexer.c:1221
+#, c-format
+msgid "String exceeds 255 characters in length (%zu characters)."
+msgstr ""
+
+#: src/language/lexer/range-parser.c:60
+#, c-format
+msgid ""
+"Low end of range (%g) is below high end (%g).  The range will be treated as "
+"reversed."
+msgstr ""
+
+#: src/language/lexer/range-parser.c:68
+#, c-format
+msgid "Ends of range are equal (%g)."
+msgstr ""
+
+#: src/language/lexer/range-parser.c:76
+msgid "LO or LOWEST must be part of a range."
+msgstr ""
+
+#: src/language/lexer/range-parser.c:108
+msgid "System-missing value is not valid here."
+msgstr ""
+
+#: src/language/lexer/range-parser.c:116
+msgid "expecting number or data string"
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:63
+msgid "expecting variable name"
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:73
+#, c-format
+msgid "%s is not a variable name."
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:176
+#, c-format
+msgid ""
+"%s is not a numeric variable.  It will not be included in the variable list."
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:179
+#, c-format
+msgid ""
+"%s is not a string variable.  It will not be included in the variable list."
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:183
+#, c-format
+msgid "Scratch variables (such as %s) are not allowed here."
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:187
+#, c-format
+msgid ""
+"%s and %s are not the same type.  All variables in this variable list must "
+"be of the same type.  %s will be omitted from the list."
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:193
+#, c-format
+msgid ""
+"%s and %s are string variables with different widths.  All variables in this "
+"variable list must have the same width.  %s will be omitted from the list."
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:198
+#, c-format
+msgid "Variable %s appears twice in variable list."
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:311
+#, c-format
+msgid "%s TO %s is not valid syntax since %s precedes %s in the dictionary."
+msgstr ""
+
+#: src/language/lexer/variable-parser.c:319
+#, c-format
+msgid ""
+"When using the TO keyword to specify several variables, both variables must "
+"be from the same variable dictionaries, of either ordinary, scratch, or "
+"system variables.  %s is a %s variable, whereas %s is %s."
 msgstr ""
 
-#: src/autorecode.c:142 src/command.c:797 src/compute.c:280 src/do-if.c:256
-#: src/file-handle.q:142 src/get.c:243 src/lexer.c:428 src/loop.c:244
-#: src/matrix-data.c:531 src/print.c:338 src/print.c:1048 src/recode.c:408
-#: src/sel-if.c:57 src/sel-if.c:134 src/vector.c:197
-msgid "expecting end of command"
+#: src/language/lexer/variable-parser.c:393
+msgid "incorrect use of TO convention"
 msgstr ""
 
-#: src/autorecode.c:152
-#, c-format
-msgid "Target variable %s duplicates existing variable %s."
+#: src/language/lexer/variable-parser.c:436
+msgid "Scratch variables not allowed here."
 msgstr ""
 
-#: src/autorecode.c:159
-#, c-format
-msgid "Duplicate variable name %s among target variables."
+#: src/language/lexer/variable-parser.c:458
+msgid "Prefixes don't match in use of TO convention."
 msgstr ""
 
-#: src/calendar.c:81
-#, c-format
-msgid "Month %d is not in acceptable range of 0 to 13."
+#: src/language/lexer/variable-parser.c:463
+msgid "Bad bounds in use of TO convention."
 msgstr ""
 
-#: src/calendar.c:89
-#, c-format
-msgid "Day %d is not in acceptable range of 0 to 31."
+#: src/language/stats/aggregate.c:218
+msgid "while expecting COLUMNWISE"
 msgstr ""
 
-#: src/calendar.c:96
-#, c-format
-msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15."
+#: src/language/stats/aggregate.c:249
+msgid "expecting BREAK"
 msgstr ""
 
-#: src/casefile.c:252
-#, c-format
-msgid "%s: Removing temporary file: %s."
+#: src/language/stats/aggregate.c:254
+msgid ""
+"When PRESORTED is specified, specifying sorting directions with (A) or (D) "
+"has no effect.  Output data will be sorted the same way as the input data."
 msgstr ""
 
-#: src/casefile.c:399
-#, c-format
-msgid "Error writing temporary file: %s."
+#: src/language/stats/aggregate.c:426
+msgid "expecting aggregation function"
 msgstr ""
 
-#: src/casefile.c:541
+#: src/language/stats/aggregate.c:444
 #, c-format
-msgid "%s: Opening temporary file: %s."
+msgid "Unknown aggregation function %s."
 msgstr ""
 
-#: src/casefile.c:567
+#: src/language/stats/aggregate.c:500
 #, c-format
-msgid "%s: Seeking temporary file: %s."
+msgid "Missing argument %zu to %s."
 msgstr ""
 
-#: src/casefile.c:583
+#: src/language/stats/aggregate.c:509
 #, c-format
-msgid "%s: Reading temporary file: %s."
+msgid "Arguments to %s must be of same type as source variables."
 msgstr ""
 
-#: src/casefile.c:586
+#: src/language/stats/aggregate.c:531
 #, c-format
-msgid "%s: Temporary file ended unexpectedly."
+msgid ""
+"Number of source variables (%zu) does not match number of target variables (%"
+"zu)."
 msgstr ""
 
-#: src/cmdline.c:145 src/cmdline.c:164 src/cmdline.c:176 src/command.c:213
-#: src/expressions/parse.c:1206 src/set.q:428 src/set.q:430 src/set.q:997
+#: src/language/stats/aggregate.c:547
 #, c-format
-msgid "%s is not yet implemented."
+msgid ""
+"The value arguments passed to the %s function are out-of-order.  They will "
+"be treated as if they had been specified in the correct order."
 msgstr ""
 
-#: src/cmdline.c:247
+#: src/language/stats/aggregate.c:617
 #, c-format
 msgid ""
-"PSPP, a program for statistical analysis of sample data.\n"
-"\n"
-"Usage: %s [OPTION]... FILE...\n"
-"\n"
-"If a long option shows an argument as mandatory, then it is mandatory\n"
-"for the equivalent short option also.  Similarly for optional arguments.\n"
-"\n"
-"Configuration:\n"
-"  -a, --algorithm={compatible|enhanced}\n"
-"                            set to `compatible' if you want output\n"
-"                            calculated from broken algorithms\n"
-"  -B, --config-dir=DIR      set configuration directory to DIR\n"
-"  -o, --device=DEVICE       select output driver DEVICE and disable "
-"defaults\n"
-"  -d, --define=VAR[=VALUE]  set environment variable VAR to VALUE, or empty\n"
-"  -u, --undef=VAR           undefine environment variable VAR\n"
-"\n"
-"Input and output:\n"
-"  -f, --out-file=FILE       send output to FILE (overwritten)\n"
-"  -p, --pipe                read script from stdin, send output to stdout\n"
-"  -I-, --no-include         clear include path\n"
-"  -I, --include=DIR         append DIR to include path\n"
-"  -c, --command=COMMAND     execute COMMAND before .pspp/rc at startup\n"
-"\n"
-"Language modifiers:\n"
-"  -i, --interactive         interpret scripts in interactive mode\n"
-"  -n, --edit                just check syntax; don't actually run the code\n"
-"  -r, --no-statrc           disable execution of .pspp/rc at startup\n"
-"  -s, --safer               don't allow some unsafe operations\n"
-"  -x, --syntax={compatible|enhanced}\n"
-"                            set to `compatible' if you want only to accept\n"
-"                            spss compatible syntax\n"
-"\n"
-"Informative output:\n"
-"  -h, --help                print this help, then exit\n"
-"  -l, --list                print a list of known driver classes, then exit\n"
-"  -V, --version             show PSPP version, then exit\n"
-"  -v, --verbose             increments verbosity level\n"
-"\n"
-"Non-option arguments:\n"
-" FILE1 FILE2                run FILE1, clear the dictionary, run FILE2\n"
-" FILE1 + FILE2              run FILE1 then FILE2 without clearing "
-"dictionary\n"
-" KEY=VALUE                  overrides macros in output initialization file\n"
-"\n"
+"Variable name %s is not unique within the aggregate file dictionary, which "
+"contains the aggregate variables and the break variables."
 msgstr ""
 
-#: src/cmdline.c:285
+#: src/language/stats/autorecode.c:136
 #, c-format
-msgid ""
-"\n"
-"Report bugs to <%s>.\n"
+msgid "Source variable count (%zu) does not match target variable count (%zu)."
 msgstr ""
 
-#: src/command.c:150
+#: src/language/stats/autorecode.c:164
 #, c-format
-msgid "%s not allowed inside FILE TYPE/END FILE TYPE."
+msgid "Target variable %s duplicates existing variable %s."
 msgstr ""
 
-#: src/command.c:153
+#: src/language/stats/autorecode.c:171
 #, c-format
-msgid "%s not allowed inside FILE TYPE GROUPED/END FILE TYPE."
+msgid "Duplicate variable name %s among target variables."
 msgstr ""
 
-#: src/command.c:156
-msgid "RECORD TYPE must be the first command inside a FILE TYPE structure."
+#: src/language/stats/binomial.c:132
+#, c-format
+msgid "Variable %s is not dichotomous"
 msgstr ""
 
-#: src/command.c:203
-msgid "expecting command name"
+#: src/language/stats/binomial.c:179
+msgid "Binomial Test"
 msgstr ""
 
-#: src/command.c:232
-#, c-format
-msgid ""
-"%s is not allowed (1) before a command to specify the input program, such as "
-"DATA LIST, (2) between FILE TYPE and END FILE TYPE, (3) between INPUT "
-"PROGRAM and END INPUT PROGRAM."
+#: src/language/stats/binomial.c:203
+msgid "Group1"
 msgstr ""
 
-#: src/command.c:236
-#, c-format
-msgid "%s is not allowed within an input program."
+#: src/language/stats/binomial.c:204
+msgid "Group2"
 msgstr ""
 
-#: src/command.c:237 src/command.c:238
-#, c-format
-msgid "%s is only allowed within an input program."
+#: src/language/stats/binomial.c:205 src/language/stats/chisquare.c:223
+#: src/language/stats/chisquare.c:283 src/language/stats/crosstabs.q:862
+#: src/language/stats/crosstabs.q:1062 src/language/stats/crosstabs.q:1785
+#: src/language/stats/examine.q:1207 src/language/stats/frequencies.q:1132
+#: src/language/stats/oneway.q:304 src/language/stats/oneway.q:470
+#: src/language/stats/regression.q:309 src/language/stats/reliability.q:705
+#: src/language/stats/wilcoxon.c:246 src/ui/gui/crosstabs-dialog.c:59
+msgid "Total"
 msgstr ""
 
-#: src/command.c:517
-#, c-format
-msgid "Unknown command %s."
+#: src/language/stats/binomial.c:237 src/language/stats/chisquare.c:246
+#: src/language/stats/crosstabs.q:1180 src/language/stats/crosstabs.q:1221
+msgid "Category"
 msgstr ""
 
-#: src/command.c:623
-msgid ""
-"This command is not accepted in a syntax file.  Instead, use FINISH to "
-"terminate a syntax file."
+#: src/language/stats/binomial.c:238 src/language/stats/crosstabs.q:872
+#: src/language/stats/examine.q:1280 src/language/stats/frequencies.q:1400
+#: src/language/stats/npar-summary.c:122 src/language/stats/oneway.q:386
+#: src/language/stats/reliability.q:708 src/language/stats/t-test.q:693
+#: src/language/stats/t-test.q:716 src/language/stats/t-test.q:850
+#: src/language/stats/t-test.q:1387 src/language/stats/wilcoxon.c:229
+msgid "N"
 msgstr ""
 
-#: src/command.c:641
-msgid ""
-"This command is not executed in interactive mode.  Instead, PSPP drops down "
-"to the command prompt.  Use EXIT if you really want to quit."
+#: src/language/stats/binomial.c:239
+msgid "Observed Prop."
 msgstr ""
 
-#: src/command.c:684 src/command.c:815 src/permissions.c:102
-msgid "This command not allowed when the SAFER option is set."
+#: src/language/stats/binomial.c:240
+msgid "Test Prop."
 msgstr ""
 
-#: src/command.c:696
+#: src/language/stats/binomial.c:243
 #, c-format
-msgid "Error removing `%s': %s."
+msgid "Exact Sig. (%d-tailed)"
 msgstr ""
 
-#: src/command.c:746
+#: src/language/stats/chisquare.c:193
 #, c-format
-msgid "Couldn't fork: %s."
+msgid ""
+"CHISQUARE test specified %d expected values, but %d distinct values were "
+"encountered in variable %s."
 msgstr ""
 
-#: src/command.c:788
-#, c-format
-msgid "Error executing command: %s."
+#: src/language/stats/chisquare.c:207 src/language/stats/chisquare.c:247
+msgid "Observed N"
 msgstr ""
 
-#: src/command.c:836
-msgid "No operating system support for this command."
+#: src/language/stats/chisquare.c:208 src/language/stats/chisquare.c:248
+msgid "Expected N"
 msgstr ""
 
-#: src/command.c:859
-msgid "This command is not valid in a syntax file."
+#: src/language/stats/chisquare.c:209 src/language/stats/chisquare.c:249
+#: src/language/stats/regression.q:308 src/ui/gui/crosstabs-dialog.c:61
+msgid "Residual"
 msgstr ""
 
-#: src/compute.c:144 src/compute.c:193
-#, c-format
-msgid ""
-"When executing COMPUTE: SYSMIS is not a valid value as an index into vector %"
-"s."
+#: src/language/stats/chisquare.c:242
+msgid "Frequencies"
 msgstr ""
 
-#: src/compute.c:147 src/compute.c:200
-#, c-format
-msgid ""
-"When executing COMPUTE: %g is not a valid value as an index into vector %s."
+#: src/language/stats/chisquare.c:297 src/language/stats/wilcoxon.c:297
+msgid "Test Statistics"
 msgstr ""
 
-#: src/compute.c:342
-#, c-format
-msgid "There is no vector named %s."
+#: src/language/stats/chisquare.c:311
+msgid "Chi-Square"
 msgstr ""
 
-#: src/count.c:159
-msgid "Destination cannot be a string variable."
+#: src/language/stats/chisquare.c:312 src/language/stats/crosstabs.q:1156
+#: src/language/stats/oneway.q:277 src/language/stats/oneway.q:683
+#: src/language/stats/regression.q:302 src/language/stats/t-test.q:1001
+#: src/language/stats/t-test.q:1193 src/language/stats/t-test.q:1286
+msgid "df"
 msgstr ""
 
-#: src/count.c:266
-#, c-format
-msgid ""
-"%g THRU %g is not a valid range.  The number following THRU must be at least "
-"as big as the number preceding THRU."
+#: src/language/stats/chisquare.c:313
+msgid "Asymp. Sig."
 msgstr ""
 
-#: src/crosstabs.q:265
+#: src/language/stats/crosstabs.q:277
 msgid ""
 "Missing mode REPORT not allowed in general mode.  Assuming MISSING=TABLE."
 msgstr ""
 
-#: src/crosstabs.q:275
+#: src/language/stats/crosstabs.q:287
 msgid "Write mode ALL not allowed in general mode.  Assuming WRITE=CELLS."
 msgstr ""
 
-#: src/crosstabs.q:336
+#: src/language/stats/crosstabs.q:363
+msgid "Too many cross-tabulation variables or dimensions."
+msgstr ""
+
+#: src/language/stats/crosstabs.q:373
 msgid "expecting BY"
 msgstr ""
 
-#: src/crosstabs.q:403
+#: src/language/stats/crosstabs.q:440
 msgid "VARIABLES must be specified before TABLES."
 msgstr ""
 
-#: src/crosstabs.q:440
+#: src/language/stats/crosstabs.q:478
 #, c-format
 msgid "Maximum value (%ld) less than minimum value (%ld)."
 msgstr ""
 
-#: src/crosstabs.q:804
+#: src/language/stats/crosstabs.q:857
 msgid "Summary."
 msgstr ""
 
-#: src/crosstabs.q:806 src/examine.q:919
+#: src/language/stats/crosstabs.q:859 src/language/stats/examine.q:1268
+#: src/language/stats/reliability.q:696
 msgid "Cases"
 msgstr ""
 
-#: src/crosstabs.q:807 src/examine.q:853 src/frequencies.q:1141
-#: src/frequencies.q:1514
+#: src/language/stats/crosstabs.q:860 src/language/stats/examine.q:1205
+#: src/language/stats/frequencies.q:1053 src/language/stats/frequencies.q:1401
+#: src/language/stats/reliability.q:699
 msgid "Valid"
 msgstr ""
 
-#: src/crosstabs.q:808 src/examine.q:854 src/frequencies.q:1209
-#: src/frequencies.q:1515
+#: src/language/stats/crosstabs.q:861 src/language/stats/examine.q:1206
+#: src/language/stats/frequencies.q:1123 src/language/stats/frequencies.q:1402
+#: src/ui/gui/psppire-var-sheet.c:106
 msgid "Missing"
 msgstr ""
 
-#: src/crosstabs.q:809 src/crosstabs.q:1012 src/crosstabs.q:1726
-#: src/examine.q:855 src/frequencies.q:1218 src/oneway.q:311 src/oneway.q:474
-msgid "Total"
-msgstr ""
-
-#: src/crosstabs.q:819 src/examine.q:931 src/frequencies.q:1513
-#: src/oneway.q:397 src/t-test.q:679 src/t-test.q:702 src/t-test.q:827
-#: src/t-test.q:1362
-msgid "N"
-msgstr ""
-
-#: src/crosstabs.q:820 src/examine.q:934 src/frequencies.q:1145
-#: src/frequencies.q:1146 src/frequencies.q:1147
+#: src/language/stats/crosstabs.q:873 src/language/stats/examine.q:1283
+#: src/language/stats/frequencies.q:1057 src/language/stats/frequencies.q:1058
+#: src/language/stats/frequencies.q:1059
 msgid "Percent"
 msgstr ""
 
-#: src/crosstabs.q:1062
+#: src/language/stats/crosstabs.q:1114
 msgid "count"
 msgstr ""
 
-#: src/crosstabs.q:1063
+#: src/language/stats/crosstabs.q:1115
 msgid "row %"
 msgstr ""
 
-#: src/crosstabs.q:1064
+#: src/language/stats/crosstabs.q:1116
 msgid "column %"
 msgstr ""
 
-#: src/crosstabs.q:1065
+#: src/language/stats/crosstabs.q:1117
 msgid "total %"
 msgstr ""
 
-#: src/crosstabs.q:1066
+#: src/language/stats/crosstabs.q:1118
 msgid "expected"
 msgstr ""
 
-#: src/crosstabs.q:1067
+#: src/language/stats/crosstabs.q:1119
 msgid "residual"
 msgstr ""
 
-#: src/crosstabs.q:1068
+#: src/language/stats/crosstabs.q:1120
 msgid "std. resid."
 msgstr ""
 
-#: src/crosstabs.q:1069
+#: src/language/stats/crosstabs.q:1121
 msgid "adj. resid."
 msgstr ""
 
-#: src/crosstabs.q:1102 src/crosstabs.q:1129 src/crosstabs.q:1149
-#: src/crosstabs.q:1170 src/examine.q:1365
-msgid "Statistic"
-msgstr ""
-
-#: src/crosstabs.q:1103 src/crosstabs.q:1130 src/crosstabs.q:1150
-#: src/crosstabs.q:1172 src/examine.q:1134 src/frequencies.q:1143
-#: src/frequencies.q:1264 src/sysfile-info.c:536 src/vfm.c:811
-msgid "Value"
+#: src/language/stats/crosstabs.q:1151
+msgid "Chi-square tests."
 msgstr ""
 
-#: src/crosstabs.q:1104 src/oneway.q:284 src/oneway.q:686 src/t-test.q:977
-#: src/t-test.q:1169 src/t-test.q:1261
-msgid "df"
+#: src/language/stats/crosstabs.q:1154 src/language/stats/crosstabs.q:1181
+#: src/language/stats/crosstabs.q:1201 src/language/stats/crosstabs.q:1222
+#: src/language/stats/examine.q:1745 src/ui/gui/checkbox-treeview.c:94
+msgid "Statistic"
 msgstr ""
 
-#: src/crosstabs.q:1106
+#: src/language/stats/crosstabs.q:1158
 msgid "Asymp. Sig. (2-sided)"
 msgstr ""
 
-#: src/crosstabs.q:1108
+#: src/language/stats/crosstabs.q:1160
 msgid "Exact. Sig. (2-sided)"
 msgstr ""
 
-#: src/crosstabs.q:1110
+#: src/language/stats/crosstabs.q:1162
 msgid "Exact. Sig. (1-sided)"
 msgstr ""
 
-#: src/crosstabs.q:1128 src/crosstabs.q:1169
-msgid "Category"
+#: src/language/stats/crosstabs.q:1177
+msgid "Symmetric measures."
 msgstr ""
 
-#: src/crosstabs.q:1131 src/crosstabs.q:1173
+#: src/language/stats/crosstabs.q:1183 src/language/stats/crosstabs.q:1225
 msgid "Asymp. Std. Error"
 msgstr ""
 
-#: src/crosstabs.q:1132 src/crosstabs.q:1174
+#: src/language/stats/crosstabs.q:1184 src/language/stats/crosstabs.q:1226
 msgid "Approx. T"
 msgstr ""
 
-#: src/crosstabs.q:1133 src/crosstabs.q:1175
+#: src/language/stats/crosstabs.q:1185 src/language/stats/crosstabs.q:1227
 msgid "Approx. Sig."
 msgstr ""
 
-#: src/crosstabs.q:1148
+#: src/language/stats/crosstabs.q:1196
+msgid "Risk estimate."
+msgstr ""
+
+#: src/language/stats/crosstabs.q:1200
 #, c-format
-msgid " 95%% Confidence Interval"
+msgid "95%% Confidence Interval"
 msgstr ""
 
-#: src/crosstabs.q:1151 src/t-test.q:981 src/t-test.q:1166 src/t-test.q:1264
+#: src/language/stats/crosstabs.q:1203 src/language/stats/t-test.q:1005
+#: src/language/stats/t-test.q:1190 src/language/stats/t-test.q:1289
 msgid "Lower"
 msgstr ""
 
-#: src/crosstabs.q:1152 src/t-test.q:982 src/t-test.q:1167 src/t-test.q:1265
+#: src/language/stats/crosstabs.q:1204 src/language/stats/t-test.q:1006
+#: src/language/stats/t-test.q:1191 src/language/stats/t-test.q:1290
 msgid "Upper"
 msgstr ""
 
-#: src/crosstabs.q:1171
+#: src/language/stats/crosstabs.q:1218
+msgid "Directional measures."
+msgstr ""
+
+#: src/language/stats/crosstabs.q:1223 src/ui/gui/psppire.glade:2223
+#: src/ui/gui/psppire-var-sheet.c:101
 msgid "Type"
 msgstr ""
 
-#: src/crosstabs.q:1920
+#: src/language/stats/crosstabs.q:1976
 msgid "Pearson Chi-Square"
 msgstr ""
 
-#: src/crosstabs.q:1921
+#: src/language/stats/crosstabs.q:1977
 msgid "Likelihood Ratio"
 msgstr ""
 
-#: src/crosstabs.q:1922
+#: src/language/stats/crosstabs.q:1978
 msgid "Fisher's Exact Test"
 msgstr ""
 
-#: src/crosstabs.q:1923
+#: src/language/stats/crosstabs.q:1979
 msgid "Continuity Correction"
 msgstr ""
 
-#: src/crosstabs.q:1924
+#: src/language/stats/crosstabs.q:1980
 msgid "Linear-by-Linear Association"
 msgstr ""
 
-#: src/crosstabs.q:1961 src/crosstabs.q:2031 src/crosstabs.q:2090
+#: src/language/stats/crosstabs.q:2017 src/language/stats/crosstabs.q:2087
+#: src/language/stats/crosstabs.q:2146
 msgid "N of Valid Cases"
 msgstr ""
 
-#: src/crosstabs.q:1977 src/crosstabs.q:2106
+#: src/language/stats/crosstabs.q:2033 src/language/stats/crosstabs.q:2162
 msgid "Nominal by Nominal"
 msgstr ""
 
-#: src/crosstabs.q:1978 src/crosstabs.q:2107
+#: src/language/stats/crosstabs.q:2034 src/language/stats/crosstabs.q:2163
 msgid "Ordinal by Ordinal"
 msgstr ""
 
-#: src/crosstabs.q:1979
+#: src/language/stats/crosstabs.q:2035
 msgid "Interval by Interval"
 msgstr ""
 
-#: src/crosstabs.q:1980
+#: src/language/stats/crosstabs.q:2036
 msgid "Measure of Agreement"
 msgstr ""
 
-#: src/crosstabs.q:1985
+#: src/language/stats/crosstabs.q:2041 src/ui/gui/crosstabs-dialog.c:41
 msgid "Phi"
 msgstr ""
 
-#: src/crosstabs.q:1986
+#: src/language/stats/crosstabs.q:2042
 msgid "Cramer's V"
 msgstr ""
 
-#: src/crosstabs.q:1987
+#: src/language/stats/crosstabs.q:2043
 msgid "Contingency Coefficient"
 msgstr ""
 
-#: src/crosstabs.q:1988
+#: src/language/stats/crosstabs.q:2044
 msgid "Kendall's tau-b"
 msgstr ""
 
-#: src/crosstabs.q:1989
+#: src/language/stats/crosstabs.q:2045
 msgid "Kendall's tau-c"
 msgstr ""
 
-#: src/crosstabs.q:1990
+#: src/language/stats/crosstabs.q:2046 src/ui/gui/crosstabs-dialog.c:48
 msgid "Gamma"
 msgstr ""
 
-#: src/crosstabs.q:1991
+#: src/language/stats/crosstabs.q:2047
 msgid "Spearman Correlation"
 msgstr ""
 
-#: src/crosstabs.q:1992
+#: src/language/stats/crosstabs.q:2048
 msgid "Pearson's R"
 msgstr ""
 
-#: src/crosstabs.q:1993
+#: src/language/stats/crosstabs.q:2049 src/ui/gui/crosstabs-dialog.c:50
 msgid "Kappa"
 msgstr ""
 
-#: src/crosstabs.q:2063
+#: src/language/stats/crosstabs.q:2119
 #, c-format
 msgid "Odds Ratio for %s (%g / %g)"
 msgstr ""
 
-#: src/crosstabs.q:2066
+#: src/language/stats/crosstabs.q:2122
 #, c-format
 msgid "Odds Ratio for %s (%.*s / %.*s)"
 msgstr ""
 
-#: src/crosstabs.q:2074
+#: src/language/stats/crosstabs.q:2130
 #, c-format
 msgid "For cohort %s = %g"
 msgstr ""
 
-#: src/crosstabs.q:2077
+#: src/language/stats/crosstabs.q:2133
 #, c-format
 msgid "For cohort %s = %.*s"
 msgstr ""
 
-#: src/crosstabs.q:2108
+#: src/language/stats/crosstabs.q:2164
 msgid "Nominal by Interval"
 msgstr ""
 
-#: src/crosstabs.q:2113
+#: src/language/stats/crosstabs.q:2169 src/ui/gui/crosstabs-dialog.c:43
 msgid "Lambda"
 msgstr ""
 
-#: src/crosstabs.q:2114
+#: src/language/stats/crosstabs.q:2170
 msgid "Goodman and Kruskal tau"
 msgstr ""
 
-#: src/crosstabs.q:2115
+#: src/language/stats/crosstabs.q:2171
 msgid "Uncertainty Coefficient"
 msgstr ""
 
-#: src/crosstabs.q:2116
+#: src/language/stats/crosstabs.q:2172
 msgid "Somers' d"
 msgstr ""
 
-#: src/crosstabs.q:2117
+#: src/language/stats/crosstabs.q:2173 src/ui/gui/crosstabs-dialog.c:51
 msgid "Eta"
 msgstr ""
 
-#: src/crosstabs.q:2122
+#: src/language/stats/crosstabs.q:2178
 msgid "Symmetric"
 msgstr ""
 
-#: src/crosstabs.q:2123 src/crosstabs.q:2124
+#: src/language/stats/crosstabs.q:2179 src/language/stats/crosstabs.q:2180
 #, c-format
 msgid "%s Dependent"
 msgstr ""
 
-#: src/data-in.c:61
-msgid "data-file error: "
+#: src/language/stats/descriptives.c:102 src/language/stats/examine.q:1550
+#: src/language/stats/frequencies.q:123 src/language/stats/npar-summary.c:125
+#: src/language/stats/oneway.q:387 src/language/stats/t-test.q:694
+#: src/language/stats/t-test.q:717 src/language/stats/t-test.q:849
+#: src/language/stats/t-test.q:1187 src/ui/gui/descriptives-dialog.c:39
+#: src/ui/gui/frequencies-dialog.c:40
+msgid "Mean"
 msgstr ""
 
-#: src/data-in.c:63
-#, c-format
-msgid "(column %d"
+#: src/language/stats/descriptives.c:103
+msgid "S E Mean"
 msgstr ""
 
-#: src/data-in.c:65
-#, c-format
-msgid "(columns %d-%d"
+#: src/language/stats/descriptives.c:104 src/language/stats/frequencies.q:127
+msgid "Std Dev"
 msgstr ""
 
-#: src/data-in.c:66
-#, c-format
-msgid ", field type %s) "
+#: src/language/stats/descriptives.c:105 src/language/stats/examine.q:1581
+#: src/language/stats/frequencies.q:128 src/ui/gui/descriptives-dialog.c:46
+#: src/ui/gui/frequencies-dialog.c:45
+msgid "Variance"
 msgstr ""
 
-#: src/data-in.c:212
-msgid "Field does not form a valid floating-point constant."
+#: src/language/stats/descriptives.c:106 src/language/stats/examine.q:1617
+#: src/language/stats/frequencies.q:129 src/ui/gui/descriptives-dialog.c:47
+#: src/ui/gui/frequencies-dialog.c:50
+msgid "Kurtosis"
 msgstr ""
 
-#: src/data-in.c:239
-msgid "Field contents followed by garbage."
+#: src/language/stats/descriptives.c:107
+msgid "S E Kurt"
 msgstr ""
 
-#: src/data-in.c:257
-msgid "Underflow in floating-point constant."
+#: src/language/stats/descriptives.c:108 src/language/stats/examine.q:1612
+#: src/language/stats/frequencies.q:131 src/ui/gui/descriptives-dialog.c:48
+#: src/ui/gui/frequencies-dialog.c:46
+msgid "Skewness"
 msgstr ""
 
-#: src/data-in.c:268
-msgid "Overflow in floating-point constant."
+#: src/language/stats/descriptives.c:109
+msgid "S E Skew"
 msgstr ""
 
-#: src/data-in.c:301
-msgid "All characters in field must be digits."
+#: src/language/stats/descriptives.c:110 src/language/stats/examine.q:1601
+#: src/language/stats/frequencies.q:133 src/ui/gui/descriptives-dialog.c:43
+#: src/ui/gui/frequencies-dialog.c:48
+msgid "Range"
 msgstr ""
 
-#: src/data-in.c:325
-msgid "Unrecognized character in field."
+#: src/language/stats/descriptives.c:111 src/language/stats/examine.q:1591
+#: src/language/stats/frequencies.q:134 src/language/stats/npar-summary.c:131
+#: src/language/stats/oneway.q:400 src/ui/gui/descriptives-dialog.c:41
+#: src/ui/gui/frequencies-dialog.c:42
+msgid "Minimum"
 msgstr ""
 
-#: src/data-in.c:343 src/data-in.c:598
-msgid "Field must have even length."
+#: src/language/stats/descriptives.c:112 src/language/stats/examine.q:1596
+#: src/language/stats/frequencies.q:135 src/language/stats/npar-summary.c:134
+#: src/language/stats/oneway.q:401 src/ui/gui/descriptives-dialog.c:42
+#: src/ui/gui/frequencies-dialog.c:43
+msgid "Maximum"
 msgstr ""
 
-#: src/data-in.c:353 src/data-in.c:608
-msgid "Field must contain only hex digits."
+#: src/language/stats/descriptives.c:113 src/language/stats/frequencies.q:136
+#: src/ui/gui/descriptives-dialog.c:44 src/ui/gui/frequencies-dialog.c:53
+msgid "Sum"
 msgstr ""
 
-#: src/data-in.c:392
+#: src/language/stats/descriptives.c:344
 #, c-format
-msgid ""
-"Quality of zoned decimal (Z) input format code is suspect.  Check your "
-"results three times. Report bugs to %s."
+msgid "Z-score variable name %s would be a duplicate variable name."
 msgstr ""
 
-#: src/data-in.c:404
-msgid "Zoned decimal field contains fewer than 2 characters."
+#: src/language/stats/descriptives.c:451
+msgid "expecting statistic name: reverting to default"
 msgstr ""
 
-#: src/data-in.c:412
-msgid "Bad sign byte in zoned decimal number."
+#: src/language/stats/descriptives.c:524
+msgid ""
+"Ran out of generic names for Z-score variables.  There are only 126 generic "
+"names: ZSC001-ZSC0999, STDZ01-STDZ09, ZZZZ01-ZZZZ09, ZQZQ01-ZQZQ09."
 msgstr ""
 
-#: src/data-in.c:432
-msgid "Format error in zoned decimal number."
+#: src/language/stats/descriptives.c:556
+msgid "Mapping of variables to corresponding Z-scores."
 msgstr ""
 
-#: src/data-in.c:446
-msgid "Error in syntax of zoned decimal number."
+#: src/language/stats/descriptives.c:561
+msgid "Source"
 msgstr ""
 
-#: src/data-in.c:648
-msgid "Unexpected end of field."
+#: src/language/stats/descriptives.c:562
+msgid "Target"
 msgstr ""
 
-#: src/data-in.c:674
-msgid "Digit expected in field."
+#: src/language/stats/descriptives.c:672
+#, c-format
+msgid "Z-score of %s"
 msgstr ""
 
-#: src/data-in.c:699
-#, c-format
-msgid "Day (%ld) must be between 1 and 31."
+#: src/language/stats/descriptives.c:886
+msgid "Valid N"
 msgstr ""
 
-#: src/data-in.c:724
-msgid "Delimiter expected between fields in date."
+#: src/language/stats/descriptives.c:887
+msgid "Missing N"
 msgstr ""
 
-#: src/data-in.c:757
+#: src/language/stats/descriptives.c:914
 #, c-format
-msgid "Parse error at `%c' expecting %s."
+msgid "Valid cases = %g; cases with missing value(s) = %g."
 msgstr ""
 
-#: src/data-in.c:771
-#, c-format
-msgid "Unknown %s `%.*s'."
+#: src/language/stats/examine.q:337 src/language/stats/examine.q:490
+#: src/language/stats/examine.q:1047
+msgid "Not creating plot because data set is empty."
 msgstr ""
 
-#: src/data-in.c:821
+#: src/language/stats/examine.q:347
 #, c-format
-msgid "Month (%ld) must be between 1 and 12."
+msgid "Normal Q-Q Plot of %s"
 msgstr ""
 
-#: src/data-in.c:825
-msgid "month"
+#: src/language/stats/examine.q:348 src/language/stats/examine.q:353
+msgid "Observed Value"
 msgstr ""
 
-#: src/data-in.c:839
-#, c-format
-msgid "Year (%ld) must be between 1582 and 19999."
+#: src/language/stats/examine.q:349
+msgid "Expected Normal"
 msgstr ""
 
-#: src/data-in.c:850
+#: src/language/stats/examine.q:351
 #, c-format
-msgid "Trailing garbage \"%s\" following date."
+msgid "Detrended Normal Q-Q Plot of %s"
 msgstr ""
 
-#: src/data-in.c:865
-#, c-format
-msgid "Julian day (%d) must be between 1 and 366."
+#: src/language/stats/examine.q:354
+msgid "Dev from Normal"
 msgstr ""
 
-#: src/data-in.c:877
+#: src/language/stats/examine.q:507
 #, c-format
-msgid "Year (%d) must be between 1582 and 19999."
+msgid "Boxplot of %s vs. %s"
 msgstr ""
 
-#: src/data-in.c:893
+#: src/language/stats/examine.q:511
 #, c-format
-msgid "Quarter (%ld) must be between 1 and 4."
-msgstr ""
-
-#: src/data-in.c:903
-msgid "`Q' expected between quarter and year."
+msgid "Boxplot of %s"
 msgstr ""
 
-#: src/data-in.c:919
+#: src/language/stats/examine.q:747 src/language/stats/examine.q:760
 #, c-format
-msgid "Week (%ld) must be between 1 and 53."
-msgstr ""
-
-#: src/data-in.c:930
-msgid "`WK' expected between week and year."
-msgstr ""
-
-#: src/data-in.c:952
-msgid "Delimiter expected between fields in time."
+msgid "%s and %s are mutually exclusive"
 msgstr ""
 
-#: src/data-in.c:964
-#, c-format
-msgid "Hour (%ld) must be positive."
+#: src/language/stats/examine.q:1263 src/language/stats/reliability.q:673
+msgid "Case Processing Summary"
 msgstr ""
 
-#: src/data-in.c:976
+#: src/language/stats/examine.q:1555 src/language/stats/oneway.q:395
 #, c-format
-msgid "Minute (%ld) must be between 0 and 59."
+msgid "%g%% Confidence Interval for Mean"
 msgstr ""
 
-#: src/data-in.c:1023
-#, c-format
-msgid "Hour (%ld) must be between 0 and 23."
+#: src/language/stats/examine.q:1561 src/language/stats/oneway.q:397
+msgid "Lower Bound"
 msgstr ""
 
-#: src/data-in.c:1051
-msgid "weekday"
+#: src/language/stats/examine.q:1566 src/language/stats/oneway.q:398
+msgid "Upper Bound"
 msgstr ""
 
-#: src/data-in.c:1382
+#: src/language/stats/examine.q:1571
 #, c-format
-msgid "Field too long (%d characters).  Truncated after character %d."
+msgid "5%% Trimmed Mean"
 msgstr ""
 
-#: src/data-list.c:144
-msgid ""
-"DATA LIST may not use a different file from that specified on its "
-"surrounding FILE TYPE."
+#: src/language/stats/examine.q:1576 src/language/stats/frequencies.q:125
+#: src/ui/gui/frequencies-dialog.c:52
+msgid "Median"
 msgstr ""
 
-#: src/data-list.c:163
-msgid "The END subcommand may only be specified once."
+#: src/language/stats/examine.q:1586 src/language/stats/npar-summary.c:128
+#: src/language/stats/oneway.q:388 src/language/stats/t-test.q:695
+#: src/language/stats/t-test.q:718 src/language/stats/t-test.q:851
+#: src/language/stats/t-test.q:1188
+msgid "Std. Deviation"
 msgstr ""
 
-#: src/data-list.c:198
-msgid "Only one of FIXED, FREE, or LIST may be specified."
+#: src/language/stats/examine.q:1606
+msgid "Interquartile Range"
 msgstr ""
 
-#: src/data-list.c:354 src/print.c:299
-#, c-format
-msgid ""
-"The record number specified, %ld, is before the previous record, %d.  Data "
-"fields must be listed in order of increasing record number."
+#: src/language/stats/examine.q:1742 src/language/stats/oneway.q:404
+#: src/ui/gui/examine.glade:307
+msgid "Descriptives"
 msgstr ""
 
-#: src/data-list.c:383 src/data-list.c:1747
-msgid ""
-"SPSS-like or FORTRAN-like format specification expected after variable names."
+#: src/language/stats/examine.q:1748 src/language/stats/oneway.q:389
+#: src/language/stats/oneway.q:681 src/language/stats/regression.q:203
+msgid "Std. Error"
 msgstr ""
 
-#: src/data-list.c:394
-msgid "At least one variable must be specified."
+#: src/language/stats/examine.q:1845 src/language/stats/examine.q:1850
+#: src/ui/gui/psppire-var-store.c:675 src/ui/gui/psppire-var-store.c:685
+#: src/ui/gui/psppire-var-store.c:695
+#, c-format
+msgid "%d"
 msgstr ""
 
-#: src/data-list.c:399 src/print.c:331
-msgid ""
-"Variables are specified on records that should not exist according to "
-"RECORDS subcommand."
+#: src/language/stats/examine.q:1928
+msgid "Highest"
 msgstr ""
 
-#: src/data-list.c:432 src/data-list.c:446 src/print.c:523 src/print.c:536
-msgid "Column positions for fields must be positive."
+#: src/language/stats/examine.q:1933
+msgid "Lowest"
 msgstr ""
 
-#: src/data-list.c:451
-msgid "The ending column for a field must be greater than the starting column."
+#: src/language/stats/examine.q:1940
+msgid "Extreme Values"
 msgstr ""
 
-#: src/data-list.c:465 src/print.c:613
-#, c-format
-msgid "The %d columns %d-%d can't be evenly divided into %d fields."
+#: src/language/stats/examine.q:1944
+msgid "Case Number"
 msgstr ""
 
-#: src/data-list.c:485 src/print.c:564
-msgid "A format specifier on this line has extra characters on the end."
+#: src/language/stats/examine.q:2066
+msgid "Tukey's Hinges"
 msgstr ""
 
-#: src/data-list.c:500 src/print.c:580
-msgid "The value for number of decimal places must be at least 1."
+#: src/language/stats/examine.q:2106 src/language/stats/examine.q:2124
+#: src/language/stats/frequencies.q:1412 src/language/stats/npar-summary.c:141
+#: src/ui/gui/examine.glade:328
+msgid "Percentiles"
 msgstr ""
 
-#: src/data-list.c:514 src/print.c:593
+#: src/language/stats/examine.q:2113
 #, c-format
-msgid "Input format %s doesn't accept decimal places."
+msgid "%g"
 msgstr ""
 
-#: src/data-list.c:561 src/data-list.c:657 src/data-list.c:871
-#, c-format
-msgid "%s is a duplicate variable name."
+#: src/language/stats/flip.c:96
+msgid ""
+"FLIP ignores TEMPORARY.  Temporary transformations will be made permanent."
 msgstr ""
 
-#: src/data-list.c:566
-#, c-format
-msgid "There is already a variable %s of a different type."
+#: src/language/stats/flip.c:151
+msgid "Could not create temporary file for FLIP."
 msgstr ""
 
-#: src/data-list.c:573
+#: src/language/stats/flip.c:162
 #, c-format
-msgid "There is already a string variable %s of a different width."
+msgid "Error writing FLIP file: %s."
 msgstr ""
 
-#: src/data-list.c:648
-msgid ""
-"The number of format specifications exceeds the given number of variable "
-"names."
+#: src/language/stats/flip.c:262
+#, c-format
+msgid "Could not create acceptable variant for variable %s."
 msgstr ""
 
-#: src/data-list.c:761 src/print.c:768
-msgid ""
-"There aren't enough format specifications to match the number of variable "
-"names given."
+#: src/language/stats/flip.c:278
+msgid "Cannot create more than 99999 variable names."
 msgstr ""
 
-#: src/data-list.c:788 src/data-list.c:912 src/descript.c:883 src/print.c:799
-#: src/sysfile-info.c:138 src/sysfile-info.c:372 src/vfm.c:810
-msgid "Variable"
+#: src/language/stats/flip.c:394
+#, c-format
+msgid "Error rewinding FLIP file: %s."
 msgstr ""
 
-#: src/data-list.c:789 src/print.c:800
-msgid "Record"
+#: src/language/stats/flip.c:401
+msgid "Error creating FLIP source file."
 msgstr ""
 
-#: src/data-list.c:790 src/print.c:801
-msgid "Columns"
+#: src/language/stats/flip.c:414
+#, c-format
+msgid "Error reading FLIP file: %s."
 msgstr ""
 
-#: src/data-list.c:791 src/data-list.c:913 src/print.c:802
-msgid "Format"
+#: src/language/stats/flip.c:416
+msgid "Unexpected end of file reading FLIP file."
 msgstr ""
 
-#: src/data-list.c:807
-#, c-format
-msgid "Reading %d record from file %s."
-msgid_plural "Reading %d records from file %s."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/data-list.c:811
+#: src/language/stats/flip.c:432
 #, c-format
-msgid "Reading %d record from the command file."
-msgid_plural "Reading %d records from the command file."
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/data-list.c:929
-#, c-format
-msgid "Reading free-form data from file %s."
-msgstr ""
-
-#: src/data-list.c:932
-msgid "Reading free-form data from the command file."
+msgid "Error seeking FLIP source file: %s."
 msgstr ""
 
-#: src/data-list.c:983
+#: src/language/stats/flip.c:440
 #, c-format
-msgid "Quoted string missing terminating `%c'."
+msgid "Error writing FLIP source file: %s."
 msgstr ""
 
-#: src/data-list.c:1092
+#: src/language/stats/flip.c:451
 #, c-format
-msgid "Partial case of %d of %d records discarded."
+msgid "Error closing FLIP source file: %s."
 msgstr ""
 
-#: src/data-list.c:1146
+#: src/language/stats/flip.c:459
 #, c-format
-msgid "Partial case discarded.  The first variable missing was %s."
+msgid "Error rewinding FLIP source file: %s."
 msgstr ""
 
-#: src/data-list.c:1190
+#: src/language/stats/flip.c:488
 #, c-format
-msgid ""
-"Missing value(s) for all variables from %s onward.  These will be filled "
-"with the system-missing value or blanks, as appropriate."
+msgid "Error reading FLIP temporary file: %s."
 msgstr ""
 
-#: src/data-list.c:1267
-msgid "Attempt to read past end of file."
+#: src/language/stats/flip.c:491
+msgid "Unexpected end of file reading FLIP temporary file."
 msgstr ""
 
-#: src/data-list.c:1408
-msgid ""
-"REPEATING DATA must use the same file as its corresponding DATA LIST or FILE "
-"TYPE."
+#: src/language/stats/frequencies.q:124
+msgid "S.E. Mean"
 msgstr ""
 
-#: src/data-list.c:1418 src/data-list.c:1452 src/data-list.c:1465
-#: src/data-list.c:1478 src/data-list.c:1512
-#, c-format
-msgid "%s subcommand given multiple times."
+#: src/language/stats/frequencies.q:126 src/ui/gui/frequencies-dialog.c:49
+msgid "Mode"
 msgstr ""
 
-#: src/data-list.c:1441
-#, c-format
-msgid "STARTS beginning column (%d) exceeds STARTS ending column (%d)."
+#: src/language/stats/frequencies.q:130
+msgid "S.E. Kurt"
 msgstr ""
 
-#: src/data-list.c:1498
-#, c-format
-msgid "CONTINUED beginning column (%d) exceeds CONTINUED ending column (%d)."
+#: src/language/stats/frequencies.q:132
+msgid "S.E. Skew"
 msgstr ""
 
-#: src/data-list.c:1521
-#, c-format
-msgid "ID beginning column (%ld) must be positive."
+#: src/language/stats/frequencies.q:409
+msgid ""
+"At most one of BARCHART, HISTOGRAM, or HBAR should be given.  HBAR will be "
+"assumed.  Argument values will be given precedence increasing along the "
+"order given."
 msgstr ""
 
-#: src/data-list.c:1536
+#: src/language/stats/frequencies.q:492
 #, c-format
-msgid "ID ending column (%ld) must be positive."
+msgid ""
+"MAX must be greater than or equal to MIN, if both are specified.  However, "
+"MIN was specified as %g and MAX as %g.  MIN and MAX will be ignored."
 msgstr ""
 
-#: src/data-list.c:1542
+#: src/language/stats/frequencies.q:754
 #, c-format
-msgid "ID ending column (%ld) cannot be less than ID beginning column (%d)."
-msgstr ""
-
-#: src/data-list.c:1582
-msgid "Missing required specification STARTS."
+msgid "Variable %s specified multiple times on VARIABLES subcommand."
 msgstr ""
 
-#: src/data-list.c:1584
-msgid "Missing required specification OCCURS."
+#: src/language/stats/frequencies.q:817
+msgid "`)' expected after GROUPED interval list."
 msgstr ""
 
-#: src/data-list.c:1591
-msgid "ID specified without CONTINUED."
+#: src/language/stats/frequencies.q:829
+#, c-format
+msgid "Variables %s specified on GROUPED but not on VARIABLES."
 msgstr ""
 
-#: src/data-list.c:1602
+#: src/language/stats/frequencies.q:836
 #, c-format
-msgid ""
-"STARTS beginning column (%d) exceeds default STARTS ending column taken from "
-"file's record width (%d)."
+msgid "Variables %s specified multiple times on GROUPED subcommand."
 msgstr ""
 
-#: src/data-list.c:1615
-#, c-format
-msgid ""
-"CONTINUED beginning column (%d) exceeds default CONTINUED ending column "
-"taken from file's record width (%d)."
+#: src/language/stats/frequencies.q:1054 src/language/stats/frequencies.q:1147
+#: src/language/stats/frequencies.q:1148 src/language/stats/frequencies.q:1182
+msgid "Cum"
 msgstr ""
 
-#: src/data-list.c:1696
-msgid "String variable not allowed here."
+#: src/language/stats/frequencies.q:1056 src/output/charts/plot-hist.c:140
+msgid "Frequency"
 msgstr ""
 
-#: src/data-list.c:1706
-#, c-format
-msgid "%s (%d) must be at least 1."
+#: src/language/stats/frequencies.q:1077
+msgid "Value Label"
 msgstr ""
 
-#: src/data-list.c:1712
-#, c-format
-msgid "Variable or integer expected for %s."
+#: src/language/stats/frequencies.q:1180
+msgid "Freq"
 msgstr ""
 
-#: src/data-list.c:1837
-#, c-format
-msgid "Encountered mismatched record ID \"%s\" expecting \"%s\"."
+#: src/language/stats/frequencies.q:1181 src/language/stats/frequencies.q:1183
+msgid "Pct"
 msgstr ""
 
-#: src/data-list.c:1869
+#: src/language/stats/frequencies.q:1374
 #, c-format
-msgid ""
-"Variable %s starting in column %d extends beyond physical record length of %"
-"d."
+msgid "No valid data for variable %s; statistics not displayed."
 msgstr ""
 
-#: src/data-list.c:1937
-#, c-format
-msgid "Invalid value %d for OCCURS."
+#: src/language/stats/frequencies.q:1416
+msgid "50 (Median)"
 msgstr ""
 
-#: src/data-list.c:1943
-#, c-format
-msgid "Beginning column for STARTS (%d) must be at least 1."
+#: src/language/stats/glm.q:143
+msgid "Multivariate GLM not yet supported"
 msgstr ""
 
-#: src/data-list.c:1951
-#, c-format
-msgid "Ending column for STARTS (%d) is less than beginning column (%d)."
+#: src/language/stats/glm.q:261 src/language/stats/regression.q:994
+msgid "No valid data found. This command was skipped."
 msgstr ""
 
-#: src/data-list.c:1959
-#, c-format
-msgid "Invalid value %d for LENGTH."
+#: src/language/stats/means.q:100
+msgid "Missing required subcommand TABLES."
 msgstr ""
 
-#: src/data-list.c:1966
-#, c-format
-msgid "Beginning column for CONTINUED (%d) must be at least 1."
+#: src/language/stats/means.q:134
+msgid "TABLES subcommand may not appear more than once."
 msgstr ""
 
-#: src/data-list.c:1974
-#, c-format
-msgid "Ending column for CONTINUED (%d) is less than beginning column (%d)."
+#: src/language/stats/npar.q:108
+msgid "NPAR subcommand not currently implemented."
 msgstr ""
 
-#: src/data-list.c:2006
+#: src/language/stats/npar.q:251
 #, c-format
 msgid ""
-"Number of repetitions specified on OCCURS (%d) exceed number of repetitions "
-"available in space on STARTS (%d), and CONTINUED not specified."
+"The specified value of HI (%d) is lower than the specified value of LO (%d)"
 msgstr ""
 
-#: src/data-list.c:2024
+#: src/language/stats/npar.q:306
 #, c-format
-msgid "Unexpected end of file with %d repetitions remaining out of %d."
-msgstr ""
-
-#: src/data-out.c:245
 msgid ""
-"The N output format cannot be used to output a negative number or the system-"
-"missing value."
+"%d expected values were given, but the specified range (%d-%d) requires "
+"exactly %d values."
 msgstr ""
 
-#: src/data-out.c:359
+#: src/language/stats/npar.q:443 src/language/stats/t-test.q:496
 #, c-format
 msgid ""
-"Quality of zoned decimal (Z) output format code is suspect.  Check your "
-"results. Report bugs to %s."
+"PAIRED was specified but the number of variables preceding WITH (%zu) did "
+"not match the number following (%zu)."
 msgstr ""
 
-#: src/data-out.c:367
-msgid "The system-missing value cannot be output as a zoned decimal number."
+#: src/language/stats/npar-summary.c:108
+msgid "Descriptive Statistics"
 msgstr ""
 
-#: src/data-out.c:380
-#, c-format
-msgid "Number %g too big to fit in field with format Z%d.%d."
+#: src/language/stats/npar-summary.c:145
+msgid "25th"
 msgstr ""
 
-#: src/data-out.c:774
-#, c-format
-msgid "Time value %g too large in magnitude to convert to alphanumeric time."
+#: src/language/stats/npar-summary.c:148
+msgid "50th (Median)"
 msgstr ""
 
-#: src/data-out.c:825
-#, c-format
-msgid "Weekday index %f does not lie between 1 and 7."
+#: src/language/stats/npar-summary.c:151
+msgid "75th"
+msgstr ""
+
+#: src/language/stats/oneway.q:170
+msgid "Number of contrast coefficients must equal the number of groups"
 msgstr ""
 
-#: src/data-out.c:845
+#: src/language/stats/oneway.q:179
 #, c-format
-msgid "Month index %f does not lie between 1 and 12."
+msgid "Coefficients for contrast %zu do not total zero"
 msgstr ""
 
-#: src/data-out.c:958
+#: src/language/stats/oneway.q:242
 #, c-format
-msgid ""
-"Year %d cannot be represented in four digits for output formatting purposes."
+msgid "`%s' is not a variable name"
 msgstr ""
 
-#: src/date.c:35
-msgid "Only USE ALL is currently implemented."
+#: src/language/stats/oneway.q:276 src/language/stats/regression.q:301
+msgid "Sum of Squares"
 msgstr ""
 
-#: src/descript.c:103 src/examine.q:1470 src/frequencies.q:117
-#: src/oneway.q:398 src/t-test.q:680 src/t-test.q:703 src/t-test.q:826
-#: src/t-test.q:1163
-msgid "Mean"
+#: src/language/stats/oneway.q:278 src/language/stats/regression.q:303
+msgid "Mean Square"
 msgstr ""
 
-#: src/descript.c:104
-msgid "S E Mean"
+#: src/language/stats/oneway.q:279 src/language/stats/regression.q:304
+#: src/language/stats/t-test.q:998
+msgid "F"
 msgstr ""
 
-#: src/descript.c:105 src/frequencies.q:121
-msgid "Std Dev"
+#: src/language/stats/oneway.q:280 src/language/stats/oneway.q:532
+#: src/language/stats/regression.q:206 src/language/stats/regression.q:305
+msgid "Significance"
 msgstr ""
 
-#: src/descript.c:106 src/examine.q:1550 src/frequencies.q:122
-msgid "Variance"
+#: src/language/stats/oneway.q:302
+msgid "Between Groups"
 msgstr ""
 
-#: src/descript.c:107 src/examine.q:1657 src/frequencies.q:123
-msgid "Kurtosis"
+#: src/language/stats/oneway.q:303
+msgid "Within Groups"
 msgstr ""
 
-#: src/descript.c:108
-msgid "S E Kurt"
+#: src/language/stats/oneway.q:347 src/language/stats/regression.q:330
+msgid "ANOVA"
 msgstr ""
 
-#: src/descript.c:109 src/examine.q:1637 src/frequencies.q:125
-msgid "Skewness"
+#: src/language/stats/oneway.q:529
+msgid "Levene Statistic"
 msgstr ""
 
-#: src/descript.c:110
-msgid "S E Skew"
+#: src/language/stats/oneway.q:530
+msgid "df1"
 msgstr ""
 
-#: src/descript.c:111 src/examine.q:1598 src/frequencies.q:127
-msgid "Range"
+#: src/language/stats/oneway.q:531
+msgid "df2"
 msgstr ""
 
-#: src/descript.c:112 src/examine.q:1575 src/frequencies.q:128
-#: src/oneway.q:410
-msgid "Minimum"
+#: src/language/stats/oneway.q:534
+msgid "Test of Homogeneity of Variances"
 msgstr ""
 
-#: src/descript.c:113 src/examine.q:1586 src/frequencies.q:129
-#: src/oneway.q:411
-msgid "Maximum"
+#: src/language/stats/oneway.q:602
+msgid "Contrast Coefficients"
 msgstr ""
 
-#: src/descript.c:114 src/frequencies.q:130
-msgid "Sum"
+#: src/language/stats/oneway.q:604 src/language/stats/oneway.q:679
+msgid "Contrast"
 msgstr ""
 
-#: src/descript.c:337
-#, c-format
-msgid "Z-score variable name %s would be a duplicate variable name."
+#: src/language/stats/oneway.q:677
+msgid "Contrast Tests"
 msgstr ""
 
-#: src/descript.c:355 src/list.q:146
-msgid "No variables specified."
+#: src/language/stats/oneway.q:680
+msgid "Value of Contrast"
 msgstr ""
 
-#: src/descript.c:439
-msgid "expecting statistic name: reverting to default"
+#: src/language/stats/oneway.q:682 src/language/stats/regression.q:205
+#: src/language/stats/t-test.q:1000 src/language/stats/t-test.q:1192
+#: src/language/stats/t-test.q:1285
+msgid "t"
 msgstr ""
 
-#: src/descript.c:511
-msgid ""
-"Ran out of generic names for Z-score variables.  There are only 126 generic "
-"names: ZSC001-ZSC0999, STDZ01-STDZ09, ZZZZ01-ZZZZ09, ZQZQ01-ZQZQ09."
+#: src/language/stats/oneway.q:684 src/language/stats/t-test.q:1002
+#: src/language/stats/t-test.q:1194 src/language/stats/t-test.q:1287
+msgid "Sig. (2-tailed)"
 msgstr ""
 
-#: src/descript.c:542
-msgid "Mapping of variables to corresponding Z-scores."
+#: src/language/stats/oneway.q:728
+msgid "Assume equal variances"
 msgstr ""
 
-#: src/descript.c:547
-msgid "Source"
+#: src/language/stats/oneway.q:732
+msgid "Does not assume equal"
 msgstr ""
 
-#: src/descript.c:548
-msgid "Target"
+#: src/language/stats/rank.q:221
+#, c-format
+msgid "%s of %s by %s"
 msgstr ""
 
-#: src/descript.c:667 src/descript.c:673
-msgid "Z-score of "
+#: src/language/stats/rank.q:226
+#, c-format
+msgid "%s of %s"
 msgstr ""
 
-#: src/descript.c:886
-msgid "Valid N"
+#: src/language/stats/rank.q:602
+msgid "Cannot create new rank variable.  All candidates in use."
 msgstr ""
 
-#: src/descript.c:887
-msgid "Missing N"
+#: src/language/stats/rank.q:695
+msgid "Variables Created By RANK"
 msgstr ""
 
-#: src/descript.c:913
+#: src/language/stats/rank.q:719
 #, c-format
-msgid "Valid cases = %g; cases with missing value(s) = %g."
+msgid "%s into %s(%s of %s using %s BY %s)"
 msgstr ""
 
-#: src/devind.c:139
+#: src/language/stats/rank.q:730
 #, c-format
-msgid "DEVIND driver initializing as `%s'..."
+msgid "%s into %s(%s of %s BY %s)"
 msgstr ""
 
-#: src/devind.c:221
+#: src/language/stats/rank.q:744
 #, c-format
-msgid "Unknown configuration parameter `%s' for DEVIND device driver."
+msgid "%s into %s(%s of %s using %s)"
 msgstr ""
 
-#: src/devind.c:243
+#: src/language/stats/rank.q:754
 #, c-format
-msgid "DEVIND output driver: %s: %s"
+msgid "%s into %s(%s of %s)"
 msgstr ""
 
-#: src/devind.c:274
-#, c-format
-msgid "Cannot open first page on DEVIND device %s."
+#: src/language/stats/rank.q:767
+msgid ""
+"FRACTION has been specified, but NORMAL and PROPORTION rank functions have "
+"not been requested.  The FRACTION subcommand will be ignored."
 msgstr ""
 
-#: src/dfm-read.c:157
+#: src/language/stats/rank.q:860
 #, c-format
-msgid "Could not open \"%s\" for reading as a data file: %s."
+msgid "Variable %s already exists."
 msgstr ""
 
-#: src/dfm-read.c:190 src/dfm-read.c:208
-msgid "BEGIN DATA expected."
+#: src/language/stats/rank.q:865
+msgid "Too many variables in INTO clause."
 msgstr ""
 
-#: src/dfm-read.c:217
-msgid ""
-"Unexpected end-of-file while reading data in BEGIN DATA.  This probably "
-"indicates a missing or misformatted END DATA command.  END DATA must appear "
-"by itself on a single line with exactly one space between words."
+#: src/language/stats/regression.q:159 src/ui/gui/regression-dialog.c:41
+msgid "R"
 msgstr ""
 
-#: src/dfm-read.c:250 src/dfm-read.c:270
-#, c-format
-msgid "Error reading file %s: %s."
+#: src/language/stats/regression.q:160
+msgid "R Square"
 msgstr ""
 
-#: src/dfm-read.c:273
-#, c-format
-msgid "%s: Partial record at end of file."
+#: src/language/stats/regression.q:161
+msgid "Adjusted R Square"
 msgstr ""
 
-#: src/dfm-read.c:316
-#, c-format
-msgid "Attempt to read beyond end-of-file on file %s."
+#: src/language/stats/regression.q:162
+msgid "Std. Error of the Estimate"
 msgstr ""
 
-#: src/dfm-read.c:319
-msgid "Attempt to read beyond END DATA."
+#: src/language/stats/regression.q:167
+msgid "Model Summary"
 msgstr ""
 
-#: src/dfm-read.c:466
-msgid ""
-"This command is not valid here since the current input program does not "
-"access the inline file."
+#: src/language/stats/regression.q:202
+msgid "B"
 msgstr ""
 
-#: src/dfm-write.c:70
-#, c-format
-msgid "An error occurred while opening \"%s\" for writing as a data file: %s."
+#: src/language/stats/regression.q:204
+msgid "Beta"
 msgstr ""
 
-#: src/dfm-write.c:106
-#, c-format
-msgid "Error writing file %s: %s."
+#: src/language/stats/regression.q:207
+msgid "(Constant)"
 msgstr ""
 
-#: src/dictionary.c:685
-msgid ""
-"At least one case in the data file had a weight value that was user-missing, "
-"system-missing, zero, or negative.  These case(s) were ignored."
+#: src/language/stats/regression.q:271
+msgid "Coefficients"
 msgstr ""
 
-#: src/do-if.c:116
-msgid "There is no DO IF to match with this ELSE IF."
+#: src/language/stats/regression.q:307
+msgid "Regression"
 msgstr ""
 
-#: src/do-if.c:121
-msgid "The ELSE command must follow all ELSE IF commands in a DO IF structure."
+#: src/language/stats/regression.q:389
+msgid "Model"
 msgstr ""
 
-#: src/do-if.c:144
-msgid "End of command expected."
+#: src/language/stats/regression.q:390
+msgid "Covariances"
 msgstr ""
 
-#: src/do-if.c:160
-msgid "There is no DO IF to match with this ELSE."
+#: src/language/stats/regression.q:405
+msgid "Coefficient Correlations"
 msgstr ""
 
-#: src/do-if.c:166
+#: src/language/stats/regression.q:807
 msgid ""
-"There may be at most one ELSE clause in each DO IF structure.  It must be "
-"the last clause."
-msgstr ""
-
-#: src/do-if.c:201
-msgid "There is no DO IF to match with this END IF."
+"The dependent variable is equal to the independent variable.The least "
+"squares line is therefore Y=X.Standard errors and related statistics may be "
+"meaningless."
 msgstr ""
 
-#: src/do-if.c:287
-#, c-format
-msgid "DO IF %d: true\n"
+#: src/language/stats/regression.q:898
+msgid "Dependent variable must be numeric."
 msgstr ""
 
-#: src/do-if.c:292
-#, c-format
-msgid "DO IF %d: false\n"
+#: src/language/stats/reliability.q:429
+msgid "Reliability Statistics"
 msgstr ""
 
-#: src/do-if.c:297
-#, c-format
-msgid "DO IF %d: missing\n"
+#: src/language/stats/reliability.q:472
+msgid "Item-Total Statistics"
 msgstr ""
 
-#: src/error.c:97
-msgid "Terminating NOW due to a fatal error!"
+#: src/language/stats/reliability.q:494
+msgid "Scale Mean if Item Deleted"
 msgstr ""
 
-#: src/error.c:174
-msgid "Terminating execution of syntax file due to error."
+#: src/language/stats/reliability.q:497
+msgid "Scale Variance if Item Deleted"
 msgstr ""
 
-#: src/error.c:176
-#, c-format
-msgid "Errors (%d) exceeds limit (%d)."
+#: src/language/stats/reliability.q:500
+msgid "Corrected Item-Total Correlation"
 msgstr ""
 
-#: src/error.c:179
-#, c-format
-msgid "Warnings (%d) exceed limit (%d)."
+#: src/language/stats/reliability.q:503
+msgid "Cronbach's Alpha if Item Deleted"
 msgstr ""
 
-#: src/error.c:243
-msgid "fatal"
+#: src/language/stats/reliability.q:550 src/language/stats/reliability.q:566
+msgid "Cronbach's Alpha"
 msgstr ""
 
-#: src/error.c:245 src/error.c:252 src/error.c:255
-msgid "error"
+#: src/language/stats/reliability.q:553
+msgid "N of items"
 msgstr ""
 
-#: src/error.c:246 src/error.c:253 src/error.c:256
-msgid "warning"
+#: src/language/stats/reliability.q:569
+msgid "Part 1"
 msgstr ""
 
-#: src/error.c:247 src/error.c:257
-msgid "note"
+#: src/language/stats/reliability.q:575 src/language/stats/reliability.q:586
+msgid "N of Items"
 msgstr ""
 
-#: src/error.c:249 src/error.c:250
-msgid "installation error"
+#: src/language/stats/reliability.q:580
+msgid "Part 2"
 msgstr ""
 
-#: src/examine.q:471 src/examine.q:483
-#, c-format
-msgid "%s and %s are mutually exclusive"
+#: src/language/stats/reliability.q:591
+msgid "Total N of Items"
 msgstr ""
 
-#: src/examine.q:913
-msgid "Case Processing Summary"
+#: src/language/stats/reliability.q:594
+msgid "Correlation Between Forms"
 msgstr ""
 
-#: src/examine.q:1119
-msgid "Extreme Values"
+#: src/language/stats/reliability.q:598
+msgid "Spearman-Brown Coefficient"
 msgstr ""
 
-#: src/examine.q:1135
-msgid "Case Number"
+#: src/language/stats/reliability.q:601
+msgid "Equal Length"
 msgstr ""
 
-#: src/examine.q:1220
-msgid "Highest"
+#: src/language/stats/reliability.q:604
+msgid "Unequal Length"
 msgstr ""
 
-#: src/examine.q:1225
-msgid "Lowest"
+#: src/language/stats/reliability.q:608
+msgid "Guttman Split-Half Coefficient"
 msgstr ""
 
-#: src/examine.q:1366 src/oneway.q:400 src/oneway.q:684
-msgid "Std. Error"
+#: src/language/stats/reliability.q:702
+msgid "Excluded"
 msgstr ""
 
-#: src/examine.q:1368 src/oneway.q:414
-msgid "Descriptives"
+#: src/language/stats/reliability.q:711
+#, c-format
+msgid "%%"
 msgstr ""
 
-#: src/examine.q:1488 src/oneway.q:405
-#, c-format
-msgid "%g%% Confidence Interval for Mean"
+#: src/language/stats/sort-cases.c:64
+msgid "Buffer limit must be at least 2."
 msgstr ""
 
-#: src/examine.q:1494 src/oneway.q:407
-msgid "Lower Bound"
+#: src/language/stats/sort-criteria.c:69
+msgid "`A' or `D' expected inside parentheses."
 msgstr ""
 
-#: src/examine.q:1505 src/oneway.q:408
-msgid "Upper Bound"
+#: src/language/stats/sort-criteria.c:74
+msgid "`)' expected."
 msgstr ""
 
-#: src/examine.q:1517
+#: src/language/stats/sort-criteria.c:85
 #, c-format
-msgid "5%% Trimmed Mean"
+msgid "Variable %s specified twice in sort criteria."
 msgstr ""
 
-#: src/examine.q:1528 src/frequencies.q:119
-msgid "Median"
+#: src/language/stats/t-test.q:275
+msgid "TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive."
 msgstr ""
 
-#: src/examine.q:1562 src/oneway.q:399 src/t-test.q:681 src/t-test.q:704
-#: src/t-test.q:828 src/t-test.q:1164
-msgid "Std. Deviation"
+#: src/language/stats/t-test.q:293
+msgid "VARIABLES subcommand is not appropriate with PAIRS"
 msgstr ""
 
-#: src/examine.q:1610
-msgid "Interquartile Range"
+#: src/language/stats/t-test.q:331
+msgid "One or more VARIABLES must be specified."
 msgstr ""
 
-#: src/examine.q:1762
+#: src/language/stats/t-test.q:381
 #, c-format
-msgid "Boxplot of %s vs. %s"
+msgid "Long string variable %s is not valid here."
 msgstr ""
 
-#: src/examine.q:1787
-msgid "Boxplot"
+#: src/language/stats/t-test.q:401 src/language/stats/t-test.q:415
+msgid ""
+"When applying GROUPS to a string variable, two values must be specified."
 msgstr ""
 
-#: src/examine.q:1829
-#, c-format
-msgid "Normal Q-Q Plot of %s"
+#: src/language/stats/t-test.q:513
+msgid "At least two variables must be specified on PAIRS."
 msgstr ""
 
-#: src/examine.q:1830 src/examine.q:1836
-msgid "Observed Value"
+#: src/language/stats/t-test.q:691
+msgid "One-Sample Statistics"
 msgstr ""
 
-#: src/examine.q:1831
-msgid "Expected Normal"
+#: src/language/stats/t-test.q:696 src/language/stats/t-test.q:719
+#: src/language/stats/t-test.q:852
+msgid "SE. Mean"
+msgstr ""
+
+#: src/language/stats/t-test.q:714
+msgid "Group Statistics"
+msgstr ""
+
+#: src/language/stats/t-test.q:846
+msgid "Paired Sample Statistics"
 msgstr ""
 
-#: src/examine.q:1834
+#: src/language/stats/t-test.q:868 src/language/stats/t-test.q:1213
+#: src/language/stats/t-test.q:1404
 #, c-format
-msgid "Detrended Normal Q-Q Plot of %s"
+msgid "Pair %d"
 msgstr ""
 
-#: src/examine.q:1837
-msgid "Dev from Normal"
+#: src/language/stats/t-test.q:986
+msgid "Independent Samples Test"
 msgstr ""
 
-#: src/examine.q:1956 src/examine.q:1978 src/frequencies.q:1525
-msgid "Percentiles"
+#: src/language/stats/t-test.q:994
+msgid "Levene's Test for Equality of Variances"
 msgstr ""
 
-#: src/examine.q:2103
-msgid "Tukey's Hinges"
+#: src/language/stats/t-test.q:996
+msgid "t-test for Equality of Means"
 msgstr ""
 
-#: src/expressions/evaluate.c:144
-msgid "expecting number or string"
+#: src/language/stats/t-test.q:999 src/language/stats/t-test.q:1389
+msgid "Sig."
 msgstr ""
 
-#: src/expressions/evaluate.c:155 src/pfm-read.c:537
-#, c-format
-msgid "Duplicate variable name %s."
+#: src/language/stats/t-test.q:1003 src/language/stats/t-test.q:1288
+msgid "Mean Difference"
 msgstr ""
 
-#: src/expressions/helpers.c:36
-msgid ""
-"One of the arguments to a DATE function is not an integer.  The result will "
-"be system-missing."
+#: src/language/stats/t-test.q:1004
+msgid "Std. Error Difference"
 msgstr ""
 
-#: src/expressions/helpers.c:58
-msgid ""
-"The week argument to DATE.WKYR is not an integer.  The result will be system-"
-"missing."
+#: src/language/stats/t-test.q:1009 src/language/stats/t-test.q:1184
+#: src/language/stats/t-test.q:1280
+#, c-format
+msgid "%g%% Confidence Interval of the Difference"
 msgstr ""
 
-#: src/expressions/helpers.c:64
-msgid ""
-"The week argument to DATE.WKYR is outside the acceptable range of 1 to 53.  "
-"The result will be system-missing."
+#: src/language/stats/t-test.q:1064
+msgid "Equal variances assumed"
 msgstr ""
 
-#: src/expressions/helpers.c:86
-msgid ""
-"The day argument to DATE.YRDAY is not an integer.  The result will be system-"
-"missing."
+#: src/language/stats/t-test.q:1116
+msgid "Equal variances not assumed"
 msgstr ""
 
-#: src/expressions/helpers.c:92
-msgid ""
-"The day argument to DATE.YRDAY is outside the acceptable range of 1 to 366.  "
-"The result will be system-missing."
+#: src/language/stats/t-test.q:1174
+msgid "Paired Samples Test"
 msgstr ""
 
-#: src/expressions/helpers.c:114
-msgid ""
-"The year argument to YRMODA is greater than 47516.  The result will be "
-"system-missing."
+#: src/language/stats/t-test.q:1177
+msgid "Paired Differences"
 msgstr ""
 
-#: src/expressions/parse.c:241
-#, c-format
-msgid ""
-"Type mismatch: expression has %s type, but a numeric value is required here."
+#: src/language/stats/t-test.q:1189
+msgid "Std. Error Mean"
 msgstr ""
 
-#: src/expressions/parse.c:253
-#, c-format
-msgid ""
-"Type mismatch: expression has %s type, but a string value is required here."
+#: src/language/stats/t-test.q:1269
+msgid "One-Sample Test"
 msgstr ""
 
-#: src/expressions/parse.c:394
+#: src/language/stats/t-test.q:1274
 #, c-format
-msgid "Type mismatch while applying %s operator: cannot convert %s to %s."
+msgid "Test Value = %f"
 msgstr ""
 
-#: src/expressions/parse.c:599
-msgid ""
-"Chaining relational operators (e.g. \"a < b < c\") will not produce the "
-"mathematically expected result.  Use the AND logical operator to fix the "
-"problem (e.g. \"a < b AND b < c\").  If chaining is really intended, "
-"parentheses will disable this warning (e.g. \"(a < b) < c\".)"
+#: src/language/stats/t-test.q:1384
+msgid "Paired Samples Correlations"
 msgstr ""
 
-#: src/expressions/parse.c:698
-msgid ""
-"The exponentiation operator (\"**\") is left-associative, even though right-"
-"associative semantics are more useful.  That is, \"a**b**c\" equals \"(a**b)"
-"**c\", not as \"a**(b**c)\".  To disable this warning, insert parentheses."
+#: src/language/stats/t-test.q:1388
+msgid "Correlation"
 msgstr ""
 
-#: src/expressions/parse.c:760
+#: src/language/stats/t-test.q:1407
 #, c-format
-msgid "Unknown system variable %s."
+msgid "%s & %s"
 msgstr ""
 
-#: src/expressions/parse.c:802
-#, c-format
-msgid "Unknown identifier %s."
+#: src/language/stats/wilcoxon.c:216
+msgid "Ranks"
 msgstr ""
 
-#: src/expressions/parse.c:837
-msgid "in expression"
+#: src/language/stats/wilcoxon.c:230
+msgid "Mean Rank"
 msgstr ""
 
-#: src/expressions/parse.c:1013
-#, c-format
-msgid "%s must have at least %d arguments in list."
+#: src/language/stats/wilcoxon.c:231
+msgid "Sum of Ranks"
 msgstr ""
 
-#: src/expressions/parse.c:1022
-#, c-format
-msgid "%s must have even number of arguments in list."
+#: src/language/stats/wilcoxon.c:243
+msgid "Negative Ranks"
 msgstr ""
 
-#: src/expressions/parse.c:1025
-#, c-format
-msgid "%s must have multiple of %d arguments in list."
+#: src/language/stats/wilcoxon.c:244
+msgid "Positive Ranks"
 msgstr ""
 
-#: src/expressions/parse.c:1035
-#, c-format
-msgid "%s function does not accept a minimum valid argument count."
+#: src/language/stats/wilcoxon.c:245
+msgid "Ties"
 msgstr ""
 
-#: src/expressions/parse.c:1044
-#, c-format
-msgid "%s requires at least %d valid arguments in list."
+#: src/language/stats/wilcoxon.c:310
+msgid "Z"
 msgstr ""
 
-#: src/expressions/parse.c:1050
-#, c-format
-msgid ""
-"With %s, using minimum valid argument count of %d does not make sense when "
-"passing only %d arguments in list."
+#: src/language/stats/wilcoxon.c:311
+msgid "Asymp. Sig (2-tailed)"
 msgstr ""
 
-#: src/expressions/parse.c:1104
-#, c-format
-msgid "Type mismatch invoking %s as "
+#: src/language/stats/wilcoxon.c:315
+msgid "Exact Sig (2-tailed)"
 msgstr ""
 
-#: src/expressions/parse.c:1109
-msgid "Function invocation "
+#: src/language/stats/wilcoxon.c:316
+msgid "Exact Sig (1-tailed)"
 msgstr ""
 
-#: src/expressions/parse.c:1111
-msgid " does not match any known function.  Candidates are:"
+#: src/language/stats/wilcoxon.c:319
+msgid "Point Probability"
 msgstr ""
 
-#: src/expressions/parse.c:1141
+#: src/language/stats/wilcoxon.c:358
 #, c-format
-msgid "No function or vector named %s."
+msgid ""
+"Exact significance was not calculated after %.2f minutes. Skipping test."
 msgstr ""
 
-#: src/expressions/parse.c:1183
+#: src/language/syntax-file.c:88
 #, c-format
-msgid "expecting `,' or `)' invoking %s function"
+msgid "opening \"%s\" as syntax file"
 msgstr ""
 
-#: src/expressions/parse.c:1203
+#: src/language/syntax-file.c:93
 #, c-format
-msgid "%s is a PSPP extension."
+msgid "Opening `%s': %s."
 msgstr ""
 
-#: src/file-handle.q:127
+#: src/language/syntax-file.c:106
 #, c-format
-msgid ""
-"File handle %s already refers to file %s.  File handles cannot be redefined "
-"within a session."
+msgid "Reading `%s': %s."
 msgstr ""
 
-#: src/file-handle.q:148
-msgid "The FILE HANDLE required subcommand NAME is not present."
+#: src/language/syntax-file.c:126
+#, c-format
+msgid "Closing `%s': %s."
 msgstr ""
 
-#: src/file-handle.q:167
-msgid ""
-"Fixed-length records were specified on /RECFORM, but record length was not "
-"specified on /LRECL.  Assuming 1024-character records."
+#: src/language/tests/check-model.q:138
+msgid "PATH and SEARCH subcommands are mutually exclusive.  Ignoring PATH."
 msgstr ""
 
-#: src/file-handle.q:174
-#, c-format
-msgid ""
-"Record length (%ld) must be at least one byte.  1-character records will be "
-"assumed."
+#: src/language/tests/check-model.q:156
+msgid "At least one value must be specified on PATH."
 msgstr ""
 
-#: src/file-handle.q:274
+#: src/language/tests/check-model.q:167
 #, c-format
-msgid "Can't open %s as a %s because it is already open as a %s"
+msgid "Hash bits adjusted to %d."
 msgstr ""
 
-#: src/file-handle.q:281
+#: src/language/tests/check-model.q:208
 #, c-format
-msgid "Can't open %s as a %s for %s because it is already open for %s"
+msgid "error opening \"%s\" for writing"
 msgstr ""
 
-#: src/file-handle.q:289
+#: src/language/tests/float-format.c:124
 #, c-format
-msgid "Can't re-open %s as a %s for %s"
+msgid "%zu-byte string needed but %zu-byte string supplied."
 msgstr ""
 
-#: src/file-handle.q:342
-msgid "expecting a file name or handle name"
-msgstr ""
-
-#: src/file-type.c:134
-msgid "MIXED, GROUPED, or NESTED expected."
+#: src/language/tests/float-format.c:136
+msgid "Hexadecimal floating constant too long."
 msgstr ""
 
-#: src/file-type.c:157
-msgid "The CASE subcommand is not valid on FILE TYPE MIXED."
+#: src/language/tests/float-format.c:201
+#, c-format
+msgid ""
+"%s conversion of %s from %s to %s should have produced %s but actually "
+"produced %s."
 msgstr ""
 
-#: src/file-type.c:175
-msgid "WARN or NOWARN expected after WILD."
+#: src/language/tests/float-format.c:247
+msgid "Too many values in single command."
 msgstr ""
 
-#: src/file-type.c:183
-msgid "The DUPLICATE subcommand is not valid on FILE TYPE MIXED."
+#: src/language/tests/moments-test.c:47
+msgid "expecting weight value"
 msgstr ""
 
-#: src/file-type.c:197
-msgid "DUPLICATE=CASE is only valid on FILE TYPE NESTED."
+#: src/language/utilities/cd.c:41
+#, c-format
+msgid "Cannot change directory to %s:  %s "
 msgstr ""
 
-#: src/file-type.c:206
-#, c-format
-msgid "WARN%s expected after DUPLICATE."
+#: src/language/utilities/date.c:32
+msgid "Only USE ALL is currently implemented."
 msgstr ""
 
-#: src/file-type.c:207
-msgid ", NOWARN, or CASE"
+#: src/language/utilities/include.c:90
+msgid "Expecting BATCH or INTERACTIVE after SYNTAX."
 msgstr ""
 
-#: src/file-type.c:208
-msgid " or NOWARN"
+#: src/language/utilities/include.c:107
+msgid "Expecting YES or NO after CD."
 msgstr ""
 
-#: src/file-type.c:216
-msgid "The MISSING subcommand is not valid on FILE TYPE MIXED."
+#: src/language/utilities/include.c:124
+msgid "Expecting CONTINUE or STOP after ERROR."
 msgstr ""
 
-#: src/file-type.c:228
-msgid "WARN or NOWARN after MISSING."
+#: src/language/utilities/include.c:131
+#, c-format
+msgid "Unexpected token: `%s'."
 msgstr ""
 
-#: src/file-type.c:236
-msgid "ORDERED is only valid on FILE TYPE GROUPED."
+#: src/language/utilities/include.c:176
+msgid "expecting file name"
 msgstr ""
 
-#: src/file-type.c:247
-msgid "YES or NO expected after ORDERED."
+#: src/language/utilities/include.c:188
+#, c-format
+msgid "Can't find `%s' in include file search path."
 msgstr ""
 
-#: src/file-type.c:253 src/file-type.c:548
-msgid "while expecting a valid subcommand"
+#: src/language/utilities/permissions.c:73
+#, c-format
+msgid "Expecting %s or %s."
 msgstr ""
 
-#: src/file-type.c:260
-msgid "The required RECORD subcommand was not present."
+#: src/language/utilities/permissions.c:106
+#, c-format
+msgid "Cannot stat %s: %s"
 msgstr ""
 
-#: src/file-type.c:268
-msgid "The required CASE subcommand was not present."
+#: src/language/utilities/permissions.c:119
+#, c-format
+msgid "Cannot change mode of %s: %s"
 msgstr ""
 
-#: src/file-type.c:274
-msgid "CASE and RECORD must specify different variable names."
+#: src/language/utilities/set.q:200
+msgid "WORKSPACE must be at least 1MB"
 msgstr ""
 
-#: src/file-type.c:332
-msgid "Column value must be positive."
+#: src/language/utilities/set.q:206 src/language/utilities/set.q:208
+#: src/language/utilities/set.q:210 src/language/utilities/set.q:212
+#: src/language/utilities/set.q:214 src/language/utilities/set.q:216
+#: src/language/utilities/set.q:218 src/language/utilities/set.q:220
+#: src/language/utilities/set.q:222
+#, c-format
+msgid "%s is obsolete."
 msgstr ""
 
-#: src/file-type.c:348
-msgid "Ending column precedes beginning column."
+#: src/language/utilities/set.q:225
+#, c-format
+msgid "%s is not implemented."
 msgstr ""
 
-#: src/file-type.c:368
-msgid "Bad format specifier name."
+#: src/language/utilities/set.q:228
+msgid "Active file compression is not implemented."
 msgstr ""
 
-#: src/file-type.c:397 src/file-type.c:586
-msgid ""
-"This command may only appear within a FILE TYPE/END FILE TYPE structure."
+#: src/language/utilities/set.q:323
+msgid "EPOCH must be 1500 or later."
 msgstr ""
 
-#: src/file-type.c:420
-msgid "OTHER may appear only on the last RECORD TYPE command."
+#: src/language/utilities/set.q:330
+msgid "expecting AUTOMATIC or year"
 msgstr ""
 
-#: src/file-type.c:430
-msgid "No input commands (DATA LIST, REPEATING DATA) for above RECORD TYPE."
+#: src/language/utilities/set.q:351
+msgid "LENGTH must be at least 1."
 msgstr ""
 
-#: src/file-type.c:481
-msgid ""
-"The CASE subcommand is not allowed on the RECORD TYPE command for FILE TYPE "
-"MIXED."
+#: src/language/utilities/set.q:395
+msgid "WIDTH must be at least 40."
 msgstr ""
 
-#: src/file-type.c:491
+#: src/language/utilities/set.q:418
+#, c-format
 msgid ""
-"No variable name may be specified for the CASE subcommand on RECORD TYPE."
+"FORMAT requires numeric output format as an argument.  Specified format %s "
+"is of type string."
 msgstr ""
 
-#: src/file-type.c:499
-msgid ""
-"The CASE column specification on RECORD TYPE must give a format specifier "
-"that is the same type as that of the CASE column specification given on FILE "
-"TYPE."
+#: src/language/utilities/set.q:485
+msgid "BLANKS is SYSMIS."
 msgstr ""
 
-#: src/file-type.c:515
-msgid "WARN or NOWARN expected on DUPLICATE subcommand."
+#: src/language/utilities/set.q:487
+#, c-format
+msgid "BLANKS is %g."
 msgstr ""
 
-#: src/file-type.c:529
-msgid "WARN or NOWARN expected on MISSING subcommand."
+#: src/language/utilities/set.q:522
+#, c-format
+msgid "%s is \"%s\"."
 msgstr ""
 
-#: src/file-type.c:542
-msgid "YES or NO expected on SPREAD subcommand."
+#: src/language/utilities/set.q:558
+#, c-format
+msgid "DECIMAL is \"%c\"."
 msgstr ""
 
-#: src/file-type.c:599
-msgid "No input commands (DATA LIST, REPEATING DATA) on above RECORD TYPE."
+#: src/language/utilities/set.q:564
+#, c-format
+msgid "ENDCMD is \"%c\"."
 msgstr ""
 
-#: src/file-type.c:606
-msgid "No commands between FILE TYPE and END FILE TYPE."
+#: src/language/utilities/set.q:572
+#, c-format
+msgid "ERRORS is \"%s\"."
 msgstr ""
 
-#: src/file-type.c:675
+#: src/language/utilities/set.q:583
 #, c-format
-msgid "Unknown record type \"%.*s\"."
+msgid "FORMAT is %s."
 msgstr ""
 
-#: src/file-type.c:699
+#: src/language/utilities/set.q:589
 #, c-format
-msgid "Unknown record type %g."
+msgid "LENGTH is %d."
 msgstr ""
 
-#: src/filename.c:227
+#: src/language/utilities/set.q:595
 #, c-format
-msgid "Searching for `%s'..."
+msgid "MXERRS is %d."
 msgstr ""
 
-#: src/filename.c:235 src/filename.c:267
-msgid "Search unsuccessful!"
+#: src/language/utilities/set.q:601
+#, c-format
+msgid "MXLOOPS is %d."
 msgstr ""
 
-#: src/filename.c:260
+#: src/language/utilities/set.q:607
 #, c-format
-msgid "Found `%s'."
+msgid "MXWARNS is %d."
 msgstr ""
 
-#: src/filename.c:665
+#: src/language/utilities/set.q:614 src/language/utilities/set.q:665
 #, c-format
-msgid "Not opening pipe file `%s' because SAFER option set."
+msgid "%s is %s (%s)."
 msgstr ""
 
-#: src/flip.c:88
-msgid ""
-"FLIP ignores TEMPORARY.  Temporary transformations will be made permanent."
+#: src/language/utilities/set.q:686
+msgid "SCOMPRESSION is ON."
 msgstr ""
 
-#: src/flip.c:232
-#, c-format
-msgid "Could not create acceptable variant for variable %s."
+#: src/language/utilities/set.q:688
+msgid "SCOMPRESSION is OFF."
 msgstr ""
 
-#: src/flip.c:248
-msgid "Cannot create more than 99999 variable names."
+#: src/language/utilities/set.q:695
+msgid "UNDEFINED is WARN."
 msgstr ""
 
-#: src/flip.c:292
-msgid "Could not create temporary file for FLIP."
+#: src/language/utilities/set.q:697
+msgid "UNDEFINED is NOWARN."
 msgstr ""
 
-#: src/flip.c:300 src/flip.c:367
-#, c-format
-msgid "Error writing FLIP file: %s."
+#: src/language/utilities/set.q:705
+msgid "WEIGHT is off."
 msgstr ""
 
-#: src/flip.c:409
+#: src/language/utilities/set.q:707
 #, c-format
-msgid "Error rewinding FLIP file: %s."
-msgstr ""
-
-#: src/flip.c:413
-msgid "Error creating FLIP source file."
+msgid "WEIGHT is variable %s."
 msgstr ""
 
-#: src/flip.c:422
+#: src/language/utilities/set.q:725
 #, c-format
-msgid "Error reading FLIP file: %s."
+msgid "WIDTH is %d."
 msgstr ""
 
-#: src/flip.c:443
+#: src/language/utilities/title.c:68
 #, c-format
-msgid "Error seeking FLIP source file: %s."
+msgid "%s: `.' expected after string."
 msgstr ""
 
-#: src/flip.c:448
+#: src/language/utilities/title.c:108
 #, c-format
-msgid "Error writing FLIP source file: %s."
+msgid "   (Entered %s)"
 msgstr ""
 
-#: src/flip.c:459
+#: src/language/xforms/compute.c:146 src/language/xforms/compute.c:194
 #, c-format
-msgid "Error rewind FLIP source file: %s."
+msgid ""
+"When executing COMPUTE: SYSMIS is not a valid value as an index into vector %"
+"s."
 msgstr ""
 
-#: src/flip.c:511
+#: src/language/xforms/compute.c:150 src/language/xforms/compute.c:201
 #, c-format
-msgid "Error reading FLIP temporary file: %s."
+msgid ""
+"When executing COMPUTE: %g is not a valid value as an index into vector %s."
 msgstr ""
 
-#: src/flip.c:514
-msgid "Unexpected end of file reading FLIP temporary file."
+#: src/language/xforms/compute.c:344
+#, c-format
+msgid "There is no vector named %s."
 msgstr ""
 
-#: src/format.c:77
-msgid "X and T format specifiers not allowed here."
+#: src/language/xforms/count.c:123
+msgid "Destination cannot be a string variable."
 msgstr ""
 
-#: src/format.c:85
-#, c-format
-msgid "%.*s is not a valid data format."
+#: src/language/xforms/recode.c:251
+msgid ""
+"Inconsistent target variable types.  Target variables must be all numeric or "
+"all string."
 msgstr ""
 
-#: src/format.c:134
-#, c-format
-msgid "Format %s specifies an odd width %d, but an even width is required."
+#: src/language/xforms/recode.c:272
+msgid "CONVERT requires string input values and numeric output values."
 msgstr ""
 
-#: src/format.c:142
-#, c-format
-msgid ""
-"Format %s specifies a bad number of implied decimal places %d.  Input format "
-"%s allows up to 16 implied decimal places."
+#: src/language/xforms/recode.c:329
+msgid "THRU is not allowed with string variables."
 msgstr ""
 
-#: src/format.c:166
-#, c-format
-msgid "Format %s may not be used for input."
+#: src/language/xforms/recode.c:407
+msgid "expecting output value"
 msgstr ""
 
-#: src/format.c:172
+#: src/language/xforms/recode.c:456
 #, c-format
 msgid ""
-"Input format %s specifies a bad width %d.  Format %s requires a width "
-"between %d and %d."
+"%zu variable(s) cannot be recoded into %zu variable(s).  Specify the same "
+"number of variables as source and target variables."
 msgstr ""
 
-#: src/format.c:182
+#: src/language/xforms/recode.c:471
 #, c-format
 msgid ""
-"Input format %s is invalid because it specifies more decimal places than the "
-"field width."
+"There is no variable named %s.  (All string variables specified on INTO must "
+"already exist.  Use the STRING command to create a string variable.)"
 msgstr ""
 
-#: src/format.c:205
+#: src/language/xforms/recode.c:487
 #, c-format
-msgid ""
-"Output format %s specifies a bad width %d.  Format %s requires a width "
-"between %d and %d."
+msgid "INTO is required with %s input values and %s output values."
 msgstr ""
 
-#: src/format.c:215
+#: src/language/xforms/recode.c:500
 #, c-format
-msgid ""
-"Output format %s is invalid because it specifies as many decimal places as "
-"the field width, which fails to allow space for a decimal point.  Try %s%d.%"
-"d instead."
+msgid "Type mismatch.  Cannot store %s data in %s variable %s."
 msgstr ""
 
-#: src/format.c:237
-#, c-format
-msgid "%s variables are not compatible with %s format %s."
+#: src/language/xforms/sample.c:76
+msgid "The sampling factor must be between 0 and 1 exclusive."
 msgstr ""
 
-#: src/format.c:238 src/pfm-read.c:477 src/sfm-read.c:1030 src/sfm-read.c:1039
-msgid "String"
+#: src/language/xforms/sample.c:96
+#, c-format
+msgid "Cannot sample %d observations from a population of %d."
 msgstr ""
 
-#: src/format.c:238 src/pfm-read.c:477 src/sfm-read.c:1030 src/sfm-read.c:1039
-msgid "Numeric"
+#: src/language/xforms/select-if.c:100
+msgid "Syntax error expecting OFF or BY.  Turning off case filtering."
 msgstr ""
 
-#: src/format.c:258
-#, c-format
-msgid "String variable with width %d not compatible with format %s."
+#: src/language/xforms/select-if.c:115
+msgid "The filter variable must be numeric."
 msgstr ""
 
-#: src/format.c:382
-msgid "Format specifier expected."
+#: src/language/xforms/select-if.c:121
+msgid "The filter variable may not be scratch."
 msgstr ""
 
-#: src/format.c:394
+#: src/libpspp/hash.c:545
 #, c-format
-msgid "Data format %s does not specify a width."
+msgid "hash table:"
 msgstr ""
 
-#: src/format.c:412
-#, c-format
-msgid "Data format %s is not valid."
+#: src/math/percentiles.c:35
+msgid "HAverage"
 msgstr ""
 
-#: src/formats.c:89
-msgid "`(' expected after variable list"
+#: src/math/percentiles.c:36
+msgid "Weighted Average"
 msgstr ""
 
-#: src/formats.c:99 src/numeric.c:68 src/numeric.c:139
-msgid "`)' expected after output format."
+#: src/math/percentiles.c:37
+msgid "Rounded"
 msgstr ""
 
-#: src/frequencies.q:118
-msgid "S.E. Mean"
+#: src/math/percentiles.c:38
+msgid "Empirical"
 msgstr ""
 
-#: src/frequencies.q:120
-msgid "Mode"
+#: src/math/percentiles.c:39
+msgid "Empirical with averaging"
 msgstr ""
 
-#: src/frequencies.q:124
-msgid "S.E. Kurt"
+#: src/output/afm.c:149
+#, c-format
+msgid "opening font metrics file \"%s\""
 msgstr ""
 
-#: src/frequencies.q:126
-msgid "S.E. Skew"
+#: src/output/afm.c:239
+msgid "first line must be StartFontMetrics"
 msgstr ""
 
-#: src/frequencies.q:401
-msgid ""
-"At most one of BARCHART, HISTOGRAM, or HBAR should be given.  HBAR will be "
-"assumed.  Argument values will be given precedence increasing along the "
-"order given."
+#: src/output/afm.c:266
+#, c-format
+msgid "unsupported MappingScheme %d"
 msgstr ""
 
-#: src/frequencies.q:484
-#, c-format
-msgid ""
-"MAX must be greater than or equal to MIN, if both are specified.  However, "
-"MIN was specified as %g and MAX as %g.  MIN and MAX will be ignored."
+#: src/output/afm.c:287
+msgid "required FontName is missing"
 msgstr ""
 
-#: src/frequencies.q:807
-msgid ""
-"Upper limit of integer mode value range must be greater than lower limit."
+#: src/output/afm.c:394
+msgid "CharMetrics line must start with C or CH"
 msgstr ""
 
-#: src/frequencies.q:820
+#: src/output/afm.c:535
 #, c-format
-msgid "Variable %s specified multiple times on VARIABLES subcommand."
+msgid "reference to unknown character \"%s\""
 msgstr ""
 
-#: src/frequencies.q:826
-#, c-format
-msgid "Integer mode specified, but %s is not a numeric variable."
+#: src/output/afm.c:593
+msgid "expected end of file"
 msgstr ""
 
-#: src/frequencies.q:892
-msgid "`)' expected after GROUPED interval list."
+#: src/output/afm.c:605
+msgid "syntax error expecting end of line"
 msgstr ""
 
-#: src/frequencies.q:904
-#, c-format
-msgid "Variables %s specified on GROUPED but not on VARIABLES."
+#: src/output/afm.c:623 src/output/afm.c:660
+msgid "number out of valid range"
 msgstr ""
 
-#: src/frequencies.q:911
-#, c-format
-msgid "Variables %s specified multiple times on GROUPED subcommand."
+#: src/output/afm.c:625 src/output/afm.c:662
+msgid "invalid numeric syntax"
 msgstr ""
 
-#: src/frequencies.q:1142 src/frequencies.q:1234 src/frequencies.q:1235
-#: src/frequencies.q:1267
-msgid "Cum"
+#: src/output/afm.c:641
+msgid "syntax error expecting integer"
 msgstr ""
 
-#: src/frequencies.q:1144 src/plot-hist.c:129
-msgid "Frequency"
+#: src/output/afm.c:679
+msgid "syntax error expecting number"
 msgstr ""
 
-#: src/frequencies.q:1164
-msgid "Value Label"
+#: src/output/afm.c:692
+msgid "syntax error in hex constant"
 msgstr ""
 
-#: src/frequencies.q:1265
-msgid "Freq"
+#: src/output/afm.c:707
+msgid "syntax error expecting hex constant"
 msgstr ""
 
-#: src/frequencies.q:1266 src/frequencies.q:1268
-msgid "Pct"
+#: src/output/afm.c:745
+msgid "unexpected end of line"
 msgstr ""
 
-#: src/frequencies.q:1487
-#, c-format
-msgid "No valid data for variable %s; statistics not displayed."
+#: src/output/afm.c:795
+msgid "unexpected end of line expecting string"
 msgstr ""
 
-#: src/get.c:249
+#: src/output/ascii.c:251
 #, c-format
-msgid "The required %s subcommand was not present"
+msgid ""
+"ascii: page excluding margins and headers must be at least 59 characters "
+"wide by 15 lines long, but as configured is only %d characters by %d lines"
 msgstr ""
 
-#: src/get.c:255
+#: src/output/ascii.c:329
 #, c-format
-msgid "Unsupported sysfile version: %d. Using version %d instead."
+msgid ""
+"ascii: bad index value for `box' key: syntax is box[INDEX], 0 <= INDEX < %d "
+"decimal, with INDEX expressed in base 4"
 msgstr ""
 
-#: src/get.c:411 src/print.c:182
-msgid "expecting a valid subcommand"
+#: src/output/ascii.c:336
+#, c-format
+msgid "ascii: multiple values for %s"
 msgstr ""
 
-#: src/get.c:454
+#: src/output/ascii.c:344
 #, c-format
-msgid ""
-"Cannot rename %s as %s because there already exists a variable named %s.  To "
-"rename variables with overlapping names, use a single RENAME subcommand such "
-"as \"/RENAME (A=B)(B=C)(C=A)\", or equivalently, \"/RENAME (A B C=B C A)\"."
+msgid "ascii: unknown parameter `%s'"
 msgstr ""
 
-#: src/get.c:479
-msgid "`=' expected after variable list."
+#: src/output/ascii.c:360
+#, c-format
+msgid "ascii: only screen devices may have `auto' length or width"
 msgstr ""
 
-#: src/get.c:486
+#: src/output/ascii.c:374
 #, c-format
-msgid ""
-"Number of variables on left side of `=' (%d) does not match number of "
-"variables on right side (%d), in parenthesized group %d of RENAME subcommand."
+msgid "ascii: positive integer required as `%s' value"
 msgstr ""
 
-#: src/get.c:499
+#: src/output/ascii.c:402
 #, c-format
-msgid "Requested renaming duplicates variable name %s."
+msgid "ascii: `emphasis' value must be `bold', `underline', or `none'"
 msgstr ""
 
-#: src/get.c:529
-msgid "Cannot DROP all variables from dictionary."
+#: src/output/ascii.c:415
+#, c-format
+msgid "ascii: zero or positive integer required as `%s' value"
 msgstr ""
 
-#: src/get.c:790
-msgid "The active file may not be specified more than once."
+#: src/output/ascii.c:446
+#, c-format
+msgid "ascii: boolean value expected for `%s'"
 msgstr ""
 
-#: src/get.c:799
-msgid "Cannot specify the active file since no active file has been defined."
+#: src/output/ascii.c:478 src/output/html.c:187
+#, c-format
+msgid "`chart-files' value must contain `#'"
 msgstr ""
 
-#: src/get.c:807
-msgid ""
-"MATCH FILES may not be used after TEMPORARY when the active file is an input "
-"source.  Temporary transformations will be made permanent."
+#: src/output/ascii.c:524
+#, c-format
+msgid "ascii: opening output file \"%s\""
 msgstr ""
 
-#: src/get.c:845
-msgid "Multiple IN subcommands for a single FILE or TABLE."
+#: src/output/ascii.c:587
+#, c-format
+msgid "ascii: bad line (%d,%d)-(%d,%d) out of (%d,%d)\n"
 msgstr ""
 
-#: src/get.c:865
-msgid "BY may appear at most once."
+#: src/output/ascii.c:809 src/output/postscript.c:826
+#, c-format
+msgid "%s - Page %d"
 msgstr ""
 
-#: src/get.c:885
+#: src/output/ascii.c:861
 #, c-format
-msgid "File %s lacks BY variable %s."
+msgid "ascii: closing output file \"%s\""
 msgstr ""
 
-#: src/get.c:899
-msgid "FIRST may appear at most once."
+#: src/output/chart.c:145
+#, c-format
+msgid "creating \"%s\""
 msgstr ""
 
-#: src/get.c:913
-msgid "LAST may appear at most once."
+#: src/output/charts/plot-hist.c:138
+msgid "HISTOGRAM"
 msgstr ""
 
-#: src/get.c:954
-msgid "BY is required when TABLE is specified."
+#: src/output/html.c:71
+#, c-format
+msgid "opening HTML output file: %s"
 msgstr ""
 
-#: src/get.c:959
-msgid "BY is required when IN is specified."
+#: src/output/html.c:82
+msgid "PSPP Output"
 msgstr ""
 
-#: src/get.c:987
+#: src/output/html.c:170
 #, c-format
-msgid "IN variable name %s duplicates an existing variable name."
+msgid "unknown configuration parameter `%s' for HTML device driver"
 msgstr ""
 
-#: src/get.c:1416
+#: src/output/journal.c:68
 #, c-format
-msgid ""
-"Variable %s in file %s (%s) has different type or width from the same "
-"variable in earlier file (%s)."
-msgstr ""
-
-#: src/get.c:1507
-msgid "expecting COMM or TAPE"
+msgid "error writing \"%s\""
 msgstr ""
 
-#: src/getl.c:178
+#: src/output/journal.c:90
 #, c-format
-msgid "Can't find `%s' in include file search path."
+msgid "error creating \"%s\""
 msgstr ""
 
-#: src/getl.c:333
+#: src/output/output.c:168
 #, c-format
-msgid "%s: Opening as syntax file."
+msgid "unknown output driver `%s'"
 msgstr ""
 
-#: src/getl.c:338
+#: src/output/output.c:170
 #, c-format
-msgid "Opening `%s': %s."
+msgid "output driver `%s' referenced but never defined"
 msgstr ""
 
-#: src/getl.c:347 src/html.c:349 src/postscript.c:1461
+#: src/output/output.c:261
 #, c-format
-msgid "Reading `%s': %s."
+msgid "using default output driver configuration"
 msgstr ""
 
-#: src/getl.c:405
+#: src/output/output.c:290
 #, c-format
-msgid "Closing `%s': %s."
+msgid "cannot find output initialization file (use `-vv' to view search path)"
 msgstr ""
 
-#: src/groff-font.c:105
+#: src/output/output.c:298
 #, c-format
-msgid "%s: Opening Groff font file..."
+msgid "cannot open \"%s\""
 msgstr ""
 
-#: src/groff-font.c:159
-msgid "Missing font name."
+#: src/output/output.c:310
+#, c-format
+msgid "reading \"%s\""
 msgstr ""
 
-#: src/groff-font.c:169
-msgid "Missing encoding filename."
+#: src/output/output.c:332 src/ui/gui/message-dialog.c:97
+#, c-format
+msgid "syntax error"
 msgstr ""
 
-#: src/groff-font.c:182
-msgid "Bad spacewidth value."
+#: src/output/output.c:341
+#, c-format
+msgid "error closing \"%s\""
 msgstr ""
 
-#: src/groff-font.c:194
-msgid "Bad slant value."
+#: src/output/output.c:349
+#, c-format
+msgid "no active output drivers"
 msgstr ""
 
-#: src/groff-font.c:219
+#: src/output/output.c:352
 #, c-format
-msgid "Unknown ligature `%s'."
+msgid "error reading device definition file"
 msgstr ""
 
-#: src/groff-font.c:254
-msgid "Unexpected end of line reading character set."
+#: src/output/output.c:470
+#, c-format
+msgid ""
+"Driver classes:\n"
+"\t"
 msgstr ""
 
-#: src/groff-font.c:262
-msgid "Can't use ditto mark for first character."
+#: src/output/output.c:502
+#, c-format
+msgid "syntax error parsing options for \"%s\" driver"
 msgstr ""
 
-#: src/groff-font.c:267
-msgid "Can't ditto into an unnamed character."
+#: src/output/output.c:518
+#, c-format
+msgid ""
+"reached end of options inside quoted string parsing options for \"%s\" driver"
 msgstr ""
 
-#: src/groff-font.c:284
+#: src/output/output.c:588
 #, c-format
-msgid "Missing metrics for character `%s'."
+msgid "syntax error in string constant parsing options for \"%s\" driver"
 msgstr ""
 
-#: src/groff-font.c:293
+#: src/output/output.c:636
 #, c-format
-msgid "Missing type for character `%s'."
+msgid "syntax error expecting `=' parsing options for driver \"%s\""
 msgstr ""
 
-#: src/groff-font.c:302
+#: src/output/output.c:687
 #, c-format
-msgid "Missing code for character `%s'."
+msgid "unknown output driver class `%.*s'"
 msgstr ""
 
-#: src/groff-font.c:321
-msgid "Malformed kernpair."
+#: src/output/output.c:702
+#, c-format
+msgid "unknown device type `%.*s'"
 msgstr ""
 
-#: src/groff-font.c:328
-msgid "Unexpected end of line reading kernpairs."
-msgstr ""
+#: src/output/output.c:719
+#, c-format
+msgid "cannot initialize output driver `%s' of class `%s'"
+msgstr "cannot initialise output driver `%s' of class `%s'"
 
-#: src/groff-font.c:334
-msgid "Bad kern value."
+#: src/output/output.c:765
+#, c-format
+msgid "driver definition line missing driver name or class name"
 msgstr ""
 
-#: src/groff-font.c:366
+#: src/output/output.c:868
 #, c-format
-msgid "Font read successfully with internal name %s."
+msgid "`%s' is not a valid length."
 msgstr ""
 
-#: src/groff-font.c:387
-msgid "Error reading font."
+#: src/output/output.c:960
+#, c-format
+msgid "unknown paper type `%.*s'"
 msgstr ""
 
-#: src/groff-font.c:398
-msgid "installation error: Groff font error: "
+#: src/output/output.c:978
+#, c-format
+msgid "error opening \"%s\""
 msgstr ""
 
-#: src/groff-font.c:423
+#: src/output/output.c:989
 #, c-format
-msgid "Bad character \\%3o."
+msgid "error reading \"%s\""
 msgstr ""
 
-#: src/groff-font.c:677
+#: src/output/output.c:1006
 #, c-format
-msgid "Groff font error: Cannot find \"%s\"."
+msgid "paper size file \"%s\" does not state a paper size"
 msgstr ""
 
-#: src/groff-font.c:742
+#: src/output/output.c:1066
 #, c-format
-msgid "%s: Opening Groff description file..."
+msgid "syntax error in paper size `%s'"
 msgstr ""
 
-#: src/groff-font.c:758
-msgid "Multiple `sizes' declarations."
+#: src/output/postscript.c:158
+#, c-format
+msgid "opening PostScript output file \"%s\""
 msgstr ""
 
-#: src/groff-font.c:775
-msgid "Unexpected end of file.  Missing 0 terminator to `sizes' command?"
+#: src/output/postscript.c:196
+#, c-format
+msgid ""
+"The defined PostScript page is not long enough to hold margins and headers, "
+"plus least 15 lines of the default fonts.  In fact, there's only room for %d "
+"lines of each font at the default size of %d.%03d points."
 msgstr ""
 
-#: src/groff-font.c:787 src/groff-font.c:794 src/groff-font.c:807
-msgid "Bad argument to `sizes'."
+#: src/output/postscript.c:246
+#, c-format
+msgid "closing PostScript output file \"%s\""
 msgstr ""
 
-#: src/groff-font.c:799
-msgid "Bad range in argument to `sizes'."
+#: src/output/postscript.c:309
+#, c-format
+msgid "unknown configuration parameter `%s' for PostScript device driver"
 msgstr ""
 
-#: src/groff-font.c:828
-msgid "Family name expected."
+#: src/output/postscript.c:325
+#, c-format
+msgid ""
+"unknown orientation `%s' (valid orientations are `portrait' and `landscape')"
 msgstr ""
 
-#: src/groff-font.c:833
-msgid "This command already specified."
+#: src/output/postscript.c:337
+#, c-format
+msgid "boolean value expected for %s"
 msgstr ""
 
-#: src/groff-font.c:853
+#: src/output/postscript.c:350
 #, c-format
-msgid "%s: Device characteristic already defined."
+msgid "positive integer value required for `%s'"
 msgstr ""
 
-#: src/groff-font.c:859
+#: src/output/postscript.c:355
 #, c-format
-msgid "%s: Invalid numeric format."
+msgid "default font size must be at least 1 point (value of 1000 for key `%s')"
 msgstr ""
 
-#: src/groff-font.c:889
-msgid "Missing `res', `unitwidth', and/or `sizes' line(s)."
+#: src/output/postscript.c:1176
+#, c-format
+msgid "\"%s\": bad font specification"
 msgstr ""
 
-#: src/groff-font.c:915
-msgid "Description file read successfully."
+#: src/output/postscript.c:1184
+#, c-format
+msgid "could not find AFM file \"%s\""
 msgstr ""
 
-#: src/groff-font.c:947
-msgid "Error reading description file."
+#: src/output/postscript.c:1198
+#, c-format
+msgid "could not find font \"%s\""
 msgstr ""
 
-#: src/groff-font.c:1004
-msgid "<<fallback>>"
+#: src/output/postscript.c:1207
+#, c-format
+msgid "could not find encoding \"%s\""
 msgstr ""
 
-#: src/hash.c:581
+#: src/output/postscript.c:1307
 #, c-format
-msgid "hash table:"
+msgid "cannot open font file \"%s\""
 msgstr ""
 
-#: src/html.c:72
+#: src/output/postscript.c:1348
 #, c-format
-msgid "HTML driver initializing as `%s'..."
+msgid "reading font file \"%s\""
 msgstr ""
 
-#: src/html.c:176
+#: src/output/postscript.c:1370
 #, c-format
-msgid "Unknown configuration parameter `%s' for HTML device driver."
+msgid "cannot open font encoding file \"%s\""
 msgstr ""
 
-#: src/html.c:257
-msgid ""
-"Cannot find HTML prologue.  The use of `-vv' on the command line is "
-"suggested as a debugging aid."
+#: src/output/postscript.c:1399
+#, c-format
+msgid "invalid numeric format"
 msgstr ""
 
-#: src/html.c:262
+#: src/output/postscript.c:1421
 #, c-format
-msgid "%s: %s: Opening HTML prologue..."
+msgid "closing Postscript encoding \"%s\""
 msgstr ""
 
-#: src/html.c:286 src/postscript.c:1353 src/postscript.c:1364
-msgid "nobody"
+#: src/output/table.c:234
+#, c-format
+msgid "bad vline: x=%d+%d=%d y=(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
 msgstr ""
 
-#: src/html.c:295 src/html.c:298 src/postscript.c:1360 src/postscript.c:1365
-msgid "nowhere"
+#: src/output/table.c:305
+#, c-format
+msgid ""
+"bad box: (%d+%d=%d,%d+%d=%d)-(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
 msgstr ""
 
-#: src/html.c:358
+#: src/ui/gui/comments-dialog.c:58
 #, c-format
-msgid "%s: HTML prologue read successfully."
+msgid "Column Number: %d"
 msgstr ""
 
-#: src/html.c:362
-#, c-format
-msgid "%s: Error reading HTML prologue."
+#: src/ui/gui/crosstabs-dialog.c:40
+msgid "Chisq"
 msgstr ""
 
-#: src/html.c:390
-#, c-format
-msgid "HTML output driver: %s: %s"
+#: src/ui/gui/crosstabs-dialog.c:42
+msgid "CC"
 msgstr ""
 
-#: src/html.c:421 src/list.q:256
-#, c-format
-msgid "Cannot open first page on HTML device %s."
+#: src/ui/gui/crosstabs-dialog.c:44
+msgid "UC"
 msgstr ""
 
-#: src/include.c:43
-msgid "expecting filename"
+#: src/ui/gui/crosstabs-dialog.c:45
+msgid "BTau"
 msgstr ""
 
-#: src/inpt-pgm.c:84
-msgid "No matching INPUT PROGRAM command."
+#: src/ui/gui/crosstabs-dialog.c:46
+msgid "CTau"
 msgstr ""
 
-#: src/inpt-pgm.c:89
-msgid ""
-"No data-input or transformation commands specified between INPUT PROGRAM and "
-"END INPUT PROGRAM."
+#: src/ui/gui/crosstabs-dialog.c:47
+msgid "Risk"
 msgstr ""
 
-#: src/inpt-pgm.c:287 src/inpt-pgm.c:415
-msgid ""
-"This command may only be executed between INPUT PROGRAM and END INPUT "
-"PROGRAM."
+#: src/ui/gui/crosstabs-dialog.c:49
+msgid "D"
 msgstr ""
 
-#: src/inpt-pgm.c:337
-msgid "COLUMN subcommand multiply specified."
+#: src/ui/gui/crosstabs-dialog.c:52
+msgid "Corr"
 msgstr ""
 
-#: src/inpt-pgm.c:388
-msgid ""
-"REREAD: Column numbers must be positive finite numbers.  Column set to 1."
+#: src/ui/gui/crosstabs-dialog.c:53 src/ui/gui/crosstabs-dialog.c:64
+#: src/ui/gui/crosstabs-dialog.c:99 src/ui/gui/crosstabs-dialog.c:107
+#: src/ui/gui/psppire-var-store.c:591 src/ui/gui/var-display.c:14
+msgid "None"
 msgstr ""
 
-#: src/lexer.c:256
-#, c-format
-msgid "%s does not form a valid number."
+#: src/ui/gui/crosstabs-dialog.c:56
+msgid "Count"
 msgstr ""
 
-#: src/lexer.c:373
-#, c-format
-msgid "Bad character in input: `%c'."
+#: src/ui/gui/crosstabs-dialog.c:57
+msgid "Row"
 msgstr ""
 
-#: src/lexer.c:375
-#, c-format
-msgid "Bad character in input: `\\%o'."
+#: src/ui/gui/crosstabs-dialog.c:58
+msgid "Column"
 msgstr ""
 
-#: src/lexer.c:413
-#, c-format
-msgid "Syntax error %s at %s."
+#: src/ui/gui/crosstabs-dialog.c:60
+msgid "Expected"
 msgstr ""
 
-#: src/lexer.c:416
-#, c-format
-msgid "Syntax error at %s."
+#: src/ui/gui/crosstabs-dialog.c:62
+msgid "Std. Residual"
 msgstr ""
 
-#: src/lexer.c:534 src/lexer.c:551
-#, c-format
-msgid "expecting `%s'"
+#: src/ui/gui/crosstabs-dialog.c:63
+msgid "Adjusted Std. Residual"
 msgstr ""
 
-#: src/lexer.c:565 src/val-labs.c:157
-msgid "expecting string"
+#: src/ui/gui/crosstabs.glade:50
+msgid "Rows"
 msgstr ""
 
-#: src/lexer.c:579 src/val-labs.c:166
-msgid "expecting integer"
+#: src/ui/gui/crosstabs.glade:131 src/ui/gui/frequencies.glade:185
+msgid "Format..."
 msgstr ""
 
-#: src/lexer.c:593
-msgid "expecting number"
+#: src/ui/gui/crosstabs.glade:138 src/ui/gui/examine.glade:246
+#: src/ui/gui/regression.glade:31
+msgid "Statistics..."
 msgstr ""
 
-#: src/lexer.c:607
-msgid "expecting identifier"
+#: src/ui/gui/crosstabs.glade:148
+msgid "Cells..."
 msgstr ""
 
-#: src/lexer.c:893
-msgid "<ERROR>"
+#: src/ui/gui/crosstabs.glade:230
+msgid "Print tables"
 msgstr ""
 
-#: src/lexer.c:1027 src/repeat.c:217
-msgid "Unexpected end of file."
+#: src/ui/gui/crosstabs.glade:240
+msgid "Pivot"
 msgstr ""
 
-#: src/lexer.c:1036
-msgid "binary"
+#: src/ui/gui/crosstabs.glade:253 src/ui/gui/psppire.glade:778
+msgid "Ascending"
 msgstr ""
 
-#: src/lexer.c:1036
-msgid "octal"
+#: src/ui/gui/crosstabs.glade:283
+msgid "No label"
 msgstr ""
 
-#: src/lexer.c:1036
-msgid "hex"
+#: src/ui/gui/crosstabs.glade:295
+msgid "Suppress value labels"
 msgstr ""
 
-#: src/lexer.c:1050
-#, c-format
-msgid "String of %s digits has %d characters, which is not a multiple of %d."
+#: src/ui/gui/crosstabs.glade:311
+msgid "Labeling"
 msgstr ""
 
-#: src/lexer.c:1079
-#, c-format
-msgid "`%c' is not a valid %s digit."
+#: src/ui/gui/crosstabs.glade:378
+msgid "Cell Display"
 msgstr ""
 
-#: src/lexer.c:1110
-msgid "Unterminated string constant."
+#: src/ui/gui/crosstabs.glade:439 src/ui/gui/oneway.glade:207
+#: src/ui/gui/regression.glade:322
+msgid "Statistics"
 msgstr ""
 
-#: src/lexer.c:1182
-#, c-format
-msgid "String exceeds 255 characters in length (%d characters)."
+#: src/ui/gui/customentry.c:334
+msgid "Style of bevel around the custom entry button"
 msgstr ""
 
-#: src/lexer.c:1197
-msgid ""
-"Sorry, literal strings may not contain null characters.  Replacing with "
-"spaces."
+#: src/ui/gui/data-editor.c:152
+msgid "Transformations Pending"
 msgstr ""
 
-#: src/list.q:154
-#, c-format
-msgid ""
-"The first case (%ld) specified precedes the last case (%ld) specified.  The "
-"values will be swapped."
+#: src/ui/gui/data-editor.c:325
+msgid "_Labels"
 msgstr ""
 
-#: src/list.q:162
-#, c-format
-msgid ""
-"The first case (%ld) to list is less than 1.  The value is being reset to 1."
+#: src/ui/gui/data-editor.c:326
+msgid "Show/hide value labels"
 msgstr ""
 
-#: src/list.q:168
-#, c-format
-msgid ""
-"The last case (%ld) to list is less than 1.  The value is being reset to 1."
+#: src/ui/gui/data-editor.c:344 src/ui/gui/data-editor.c:363
+#: src/ui/gui/data-editor.c:1539 src/ui/gui/data-editor.c:1593
+msgid "Clear"
 msgstr ""
 
-#: src/list.q:174
-#, c-format
-msgid "The step value %ld is less than 1.  The value is being reset to 1."
+#: src/ui/gui/data-editor.c:345
+msgid "Delete the cases at the selected position(s)"
 msgstr ""
 
-#: src/list.q:201
-msgid "`/FORMAT WEIGHT' specified, but weighting is not on."
+#: src/ui/gui/data-editor.c:364
+msgid "Delete the variables at the selected position(s)"
 msgstr ""
 
-#: src/list.q:442
-msgid "Line"
+#: src/ui/gui/data-editor.c:379
+msgid "Insert _Variable"
 msgstr ""
 
-#: src/loop.c:197
-msgid "The index variable may not be a string variable."
+#: src/ui/gui/data-editor.c:380
+msgid "Create a new variable at the current position"
 msgstr ""
 
-#: src/loop.c:303
-msgid "There is no LOOP command that corresponds to this END LOOP."
+#: src/ui/gui/data-editor.c:398
+msgid "Insert Ca_se"
 msgstr ""
 
-#: src/loop.c:497
-msgid ""
-"This command may only appear enclosed in a LOOP/END LOOP control structure."
+#: src/ui/gui/data-editor.c:399
+msgid "Create a new case at the current position"
 msgstr ""
 
-#: src/loop.c:503
-msgid "BREAK not enclosed in DO IF structure."
+#: src/ui/gui/data-editor.c:419
+msgid "_Goto Case"
 msgstr ""
 
-#: src/loop.c:581
-#, c-format
-msgid "%s without %s."
+#: src/ui/gui/data-editor.c:420
+msgid "Jump to a Case in the Data Sheet"
 msgstr ""
 
-#: src/main.c:89
-msgid "Error initializing output drivers."
+#: src/ui/gui/data-editor.c:439
+msgid "_Weights"
 msgstr ""
 
-#: src/main.c:159
-msgid "This command not executed."
+#: src/ui/gui/data-editor.c:440
+msgid "Weight cases by variable"
 msgstr ""
 
-#: src/main.c:163
-msgid ""
-"Skipping the rest of this command.  Part of this command may have been "
-"executed."
+#: src/ui/gui/data-editor.c:449 src/ui/gui/data-editor.glade:319
+msgid "_Transpose"
 msgstr ""
 
-#: src/main.c:168
-msgid ""
-"Skipping the rest of this command.  This command was fully executed up to "
-"this point."
+#: src/ui/gui/data-editor.c:450
+msgid "Transpose the cases with the variables"
 msgstr ""
 
-#: src/main.c:173
-msgid ""
-"Trailing garbage was encountered following this command.  The command was "
-"fully executed to this point."
+#: src/ui/gui/data-editor.c:461
+msgid "S_plit"
 msgstr ""
 
-#: src/main.c:190
-msgid "The rest of this command has been discarded."
+#: src/ui/gui/data-editor.c:462
+msgid "Split the active file"
 msgstr ""
 
-#: src/matrix-data.c:211
-msgid "VARIABLES subcommand multiply specified."
+#: src/ui/gui/data-editor.c:472
+msgid "_Sort"
 msgstr ""
 
-#: src/matrix-data.c:226
-msgid "VARNAME_ cannot be explicitly specified on VARIABLES."
+#: src/ui/gui/data-editor.c:473
+msgid "Sort cases in the active file"
 msgstr ""
 
-#: src/matrix-data.c:287
-msgid "in FORMAT subcommand"
+#: src/ui/gui/data-editor.c:481 src/ui/gui/data-editor.glade:340
+msgid "Select _Cases"
 msgstr ""
 
-#: src/matrix-data.c:298
-msgid "SPLIT subcommand multiply specified."
+#: src/ui/gui/data-editor.c:482
+msgid "Select cases from the active file"
 msgstr ""
 
-#: src/matrix-data.c:305
-msgid "in SPLIT subcommand"
+#: src/ui/gui/data-editor.c:491 src/ui/gui/data-editor.glade:369
+msgid "_Compute"
 msgstr ""
 
-#: src/matrix-data.c:315
-msgid "Split variable may not be named ROWTYPE_ or VARNAME_."
+#: src/ui/gui/data-editor.c:492
+msgid "Compute new values for a variable"
 msgstr ""
 
-#: src/matrix-data.c:349
-#, c-format
-msgid "Split variable %s is already another type."
+#: src/ui/gui/data-editor.c:500
+msgid "Oneway _ANOVA"
 msgstr ""
 
-#: src/matrix-data.c:364
-msgid "FACTORS subcommand multiply specified."
+#: src/ui/gui/data-editor.c:501
+msgid "Perform one way analysis of variance"
 msgstr ""
 
-#: src/matrix-data.c:382
-#, c-format
-msgid "Factor variable %s is already another type."
+#: src/ui/gui/data-editor.c:509 src/ui/gui/data-editor.glade:496
+msgid "_Independent Samples T Test"
 msgstr ""
 
-#: src/matrix-data.c:397
-msgid "CELLS subcommand multiply specified."
+#: src/ui/gui/data-editor.c:510
+msgid "Calculate T Test for samples from independent groups"
 msgstr ""
 
-#: src/matrix-data.c:403 src/matrix-data.c:422
-msgid "expecting positive integer"
+#: src/ui/gui/data-editor.c:519 src/ui/gui/data-editor.glade:504
+msgid "_Paired Samples T Test"
 msgstr ""
 
-#: src/matrix-data.c:416
-msgid "N subcommand multiply specified."
+#: src/ui/gui/data-editor.c:520
+msgid "Calculate T Test for paired samples"
 msgstr ""
 
-#: src/matrix-data.c:437
-msgid "CONTENTS subcommand multiply specified."
+#: src/ui/gui/data-editor.c:529
+msgid "One _Sample T Test"
 msgstr ""
 
-#: src/matrix-data.c:457
-msgid "Nested parentheses not allowed."
+#: src/ui/gui/data-editor.c:530
+msgid "Calculate T Test for sample from a single distribution"
 msgstr ""
 
-#: src/matrix-data.c:467
-msgid "Mismatched right parenthesis (`(')."
+#: src/ui/gui/data-editor.c:539 src/ui/gui/data-editor.glade:593
+msgid "Data File _Comments"
 msgstr ""
 
-#: src/matrix-data.c:472
-msgid "Empty parentheses not allowed."
+#: src/ui/gui/data-editor.c:540
+msgid "Commentary text for the data file"
 msgstr ""
 
-#: src/matrix-data.c:485 src/matrix-data.c:493
-msgid "in CONTENTS subcommand"
+#: src/ui/gui/data-editor.c:548 src/ui/gui/data-editor.glade:228
+msgid "_Find"
 msgstr ""
 
-#: src/matrix-data.c:500
-#, c-format
-msgid "Content multiply specified for %s."
+#: src/ui/gui/data-editor.c:549
+msgid "Find Case"
 msgstr ""
 
-#: src/matrix-data.c:517
-msgid "Missing right parenthesis."
+#: src/ui/gui/data-editor.c:558 src/ui/gui/data-editor.glade:377
+msgid "Ran_k Cases"
 msgstr ""
 
-#: src/matrix-data.c:537
-msgid "Missing VARIABLES subcommand."
+#: src/ui/gui/data-editor.c:559
+msgid "Rank Cases"
 msgstr ""
 
-#: src/matrix-data.c:543
-msgid ""
-"CONTENTS subcommand not specified: assuming file contains only CORR matrix."
+#: src/ui/gui/data-editor.c:568 src/ui/gui/data-editor.glade:389
+msgid "Recode into _Same Variables"
 msgstr ""
 
-#: src/matrix-data.c:553
-msgid ""
-"Missing CELLS subcommand.  CELLS is required when ROWTYPE_ is not given in "
-"the data and factors are present."
+#: src/ui/gui/data-editor.c:569
+msgid "Recode values into the same Variables"
 msgstr ""
 
-#: src/matrix-data.c:561
-msgid "Split file values must be present in the data when ROWTYPE_ is present."
+#: src/ui/gui/data-editor.c:578 src/ui/gui/data-editor.glade:396
+msgid "Recode into _Different Variables"
 msgstr ""
 
-#: src/matrix-data.c:614
-msgid "No continuous variables specified."
+#: src/ui/gui/data-editor.c:579
+msgid "Recode values into different Variables"
 msgstr ""
 
-#: src/matrix-data.c:857
-msgid "Scope of string exceeds line."
+#: src/ui/gui/data-editor.c:588 src/ui/gui/data-editor.glade:293
+#: src/ui/gui/data-editor.glade:584
+msgid "_Variables"
 msgstr ""
 
-#: src/matrix-data.c:922
-#, c-format
-msgid "End of line expected %s while reading %s."
+#: src/ui/gui/data-editor.c:589
+msgid "Jump to Variable"
 msgstr ""
 
-#: src/matrix-data.c:1107
-#, c-format
-msgid "expecting value for %s %s"
+#: src/ui/gui/data-editor.c:597 src/ui/gui/data-editor.glade:450
+#: src/ui/gui/oneway.glade:179
+msgid "_Descriptives"
 msgstr ""
 
-#: src/matrix-data.c:1271
-#, c-format
-msgid "Syntax error expecting SPLIT FILE value %s."
+#: src/ui/gui/data-editor.c:598
+msgid "Calculate descriptive statistics (mean, variance, ...)"
 msgstr ""
 
-#: src/matrix-data.c:1280
-#, c-format
-msgid "Expecting value %g for %s."
+#: src/ui/gui/data-editor.c:607 src/ui/gui/data-editor.glade:442
+msgid "_Frequencies"
 msgstr ""
 
-#: src/matrix-data.c:1321 src/matrix-data.c:1784
-#, c-format
-msgid "Syntax error expecting factor value %s."
+#: src/ui/gui/data-editor.c:608
+msgid "Generate frequency statistics"
 msgstr ""
 
-#: src/matrix-data.c:1330
-#, c-format
-msgid "Syntax error expecting value %g for %s %s."
+#: src/ui/gui/data-editor.c:616 src/ui/gui/data-editor.glade:466
+msgid "_Crosstabs"
 msgstr ""
 
-#: src/matrix-data.c:1564
-#, c-format
-msgid "Syntax error %s expecting SPLIT FILE value."
+#: src/ui/gui/data-editor.c:617
+msgid "Generate crosstabulations"
 msgstr ""
 
-#: src/matrix-data.c:1691
-#, c-format
-msgid ""
-"Expected %d lines of data for %s content; actually saw %d lines.  No data "
-"will be output for this content."
+#: src/ui/gui/data-editor.c:626 src/ui/gui/data-editor.glade:458
+msgid "_Explore"
 msgstr ""
 
-#: src/matrix-data.c:1726
-#, c-format
-msgid "Multiply specified ROWTYPE_ %s."
+#: src/ui/gui/data-editor.c:627
+msgid "Examine Data by Factors"
 msgstr ""
 
-#: src/matrix-data.c:1731
-#, c-format
-msgid "Syntax error %s expecting ROWTYPE_ string."
+#: src/ui/gui/data-editor.c:636 src/ui/gui/data-editor.glade:532
+msgid "Linear _Regression"
 msgstr ""
 
-#: src/matrix-data.c:1751
-#, c-format
-msgid "Syntax error %s."
+#: src/ui/gui/data-editor.c:637
+msgid "Estimate parameters of the linear model"
 msgstr ""
 
-#: src/matrix-data.c:1901
-#, c-format
-msgid "Duplicate specification for %s."
+#: src/ui/gui/data-editor.c:921
+msgid "_Split Window"
 msgstr ""
 
-#: src/matrix-data.c:1913
-#, c-format
-msgid "Too many rows of matrix data for %s."
+#: src/ui/gui/data-editor.c:922
+msgid "Split the window vertically and horizontally"
 msgstr ""
 
-#: src/matrix-data.c:1961
-#, c-format
-msgid "Syntax error expecting value for %s %s."
+#: src/ui/gui/data-editor.c:1042
+msgid "Font Selection"
 msgstr ""
 
-#: src/means.q:104
-msgid "Missing required subcommand TABLES."
+#: src/ui/gui/data-editor.c:1126
+msgid "No Split"
 msgstr ""
 
-#: src/means.q:138
-msgid "TABLES subcommand may not appear more than once."
+#: src/ui/gui/data-editor.c:1135
+msgid "Split by "
 msgstr ""
 
-#: src/mis-val.c:74
-msgid "`)' expected after value specification."
+#: src/ui/gui/data-editor.c:1160
+msgid "Filter off"
 msgstr ""
 
-#: src/mis-val.c:104
+#: src/ui/gui/data-editor.c:1172
 #, c-format
-msgid "`(' expected after variable name%s."
+msgid "Filter by %s"
 msgstr ""
 
-#: src/mis-val.c:116
-msgid "Long string value specified."
+#: src/ui/gui/data-editor.c:1190
+msgid "Weights off"
 msgstr ""
 
-#: src/mis-val.c:121
-msgid "Short strings must be of equal width."
+#: src/ui/gui/data-editor.c:1202
+#, c-format
+msgid "Weight by %s"
 msgstr ""
 
-#: src/mis-val.c:178
-#, c-format
-msgid "Range %g THRU %g is not valid because %g is greater than %g."
+#: src/ui/gui/data-editor.c:1225 src/ui/gui/data-editor.c:1472
+#: src/ui/gui/data-editor.glade:667
+msgid "Open"
 msgstr ""
 
-#: src/mis-val.c:209
-msgid "Number or range expected."
+#: src/ui/gui/data-editor.c:1226
+msgid "Open a data file"
 msgstr ""
 
-#: src/mis-val.c:242
-msgid "At most one range can exist in the missing values for any one variable."
+#: src/ui/gui/data-editor.c:1234 src/ui/gui/data-editor.c:1350
+#: src/ui/gui/data-editor.glade:677
+msgid "Save"
 msgstr ""
 
-#: src/mis-val.c:248
-msgid "At most one individual value can be missing along with one range."
+#: src/ui/gui/data-editor.c:1235 src/ui/gui/data-editor.c:1245
+msgid "Save data to file"
 msgstr ""
 
-#: src/mis-val.c:310
-msgid "String is not of proper length."
+#: src/ui/gui/data-editor.c:1244
+msgid "Save As"
 msgstr ""
 
-#: src/mis-val.c:319 src/repeat.c:463
-msgid "String expected."
+#: src/ui/gui/data-editor.c:1253 src/ui/gui/recode-dialog.c:928
+#: src/ui/gui/recode-dialog.c:1023
+msgid "New"
 msgstr ""
 
-#: src/mkfile.c:54
-#, c-format
-msgid "%s: Creating temporary file: %s."
+#: src/ui/gui/data-editor.c:1254
+msgid "New data file"
 msgstr ""
 
-#: src/mkfile.c:96
-#, c-format
-msgid "%s: Creating file: %s."
+#: src/ui/gui/data-editor.c:1262
+msgid "_Import Text Data"
 msgstr ""
 
-#: src/modify-vars.c:92
-msgid ""
-"MODIFY VARS may not be used after TEMPORARY.  Temporary transformations will "
-"be made permanent."
+#: src/ui/gui/data-editor.c:1263
+msgid "Import text data file"
 msgstr ""
 
-#: src/modify-vars.c:116
-msgid "REORDER subcommand may be given at most once."
+#: src/ui/gui/data-editor.c:1358 src/ui/gui/data-editor.c:1480
+msgid "System Files (*.sav)"
 msgstr ""
 
-#: src/modify-vars.c:139
-msgid "Cannot specify ALL after specifying a set of variables."
+#: src/ui/gui/data-editor.c:1364 src/ui/gui/data-editor.c:1486
+msgid "Portable Files (*.por) "
 msgstr ""
 
-#: src/modify-vars.c:149
-msgid "`(' expected on REORDER subcommand."
+#: src/ui/gui/data-editor.c:1370 src/ui/gui/data-editor.c:1492
+#: src/ui/gui/syntax-editor.c:138 src/ui/gui/syntax-editor.c:522
+msgid "All Files"
 msgstr ""
 
-#: src/modify-vars.c:161
-msgid "`)' expected following variable names on REORDER subcommand."
+#: src/ui/gui/data-editor.c:1378
+msgid "System File"
 msgstr ""
 
-#: src/modify-vars.c:179
-msgid "RENAME subcommand may be given at most once."
+#: src/ui/gui/data-editor.c:1383
+msgid "Portable File"
 msgstr ""
 
-#: src/modify-vars.c:192
-msgid "`(' expected on RENAME subcommand."
+#: src/ui/gui/data-editor.c:1530
+msgid "Sort Ascending"
 msgstr ""
 
-#: src/modify-vars.c:200
-msgid ""
-"`=' expected between lists of new and old variable names on RENAME "
-"subcommand."
+#: src/ui/gui/data-editor.c:1533
+msgid "Sort Descending"
 msgstr ""
 
-#: src/modify-vars.c:208 src/rename-vars.c:78
-#, c-format
-msgid ""
-"Differing number of variables in old name list (%d) and in new name list (%"
-"d)."
+#: src/ui/gui/data-editor.c:1536 src/ui/gui/data-editor.glade:150
+#: src/ui/gui/data-editor.glade:808
+msgid "Insert Variable"
 msgstr ""
 
-#: src/modify-vars.c:219
-msgid "`)' expected after variable lists on RENAME subcommand."
+#: src/ui/gui/data-editor.c:1590 src/ui/gui/data-editor.glade:796
+msgid "Insert Case"
 msgstr ""
 
-#: src/modify-vars.c:233
-msgid ""
-"KEEP subcommand may be given at most once.  It may notbe given in "
-"conjunction with the DROP subcommand."
+#: src/ui/gui/data-editor.glade:18 src/ui/gui/output-viewer.glade:22
+#: src/ui/gui/syntax-editor.glade:39
+msgid "_File"
 msgstr ""
 
-#: src/modify-vars.c:275
-msgid ""
-"DROP subcommand may be given at most once.  It may not be given in "
-"conjunction with the KEEP subcommand."
+#: src/ui/gui/data-editor.glade:33 src/ui/gui/data-editor.glade:59
+#: src/ui/gui/syntax-editor.glade:57 src/ui/gui/syntax-editor.glade:87
+msgid "_Syntax"
 msgstr ""
 
-#: src/modify-vars.c:301
-#, c-format
-msgid "Unrecognized subcommand name `%s'."
+#: src/ui/gui/data-editor.glade:40 src/ui/gui/data-editor.glade:66
+#: src/ui/gui/data-editor.glade:286 src/ui/gui/data-editor.glade:304
+#: src/ui/gui/syntax-editor.glade:66 src/ui/gui/syntax-editor.glade:96
+msgid "_Data"
 msgstr ""
 
-#: src/modify-vars.c:303
-msgid "Subcommand name expected."
+#: src/ui/gui/data-editor.glade:78
+msgid "_Import Delimited Text Data"
 msgstr ""
 
-#: src/modify-vars.c:311
-msgid "`/' or `.' expected."
+#: src/ui/gui/data-editor.glade:111
+msgid "Recently Used Da_ta"
 msgstr ""
 
-#: src/moments.c:516
-msgid "expecting weight value"
+#: src/ui/gui/data-editor.glade:118
+msgid "Recently Used _Files"
 msgstr ""
 
-#: src/numeric.c:61
-#, c-format
-msgid "Format type %s may not be used with a numeric variable."
+#: src/ui/gui/data-editor.glade:142 src/ui/gui/output-viewer.glade:55
+#: src/ui/gui/syntax-editor.glade:143
+msgid "_Edit"
 msgstr ""
 
-#: src/numeric.c:80 src/numeric.c:162 src/vector.c:159
-#, c-format
-msgid "There is already a variable named %s."
+#: src/ui/gui/data-editor.glade:158
+msgid "Insert Cases"
 msgstr ""
 
-#: src/numeric.c:132
-#, c-format
-msgid "Format type %s may not be used with a string variable."
+#: src/ui/gui/data-editor.glade:166 src/ui/gui/data-editor.glade:745
+msgid "Go To Case"
 msgstr ""
 
-#: src/oneway.q:174
-msgid "Number of contrast coefficients must equal the number of groups"
+#: src/ui/gui/data-editor.glade:207
+msgid "Cl_ear Variables"
 msgstr ""
 
-#: src/oneway.q:183
-#, c-format
-msgid "Coefficients for contrast %d do not total zero"
+#: src/ui/gui/data-editor.glade:215
+msgid "_Clear Cases"
 msgstr ""
 
-#: src/oneway.q:248
-#, c-format
-msgid "`%s' is not a variable name"
+#: src/ui/gui/data-editor.glade:239
+msgid "_View"
 msgstr ""
 
-#: src/oneway.q:283
-msgid "Sum of Squares"
+#: src/ui/gui/data-editor.glade:246
+msgid "_Status Bar"
 msgstr ""
 
-#: src/oneway.q:285
-msgid "Mean Square"
+#: src/ui/gui/data-editor.glade:259
+msgid "_Fonts"
 msgstr ""
 
-#: src/oneway.q:286 src/t-test.q:974
-msgid "F"
+#: src/ui/gui/data-editor.glade:266
+msgid "_Grid Lines"
 msgstr ""
 
-#: src/oneway.q:287 src/oneway.q:540
-msgid "Significance"
+#: src/ui/gui/data-editor.glade:274
+msgid "Value _Labels"
 msgstr ""
 
-#: src/oneway.q:309
-msgid "Between Groups"
+#: src/ui/gui/data-editor.glade:311
+msgid "_Sort Cases"
 msgstr ""
 
-#: src/oneway.q:310
-msgid "Within Groups"
+#: src/ui/gui/data-editor.glade:332
+msgid "S_plit File"
 msgstr ""
 
-#: src/oneway.q:357
-msgid "ANOVA"
+#: src/ui/gui/data-editor.glade:347
+msgid "_Weight Cases"
 msgstr ""
 
-#: src/oneway.q:537
-msgid "Levene Statistic"
+#: src/ui/gui/data-editor.glade:359
+msgid "_Transform"
 msgstr ""
 
-#: src/oneway.q:538
-msgid "df1"
+#: src/ui/gui/data-editor.glade:409
+msgid "_Run Pending Transforms"
 msgstr ""
 
-#: src/oneway.q:539
-msgid "df2"
+#: src/ui/gui/data-editor.glade:422
+msgid "_Analyze"
+msgstr "_Analyse"
+
+#: src/ui/gui/data-editor.glade:432
+msgid "_Descriptive Statistics"
 msgstr ""
 
-#: src/oneway.q:543
-msgid "Test of Homogeneity of Variances"
+#: src/ui/gui/data-editor.glade:478
+msgid "Compare _Means"
 msgstr ""
 
-#: src/oneway.q:613
-msgid "Contrast Coefficients"
+#: src/ui/gui/data-editor.glade:488
+msgid "_One Sample T Test"
 msgstr ""
 
-#: src/oneway.q:615 src/oneway.q:682
-msgid "Contrast"
+#: src/ui/gui/data-editor.glade:512
+msgid "One Way _ANOVA"
 msgstr ""
 
-#: src/oneway.q:680
-msgid "Contrast Tests"
+#: src/ui/gui/data-editor.glade:524
+msgid "Bivariate _Correlation"
 msgstr ""
 
-#: src/oneway.q:683
-msgid "Value of Contrast"
+#: src/ui/gui/data-editor.glade:540
+msgid "_Non-Parametric Statistics"
 msgstr ""
 
-#: src/oneway.q:685 src/t-test.q:976 src/t-test.q:1168 src/t-test.q:1260
-msgid "t"
+#: src/ui/gui/data-editor.glade:550
+msgid "_Chi-Square"
 msgstr ""
 
-#: src/oneway.q:687 src/t-test.q:978 src/t-test.q:1170 src/t-test.q:1262
-msgid "Sig. (2-tailed)"
+#: src/ui/gui/data-editor.glade:558
+msgid "_Binomial"
 msgstr ""
 
-#: src/oneway.q:731
-msgid "Assume equal variances"
+#: src/ui/gui/data-editor.glade:574
+msgid "_Utilities"
 msgstr ""
 
-#: src/oneway.q:735
-msgid "Does not assume equal"
+#: src/ui/gui/data-editor.glade:604 src/ui/gui/output-viewer.glade:78
+#: src/ui/gui/syntax-editor.glade:234
+msgid "_Windows"
 msgstr ""
 
-#: src/output.c:89
-msgid "Attempt to iterate driver list reentrantly."
+#: src/ui/gui/data-editor.glade:611 src/ui/gui/output-viewer.glade:88
+#: src/ui/gui/syntax-editor.glade:243
+msgid "_Minimize All Windows"
+msgstr "_Minimise All Windows"
+
+#: src/ui/gui/data-editor.glade:618
+msgid "_Split"
 msgstr ""
 
-#: src/output.c:166
-#, c-format
-msgid "Unknown output driver `%s'."
+#: src/ui/gui/data-editor.glade:629 src/ui/gui/output-viewer.glade:99
+#: src/ui/gui/syntax-editor.glade:254
+msgid "_Help"
 msgstr ""
 
-#: src/output.c:168
-#, c-format
-msgid "Output driver `%s' referenced but never defined."
+#: src/ui/gui/data-editor.glade:636 src/ui/gui/output-viewer.glade:106
+#: src/ui/gui/syntax-editor.glade:262
+msgid "_Reference Manual"
 msgstr ""
 
-#: src/output.c:298
-msgid ""
-"Cannot find output initialization file.  Use `-vvvv' to view search path."
+#: src/ui/gui/data-editor.glade:643 src/ui/gui/output-viewer.glade:113
+#: src/ui/gui/syntax-editor.glade:269
+msgid "_About"
 msgstr ""
 
-#: src/output.c:303
-#, c-format
-msgid "%s: Opening device description file..."
+#: src/ui/gui/data-editor.glade:687
+msgid "Print"
 msgstr ""
 
-#: src/output.c:307 src/output.c:1183 src/postscript.c:1097
-#, c-format
-msgid "Opening %s: %s."
+#: src/ui/gui/data-editor.glade:697
+msgid "Recall"
 msgstr ""
 
-#: src/output.c:318 src/output.c:1194 src/postscript.c:1112
-#, c-format
-msgid "Reading %s: %s."
+#: src/ui/gui/data-editor.glade:715
+msgid "Undo"
 msgstr ""
 
-#: src/output.c:340 src/output.c:507
-msgid "Syntax error."
+#: src/ui/gui/data-editor.glade:725
+msgid "Redo"
 msgstr ""
 
-#: src/output.c:350 src/postscript.c:1123
-#, c-format
-msgid "Closing %s: %s."
+#: src/ui/gui/data-editor.glade:755
+msgid "Variables"
 msgstr ""
 
-#: src/output.c:355
-msgid "No output drivers are active."
+#: src/ui/gui/data-editor.glade:776
+msgid "Find"
 msgstr ""
 
-#: src/output.c:358
-msgid "Device definition file read successfully."
+#: src/ui/gui/data-editor.glade:828
+msgid "Split File"
 msgstr ""
 
-#: src/output.c:360
-msgid "Error reading device definition file."
+#: src/ui/gui/data-editor.glade:839
+msgid "Weight Cases"
 msgstr ""
 
-#: src/output.c:479
-#, c-format
-msgid ""
-"Driver classes:\n"
-"\t"
+#: src/ui/gui/data-editor.glade:851
+msgid "Select Cases"
 msgstr ""
 
-#: src/output.c:608
-msgid "Syntax error in string constant."
+#: src/ui/gui/data-editor.glade:871 src/ui/gui/data-editor.glade:1459
+#: src/ui/gui/data-editor.glade:1640
+msgid "Value Labels"
 msgstr ""
 
-#: src/output.c:640
-msgid "Syntax error in options."
+#: src/ui/gui/data-editor.glade:882
+msgid "Use Sets"
 msgstr ""
 
-#: src/output.c:650
-msgid "Syntax error in options (`=' expected)."
+#: src/ui/gui/data-editor.glade:914
+msgid "Information Area"
 msgstr ""
 
-#: src/output.c:657
-msgid "Syntax error in options (value expected after `=')."
+#: src/ui/gui/data-editor.glade:933
+msgid "Processor Area"
 msgstr ""
 
-#: src/output.c:729
-msgid "Driver name expected."
+#: src/ui/gui/data-editor.glade:958
+msgid "Case Counter Area"
 msgstr ""
 
-#: src/output.c:750
-msgid "Class name expected."
+#: src/ui/gui/data-editor.glade:983
+msgid "Filter Use Status Area"
 msgstr ""
 
-#: src/output.c:759
-#, c-format
-msgid "Unknown output driver class `%s'."
+#: src/ui/gui/data-editor.glade:1009
+msgid "Weight Status Area"
 msgstr ""
 
-#: src/output.c:766
-#, c-format
-msgid "Can't initialize output driver class `%s'."
+#: src/ui/gui/data-editor.glade:1035
+msgid "Split File Status Area"
 msgstr ""
 
-#: src/output.c:773
-#, c-format
-msgid "Can't initialize output driver `%s' of class `%s'."
+#: src/ui/gui/data-editor.glade:1065
+msgid "Variable Type"
 msgstr ""
 
-#: src/output.c:795
-#, c-format
-msgid "Unknown device type `%s'."
+#: src/ui/gui/data-editor.glade:1101 src/ui/gui/psppire-var-store.c:599
+msgid "Comma"
 msgstr ""
 
-#: src/output.c:807
-#, c-format
-msgid "Can't complete initialization of output driver `%s' of class `%s'."
+#: src/ui/gui/data-editor.glade:1117 src/ui/gui/psppire-var-store.c:600
+msgid "Dot"
 msgstr ""
 
-#: src/output.c:854
-#, c-format
-msgid "Can't deinitialize output driver class `%s'."
+#: src/ui/gui/data-editor.glade:1133
+msgid "Scientific notation"
 msgstr ""
 
-#: src/output.c:927
-#, c-format
-msgid "Trying to find keyword `%s'...\n"
+#: src/ui/gui/data-editor.glade:1149 src/ui/gui/psppire-var-store.c:602
+msgid "Date"
 msgstr ""
 
-#: src/output.c:1044
-#, c-format
-msgid "Unit \"%s\" is unknown in dimension \"%s\"."
+#: src/ui/gui/data-editor.glade:1165 src/ui/gui/psppire-var-store.c:603
+msgid "Dollar"
 msgstr ""
 
-#: src/output.c:1059
-#, c-format
-msgid "Bad dimension \"%s\"."
+#: src/ui/gui/data-editor.glade:1181
+msgid "Custom currency"
 msgstr ""
 
-#: src/output.c:1085
-#, c-format
-msgid "`x' expected in paper size `%s'."
+#: src/ui/gui/data-editor.glade:1275
+msgid "positive"
 msgstr ""
 
-#: src/output.c:1095
-#, c-format
-msgid "Trailing garbage `%s' on paper size `%s'."
+#: src/ui/gui/data-editor.glade:1281
+msgid "negative"
 msgstr ""
 
-#: src/output.c:1144
-msgid "Paper size name must not be empty."
+#: src/ui/gui/data-editor.glade:1294
+msgid "Sample"
 msgstr ""
 
-#: src/output.c:1175
-msgid "Cannot find `papersize' configuration file."
+#: src/ui/gui/data-editor.glade:1344
+msgid "Width:"
 msgstr ""
 
-#: src/output.c:1179
-#, c-format
-msgid "%s: Opening paper size definition file..."
+#: src/ui/gui/data-editor.glade:1388
+msgid "Decimal Places:"
 msgstr ""
 
-#: src/output.c:1221
-msgid "Syntax error in paper size definition."
+#: src/ui/gui/data-editor.glade:1557
+msgid "Value Label:"
 msgstr ""
 
-#: src/output.c:1250
-msgid "Paper size definition file read successfully."
+#: src/ui/gui/data-editor.glade:1570 src/ui/gui/psppire.glade:2544
+#: src/ui/gui/recode.glade:185
+msgid "Value:"
 msgstr ""
 
-#: src/output.c:1252
-msgid "Error reading paper size definition file."
+#: src/ui/gui/data-editor.glade:1707 src/ui/gui/examine.glade:423
+#: src/ui/gui/t-test.glade:460
+msgid "Missing Values"
 msgstr ""
 
-#: src/output.c:1321
-#, c-format
-msgid "Error closing page on %s device of %s class."
+#: src/ui/gui/data-editor.glade:1725
+msgid "_Range plus one optional discrete missing value"
 msgstr ""
 
-#: src/output.c:1325
-#, c-format
-msgid "Error opening page on %s device of %s class."
+#: src/ui/gui/data-editor.glade:1750
+msgid "_Low:"
 msgstr ""
 
-#: src/percentiles.c:42
-msgid "HAverage"
+#: src/ui/gui/data-editor.glade:1779
+msgid "_High:"
 msgstr ""
 
-#: src/percentiles.c:43
-msgid "Weighted Average"
+#: src/ui/gui/data-editor.glade:1820
+msgid "Di_screte value:"
 msgstr ""
 
-#: src/percentiles.c:44
-msgid "Rounded"
+#: src/ui/gui/data-editor.glade:1867
+msgid "_No missing values"
 msgstr ""
 
-#: src/percentiles.c:45
-msgid "Empirical"
+#: src/ui/gui/data-editor.glade:1885
+msgid "_Discrete missing values"
 msgstr ""
 
-#: src/percentiles.c:46
-msgid "Empirical with averaging"
+#: src/ui/gui/descriptives-dialog.c:40 src/ui/gui/frequencies-dialog.c:41
+msgid "Standard deviation"
 msgstr ""
 
-#: src/permissions.c:77
-#, c-format
-msgid "Expecting %s or %s."
+#: src/ui/gui/descriptives-dialog.c:45
+msgid "Standard error"
 msgstr ""
 
-#: src/permissions.c:110
-#, c-format
-msgid "Cannot stat %s: %s"
+#: src/ui/gui/descriptives-dialog.glade:122 src/ui/gui/frequencies.glade:139
+msgid "Statistics:"
 msgstr ""
 
-#: src/permissions.c:123
-#, c-format
-msgid "Cannot change mode of %s: %s"
+#: src/ui/gui/descriptives-dialog.glade:184
+msgid "Exclude entire case if any selected variable is missing"
 msgstr ""
 
-#: src/pfm-read.c:88
-#, c-format
-msgid "portable file %s corrupt at offset %ld: "
+#: src/ui/gui/descriptives-dialog.glade:194
+msgid "Include user-missing data in analysis"
 msgstr ""
 
-#: src/pfm-read.c:115
-msgid "unexpected end of file"
+#: src/ui/gui/descriptives-dialog.glade:207
+msgid "Save Z-scores of selected variables as new variables"
 msgstr ""
 
-#: src/pfm-read.c:173
-#, c-format
-msgid ""
-"An error occurred while opening \"%s\" for reading as a portable file: %s."
+#: src/ui/gui/descriptives-dialog.glade:223
+msgid "Options:"
 msgstr ""
 
-#: src/pfm-read.c:191
-msgid "Data record expected."
+#: src/ui/gui/examine.glade:132
+msgid "Dependent List:"
 msgstr ""
 
-#: src/pfm-read.c:299
-msgid "Missing numeric terminator."
+#: src/ui/gui/examine.glade:180
+msgid "Factor List:"
 msgstr ""
 
-#: src/pfm-read.c:322
-msgid "Invalid integer."
+#: src/ui/gui/examine.glade:218
+msgid "Label Cases by:"
 msgstr ""
 
-#: src/pfm-read.c:333
-#, c-format
-msgid "Bad string length %d."
+#: src/ui/gui/examine.glade:255 src/ui/gui/t-test.glade:69
+#: src/ui/gui/t-test.glade:629 src/ui/gui/t-test.glade:780
+msgid "Options..."
 msgstr ""
 
-#: src/pfm-read.c:404
-#, c-format
-msgid "%s: Not a portable file."
+#: src/ui/gui/examine.glade:316
+msgid "Extremes"
 msgstr ""
 
-#: src/pfm-read.c:429
-#, c-format
-msgid "Bad date string length %d."
+#: src/ui/gui/examine.glade:382
+msgid "Exclude cases listwise"
 msgstr ""
 
-#: src/pfm-read.c:431
-#, c-format
-msgid "Bad time string length %d."
+#: src/ui/gui/examine.glade:392
+msgid "Exclude cases pairwise"
 msgstr ""
 
-#: src/pfm-read.c:469 src/sfm-read.c:1022
-#, c-format
-msgid "%s: Bad format specifier byte (%d)."
+#: src/ui/gui/examine.glade:406
+msgid "Repeat values"
 msgstr ""
 
-#: src/pfm-read.c:476 src/sfm-read.c:1038
+#: src/ui/gui/find-dialog.c:659
 #, c-format
-msgid "%s variable %s has invalid format specifier %s."
+msgid "Bad regular expression: %s"
 msgstr ""
 
-#: src/pfm-read.c:491
-msgid "Expected variable count record."
+#: src/ui/gui/frequencies-dialog.c:44
+msgid "Standard error of the mean"
 msgstr ""
 
-#: src/pfm-read.c:495
-#, c-format
-msgid "Invalid number of variables %d."
+#: src/ui/gui/frequencies-dialog.c:47
+msgid "Standard error of the skewness"
 msgstr ""
 
-#: src/pfm-read.c:505
-#, c-format
-msgid "Weight variable name (%s) truncated."
+#: src/ui/gui/frequencies-dialog.c:51
+msgid "Standard error of the kurtosis"
 msgstr ""
 
-#: src/pfm-read.c:517
-msgid "Expected variable record."
+#: src/ui/gui/frequencies.glade:98 src/ui/gui/psppire.glade:265
+#: src/ui/gui/rank.glade:67
+msgid "Variable(s):"
 msgstr ""
 
-#: src/pfm-read.c:521
-#, c-format
-msgid "Invalid variable width %d."
+#: src/ui/gui/frequencies.glade:168
+msgid "Display Frequency Table"
 msgstr ""
 
-#: src/pfm-read.c:529
-#, c-format
-msgid "position %d: Invalid variable name `%s'."
+#: src/ui/gui/frequencies.glade:264
+msgid "Ascending Order"
 msgstr ""
 
-#: src/pfm-read.c:577
-#, c-format
-msgid "Bad missing values for %s."
+#: src/ui/gui/frequencies.glade:275
+msgid "Descending Order"
 msgstr ""
 
-#: src/pfm-read.c:595
-#, c-format
-msgid "Weighting variable %s not present in dictionary."
+#: src/ui/gui/frequencies.glade:290
+msgid "Ascending Counts"
 msgstr ""
 
-#: src/pfm-read.c:642
-#, c-format
-msgid "Unknown variable %s while parsing value labels."
+#: src/ui/gui/frequencies.glade:305
+msgid "Descending Counts"
 msgstr ""
 
-#: src/pfm-read.c:645
-#, c-format
-msgid ""
-"Cannot assign value labels to %s and %s, which have different variable types "
-"or widths."
+#: src/ui/gui/frequencies.glade:323
+msgid "Order by"
 msgstr ""
 
-#: src/pfm-read.c:669
-#, c-format
-msgid "Duplicate label for value %g for variable %s."
+#: src/ui/gui/frequencies.glade:355
+msgid "Supress tables with more than N categories"
 msgstr ""
 
-#: src/pfm-read.c:672
-#, c-format
-msgid "Duplicate label for value `%.*s' for variable %s."
+#: src/ui/gui/frequencies.glade:371
+msgid "Maximum no of categories"
 msgstr ""
 
-#: src/pfm-write.c:99
-#, c-format
-msgid ""
-"An error occurred while opening \"%s\" for writing as a portable file: %s."
+#: src/ui/gui/helper.c:139
+msgid "Sorry. The help system hasn't yet been implemented."
 msgstr ""
 
-#: src/pfm-write.c:161
+#: src/ui/gui/helper.c:165
 #, c-format
-msgid "%s: Writing portable file: %s."
+msgid "Cannot open reference manual: %s"
 msgstr ""
 
-#: src/pfm-write.c:410
-#, c-format
-msgid "%s: Closing portable file: %s."
+#: src/ui/gui/main.c:42
+msgid "Don't show the splash screen"
 msgstr ""
 
-#: src/plot-hist.c:127
-msgid "HISTOGRAM"
+#: src/ui/gui/main.c:158
+msgid "PSPPIRE --- A user interface for PSPP"
 msgstr ""
 
-#: src/postscript.c:321
-#, c-format
-msgid "PostScript driver initializing as `%s'..."
+#: src/ui/gui/main.c:160
+msgid "Miscellaneous options:"
 msgstr ""
 
-#: src/postscript.c:445
-#, c-format
-msgid ""
-"PostScript driver: The defined page is not long enough to hold margins and "
-"headers, plus least 15 lines of the default fonts.  In fact, there's only "
-"room for %d lines of each font at the default size of %d.%03d points."
+#: src/ui/gui/main.c:162 src/ui/terminal/main.c:126
+msgid "Options affecting syntax and behavior:"
+msgstr "Options affecting syntax and behaviour:"
+
+#: src/ui/gui/message-dialog.c:101
+msgid "data file error"
 msgstr ""
 
-#: src/postscript.c:575
-#, c-format
-msgid "Unknown configuration parameter `%s' for PostScript device driver."
+#: src/ui/gui/message-dialog.c:106
+msgid "PSPP error"
 msgstr ""
 
-#: src/postscript.c:591
-#, c-format
-msgid ""
-"Unknown orientation `%s'.  Valid orientations are `portrait' and `landscape'."
+#: src/ui/gui/message-dialog.c:114
+msgid "syntax warning"
 msgstr ""
 
-#: src/postscript.c:603
-msgid ""
-"Unknown value for `data'.  Valid values are `clean7bit', `clean8bit', and "
-"`binary'."
+#: src/ui/gui/message-dialog.c:118
+msgid "data file warning"
 msgstr ""
 
-#: src/postscript.c:612
-msgid "Unknown value for `line-ends'.  Valid values are `lf' and `crlf'."
+#: src/ui/gui/message-dialog.c:123
+msgid "PSPP warning"
 msgstr ""
 
-#: src/postscript.c:621
-msgid "Unknown value for `line-style'.  Valid values are `thick' and `double'."
+#: src/ui/gui/message-dialog.c:132
+msgid "syntax information"
 msgstr ""
 
-#: src/postscript.c:684
-#, c-format
-msgid ""
-"Default font size must be at least 1 point (value of 1000 for key `%s')."
+#: src/ui/gui/message-dialog.c:136
+msgid "data file information"
 msgstr ""
 
-#: src/postscript.c:716
-#, c-format
-msgid "Value for `%s' must be a dimension of positive length (i.e., `1in')."
+#: src/ui/gui/message-dialog.c:141
+msgid "PSPP information"
 msgstr ""
 
-#: src/postscript.c:780
+#: src/ui/gui/message-dialog.c:209
+msgid "The PSPP processing engine reported the following message:"
+msgid_plural "The PSPP processing engine reported the following messages:"
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/ui/gui/message-dialog.c:216
 #, c-format
-msgid "Nonnegative integer required as value for `%s'."
-msgstr ""
+msgid "The PSPP processing engine reported %d message."
+msgid_plural "The PSPP processing engine reported %d messages."
+msgstr[0] ""
+msgstr[1] ""
 
-#: src/postscript.c:906
+#: src/ui/gui/message-dialog.c:223
 #, c-format
-msgid "%s: %s: Opening PostScript font encoding..."
+msgid "%d of these messages are displayed below."
+msgid_plural "%d of these messages are displayed below."
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/ui/gui/message-dialog.glade:8
+msgid "Messages Reported"
 msgstr ""
 
-#: src/postscript.c:912
-#, c-format
+#: src/ui/gui/message-dialog.glade:42
 msgid ""
-"PostScript driver: Cannot open encoding file `%s': %s.  Substituting "
-"ISOLatin1Encoding for missing encoding."
+"The PSPP processor reported # errors.  The first # and last # are shown "
+"below:"
 msgstr ""
 
-#: src/postscript.c:954
-msgid "PostScript driver: Invalid numeric format."
+#: src/ui/gui/message-dialog.glade:94
+msgid "gtk-close"
 msgstr ""
 
-#: src/postscript.c:959
-#, c-format
-msgid ""
-"PostScript driver: Codes must be between 0 and 255.  (%d is not allowed.)"
+#: src/ui/gui/missing-val-dialog.c:115 src/ui/gui/missing-val-dialog.c:160
+msgid "Incorrect value for variable type"
 msgstr ""
 
-#: src/postscript.c:995
-#, c-format
-msgid "PostScript driver: Error closing encoding file `%s'."
+#: src/ui/gui/missing-val-dialog.c:136 src/ui/gui/missing-val-dialog.c:143
+msgid "Incorrect range specification"
 msgstr ""
 
-#: src/postscript.c:998
+#: src/ui/gui/oneway-anova-dialog.c:335
 #, c-format
-msgid "%s: PostScript font encoding read successfully."
+msgid "Contrast %d of %d"
 msgstr ""
 
-#: src/postscript.c:1092
-#, c-format
-msgid "%s: %s: Opening PostScript encoding list file."
+#: src/ui/gui/oneway.glade:30
+msgid "_Factor:"
 msgstr ""
 
-#: src/postscript.c:1125
-#, c-format
-msgid "%s: PostScript encoding list file read successfully."
+#: src/ui/gui/oneway.glade:66
+msgid "Dependent _Variable(s):"
 msgstr ""
 
-#: src/postscript.c:1139
-msgid "<<default encoding>>"
+#: src/ui/gui/oneway.glade:190
+msgid "_Homogeneity"
 msgstr ""
 
-#: src/postscript.c:1297
-msgid ""
-"Cannot find PostScript prologue.  The use of `-vv' on the command line is "
-"suggested as a debugging aid."
+#: src/ui/gui/oneway.glade:226
+msgid "_Contrasts..."
 msgstr ""
 
-#: src/postscript.c:1302
-#, c-format
-msgid "%s: %s: Opening PostScript prologue..."
+#: src/ui/gui/oneway.glade:309
+msgid "gtk-go-back"
 msgstr ""
 
-#: src/postscript.c:1474
-#, c-format
-msgid "%s: PostScript prologue read successfully."
+#: src/ui/gui/oneway.glade:320
+msgid "gtk-go-forward"
 msgstr ""
 
-#: src/postscript.c:1478
-#, c-format
-msgid "%s: Error reading PostScript prologue."
+#: src/ui/gui/oneway.glade:343
+msgid "_Coefficients:"
 msgstr ""
 
-#: src/postscript.c:1648
-#, c-format
-msgid "PostScript output driver: %s: %s"
+#: src/ui/gui/oneway.glade:389
+msgid "Coefficient Total: "
 msgstr ""
 
-#: src/postscript.c:2347
-#, c-format
-msgid "PostScript driver: Cannot find encoding `%s' for PostScript font `%s'."
+#: src/ui/gui/oneway.glade:422
+msgid "Contrast 1 of 1"
 msgstr ""
 
-#: src/print.c:368 src/print.c:385
-#, c-format
-msgid "%g is not a valid column location."
+#: src/ui/gui/output-viewer.glade:32
+msgid "gtk-save"
 msgstr ""
 
-#: src/print.c:379
-#, c-format
-msgid "Column location expected following `%d-'."
+#: src/ui/gui/output-viewer.glade:41
+msgid "gtk-save-as"
 msgstr ""
 
-#: src/print.c:390
-#, c-format
-msgid ""
-"%d-%ld is not a valid column range.  The second column must be greater than "
-"or equal to the first."
+#: src/ui/gui/output-viewer.glade:65
+msgid "gtk-copy"
 msgstr ""
 
-#: src/print.c:491
-#, c-format
-msgid "Variable %s has width %d so it cannot be output as format %s."
+#: src/ui/gui/psppire-buttonbox.c:143
+msgid "Buttons"
 msgstr ""
 
-#: src/print.c:511
-#, c-format
-msgid ""
-"%s is not of the same type as %s.  To specify variables of different types "
-"in the same variable list, use a FORTRAN-like format specifier."
+#: src/ui/gui/psppire-buttonbox.c:144
+msgid "The mask that decides what buttons appear in the button box"
 msgstr ""
 
-#: src/print.c:541
-msgid ""
-"The ending column for a field must not be less than the starting column."
+#: src/ui/gui/psppire-buttonbox.c:273 src/ui/gui/psppire-buttonbox.c:429
+msgid "Continue"
 msgstr ""
 
-#: src/print.c:689
-msgid ""
-"The number of format specifications exceeds the number of variable names "
-"given."
+#: src/ui/gui/psppire-buttonbox.c:427
+msgid "OK"
 msgstr ""
 
-#: src/print.c:841
-#, c-format
-msgid "Writing %d record(s) to file %s."
+#: src/ui/gui/psppire-buttonbox.c:428
+msgid "Go To"
 msgstr ""
 
-#: src/print.c:844
-#, c-format
-msgid "Writing %d record(s) to the listing file."
+#: src/ui/gui/psppire-buttonbox.c:430
+msgid "Cancel"
 msgstr ""
 
-#: src/print.c:1091
-msgid "The expression on PRINT SPACE evaluated to the system-missing value."
+#: src/ui/gui/psppire-buttonbox.c:431
+msgid "Help"
 msgstr ""
 
-#: src/print.c:1094
-#, c-format
-msgid "The expression on PRINT SPACE evaluated to %g."
+#: src/ui/gui/psppire-buttonbox.c:432
+msgid "Reset"
 msgstr ""
 
-#: src/rank.q:242
-#, c-format
-msgid "Variable %s already exists."
+#: src/ui/gui/psppire-buttonbox.c:433
+msgid "Paste"
 msgstr ""
 
-#: src/rank.q:247
-msgid "Too many variables in INTO clause."
+#: src/ui/gui/psppire.c:216
+msgid "_Reset"
 msgstr ""
 
-#: src/recode.c:286
-#, c-format
-msgid ""
-"%d variable(s) cannot be recoded into %d variable(s).  Specify the same "
-"number of variables as input and output variables."
+#: src/ui/gui/psppire.c:217
+msgid "_Select"
 msgstr ""
 
-#: src/recode.c:300
+#: src/ui/gui/psppire.c:253
 #, c-format
-msgid ""
-"There is no string variable named %s.  (All string variables specified on "
-"INTO must already exist.  Use the STRING command to create a string "
-"variable.)"
+msgid "Cannot open %s: %s.\n"
 msgstr ""
 
-#: src/recode.c:309
+#: src/ui/gui/psppire.c:270
 #, c-format
-msgid ""
-"Type mismatch between input and output variables.  Output variable %s is not "
-"a string variable, but all the input variables are string variables."
+msgid "%s is neither a system nor portable file"
 msgstr ""
 
-#: src/recode.c:328
-#, c-format
-msgid "Type mismatch after INTO: %s is not a numeric variable."
+#: src/ui/gui/psppire-data-editor.c:703
+msgid "Data View"
 msgstr ""
 
-#: src/recode.c:358
-msgid ""
-"INTO must be used when the input values are numeric and output values are "
-"string."
+#: src/ui/gui/psppire-data-editor.c:706
+msgid "Variable View"
 msgstr ""
 
-#: src/recode.c:366
-msgid ""
-"INTO must be used when the input values are string and output values are "
-"numeric."
+#: src/ui/gui/psppire-data-store.c:829
+msgid "var"
 msgstr ""
 
-#: src/recode.c:489
-msgid "expecting output value"
+#: src/ui/gui/psppire-data-store.c:949 src/ui/gui/psppire-var-store.c:840
+#, c-format
+msgid "%ld"
 msgstr ""
 
-#: src/recode.c:503
+#: src/ui/gui/psppire.glade:11
 msgid ""
-"Inconsistent output types.  The output values must be all numeric or all "
-"string."
+"This is beta status software.  Please report bugs to bug-gnu-pspp@gnu.org"
 msgstr ""
 
-#: src/recode.c:554
-msgid "following LO THRU"
+#: src/ui/gui/psppire.glade:73 src/ui/gui/psppire.glade:154
+#: src/ui/gui/weight-cases-dialog.c:80
+msgid "Do not weight cases"
 msgstr ""
 
-#: src/recode.c:570 src/recode.c:599
-msgid "in source value"
+#: src/ui/gui/psppire.glade:83
+msgid "Weight cases by"
 msgstr ""
 
-#: src/recode.c:612
-msgid ""
-"Keyword CONVERT may only be used with string input values and numeric output "
-"values."
+#: src/ui/gui/psppire.glade:107
+msgid "Frequency Variable"
 msgstr ""
 
-#: src/rename-vars.c:51
-msgid ""
-"RENAME VARS may not be used after TEMPORARY.  Temporary transformations will "
-"be made permanent."
+#: src/ui/gui/psppire.glade:147
+msgid "Current Status: "
 msgstr ""
 
-#: src/rename-vars.c:63
-msgid "`(' expected."
+#: src/ui/gui/psppire.glade:314
+msgid "Name Variable:"
 msgstr ""
 
-#: src/rename-vars.c:71
-msgid "`=' expected between lists of new and old variable names."
-msgstr ""
+#: src/ui/gui/psppire.glade:429
+msgid "Analyze all cases.  Do not create groups."
+msgstr "Analyse all cases.  Do not create groups."
 
-#: src/rename-vars.c:89
-msgid "`)' expected after variable names."
+#: src/ui/gui/psppire.glade:439
+msgid "Compare groups."
 msgstr ""
 
-#: src/rename-vars.c:99
-#, c-format
-msgid "Renaming would duplicate variable name %s."
-msgstr ""
+#: src/ui/gui/psppire.glade:452
+msgid "Organize output by groups."
+msgstr "Organise output by groups."
 
-#: src/repeat.c:154
-#, c-format
-msgid "Identifier %s is given twice."
+#: src/ui/gui/psppire.glade:499
+msgid "Groups based on:"
 msgstr ""
 
-#: src/repeat.c:197
-#, c-format
-msgid ""
-"There must be the same number of substitutions for each dummy variable "
-"specified.  Since there were %d substitutions for %s, there must be %d for %"
-"s as well, but %d were specified."
+#: src/ui/gui/psppire.glade:563
+msgid "Sort the file by grouping variables."
 msgstr ""
 
-#: src/repeat.c:302
-msgid "No commands in scope."
+#: src/ui/gui/psppire.glade:574
+msgid "File is already sorted."
 msgstr ""
 
-#: src/repeat.c:490
-msgid "No matching DO REPEAT."
+#: src/ui/gui/psppire.glade:618
+msgid "Current Status : "
 msgstr ""
 
-#: src/sample.c:76
-msgid "The sampling factor must be between 0 and 1 exclusive."
+#: src/ui/gui/psppire.glade:626
+msgid "Analysis by groups is off"
 msgstr ""
 
-#: src/sample.c:96
-#, c-format
-msgid "Cannot sample %d observations from a population of %d."
+#: src/ui/gui/psppire.glade:725
+msgid "Sort by:"
 msgstr ""
 
-#: src/sel-if.c:103
-msgid "The filter variable must be numeric."
+#: src/ui/gui/psppire.glade:788
+msgid "Descending"
 msgstr ""
 
-#: src/sel-if.c:109
-msgid "The filter variable may not be scratch."
+#: src/ui/gui/psppire.glade:804
+msgid "Sort Order"
 msgstr ""
 
-#: src/sel-if.c:140
-msgid "Only last instance of this command is in effect."
+#: src/ui/gui/psppire.glade:873
+msgid "Target Variable:"
 msgstr ""
 
-#: src/set.q:224 src/set.q:303 src/set.q:346 src/set.q:401 src/set.q:403
-#: src/set.q:405 src/set.q:407 src/set.q:409 src/set.q:411 src/set.q:413
-#: src/set.q:415 src/set.q:417 src/set.q:419 src/set.q:421 src/set.q:423
-#: src/set.q:425 src/set.q:831 src/set.q:912 src/set.q:1007
-#, c-format
-msgid "%s is obsolete."
+#: src/ui/gui/psppire.glade:904
+msgid "Type & Label"
 msgstr ""
 
-#: src/set.q:232
-msgid "LISTING is ON"
+#: src/ui/gui/psppire.glade:943
+msgid "="
 msgstr ""
 
-#: src/set.q:234
-msgid "LISTING is OFF"
+#: src/ui/gui/psppire.glade:989
+msgid "Numeric Expressions:"
 msgstr ""
 
-#: src/set.q:248
-#, c-format
-msgid "EPOCH is %d"
+#: src/ui/gui/psppire.glade:1043
+msgid "Functions:"
 msgstr ""
 
-#: src/set.q:267
-msgid "Journalling is off"
+#: src/ui/gui/psppire.glade:1107 src/ui/gui/psppire.glade:1253
+#: src/ui/gui/recode.glade:731
+msgid "If..."
 msgstr ""
 
-#: src/set.q:434
-msgid ""
-"CASE is not implemented and probably won't be.  If you care, complain about "
-"it."
+#: src/ui/gui/psppire.glade:1223
+msgid "All Cases"
 msgstr ""
 
-#: src/set.q:439
-msgid "Active file compression is not yet implemented (and probably won't be)."
+#: src/ui/gui/psppire.glade:1239
+msgid "If condition is satisfied"
 msgstr ""
 
-#: src/set.q:453
-#, c-format
-msgid ""
-"CC%c: Length of custom currency string `%s' (%d) exceeds maximum length of "
-"16."
+#: src/ui/gui/psppire.glade:1291
+msgid "Random sample of cases"
 msgstr ""
 
-#: src/set.q:475
-#, c-format
-msgid ""
-"CC%c: Custom currency string `%s' does not contain exactly three periods or "
-"commas (not both)."
+#: src/ui/gui/psppire.glade:1305
+msgid "Sample..."
 msgstr ""
 
-#: src/set.q:528
-msgid "None"
+#: src/ui/gui/psppire.glade:1343
+msgid "Based on time or case range"
 msgstr ""
 
-#: src/set.q:534
-msgid "Disabled"
+#: src/ui/gui/psppire.glade:1356
+msgid "Range..."
 msgstr ""
 
-#: src/set.q:539
-msgid "Screen"
+#: src/ui/gui/psppire.glade:1394
+msgid "Use filter variable"
 msgstr ""
 
-#: src/set.q:546
-msgid "Listing"
+#: src/ui/gui/psppire.glade:1556
+msgid "Select"
 msgstr ""
 
-#: src/set.q:553
-msgid "Other"
+#: src/ui/gui/psppire.glade:1586
+msgid "Filtered"
 msgstr ""
 
-#: src/set.q:662
-msgid "EPOCH must be 1500 or later."
+#: src/ui/gui/psppire.glade:1596
+msgid "Deleted"
 msgstr ""
 
-#: src/set.q:669
-msgid "expecting AUTOMATIC or year"
+#: src/ui/gui/psppire.glade:1613
+msgid "Unselected Cases Are"
 msgstr ""
 
-#: src/set.q:690
-msgid "LENGTH must be at least 1."
+#: src/ui/gui/psppire.glade:1678
+msgid "Comments:"
 msgstr ""
 
-#: src/set.q:729
-msgid "Missing identifier in RESULTS subcommand."
+#: src/ui/gui/psppire.glade:1720
+msgid "Display comments in output"
 msgstr ""
 
-#: src/set.q:740
-msgid "Unrecognized identifier in RESULTS subcommand."
+#: src/ui/gui/psppire.glade:1734
+msgid "Column Number: 0"
 msgstr ""
 
-#: src/set.q:777
-msgid "WIDTH must be at least 1."
+#: src/ui/gui/psppire.glade:1810
+msgid "Variable Information:"
 msgstr ""
 
-#: src/set.q:800
-#, c-format
+#: src/ui/gui/psppire.glade:1836
 msgid ""
-"FORMAT requires numeric output format as an argument.  Specified format %s "
-"is of type string."
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"\n"
 msgstr ""
 
-#: src/set.q:844
-msgid "Text color must be in range 0-15."
-msgstr "Text colour must be in range 0-15."
-
-#: src/set.q:857
-msgid "Background color must be in range 0-7."
-msgstr "Background colour must be in range 0-7."
-
-#: src/set.q:868
-msgid "Border color must be in range 0-7."
-msgstr "Border colour must be in range 0-7."
+#: src/ui/gui/psppire.glade:1900
+msgid "Observation"
+msgstr ""
 
-#: src/set.q:924
-msgid "Lower window color must be between 0 and 6."
-msgstr "Lower window colour must be between 0 and 6."
+#: src/ui/gui/psppire.glade:1910
+msgid "Last case"
+msgstr ""
 
-#: src/set.q:938
-msgid "Upper window color must be between 0 and 6."
-msgstr "Upper window colour must be between 0 and 6."
+#: src/ui/gui/psppire.glade:1923
+msgid "First case"
+msgstr ""
 
-#: src/set.q:950
-msgid "Frame color must be between 0 and 6."
-msgstr "Frame colour must be between 0 and 6."
+#: src/ui/gui/psppire.glade:2081
+msgid "Use expression as label"
+msgstr ""
 
-#: src/set.q:1016
-msgid "Drive letter expected in WORKDEV subcommand."
+#: src/ui/gui/psppire.glade:2187 src/ui/gui/psppire-var-sheet.c:102
+msgid "Width"
 msgstr ""
 
-#: src/set.q:1048
-msgid "Specify a terminal type with the TERM environment variable."
+#: src/ui/gui/psppire.glade:2274
+msgid "Goto Case Number:"
 msgstr ""
 
-#: src/set.q:1054
-msgid "Could not access the termcap data base."
+#: src/ui/gui/psppire.glade:2410
+msgid "Sample Size"
 msgstr ""
 
-#: src/set.q:1056
-#, c-format
-msgid "Terminal type `%s' is not defined."
+#: src/ui/gui/psppire.glade:2513
+msgid "Variable:"
 msgstr ""
 
-#: src/set.q:1114
-msgid "data> "
+#: src/ui/gui/psppire.glade:2570
+msgid "Search value labels"
 msgstr ""
 
-#: src/sfm-read.c:132
-msgid "corrupt system file: "
+#: src/ui/gui/psppire.glade:2593
+msgid "Regular expression Match"
 msgstr ""
 
-#: src/sfm-read.c:151 src/sfm-write.c:922
-#, c-format
-msgid "%s: Closing system file: %s."
+#: src/ui/gui/psppire.glade:2603
+msgid "Search substrings"
 msgstr ""
 
-#: src/sfm-read.c:237
-#, c-format
-msgid ""
-"An error occurred while opening \"%s\" for reading as a system file: %s."
+#: src/ui/gui/psppire.glade:2615
+msgid "Wrap around"
 msgstr ""
 
-#: src/sfm-read.c:255
-#, c-format
-msgid ""
-"%s: Index of weighting variable (%d) is not between 0 and number of elements "
-"per case (%d)."
+#: src/ui/gui/psppire.glade:2627
+msgid "Search backward"
 msgstr ""
 
-#: src/sfm-read.c:264
-#, c-format
-msgid ""
-"%s: Weighting variable may not be a continuation of a long string variable."
+#: src/ui/gui/psppire-var-sheet.c:100
+msgid "Name"
 msgstr ""
 
-#: src/sfm-read.c:267
-#, c-format
-msgid "%s: Weighting variable may not be a string variable."
+#: src/ui/gui/psppire-var-sheet.c:103
+msgid "Decimals"
 msgstr ""
 
-#: src/sfm-read.c:292
-#, c-format
-msgid ""
-"%s: Orphaned variable index record (type 4).  Type 4 records must always "
-"immediately follow type 3 records."
+#: src/ui/gui/psppire-var-sheet.c:105
+msgid "Values"
 msgstr ""
 
-#: src/sfm-read.c:350
-#, c-format
-msgid "%s: Invalid subrecord length. Record: 7; Subrecord: 11"
+#: src/ui/gui/psppire-var-sheet.c:108
+msgid "Align"
 msgstr ""
 
-#: src/sfm-read.c:404
-#, c-format
-msgid "%s: Trailing garbage in long variable name map."
+#: src/ui/gui/psppire-var-sheet.c:109
+msgid "Measure"
 msgstr ""
 
-#: src/sfm-read.c:411
-#, c-format
-msgid "%s: Long variable mapping to invalid variable name `%s'."
+#: src/ui/gui/psppire-var-store.c:601
+msgid "Scientific"
 msgstr ""
 
-#: src/sfm-read.c:421
-#, c-format
-msgid "%s: Long variable mapping for nonexistent variable %s."
+#: src/ui/gui/psppire-var-store.c:604
+msgid "Custom"
 msgstr ""
 
-#: src/sfm-read.c:431
-#, c-format
-msgid "%s: Duplicate long variable name `%s' within system file."
+#: src/ui/gui/rank.glade:111
+msgid "By:"
 msgstr ""
 
-#: src/sfm-read.c:459
-#, c-format
-msgid "%s: Unrecognized record type 7, subtype %d encountered in system file."
+#: src/ui/gui/rank.glade:197
+msgid "_Smallest Value"
 msgstr ""
 
-#: src/sfm-read.c:484
-#, c-format
-msgid "%s: Unrecognized record type %d."
+#: src/ui/gui/rank.glade:209
+msgid "_Largest Value"
 msgstr ""
 
-#: src/sfm-read.c:516
-#, c-format
-msgid ""
-"%s: Bad size (%d) or count (%d) field on record type 7, subtype 3.\tExpected "
-"size %d, count 8."
+#: src/ui/gui/rank.glade:228
+msgid "Assign rank 1 to:"
 msgstr ""
 
-#: src/sfm-read.c:527
-#, c-format
-msgid ""
-"%s: Floating-point representation in system file is not IEEE-754.  PSPP "
-"cannot convert between floating-point formats."
+#: src/ui/gui/rank.glade:246
+msgid "_Display summary tables"
 msgstr ""
 
-#: src/sfm-read.c:543
-#, c-format
-msgid ""
-"%s: File-indicated endianness (%s) does not match endianness intuited from "
-"file header (%s)."
+#: src/ui/gui/rank.glade:262
+msgid "Rank T_ypes"
 msgstr ""
 
-#: src/sfm-read.c:546 src/sfm-read.c:547
-msgid "big-endian"
+#: src/ui/gui/rank.glade:273
+msgid "_Ties..."
 msgstr ""
 
-#: src/sfm-read.c:546 src/sfm-read.c:547
-msgid "little-endian"
+#: src/ui/gui/rank.glade:343
+msgid "Ntiles"
 msgstr ""
 
-#: src/sfm-read.c:548
-msgid "unknown"
+#: src/ui/gui/rank.glade:376
+msgid "Rank"
 msgstr ""
 
-#: src/sfm-read.c:552
-#, c-format
-msgid "%s: File-indicated character representation code (%s) is not ASCII."
+#: src/ui/gui/rank.glade:386
+msgid "Savage score"
 msgstr ""
 
-#: src/sfm-read.c:556
-msgid "DEC Kanji"
+#: src/ui/gui/rank.glade:400
+msgid "Fractional rank"
 msgstr ""
 
-#: src/sfm-read.c:556 src/sysfile-info.c:118
-msgid "Unknown"
+#: src/ui/gui/rank.glade:414
+msgid "Fractional rank as %"
 msgstr ""
 
-#: src/sfm-read.c:572
-#, c-format
-msgid ""
-"%s: Bad size (%d) or count (%d) field on record type 7, subtype 4.\tExpected "
-"size %d, count 8."
+#: src/ui/gui/rank.glade:428
+msgid "Sum of case weights"
 msgstr ""
 
-#: src/sfm-read.c:587
-#, c-format
-msgid ""
-"%s: File-indicated value is different from internal value for at least one "
-"of the three system values.  SYSMIS: indicated %g, expected %g; HIGHEST: %g, "
-"%g; LOWEST: %g, %g."
+#: src/ui/gui/rank.glade:450
+msgid "Proportion Estimates"
 msgstr ""
 
-#: src/sfm-read.c:614
-#, c-format
-msgid ""
-"%s: Bad magic.  Proper system files begin with the four characters `$FL2'. "
-"This file will not be read."
+#: src/ui/gui/rank.glade:460
+msgid "Normal Scores"
 msgstr ""
 
-#: src/sfm-read.c:656
-#, c-format
-msgid ""
-"%s: File layout code has unexpected value %d.  Value should be 2, in big-"
-"endian or little-endian format."
+#: src/ui/gui/rank.glade:495
+msgid "Blom"
 msgstr ""
 
-#: src/sfm-read.c:684
-#, c-format
-msgid "%s: Number of cases in file (%ld) is not between -1 and %d."
+#: src/ui/gui/rank.glade:506
+msgid "Tukey"
 msgstr ""
 
-#: src/sfm-read.c:689
-#, c-format
-msgid "%s: Compression bias (%g) is not the usual value of 100."
+#: src/ui/gui/rank.glade:520
+msgid "Rankit"
 msgstr ""
 
-#: src/sfm-read.c:812
-#, c-format
-msgid ""
-"%s: position %d: String variable does not have proper number of continuation "
-"records."
+#: src/ui/gui/rank.glade:534
+msgid "Van der Wärden"
 msgstr ""
 
-#: src/sfm-read.c:823
-#, c-format
-msgid "%s: position %d: Superfluous long string continuation record."
+#: src/ui/gui/rank.glade:551
+msgid "Proportion Estimation Formula"
 msgstr ""
 
-#: src/sfm-read.c:829
-#, c-format
-msgid "%s: position %d: Bad variable type code %d."
+#: src/ui/gui/rank.glade:614
+msgid "_Mean"
 msgstr ""
 
-#: src/sfm-read.c:832
-#, c-format
-msgid "%s: position %d: Variable label indicator field is not 0 or 1."
+#: src/ui/gui/rank.glade:626
+msgid "_Low"
 msgstr ""
 
-#: src/sfm-read.c:836
-#, c-format
-msgid ""
-"%s: position %d: Missing value indicator field is not -3, -2, 0, 1, 2, or 3."
+#: src/ui/gui/rank.glade:642
+msgid "_High"
 msgstr ""
 
-#: src/sfm-read.c:842
-#, c-format
-msgid "%s: position %d: Variable name begins with invalid character."
+#: src/ui/gui/rank.glade:660
+msgid "_Sequential ranks to unique values"
 msgstr ""
 
-#: src/sfm-read.c:846
-#, c-format
-msgid "%s: position %d: Variable name begins with lowercase letter %c."
+#: src/ui/gui/rank.glade:680
+msgid "Rank Assigned to Ties"
 msgstr ""
 
-#: src/sfm-read.c:850
-#, c-format
-msgid ""
-"%s: position %d: Variable name begins with octothorpe (`#').  Scratch "
-"variables should not appear in system files."
+#: src/ui/gui/recode-dialog.c:879
+msgid "Recode into Different Variables"
 msgstr ""
 
-#: src/sfm-read.c:865
-#, c-format
-msgid "%s: position %d: Variable name character %d is lowercase letter %c."
+#: src/ui/gui/recode-dialog.c:882
+msgid "Recode into Same Variables"
 msgstr ""
 
-#: src/sfm-read.c:874
-#, c-format
-msgid ""
-"%s: position %d: character `\\%03o' (%c) is not valid in a variable name."
+#: src/ui/gui/recode-dialog.c:913 src/ui/gui/recode-dialog.c:1015
+msgid "Old"
 msgstr ""
 
-#: src/sfm-read.c:881
-#, c-format
-msgid "%s: Invalid variable name `%s' within system file."
+#: src/ui/gui/recode-dialog.c:1274
+msgid "Recode into Different Variables: Old and New Values "
 msgstr ""
 
-#: src/sfm-read.c:888
-#, c-format
-msgid "%s: Duplicate variable name `%s' within system file."
+#: src/ui/gui/recode-dialog.c:1275
+msgid "Recode into Same Variables: Old and New Values"
 msgstr ""
 
-#: src/sfm-read.c:911
-#, c-format
-msgid "%s: Variable %s indicates variable label of invalid length %d."
+#: src/ui/gui/recode.glade:197
+msgid "System-Missing"
 msgstr ""
 
-#: src/sfm-read.c:931
-#, c-format
-msgid "%s: Long string variable %s may not have missing values."
+#: src/ui/gui/recode.glade:211
+msgid "System-or user-missing"
 msgstr ""
 
-#: src/sfm-read.c:956
-#, c-format
-msgid ""
-"%s: String variable %s may not have missing values specified as a range."
+#: src/ui/gui/recode.glade:245
+msgid "through"
 msgstr ""
 
-#: src/sfm-read.c:998
-#, c-format
-msgid "%s: Long string continuation records omitted at end of dictionary."
+#: src/ui/gui/recode.glade:283
+msgid "Range, LOWEST thru value"
 msgstr ""
 
-#: src/sfm-read.c:1003
-#, c-format
-msgid ""
-"%s: System file header indicates %d variable positions but %d were read from "
-"file."
+#: src/ui/gui/recode.glade:297
+msgid "Range, value thru HIGHEST"
 msgstr ""
 
-#: src/sfm-read.c:1028
-#, c-format
-msgid "%s: %s variable %s has %s format specifier %s."
+#: src/ui/gui/recode.glade:327
+msgid "All other values"
 msgstr ""
 
-#: src/sfm-read.c:1081
-#, c-format
-msgid "%s: Invalid number of labels: %d.  Ignoring labels."
+#: src/ui/gui/recode.glade:363
+msgid "Range:"
 msgstr ""
 
-#: src/sfm-read.c:1123
-#, c-format
-msgid ""
-"%s: Variable index record (type 4) does not immediately follow value label "
-"record (type 3) as it should."
+#: src/ui/gui/recode.glade:380
+msgid "Old Value"
 msgstr ""
 
-#: src/sfm-read.c:1134
-#, c-format
-msgid ""
-"%s: Number of variables associated with a value label (%d) is not between 1 "
-"and the number of variables (%d)."
+#: src/ui/gui/recode.glade:462
+msgid "System Missing"
 msgstr ""
 
-#: src/sfm-read.c:1150
-#, c-format
-msgid ""
-"%s: Variable index associated with value label (%d) is not between 1 and the "
-"number of values (%d)."
+#: src/ui/gui/recode.glade:476
+msgid "Copy old values"
 msgstr ""
 
-#: src/sfm-read.c:1157
-#, c-format
-msgid ""
-"%s: Variable index associated with value label (%d) refers to a continuation "
-"of a string variable, not to an actual variable."
+#: src/ui/gui/recode.glade:500
+msgid "Value: "
 msgstr ""
 
-#: src/sfm-read.c:1162
-#, c-format
-msgid "%s: Value labels are not allowed on long string variables (%s)."
+#: src/ui/gui/recode.glade:530
+msgid "New Value"
 msgstr ""
 
-#: src/sfm-read.c:1173
-#, c-format
-msgid ""
-"%s: Variables associated with value label are not all of identical type.  "
-"Variable %s has %s type, but variable %s has %s type."
+#: src/ui/gui/recode.glade:590
+msgid "Convert numeric strings to numbers ('5' -> 5)"
 msgstr ""
 
-#: src/sfm-read.c:1214
-#, c-format
-msgid "%s: File contains duplicate label for value %g for variable %s."
+#: src/ui/gui/recode.glade:608
+msgid "Output variables are strings"
 msgstr ""
 
-#: src/sfm-read.c:1218
-#, c-format
-msgid "%s: File contains duplicate label for value `%.*s' for variable %s."
+#: src/ui/gui/recode.glade:620
+msgid "Width: "
 msgstr ""
 
-#: src/sfm-read.c:1260 src/sfm-read.c:1537
-#, c-format
-msgid "%s: Reading system file: %s."
+#: src/ui/gui/recode.glade:743
+msgid "(optional case selection condition)"
 msgstr ""
 
-#: src/sfm-read.c:1263 src/sfm-read.c:1378 src/sfm-read.c:1420
-#, c-format
-msgid "%s: Unexpected end of file."
+#: src/ui/gui/recode.glade:823
+msgid "Name:"
 msgstr ""
 
-#: src/sfm-read.c:1278
-#, c-format
-msgid "%s: Seeking system file: %s."
+#: src/ui/gui/recode.glade:867
+msgid "Change"
 msgstr ""
 
-#: src/sfm-read.c:1293
-#, c-format
-msgid "%s: System file contains multiple type 6 (document) records."
+#: src/ui/gui/recode.glade:885
+msgid "Output Variable"
 msgstr ""
 
-#: src/sfm-read.c:1299
-#, c-format
-msgid "%s: Number of document lines (%ld) must be greater than 0."
+#: src/ui/gui/recode.glade:965
+msgid "Old and New Values"
 msgstr ""
 
-#: src/sfm-read.c:1331
-#, c-format
-msgid "%s: Error reading file: %s."
+#: src/ui/gui/regression-dialog.c:40
+msgid "Coeff"
 msgstr ""
 
-#: src/sfm-read.c:1368
-#, c-format
-msgid "%s: Compressed data is corrupted.  Data ends in partial case."
+#: src/ui/gui/regression-dialog.c:42
+msgid "Anova"
 msgstr ""
 
-#: src/sfm-read.c:1540
-#, c-format
-msgid "%s: Partial record at end of system file."
+#: src/ui/gui/regression-dialog.c:43
+msgid "Bcov"
 msgstr ""
 
-#: src/sfm-write.c:157
-#, c-format
-msgid "Error opening \"%s\" for writing as a system file: %s."
+#: src/ui/gui/regression.glade:40
+msgid "Save..."
 msgstr ""
 
-#: src/sfm-write.c:742
-#, c-format
-msgid "%s: Writing system file: %s."
+#: src/ui/gui/regression.glade:145
+msgid "Dependent"
 msgstr ""
 
-#: src/sort-prs.c:94
-msgid "`A' or `D' expected inside parentheses."
+#: src/ui/gui/regression.glade:193
+msgid "Independent"
 msgstr ""
 
-#: src/sort-prs.c:99
-msgid "`)' expected."
+#: src/ui/gui/regression.glade:243
+msgid "Predicted values"
 msgstr ""
 
-#: src/sort.c:85
-msgid "Buffer limit must be at least 2."
+#: src/ui/gui/regression.glade:252
+msgid "Residuals"
 msgstr ""
 
-#: src/sort.c:461
+#: src/ui/gui/select-cases-dialog.c:81
 #, c-format
-msgid ""
-"Out of memory.  Could not allocate room for minimum of %d cases of %d bytes "
-"each.  (PSPP workspace is currently restricted to a maximum of %d KB.)"
+msgid "Approximately %3d%% of all cases."
 msgstr ""
 
-#: src/sysfile-info.c:99
-msgid "File:"
+#: src/ui/gui/select-cases-dialog.c:82
+#, c-format
+msgid "Exactly %3d cases from the first %3d cases."
 msgstr ""
 
-#: src/sysfile-info.c:101
-msgid "Label:"
+#: src/ui/gui/select-cases-dialog.c:222
+#, c-format
+msgid "%d thru %d"
 msgstr ""
 
-#: src/sysfile-info.c:105
-msgid "No label."
+#: src/ui/gui/syntax-editor.c:77
+#, c-format
+msgid "Save contents of syntax editor to %s?"
 msgstr ""
 
-#: src/sysfile-info.c:108
-msgid "Created:"
+#: src/ui/gui/syntax-editor.c:124
+msgid "Save Syntax"
 msgstr ""
 
-#: src/sysfile-info.c:111
-msgid "Endian:"
+#: src/ui/gui/syntax-editor.c:132 src/ui/gui/syntax-editor.c:516
+msgid "Syntax Files (*.sps) "
 msgstr ""
 
-#: src/sysfile-info.c:112
-msgid "Big."
+#: src/ui/gui/syntax-editor.c:508
+msgid "Open Syntax"
 msgstr ""
 
-#: src/sysfile-info.c:112
-msgid "Little."
+#: src/ui/gui/syntax-editor.glade:10
+msgid "Psppire Syntax Editor"
 msgstr ""
 
-#: src/sysfile-info.c:113
-msgid "Variables:"
+#: src/ui/gui/syntax-editor.glade:188
+msgid "_Run"
 msgstr ""
 
-#: src/sysfile-info.c:116
-msgid "Cases:"
+#: src/ui/gui/syntax-editor.glade:197
+msgid "All"
 msgstr ""
 
-#: src/sysfile-info.c:119
-msgid "Type:"
+#: src/ui/gui/syntax-editor.glade:205
+msgid "Selection"
 msgstr ""
 
-#: src/sysfile-info.c:120
-msgid "System File."
+#: src/ui/gui/syntax-editor.glade:213
+msgid "Current Line"
 msgstr ""
 
-#: src/sysfile-info.c:121
-msgid "Weight:"
+#: src/ui/gui/syntax-editor.glade:222
+msgid "To End"
 msgstr ""
 
-#: src/sysfile-info.c:125
-msgid "Not weighted."
+#: src/ui/gui/text-data-import-dialog.c:70
+msgid ""
+"The text import assistant has not been compiled into this build of PSPPIRE, "
+"because GTK+ version 2.10.0 or later was not available."
 msgstr ""
 
-#: src/sysfile-info.c:127
-msgid "Mode:"
+#: src/ui/gui/text-data-import-dialog.c:488
+#, c-format
+msgid "Could not open \"%s\": %s"
 msgstr ""
 
-#: src/sysfile-info.c:129
+#: src/ui/gui/text-data-import-dialog.c:504
 #, c-format
-msgid "Compression %s."
+msgid "Error reading \"%s\": %s"
 msgstr ""
 
-#: src/sysfile-info.c:129
-msgid "on"
+#: src/ui/gui/text-data-import-dialog.c:507
+#, c-format
+msgid ""
+"Failed to read \"%s\", because it contains a line over %d bytes long and "
+"therefore appears not to be a text file."
 msgstr ""
 
-#: src/sysfile-info.c:129
-msgid "off"
+#: src/ui/gui/text-data-import-dialog.c:521
+#, c-format
+msgid "\"%s\" is empty."
 msgstr ""
 
-#: src/sysfile-info.c:139 src/sysfile-info.c:377
-msgid "Description"
+#: src/ui/gui/text-data-import-dialog.c:566
+msgid "Import Delimited Text Data"
 msgstr ""
 
-#: src/sysfile-info.c:140 src/sysfile-info.c:375
-msgid "Position"
+#: src/ui/gui/text-data-import-dialog.c:617
+msgid "Importing Delimited Text Data"
 msgstr ""
 
-#: src/sysfile-info.c:198
-msgid "The active file does not have a file label."
+#: src/ui/gui/text-data-import-dialog.c:768
+msgid ""
+"This assistant will guide you through the process of importing data into "
+"PSPP from a text file with one line per case,  in which fields are separated "
+"by tabs, commas, or other delimiters.\n"
+"\n"
 msgstr ""
 
-#: src/sysfile-info.c:201
-msgid "File label:"
-msgstr ""
+#: src/ui/gui/text-data-import-dialog.c:774
+#, c-format
+msgid "The selected file contains %zu line of text.  "
+msgid_plural "The selected file contains %zu lines of text.  "
+msgstr[0] ""
+msgstr[1] ""
 
-#: src/sysfile-info.c:263
-msgid "No variables to display."
-msgstr ""
+#: src/ui/gui/text-data-import-dialog.c:782
+#, c-format
+msgid "The selected file contains approximately %lu line of text.  "
+msgid_plural "The selected file contains approximately %lu lines of text.  "
+msgstr[0] ""
+msgstr[1] ""
 
-#: src/sysfile-info.c:282
-msgid "Macros not supported."
+#: src/ui/gui/text-data-import-dialog.c:788
+#, c-format
+msgid ""
+"Only the first %zu line of the file will be shown for preview purposes in "
+"the following screens.  "
+msgid_plural ""
+"Only the first %zu lines of the file will be shown for preview purposes in "
+"the following screens.  "
+msgstr[0] ""
+msgstr[1] ""
+
+#: src/ui/gui/text-data-import-dialog.c:795
+msgid "You may choose below how much of the file should actually be imported."
 msgstr ""
 
-#: src/sysfile-info.c:292
-msgid "The active file dictionary does not contain any documents."
+#: src/ui/gui/text-data-import-dialog.c:1515
+#: src/ui/gui/text-data-import-dialog.c:1759
+msgid "This input line has too few separators to fill in this field."
 msgstr ""
 
-#: src/sysfile-info.c:301
-msgid "Documents in the active file:"
+#: src/ui/gui/text-data-import-dialog.c:1750
+#, c-format
+msgid "Field content \"%.*s\" cannot be parsed in format %s."
 msgstr ""
 
-#: src/sysfile-info.c:379 src/sysfile-info.c:537 src/vfm.c:812
-msgid "Label"
+#: src/ui/gui/text-data-import.glade:7
+msgid "Importing Textual Data"
 msgstr ""
 
-#: src/sysfile-info.c:451
-#, c-format
-msgid "Format: %s"
+#: src/ui/gui/text-data-import.glade:16
+msgid ""
+"This assistant will guide you through the process of importing data into "
+"PSPP from a text file with one line per case,  in which fields are separated "
+"by tabs, commas, or other delimiters.\n"
+"\n"
+"The selected file contains N lines of text.  Only the first M of these will "
+"be shown for preview purposes in the following screens.  You may choose "
+"below how much of the file should actually be imported."
 msgstr ""
 
-#: src/sysfile-info.c:458
-#, c-format
-msgid "Print Format: %s"
+#: src/ui/gui/text-data-import.glade:47
+msgid "All cases"
 msgstr ""
 
-#: src/sysfile-info.c:461
-#, c-format
-msgid "Write Format: %s"
+#: src/ui/gui/text-data-import.glade:62 src/ui/gui/text-data-import.glade:117
+msgid "Only first "
 msgstr ""
 
-#: src/sysfile-info.c:469
-msgid "Missing Values: "
+#: src/ui/gui/text-data-import.glade:93
+msgid " cases"
 msgstr ""
 
-#: src/sysfile-info.c:593
-msgid "No vectors defined."
+#: src/ui/gui/text-data-import.glade:147
+msgid "% of file (approximately)"
 msgstr ""
 
-#: src/sysfile-info.c:608
-msgid "Vector"
+#: src/ui/gui/text-data-import.glade:168
+msgid "<b>Amount to Import</b>"
 msgstr ""
 
-#: src/t-test.q:269
-msgid "TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive."
+#: src/ui/gui/text-data-import.glade:189
+msgid "Select Data to Import"
 msgstr ""
 
-#: src/t-test.q:287
-msgid "VARIABLES subcommand is not appropriate with PAIRS"
+#: src/ui/gui/text-data-import.glade:198
+msgid "Select the first line of the data file that contains data."
 msgstr ""
 
-#: src/t-test.q:325
-msgid "One or more VARIABLES must be specified."
+#: src/ui/gui/text-data-import.glade:209
+msgid "Line above selected line contains variable names"
 msgstr ""
 
-#: src/t-test.q:376
-#, c-format
-msgid "Long string variable %s is not valid here."
+#: src/ui/gui/text-data-import.glade:243
+msgid "Choose Separators"
 msgstr ""
 
-#: src/t-test.q:396 src/t-test.q:411
-msgid ""
-"When applying GROUPS to a string variable, two values must be specified."
+#: src/ui/gui/text-data-import.glade:274
+msgid "_Space"
 msgstr ""
 
-#: src/t-test.q:483
-#, c-format
-msgid ""
-"PAIRED was specified but the number of variables preceding WITH (%d) did not "
-"match the number following (%d)."
+#: src/ui/gui/text-data-import.glade:285
+msgid "Ta_b"
 msgstr ""
 
-#: src/t-test.q:500
-msgid "At least two variables must be specified on PAIRS."
+#: src/ui/gui/text-data-import.glade:300
+msgid "Ban_g (!)"
 msgstr ""
 
-#: src/t-test.q:677
-msgid "One-Sample Statistics"
+#: src/ui/gui/text-data-import.glade:315
+msgid "_Colon (:)"
 msgstr ""
 
-#: src/t-test.q:682 src/t-test.q:705 src/t-test.q:829
-msgid "SE. Mean"
+#: src/ui/gui/text-data-import.glade:330
+msgid "Co_mma (,)"
 msgstr ""
 
-#: src/t-test.q:699
-msgid "Group Statistics"
+#: src/ui/gui/text-data-import.glade:347
+msgid "H_yphen (-)"
 msgstr ""
 
-#: src/t-test.q:823
-msgid "Paired Sample Statistics"
+#: src/ui/gui/text-data-import.glade:364
+msgid "P_ipe (|)"
 msgstr ""
 
-#: src/t-test.q:845 src/t-test.q:1189 src/t-test.q:1379
-#, c-format
-msgid "Pair %d"
+#: src/ui/gui/text-data-import.glade:379
+msgid "Semicolo_n (;)"
 msgstr ""
 
-#: src/t-test.q:962
-msgid "Independent Samples Test"
+#: src/ui/gui/text-data-import.glade:396
+msgid "Slas_h (/)"
 msgstr ""
 
-#: src/t-test.q:970
-msgid "Levene's Test for Equality of Variances"
+#: src/ui/gui/text-data-import.glade:413
+msgid "C_ustom"
 msgstr ""
 
-#: src/t-test.q:972
-msgid "t-test for Equality of Means"
+#: src/ui/gui/text-data-import.glade:444
+msgid "<b>Separators</b>"
 msgstr ""
 
-#: src/t-test.q:975 src/t-test.q:1364
-msgid "Sig."
+#: src/ui/gui/text-data-import.glade:475
+msgid "Quote separator characters with"
 msgstr ""
 
-#: src/t-test.q:979 src/t-test.q:1263
-msgid "Mean Difference"
+#: src/ui/gui/text-data-import.glade:489
+msgid ""
+"\"'\n"
+"\"\n"
+"'\n"
 msgstr ""
 
-#: src/t-test.q:980
-msgid "Std. Error Difference"
+#: src/ui/gui/text-data-import.glade:514
+msgid "Doubled quote mark treated as escape"
 msgstr ""
 
-#: src/t-test.q:985 src/t-test.q:1160 src/t-test.q:1255
-#, c-format
-msgid "%g%% Confidence Interval of the Difference"
+#: src/ui/gui/text-data-import.glade:533
+msgid "<b>Quoting</b>"
 msgstr ""
 
-#: src/t-test.q:1040
-msgid "Equal variances assumed"
+#: src/ui/gui/text-data-import.glade:584
+msgid "<b>Fields Preview</b>"
 msgstr ""
 
-#: src/t-test.q:1092
-msgid "Equal variances not assumed"
+#: src/ui/gui/text-data-import.glade:601
+msgid "Adjust Variable Formats"
 msgstr ""
 
-#: src/t-test.q:1150
-msgid "Paired Samples Test"
+#: src/ui/gui/text-data-import.glade:610
+msgid ""
+"Check the data formats displayed below and fix any that are incorrect.  You "
+"may set other variable properties now or later."
 msgstr ""
 
-#: src/t-test.q:1153
-msgid "Paired Differences"
+#: src/ui/gui/text-data-import.glade:653
+msgid "<b>Variables</b>"
 msgstr ""
 
-#: src/t-test.q:1165
-msgid "Std. Error Mean"
+#: src/ui/gui/text-data-import.glade:700
+msgid "<b>Data Preview</b>"
 msgstr ""
 
-#: src/t-test.q:1244
-msgid "One-Sample Test"
+#: src/ui/gui/t-test.glade:56 src/ui/gui/t-test.glade:165
+msgid "Define Groups"
 msgstr ""
 
-#: src/t-test.q:1249
-#, c-format
-msgid "Test Value = %f"
+#: src/ui/gui/t-test.glade:123 src/ui/gui/t-test.glade:549
+#: src/ui/gui/t-test.glade:761
+msgid "Test Variable(s):"
 msgstr ""
 
-#: src/t-test.q:1359
-msgid "Paired Samples Correlations"
+#: src/ui/gui/t-test.glade:258
+msgid "Group_2 value:"
 msgstr ""
 
-#: src/t-test.q:1363
-msgid "Correlation"
+#: src/ui/gui/t-test.glade:271
+msgid "Group_1 value:"
 msgstr ""
 
-#: src/t-test.q:1382
-#, c-format
-msgid "%s & %s"
+#: src/ui/gui/t-test.glade:320
+msgid "_Cut point:"
 msgstr ""
 
-#: src/tab.c:257
-#, c-format
-msgid "bad vline: x=%d+%d=%d y=(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
+#: src/ui/gui/t-test.glade:349
+msgid "_Use specified values:"
 msgstr ""
 
-#: src/tab.c:332
-#, c-format
-msgid ""
-"bad box: (%d+%d=%d,%d+%d=%d)-(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n"
+#: src/ui/gui/t-test.glade:431
+msgid "Exclude cases _analysis by analysis"
 msgstr ""
 
-#: src/temporary.c:49
-msgid "This command is not valid inside DO IF or LOOP."
+#: src/ui/gui/t-test.glade:442
+msgid "Exclude cases _listwise"
 msgstr ""
 
-#: src/temporary.c:56
-msgid ""
-"This command may only appear once between procedures and procedure-like "
-"commands."
+#: src/ui/gui/t-test.glade:594
+msgid "Test Value: "
 msgstr ""
 
-#: src/title.c:59
+#: src/ui/gui/t-test-options.c:60
 #, c-format
-msgid "%s before: %s\n"
+msgid "Confidence Interval: %2d %%"
 msgstr ""
 
-#: src/title.c:59
-msgid "<none>"
+#: src/ui/gui/t-test-paired-samples.c:228
+msgid "Var 1"
 msgstr ""
 
-#: src/title.c:71
-#, c-format
-msgid "%s: `.' expected after string."
+#: src/ui/gui/t-test-paired-samples.c:229
+msgid "Var 2"
 msgstr ""
 
-#: src/title.c:87
+#: src/ui/gui/variable-info-dialog.c:89
 #, c-format
-msgid "%s after: %s\n"
+msgid "Label: %s\n"
 msgstr ""
 
-#: src/title.c:143
+#: src/ui/gui/variable-info-dialog.c:98
 #, c-format
-msgid "Document entered %s %02d:%02d:%02d by %s (%s):"
+msgid "Type: %s\n"
 msgstr ""
 
-#: src/val-labs.c:121
+#: src/ui/gui/variable-info-dialog.c:102
 #, c-format
-msgid ""
-"It is not possible to assign value labels to long string variables such as %"
-"s."
+msgid "Missing Values: %s\n"
 msgstr ""
 
-#: src/val-labs.c:170
+#: src/ui/gui/variable-info-dialog.c:107
 #, c-format
-msgid "Value label `%g' is not integer."
+msgid "Measurement Level: %s\n"
 msgstr ""
 
-#: src/val-labs.c:180
-msgid "Truncating value label to 60 characters."
+#: src/ui/gui/variable-info-dialog.c:121
+msgid "Value Labels:\n"
 msgstr ""
 
-#: src/var-labs.c:50
-msgid "String expected for variable label."
+#: src/ui/gui/variable-info-dialog.c:133
+#, c-format
+msgid "%s %s\n"
 msgstr ""
 
-#: src/var-labs.c:56
-msgid "Truncating variable label to 255 characters."
+#: src/ui/gui/weight-cases-dialog.c:86
+#, c-format
+msgid "Weight cases by %s"
 msgstr ""
 
-#: src/vars-atr.c:262
-msgid "Variable name cannot be empty string."
+#: src/ui/gui/window-manager.c:142
+#, c-format
+msgid "Syntax%d"
 msgstr ""
 
-#: src/vars-atr.c:268
+#: src/ui/gui/window-manager.c:143 src/ui/gui/window-manager.c:178
 #, c-format
-msgid "Variable name %s exceeds %d-character limit."
+msgid "%s --- PSPP Syntax Editor"
 msgstr ""
 
-#: src/vars-atr.c:277
+#: src/ui/gui/window-manager.c:146
 #, c-format
-msgid "Character `%c' (in %s) may not appear in a variable name."
+msgid "Untitled%d"
 msgstr ""
 
-#: src/vars-atr.c:286
+#: src/ui/gui/window-manager.c:147 src/ui/gui/window-manager.c:181
 #, c-format
-msgid ""
-"Character `%c' (in %s), may not appear as the first character in a variable "
-"name."
+msgid "%s --- PSPP Data Editor"
 msgstr ""
 
-#: src/vars-atr.c:295
+#: src/ui/gui/window-manager.c:150
 #, c-format
-msgid "%s may not be used as a variable name because it is a reserved word."
+msgid "Output%d"
 msgstr ""
 
-#: src/vars-atr.c:390
-msgid "Variable suffix too large."
+#: src/ui/gui/window-manager.c:151
+#, c-format
+msgid "%s --- PSPP Output"
 msgstr ""
 
-#: src/vars-prs.c:46
-msgid "expecting variable name"
+#: src/ui/source-init-opts.c:42
+msgid ""
+"set to `compatible' if you want output calculated from broken algorithms"
 msgstr ""
 
-#: src/vars-prs.c:52
-#, c-format
-msgid "%s is not a variable name."
+#: src/ui/source-init-opts.c:43
+msgid "Append DIR to include path"
 msgstr ""
 
-#: src/vars-prs.c:114
-msgid "ordinary"
+#: src/ui/source-init-opts.c:44
+msgid "Clear include path"
 msgstr ""
 
-#: src/vars-prs.c:116
-msgid "system"
+#: src/ui/source-init-opts.c:45
+msgid "Disable execution of .pspp/rc at startup"
 msgstr ""
 
-#: src/vars-prs.c:118
-msgid "scratch"
+#: src/ui/source-init-opts.c:46
+msgid "Set configuration directory to DIR"
 msgstr ""
 
-#: src/vars-prs.c:177
-#, c-format
-msgid ""
-"%s is not a numeric variable.  It will not be included in the variable list."
+#: src/ui/source-init-opts.c:47
+msgid "Don't allow some unsafe operations"
 msgstr ""
 
-#: src/vars-prs.c:180
-#, c-format
-msgid ""
-"%s is not a string variable.  It will not be included in the variable list."
+#: src/ui/source-init-opts.c:48
+msgid "Set to `compatible' if you want only to accept SPSS compatible syntax"
 msgstr ""
 
-#: src/vars-prs.c:184
+#: src/ui/source-init-opts.c:83
 #, c-format
-msgid "Scratch variables (such as %s) are not allowed here."
+msgid "Algorithm must be either \"compatible\" or \"enhanced\"."
 msgstr ""
 
-#: src/vars-prs.c:187
+#: src/ui/source-init-opts.c:124
 #, c-format
-msgid ""
-"%s and %s are not the same type.  All variables in this variable list must "
-"be of the same type.  %s will be omitted from list."
+msgid "Syntax must be either \"compatible\" or \"enhanced\"."
 msgstr ""
 
-#: src/vars-prs.c:192
-#, c-format
-msgid "Variable %s appears twice in variable list."
+#: src/ui/terminal/main.c:116
+msgid "PSPP --- A program for statistical analysis"
 msgstr ""
 
-#: src/vars-prs.c:302
-#, c-format
-msgid "%s TO %s is not valid syntax since %s precedes %s in the dictionary."
+#: src/ui/terminal/main.c:117
+msgid "FILE1, FILE2 ... FILEn"
 msgstr ""
 
-#: src/vars-prs.c:311
-#, c-format
-msgid ""
-"When using the TO keyword to specify several variables, both variables must "
-"be from the same variable dictionaries, of either ordinary, scratch, or "
-"system variables.  %s is a %s variable, whereas %s is %s."
+#: src/ui/terminal/main.c:120 src/ui/terminal/terminal-opts.c:177
+msgid "Options affecting input and output locations:"
 msgstr ""
 
-#: src/vars-prs.c:382
-msgid "incorrect use of TO convention"
+#: src/ui/terminal/main.c:123
+msgid "Diagnositic options:"
 msgstr ""
 
-#: src/vars-prs.c:425
-msgid "Scratch variables not allowed here."
+#: src/ui/terminal/main.c:157
+msgid ""
+"Stopping syntax file processing here to avoid a cascade of dependent command "
+"failures."
 msgstr ""
 
-#: src/vars-prs.c:447
-msgid "Prefixes don't match in use of TO convention."
+#: src/ui/terminal/msg-ui.c:67
+#, c-format
+msgid "Cannot open %s (%s). Writing errors to stdout instead.\n"
 msgstr ""
 
-#: src/vars-prs.c:452
-msgid "Bad bounds in use of TO convention."
+#: src/ui/terminal/msg-ui.c:94
+msgid "Terminating execution of syntax file due to error."
 msgstr ""
 
-#: src/vector.c:70
+#: src/ui/terminal/msg-ui.c:96
 #, c-format
-msgid "Vector name %s is given twice."
+msgid "Errors (%d) exceeds limit (%d)."
 msgstr ""
 
-#: src/vector.c:76
+#: src/ui/terminal/msg-ui.c:99
 #, c-format
-msgid "There is already a vector with name %s."
+msgid "Warnings (%d) exceed limit (%d)."
 msgstr ""
 
-#: src/vector.c:97
-msgid ""
-"A slash must be used to separate each vector specification when using the "
-"long form.  Commands such as VECTOR A,B=Q1 TO Q20 are not supported."
+#: src/ui/terminal/msg-ui.c:150
+msgid "error"
 msgstr ""
 
-#: src/vector.c:131
-msgid "Vectors must have at least one element."
+#: src/ui/terminal/msg-ui.c:151
+msgid "warning"
 msgstr ""
 
-#: src/vector.c:145
+#: src/ui/terminal/terminal.c:72
 #, c-format
-msgid "%s%d is too long for a variable name."
+msgid "could not access definition for terminal `%s'"
 msgstr ""
 
-#: src/vector.c:184
-msgid ""
-"The syntax for this command does not match the expected syntax for either "
-"the long form or the short form of VECTOR."
+#: src/ui/terminal/terminal-opts.c:41
+msgid "Increase diagnostic verbosity level"
 msgstr ""
 
-#: src/weight.c:56
-msgid "The weighting variable must be numeric."
+#: src/ui/terminal/terminal-opts.c:68
+msgid "Send error messages to FILE (appended)"
 msgstr ""
 
-#: src/weight.c:61
-msgid "The weighting variable may not be scratch."
+#: src/ui/terminal/terminal-opts.c:71
+msgid "Select output driver DEVICE and disable defaults"
+msgstr ""
+
+#: src/ui/terminal/terminal-opts.c:74
+msgid "Print a list of known driver classes, then exit"
+msgstr ""
+
+#: src/ui/terminal/terminal-opts.c:76
+msgid "Start an interactive session"
 msgstr ""
 
-#, fuzzy
-#~ msgid "Week argument to WKYR must be in range 0 to 53."
-#~ msgstr "Text colour must be in range 0-15."
+#: src/ui/terminal/terminal-opts.c:178
+msgid "Diagnostic options:"
+msgstr ""
 
-#, fuzzy
-#~ msgid "Percentiles must be between 0 and 100."
-#~ msgstr "Frame colour must be between 0 and 6."
+#~ msgid ""
+#~ "   This program is free software: you can redistribute it and/or modify\n"
+#~ "   it under the terms of the GNU General Public License as published by\n"
+#~ "   the Free Software Foundation, either version 3 of the License, or\n"
+#~ "   (at your option) any later version.\n"
+#~ "\n"
+#~ "   This program is distributed in the hope that it will be useful,\n"
+#~ "   but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+#~ "   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
+#~ "   GNU General Public License for more details.\n"
+#~ "\n"
+#~ "   You should have received a copy of the GNU General Public License\n"
+#~ "   along with this program.  If not, see <http://www.gnu.org/licenses/>.\n"
+#~ msgstr ""
+#~ "\"   This program is free software: you can redistribute it and/or modify"
+#~ "\\n\"\n"
+#~ "\"   it under the terms of the GNU General Public License as published by"
+#~ "\\n\"\n"
+#~ "\"   the Free Software Foundation, either version 3 of the Licence, or\\n"
+#~ "\"\n"
+#~ "\"   (at your option) any later version.\\n\"\n"
+#~ "\"\\n\"\n"
+#~ "\"   This program is distributed in the hope that it will be useful,\\n"
+#~ "\"\n"
+#~ "\"   but WITHOUT ANY WARRANTY; without even the implied warranty of\\n\"\n"
+#~ "\"   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\\n\"\n"
+#~ "\"   GNU General Public License for more details.\\n\"\n"
+#~ "\"\\n\"\n"
+#~ "\"   You should have received a copy of the GNU General Public License\\n"
+#~ "\"\n"
+#~ "\"   along with this program.  If not, see <http://www.gnu.org/licenses/>."
+#~ "\\n\"\n"