X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=po%2Fpspp.pot;h=b8febd4b1655e289e780c0e00720599d25bc3b38;hb=09a1109ddc398f36fe720208e1d38053850cbd2a;hp=63bc73b449dcea8d43907309a10ccaf112c6789a;hpb=72fa0b1128357f3c0b471fddc5d0ff77766a2ea7;p=pspp-builds.git diff --git a/po/pspp.pot b/po/pspp.pot index 63bc73b4..b8febd4b 100644 --- a/po/pspp.pot +++ b/po/pspp.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: pspp-dev@gnu.org\n" -"POT-Creation-Date: 2005-10-27 10:56+0800\n" +"POT-Creation-Date: 2007-01-03 18:41+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,1670 +17,1861 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: src/aggregate.c:199 -msgid "while expecting COLUMNWISE" +#: src/data/any-reader.c:74 +#, c-format +msgid "An error occurred while opening \"%s\": %s." msgstr "" -#: src/aggregate.c:228 -msgid "expecting BREAK" +#: src/data/any-reader.c:129 +#, c-format +msgid "\"%s\" is not a system or portable file." msgstr "" -#: src/aggregate.c:233 -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." +#: src/data/any-reader.c:135 src/data/any-writer.c:80 +msgid "The inline file is not allowed here." msgstr "" -#: src/aggregate.c:390 -msgid "expecting aggregation function" +#: src/data/calendar.c:81 +#, c-format +msgid "Month %d is not in acceptable range of 0 to 13." msgstr "" -#: src/aggregate.c:406 +#: src/data/calendar.c:89 #, c-format -msgid "Unknown aggregation function %s." +msgid "Day %d is not in acceptable range of 0 to 31." msgstr "" -#: src/aggregate.c:421 src/mis-val.c:56 -msgid "expecting `('" +#: src/data/calendar.c:96 +#, c-format +msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15." +msgstr "" + +#: src/data/data-in.c:271 src/data/data-in.c:461 +msgid "Field contents are not numeric." +msgstr "" + +#: src/data/data-in.c:273 src/data/data-in.c:463 +msgid "Number followed by garbage." +msgstr "" + +#: src/data/data-in.c:284 +msgid "Invalid numeric syntax." +msgstr "" + +#: src/data/data-in.c:293 src/data/data-in.c:476 +msgid "Too-large number set to system-missing." +msgstr "" + +#: src/data/data-in.c:298 src/data/data-in.c:481 +msgid "Too-small number set to zero." +msgstr "" + +#: src/data/data-in.c:324 +msgid "All characters in field must be digits." +msgstr "" + +#: src/data/data-in.c:347 +msgid "Unrecognized character in field." +msgstr "" + +#: src/data/data-in.c:371 src/data/data-in.c:635 +msgid "Field must have even length." +msgstr "" + +#: src/data/data-in.c:376 src/data/data-in.c:641 +msgid "Field must contain only hex digits." +msgstr "" + +#: src/data/data-in.c:680 src/data/data-in.c:727 +msgid "Syntax error in date field." msgstr "" -#: src/aggregate.c:458 +#: src/data/data-in.c:696 #, c-format -msgid "Missing argument %d to %s." +msgid "Day (%ld) must be between 1 and 31." msgstr "" -#: src/aggregate.c:467 +#: src/data/data-in.c:743 +msgid "Delimiter expected between fields in date." +msgstr "" + +#: src/data/data-in.c:817 +msgid "" +"Unrecognized month format. Months may be specified as Arabic or Roman " +"numerals or as at least 3 letters of their English names." +msgstr "" + +#: src/data/data-in.c:844 #, c-format -msgid "Arguments to %s must be of same type as source variables." +msgid "Year (%ld) must be between 1582 and 19999." msgstr "" -#: src/aggregate.c:477 src/expressions/parse.c:830 -msgid "expecting `)'" +#: src/data/data-in.c:856 +#, c-format +msgid "Trailing garbage \"%.*s\" following date." +msgstr "" + +#: src/data/data-in.c:872 +msgid "Julian day must have exactly three digits." msgstr "" -#: src/aggregate.c:489 +#: src/data/data-in.c:877 #, c-format -msgid "" -"Number of source variables (%u) does not match number of target variables (%" -"u)." +msgid "Julian day (%ld) must be between 1 and 366." msgstr "" -#: src/aggregate.c:505 +#: src/data/data-in.c:901 #, 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 "Quarter (%ld) must be between 1 and 4." msgstr "" -#: src/aggregate.c:572 +#: src/data/data-in.c:921 #, c-format -msgid "" -"Variable name %s is not unique within the aggregate file dictionary, which " -"contains the aggregate variables and the break variables." +msgid "Week (%ld) must be between 1 and 53." +msgstr "" + +#: src/data/data-in.c:934 +msgid "Delimiter expected between fields in time." msgstr "" -#: src/apply-dict.c:71 +#: src/data/data-in.c:954 #, c-format -msgid "Variable %s is %s in target file, but %s in source file." +msgid "Minute (%ld) must be between 0 and 59." msgstr "" -#: src/apply-dict.c:74 src/apply-dict.c:75 src/format.c:178 -#: src/sfm-read.c:1014 src/sfm-read.c:1159 src/sfm-read.c:1160 -msgid "string" +#: src/data/data-in.c:994 +msgid "" +"Unrecognized weekday name. At least the first two letters of an English " +"weekday name must be specified." msgstr "" -#: src/apply-dict.c:74 src/apply-dict.c:75 src/format.c:178 -#: src/sfm-read.c:1014 src/sfm-read.c:1159 src/sfm-read.c:1160 -msgid "numeric" +#: src/data/data-in.c:1132 +#, c-format +msgid "`%c' expected in date field." msgstr "" -#: src/apply-dict.c:87 +#: src/data/data-in.c:1173 #, c-format -msgid "Cannot add value labels from source file to long string variable %s." +msgid "column %d" msgstr "" -#: src/apply-dict.c:133 +#: src/data/data-in.c:1175 #, c-format -msgid "" -"Cannot apply missing values from source file to long string variable %s." +msgid "columns %d-%d" msgstr "" -#: src/apply-dict.c:153 -msgid "No matching variables found between the source and target files." +#: src/data/data-in.c:1179 +#, c-format +msgid "%s field) " msgstr "" -#: src/ascii.c:233 +#: src/data/data-out.c:469 #, c-format -msgid "ASCII driver initializing as `%s'..." +msgid "Weekday number %f is not between 1 and 7." msgstr "" -#: src/ascii.c:288 +#: src/data/data-out.c:490 #, c-format +msgid "Month number %f is not between 1 and 12." +msgstr "" + +#: src/data/dictionary.c:721 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." +"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/data/dictionary.c:1206 +msgid "Variable suffix too large." msgstr "" -#: src/ascii.c:393 src/devind.c:170 src/html.c:108 src/postscript.c:456 +#: src/data/fastfile.c:535 #, c-format -msgid "%s: Initialization complete." +msgid "%s: Removing temporary file: %s." msgstr "" -#: src/ascii.c:405 src/devind.c:182 src/html.c:120 src/postscript.c:469 +#: src/data/fastfile.c:659 #, c-format -msgid "%s: Beginning closing..." +msgid "Error writing temporary file: %s." msgstr "" -#: src/ascii.c:427 src/devind.c:187 src/html.c:125 src/postscript.c:488 +#: src/data/fastfile.c:687 #, c-format -msgid "%s: Finished closing." +msgid "%s: Opening temporary file: %s." msgstr "" -#: src/ascii.c:488 +#: src/data/fastfile.c:731 #, c-format -msgid "" -"Bad index value for `box' key: syntax is box[INDEX], 0 <= INDEX < %d " -"decimal, with INDEX expressed in base 4." +msgid "%s: Seeking temporary file: %s." msgstr "" -#: src/ascii.c:494 +#: src/data/fastfile.c:753 #, c-format -msgid "Duplicate value for key `%s'." +msgid "%s: Reading temporary file: %s." msgstr "" -#: src/ascii.c:503 +#: src/data/fastfile.c:756 #, c-format -msgid "Unknown configuration parameter `%s' for ascii device driver." +msgid "%s: Temporary file ended unexpectedly." msgstr "" -#: src/ascii.c:516 +#: src/data/file-handle-def.c:303 #, c-format -msgid "" -"Unknown character set `%s'. Valid character sets are `ascii' and `latin1'." +msgid "Can't open %s as a %s because it is already open as a %s." msgstr "" -#: src/ascii.c:525 +#: src/data/file-handle-def.c:310 #, c-format -msgid "" -"Unknown overstrike style `%s'. Valid overstrike styles are `single' and " -"`line'." +msgid "Can't open %s as a %s for %s because it is already open for %s." msgstr "" -#: src/ascii.c:534 +#: src/data/file-handle-def.c:318 #, c-format -msgid "" -"Unknown carriage return style `%s'. Valid carriage return styles are `cr' " -"and `bs'." +msgid "Can't re-open %s as a %s for %s." msgstr "" -#: src/ascii.c:546 src/postscript.c:679 +#: src/data/file-name.c:193 #, c-format -msgid "Positive integer required as value for `%s'." +msgid "searching for \"%s\" in path \"%s\"" msgstr "" -#: src/ascii.c:577 +#: src/data/file-name.c:219 #, c-format -msgid "Zero or positive integer required as value for `%s'." +msgid "...found \"%s\"" msgstr "" -#: src/ascii.c:648 src/postscript.c:637 +#: src/data/file-name.c:226 +msgid "...not found" +msgstr "" + +#: src/data/file-name.c:578 #, c-format -msgid "Boolean value expected for %s." +msgid "Not opening pipe file `%s' because SAFER option set." msgstr "" -#: src/ascii.c:680 src/ascii.c:695 src/ascii.c:712 +#: src/data/format.c:218 +msgid "Input format" +msgstr "" + +#: src/data/format.c:218 +msgid "Output format" +msgstr "" + +#: src/data/format.c:227 #, c-format -msgid "ASCII output driver: %s: %s" +msgid "Format %s may not be used for input." msgstr "" -#: src/ascii.c:788 +#: src/data/format.c:234 #, c-format -msgid "ascii_line_horz: bad hline (%d,%d),%d out of (%d,%d)\n" +msgid "%s specifies width %d, but %s requires an even width." msgstr "" -#: src/ascii.c:822 +#: src/data/format.c:243 #, c-format -msgid "ascii_line_vert: bad vline %d,(%d,%d) out of (%d,%d)\n" +msgid "%s %s specifies width %d, but %s requires a width between %d and %d." msgstr "" -#: src/ascii.c:852 +#: src/data/format.c:252 #, c-format -msgid "ascii_line_intersection: bad intsct (%d,%d) out of (%d,%d)\n" +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:263 +#, c-format +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:270 +#, 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:309 +#, c-format +msgid "%s variables are not compatible with %s format %s." +msgstr "" + +#: src/data/format.c:310 src/data/por-file-reader.c:489 +#: src/data/sys-file-reader.c:602 src/ui/gui/data-editor.glade:1084 +#: src/ui/gui/psppire-var-store.c:482 +msgid "String" +msgstr "" + +#: src/data/format.c:310 src/data/por-file-reader.c:489 +#: src/data/sys-file-reader.c:602 src/ui/gui/data-editor.glade:980 +#: src/ui/gui/psppire-var-store.c:475 +msgid "Numeric" +msgstr "" + +#: src/data/format.c:311 src/data/sys-file-reader.c:1026 +#: src/data/sys-file-reader.c:1028 +#: src/language/dictionary/apply-dictionary.c:77 +#: src/language/dictionary/apply-dictionary.c:78 +#: src/language/xforms/recode.c:467 src/language/xforms/recode.c:468 +#: src/language/xforms/recode.c:480 src/language/xforms/recode.c:481 +msgid "numeric" +msgstr "" + +#: src/data/format.c:311 src/data/sys-file-reader.c:1026 +#: src/data/sys-file-reader.c:1028 +#: src/language/dictionary/apply-dictionary.c:77 +#: src/language/dictionary/apply-dictionary.c:78 +#: src/language/xforms/recode.c:467 src/language/xforms/recode.c:468 +#: src/language/xforms/recode.c:480 src/language/xforms/recode.c:481 +msgid "string" msgstr "" -#: src/ascii.c:1000 +#: src/data/format.c:329 #, c-format -msgid "%s: horiz=%d, vert=%d\n" +msgid "String variable with width %d is not compatible with format %s." msgstr "" -#: src/ascii.c:1172 +#: src/data/make-file.c:59 #, c-format -msgid "Writing `%s': %s" +msgid "%s: Creating temporary file: %s." msgstr "" -#: src/ascii.c:1582 src/postscript.c:2108 +#: src/data/make-file.c:101 #, c-format -msgid "%s - Page %d" +msgid "%s: Creating file: %s." msgstr "" -#: src/ascii.c:1638 -msgid "Charts are unsupported with ascii drivers." +#: src/data/por-file-reader.c:93 +#, c-format +msgid "portable file %s corrupt at offset %ld: " msgstr "" -#: src/autorecode.c:125 +#: src/data/por-file-reader.c:129 +msgid "unexpected end of file" +msgstr "" + +#: src/data/por-file-reader.c:188 #, c-format -msgid "Source variable count (%u) does not match target variable count (%u)." +msgid "" +"An error occurred while opening \"%s\" for reading as a portable file: %s." msgstr "" -#: src/autorecode.c:143 src/command.c:797 src/compute.c:280 src/do-if.c:256 -#: src/file-handle.q:83 src/lexer.c:438 src/loop.c:244 src/matrix-data.c:532 -#: src/print.c:338 src/print.c:1049 src/recode.c:410 src/sel-if.c:57 -#: src/sel-if.c:134 src/vector.c:197 -msgid "expecting end of command" +#: src/data/por-file-reader.c:205 +msgid "Data record expected." msgstr "" -#: src/autorecode.c:153 +#: src/data/por-file-reader.c:313 +msgid "Missing numeric terminator." +msgstr "" + +#: src/data/por-file-reader.c:336 +msgid "Invalid integer." +msgstr "" + +#: src/data/por-file-reader.c:347 #, c-format -msgid "Target variable %s duplicates existing variable %s." +msgid "Bad string length %d." msgstr "" -#: src/autorecode.c:160 +#: src/data/por-file-reader.c:408 #, c-format -msgid "Duplicate variable name %s among target variables." +msgid "%s: Not a portable file." msgstr "" -#: src/calendar.c:81 +#: src/data/por-file-reader.c:433 #, c-format -msgid "Month %d is not in acceptable range of 0 to 13." +msgid "Bad date string length %d." msgstr "" -#: src/calendar.c:89 +#: src/data/por-file-reader.c:435 #, c-format -msgid "Day %d is not in acceptable range of 0 to 31." +msgid "Bad time string length %d." msgstr "" -#: src/calendar.c:96 +#: src/data/por-file-reader.c:475 #, c-format -msgid "Date %04d-%d-%d is before the earliest acceptable date of 1582-10-15." +msgid "%s: Bad format specifier byte (%d)." msgstr "" -#: src/casefile.c:252 +#: src/data/por-file-reader.c:488 #, c-format -msgid "%s: Removing temporary file: %s." +msgid "%s variable %s has invalid format specifier %s." msgstr "" -#: src/casefile.c:399 +#: src/data/por-file-reader.c:507 +msgid "Expected variable count record." +msgstr "" + +#: src/data/por-file-reader.c:511 #, c-format -msgid "Error writing temporary file: %s." +msgid "Invalid number of variables %d." msgstr "" -#: src/casefile.c:541 +#: src/data/por-file-reader.c:521 #, c-format -msgid "%s: Opening temporary file: %s." +msgid "Weight variable name (%s) truncated." +msgstr "" + +#: src/data/por-file-reader.c:535 +msgid "Expected variable record." msgstr "" -#: src/casefile.c:567 +#: src/data/por-file-reader.c:539 #, c-format -msgid "%s: Seeking temporary file: %s." +msgid "Invalid variable width %d." msgstr "" -#: src/casefile.c:583 +#: src/data/por-file-reader.c:547 #, c-format -msgid "%s: Reading temporary file: %s." +msgid "position %d: Invalid variable name `%s'." msgstr "" -#: src/casefile.c:586 +#: src/data/por-file-reader.c:555 src/language/expressions/evaluate.c:169 #, c-format -msgid "%s: Temporary file ended unexpectedly." +msgid "Duplicate variable name %s." 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/data/por-file-reader.c:596 #, c-format -msgid "%s is not yet implemented." +msgid "Weighting variable %s not present in dictionary." msgstr "" -#: src/cmdline.c:247 +#: src/data/por-file-reader.c:643 #, 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" +msgid "Unknown variable %s while parsing value labels." msgstr "" -#: src/cmdline.c:285 +#: src/data/por-file-reader.c:646 #, c-format msgid "" -"\n" -"Report bugs to <%s>.\n" +"Cannot assign value labels to %s and %s, which have different variable types " +"or widths." msgstr "" -#: src/command.c:150 +#: src/data/por-file-reader.c:670 #, c-format -msgid "%s not allowed inside FILE TYPE/END FILE TYPE." +msgid "Duplicate label for value %g for variable %s." msgstr "" -#: src/command.c:153 +#: src/data/por-file-reader.c:673 #, c-format -msgid "%s not allowed inside FILE TYPE GROUPED/END FILE TYPE." +msgid "Duplicate label for value `%.*s' for variable %s." msgstr "" -#: src/command.c:156 -msgid "RECORD TYPE must be the first command inside a FILE TYPE structure." +#: src/data/por-file-writer.c:146 +#, c-format +msgid "Invalid decimal digits count %d. Treating as %d." msgstr "" -#: src/command.c:203 -msgid "expecting command name" +#: src/data/por-file-writer.c:166 +#, c-format +msgid "" +"An error occurred while opening \"%s\" for writing as a portable file: %s." +msgstr "" + +#: src/data/por-file-writer.c:451 +#, c-format +msgid "An I/O error occurred writing portable file \"%s\"." msgstr "" -#: src/command.c:232 +#: src/data/scratch-reader.c:63 #, 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." +"Scratch file handle %s has not yet been written, using SAVE or another " +"procedure, so it cannot yet be used for reading." msgstr "" -#: src/command.c:236 +#: src/data/settings.c:135 #, c-format -msgid "%s is not allowed within an input program." +msgid "Could not access definition for terminal `%s'." msgstr "" -#: src/command.c:237 src/command.c:238 +#: src/data/sys-file-reader.c:207 #, c-format -msgid "%s is only allowed within an input program." +msgid "Error opening \"%s\" for reading as a system file: %s." msgstr "" -#: src/command.c:517 +#: src/data/sys-file-reader.c:237 +msgid "Misplaced type 4 record." +msgstr "" + +#: src/data/sys-file-reader.c:248 #, c-format -msgid "Unknown command %s." +msgid "Unrecognized record type %d." msgstr "" -#: src/command.c:623 -msgid "" -"This command is not accepted in a syntax file. Instead, use FINISH to " -"terminate a syntax file." +#: src/data/sys-file-reader.c:257 +#, c-format +msgid "File header claims %d variable positions but %d were read from file." 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/data/sys-file-reader.c:289 +#, c-format +msgid "Error closing system file \"%s\": %s." 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/data/sys-file-reader.c:349 src/data/sys-file-reader.c:359 +msgid "This is not an SPSS system file." msgstr "" -#: src/command.c:696 +#: src/data/sys-file-reader.c:377 #, c-format -msgid "Error removing `%s': %s." +msgid "" +"Compression bias (%g) is not the usual value of 100, or system file uses " +"unrecognized floating-point format." msgstr "" -#: src/command.c:746 +#: src/data/sys-file-reader.c:451 #, c-format -msgid "Couldn't fork: %s." +msgid "Invalid variable name `%s'." msgstr "" -#: src/command.c:788 +#: src/data/sys-file-reader.c:455 #, c-format -msgid "Error executing command: %s." +msgid "Bad variable width %d." msgstr "" -#: src/command.c:836 -msgid "No operating system support for this command." +#: src/data/sys-file-reader.c:459 +#, c-format +msgid "Duplicate variable name `%s' within system file." msgstr "" -#: src/command.c:859 -msgid "This command is not valid in a syntax file." +#: src/data/sys-file-reader.c:467 +msgid "Variable label indicator field is not 0 or 1." msgstr "" -#: src/compute.c:144 src/compute.c:193 +#: src/data/sys-file-reader.c:475 #, c-format -msgid "" -"When executing COMPUTE: SYSMIS is not a valid value as an index into vector %" -"s." +msgid "Variable %s has label of invalid length %d." msgstr "" -#: src/compute.c:147 src/compute.c:200 +#: src/data/sys-file-reader.c:486 +msgid "Missing value indicator field is not -3, -2, 0, 1, 2, or 3." +msgstr "" + +#: src/data/sys-file-reader.c:522 #, c-format -msgid "" -"When executing COMPUTE: %g is not a valid value as an index into vector %s." +msgid "String variable %s may not have missing values specified as a range." msgstr "" -#: src/compute.c:342 +#: src/data/sys-file-reader.c:527 #, c-format -msgid "There is no vector named %s." +msgid "Long string variable %s may not have missing values." msgstr "" -#: src/count.c:159 -msgid "Destination cannot be a string variable." +#: src/data/sys-file-reader.c:549 +msgid "Missing string continuation record." msgstr "" -#: src/count.c:266 +#: src/data/sys-file-reader.c:583 #, 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." +msgid "Unknown variable format %d." msgstr "" -#: src/crosstabs.q:265 -msgid "" -"Missing mode REPORT not allowed in general mode. Assuming MISSING=TABLE." +#: src/data/sys-file-reader.c:601 +#, c-format +msgid "%s variable %s has invalid %s format %s." msgstr "" -#: src/crosstabs.q:275 -msgid "Write mode ALL not allowed in general mode. Assuming WRITE=CELLS." +#: src/data/sys-file-reader.c:604 +msgid "print" msgstr "" -#: src/crosstabs.q:331 -msgid "Too many crosstabulation variables or dimensions." +#: src/data/sys-file-reader.c:604 +msgid "write" msgstr "" -#: src/crosstabs.q:341 -msgid "expecting BY" +#: src/data/sys-file-reader.c:608 +msgid "Suppressing further invalid format warnings." msgstr "" -#: src/crosstabs.q:408 -msgid "VARIABLES must be specified before TABLES." +#: src/data/sys-file-reader.c:626 +msgid "Weighting variable must be numeric." +msgstr "" + +#: src/data/sys-file-reader.c:640 +msgid "Multiple type 6 (document) records." msgstr "" -#: src/crosstabs.q:445 +#: src/data/sys-file-reader.c:644 #, c-format -msgid "Maximum value (%ld) less than minimum value (%ld)." +msgid "Number of document lines (%d) must be greater than 0." msgstr "" -#: src/crosstabs.q:810 -msgid "Summary." +#: src/data/sys-file-reader.c:715 +#, c-format +msgid "Unrecognized record type 7, subtype %d." msgstr "" -#: src/crosstabs.q:812 src/examine.q:919 -msgid "Cases" +#: src/data/sys-file-reader.c:739 +#, c-format +msgid "Bad size (%d) or count (%d) field on record type 7, subtype 3." msgstr "" -#: src/crosstabs.q:813 src/examine.q:853 src/frequencies.q:1141 -#: src/frequencies.q:1514 -msgid "Valid" +#: src/data/sys-file-reader.c:754 +#, c-format +msgid "" +"Floating-point representation indicated by system file (%d) differs from " +"expected (%d)." msgstr "" -#: src/crosstabs.q:814 src/examine.q:854 src/frequencies.q:1209 -#: src/frequencies.q:1515 -msgid "Missing" +#: src/data/sys-file-reader.c:767 +msgid "little-endian" msgstr "" -#: src/crosstabs.q:815 src/crosstabs.q:1018 src/crosstabs.q:1732 -#: src/examine.q:855 src/frequencies.q:1218 src/oneway.q:310 src/oneway.q:473 -#: src/regression.q:244 -msgid "Total" +#: src/data/sys-file-reader.c:767 +msgid "big-endian" msgstr "" -#: src/crosstabs.q:825 src/examine.q:931 src/frequencies.q:1513 -#: src/oneway.q:396 src/t-test.q:680 src/t-test.q:703 src/t-test.q:828 -#: src/t-test.q:1363 -msgid "N" +#: src/data/sys-file-reader.c:768 +#, c-format +msgid "" +"Integer format indicated by system file (%s) differs from expected (%s)." msgstr "" -#: src/crosstabs.q:826 src/examine.q:934 src/frequencies.q:1145 -#: src/frequencies.q:1146 src/frequencies.q:1147 -msgid "Percent" +#: src/data/sys-file-reader.c:784 +#, c-format +msgid "Bad size (%d) or count (%d) on extension 4." msgstr "" -#: src/crosstabs.q:1068 -msgid "count" +#: src/data/sys-file-reader.c:788 +#, c-format +msgid "File specifies unexpected value %g as SYSMIS." msgstr "" -#: src/crosstabs.q:1069 -msgid "row %" +#: src/data/sys-file-reader.c:790 +#, c-format +msgid "File specifies unexpected value %g as HIGHEST." msgstr "" -#: src/crosstabs.q:1070 -msgid "column %" +#: src/data/sys-file-reader.c:792 +#, c-format +msgid "File specifies unexpected value %g as LOWEST." msgstr "" -#: src/crosstabs.q:1071 -msgid "total %" +#: src/data/sys-file-reader.c:806 +#, c-format +msgid "Bad size (%d) or count (%d) on extension 11." msgstr "" -#: src/crosstabs.q:1072 -msgid "expected" +#: src/data/sys-file-reader.c:819 +msgid "Invalid variable display parameters. Default parameters substituted." msgstr "" -#: src/crosstabs.q:1073 -msgid "residual" +#: src/data/sys-file-reader.c:858 +#, c-format +msgid "Long variable mapping from %s to invalid variable name `%s'." msgstr "" -#: src/crosstabs.q:1074 -msgid "std. resid." +#: src/data/sys-file-reader.c:868 +#, c-format +msgid "Duplicate long variable name `%s' within system file." msgstr "" -#: src/crosstabs.q:1075 -msgid "adj. resid." +#: src/data/sys-file-reader.c:906 +#, c-format +msgid "%s listed as string of length %s in length table." msgstr "" -#: src/crosstabs.q:1108 src/crosstabs.q:1135 src/crosstabs.q:1155 -#: src/crosstabs.q:1176 src/examine.q:1365 -msgid "Statistic" +#: src/data/sys-file-reader.c:920 +#, c-format +msgid "Very long string %s overflows dictionary." msgstr "" -#: src/crosstabs.q:1109 src/crosstabs.q:1136 src/crosstabs.q:1156 -#: src/crosstabs.q:1178 src/examine.q:1134 src/frequencies.q:1143 -#: src/frequencies.q:1264 src/sysfile-info.c:518 src/vfm.c:812 -msgid "Value" +#: src/data/sys-file-reader.c:967 +#, c-format +msgid "Invalid number of labels: %d. Ignoring labels." msgstr "" -#: src/crosstabs.q:1110 src/oneway.q:283 src/oneway.q:685 src/regression.q:237 -#: src/t-test.q:978 src/t-test.q:1170 src/t-test.q:1262 -msgid "df" +#: src/data/sys-file-reader.c:998 +msgid "" +"Variable index record (type 4) does not immediately follow value label " +"record (type 3) as it should." msgstr "" -#: src/crosstabs.q:1112 -msgid "Asymp. Sig. (2-sided)" +#: src/data/sys-file-reader.c:1005 +#, c-format +msgid "" +"Number of variables associated with a value label (%d) is not between 1 and " +"the number of variables (%d)." msgstr "" -#: src/crosstabs.q:1114 -msgid "Exact. Sig. (2-sided)" +#: src/data/sys-file-reader.c:1015 +#, c-format +msgid "Value labels are not allowed on long string variables (%s)." msgstr "" -#: src/crosstabs.q:1116 -msgid "Exact. Sig. (1-sided)" +#: src/data/sys-file-reader.c:1022 +#, 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/crosstabs.q:1134 src/crosstabs.q:1175 -msgid "Category" +#: src/data/sys-file-reader.c:1055 +#, c-format +msgid "Duplicate value label for %g on %s." msgstr "" -#: src/crosstabs.q:1137 src/crosstabs.q:1179 -msgid "Asymp. Std. Error" +#: src/data/sys-file-reader.c:1058 +#, c-format +msgid "Duplicate value label for \"%.*s\" on %s." msgstr "" -#: src/crosstabs.q:1138 src/crosstabs.q:1180 -msgid "Approx. T" +#: src/data/sys-file-reader.c:1176 +msgid "File ends in partial case." msgstr "" -#: src/crosstabs.q:1139 src/crosstabs.q:1181 -msgid "Approx. Sig." +#: src/data/sys-file-reader.c:1272 src/data/sys-file-reader.c:1308 +msgid "Compressed data is corrupt." msgstr "" -#: src/crosstabs.q:1154 +#: src/data/sys-file-reader.c:1381 #, c-format -msgid " 95%% Confidence Interval" +msgid "Variable index %d not in valid range 1...%d." msgstr "" -#: src/crosstabs.q:1157 src/t-test.q:982 src/t-test.q:1167 src/t-test.q:1265 -msgid "Lower" +#: src/data/sys-file-reader.c:1386 +#, c-format +msgid "Variable index %d refers to long string continuation." msgstr "" -#: src/crosstabs.q:1158 src/t-test.q:983 src/t-test.q:1168 src/t-test.q:1266 -msgid "Upper" +#: src/data/sys-file-reader.c:1472 +#, c-format +msgid "Suppressed %d additional variable map warnings." msgstr "" -#: src/crosstabs.q:1177 -msgid "Type" +#: src/data/sys-file-reader.c:1485 +#, c-format +msgid "Variable map refers to unknown variable %s." msgstr "" -#: src/crosstabs.q:1927 -msgid "Pearson Chi-Square" +#: src/data/sys-file-reader.c:1561 +#, c-format +msgid "System error: %s." msgstr "" -#: src/crosstabs.q:1928 -msgid "Likelihood Ratio" +#: src/data/sys-file-reader.c:1563 +msgid "Unexpected end of file." msgstr "" -#: src/crosstabs.q:1929 -msgid "Fisher's Exact Test" +#: src/data/sys-file-writer.c:236 +#, c-format +msgid "Unknown system file version %d. Treating as version %d." msgstr "" -#: src/crosstabs.q:1930 -msgid "Continuity Correction" +#: src/data/sys-file-writer.c:388 +#, c-format +msgid "Error opening \"%s\" for writing as a system file: %s." msgstr "" -#: src/crosstabs.q:1931 -msgid "Linear-by-Linear Association" +#: src/data/sys-file-writer.c:1105 +#, c-format +msgid "An I/O error occurred writing system file \"%s\"." msgstr "" -#: src/crosstabs.q:1968 src/crosstabs.q:2038 src/crosstabs.q:2097 -msgid "N of Valid Cases" +#: src/data/variable.c:231 +#, c-format +msgid "" +"Character `%c' (in %s) may not appear as the first character in a variable " +"name." msgstr "" -#: src/crosstabs.q:1984 src/crosstabs.q:2113 -msgid "Nominal by Nominal" +#: src/data/variable.c:243 +#, c-format +msgid "Character `%c' (in %s) may not appear in a variable name." msgstr "" -#: src/crosstabs.q:1985 src/crosstabs.q:2114 -msgid "Ordinal by Ordinal" +#: src/data/variable.c:271 +msgid "Variable name cannot be empty string." msgstr "" -#: src/crosstabs.q:1986 -msgid "Interval by Interval" +#: src/data/variable.c:277 +#, c-format +msgid "Variable name %s exceeds %d-character limit." msgstr "" -#: src/crosstabs.q:1987 -msgid "Measure of Agreement" +#: src/data/variable.c:285 +#, c-format +msgid "`%s' may not be used as a variable name because it is a reserved word." msgstr "" -#: src/crosstabs.q:1992 -msgid "Phi" +#: src/data/variable.c:964 +msgid "ordinary" msgstr "" -#: src/crosstabs.q:1993 -msgid "Cramer's V" +#: src/data/variable.c:966 +msgid "system" msgstr "" -#: src/crosstabs.q:1994 -msgid "Contingency Coefficient" +#: src/data/variable.c:968 +msgid "scratch" msgstr "" -#: src/crosstabs.q:1995 -msgid "Kendall's tau-b" +#: src/language/command.c:182 +#, c-format +msgid "%s is unimplemented." msgstr "" -#: src/crosstabs.q:1996 -msgid "Kendall's tau-c" +#: src/language/command.c:187 +#, c-format +msgid "%s may be used only in testing mode." msgstr "" -#: src/crosstabs.q:1997 -msgid "Gamma" +#: src/language/command.c:192 +#, c-format +msgid "%s may be used only in enhanced syntax mode." msgstr "" -#: src/crosstabs.q:1998 -msgid "Spearman Correlation" +#: src/language/command.c:446 +msgid "expecting command name" msgstr "" -#: src/crosstabs.q:1999 -msgid "Pearson's R" +#: src/language/command.c:460 +#, c-format +msgid "Unknown command %s." msgstr "" -#: src/crosstabs.q:2000 -msgid "Kappa" +#: src/language/command.c:587 +msgid "before the active file has been defined" msgstr "" -#: src/crosstabs.q:2070 +#: src/language/command.c:589 +msgid "after the active file has been defined" +msgstr "" + +#: src/language/command.c:591 +msgid "inside INPUT PROGRAM" +msgstr "" + +#: src/language/command.c:593 +msgid "inside FILE TYPE" +msgstr "" + +#: src/language/command.c:598 #, c-format -msgid "Odds Ratio for %s (%g / %g)" +msgid "%s or %s" msgstr "" -#: src/crosstabs.q:2073 +#: src/language/command.c:600 #, c-format -msgid "Odds Ratio for %s (%.*s / %.*s)" +msgid "%s, %s, or %s" msgstr "" -#: src/crosstabs.q:2081 +#: src/language/command.c:604 #, c-format -msgid "For cohort %s = %g" +msgid "%s is allowed only %s." msgstr "" -#: src/crosstabs.q:2084 +#: src/language/command.c:609 #, c-format -msgid "For cohort %s = %.*s" +msgid "%s is not allowed inside INPUT PROGRAM." msgstr "" -#: src/crosstabs.q:2115 -msgid "Nominal by Interval" +#: src/language/command.c:611 +#, c-format +msgid "%s is not allowed inside FILE TYPE." msgstr "" -#: src/crosstabs.q:2120 -msgid "Lambda" +#: src/language/command.c:689 src/language/command.c:818 +#: src/language/utilities/permissions.c:101 +msgid "This command not allowed when the SAFER option is set." msgstr "" -#: src/crosstabs.q:2121 -msgid "Goodman and Kruskal tau" +#: src/language/command.c:701 +#, c-format +msgid "Error removing `%s': %s." msgstr "" -#: src/crosstabs.q:2122 -msgid "Uncertainty Coefficient" +#: src/language/command.c:751 +#, c-format +msgid "Couldn't fork: %s." msgstr "" -#: src/crosstabs.q:2123 -msgid "Somers' d" +#: src/language/command.c:793 +#, c-format +msgid "Error executing command: %s." msgstr "" -#: src/crosstabs.q:2124 -msgid "Eta" +#: src/language/command.c:802 src/language/data-io/print-space.c:75 +#: src/language/dictionary/vector.c:202 src/language/lexer/lexer.c:465 +#: src/language/stats/autorecode.c:153 src/language/xforms/select-if.c:61 +msgid "expecting end of command" msgstr "" -#: src/crosstabs.q:2129 -msgid "Symmetric" +#: src/language/command.c:839 +msgid "No operating system support for this command." msgstr "" -#: src/crosstabs.q:2130 src/crosstabs.q:2131 +#: src/language/control/control-stack.c:27 #, c-format -msgid "%s Dependent" +msgid "%s without %s." msgstr "" -#: src/data-in.c:61 -msgid "data-file error: " +#: src/language/control/control-stack.c:55 +#, c-format +msgid "This command must appear inside %s...%s, without intermediate %s...%s." msgstr "" -#: src/data-in.c:63 +#: src/language/control/control-stack.c:72 #, c-format -msgid "(column %d" +msgid "This command cannot appear outside %s...%s." msgstr "" -#: src/data-in.c:65 +#: src/language/control/do-if.c:179 +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:170 #, c-format -msgid "(columns %d-%d" +msgid "Dummy variable name \"%s\" hides dictionary variable \"%s\"." msgstr "" -#: src/data-in.c:66 +#: src/language/control/repeat.c:175 #, c-format -msgid ", field type %s) " +msgid "Dummy variable name \"%s\" is given twice." msgstr "" -#: src/data-in.c:212 -msgid "Field does not form a valid floating-point constant." +#: src/language/control/repeat.c:221 +#, c-format +msgid "" +"Dummy variable \"%.*s\" had %d substitutions, so \"%.*s\" must also, but %d " +"were specified." msgstr "" -#: src/data-in.c:239 -msgid "Field contents followed by garbage." +#: src/language/control/repeat.c:333 +msgid "DO REPEAT may not nest in compatibility mode." msgstr "" -#: src/data-in.c:257 -msgid "Underflow in floating-point constant." +#: src/language/control/repeat.c:433 +#, c-format +msgid "%ld TO %ld is an invalid range." msgstr "" -#: src/data-in.c:268 -msgid "Overflow in floating-point constant." +#: src/language/control/repeat.c:468 +msgid "String expected." msgstr "" -#: src/data-in.c:301 -msgid "All characters in field must be digits." +#: src/language/control/repeat.c:487 +msgid "No matching DO REPEAT." msgstr "" -#: src/data-in.c:325 -msgid "Unrecognized character in field." +#: src/language/control/temporary.c:48 +msgid "" +"This command may only appear once between procedures and procedure-like " +"commands." msgstr "" -#: src/data-in.c:343 src/data-in.c:589 -msgid "Field must have even length." +#: src/language/data-io/data-list.c:174 +msgid "The END subcommand may only be specified once." msgstr "" -#: src/data-in.c:353 src/data-in.c:599 -msgid "Field must contain only hex digits." +#: src/language/data-io/data-list.c:209 +msgid "Only one of FIXED, FREE, or LIST may be specified." msgstr "" -#: src/data-in.c:392 +#: src/language/data-io/data-list.c:349 src/language/data-io/data-list.c:493 #, c-format -msgid "" -"Quality of zoned decimal (Z) input format code is suspect. Check your " -"results three times. Report bugs to %s." +msgid "%s is a duplicate variable name." msgstr "" -#: src/data-in.c:404 -msgid "Zoned decimal field contains fewer than 2 characters." +#: src/language/data-io/data-list.c:356 +#, c-format +msgid "There is already a variable %s of a different type." msgstr "" -#: src/data-in.c:412 -msgid "Bad sign byte in zoned decimal number." +#: src/language/data-io/data-list.c:363 +#, c-format +msgid "There is already a string variable %s of a different width." msgstr "" -#: src/data-in.c:432 -msgid "Format error in zoned decimal number." +#: src/language/data-io/data-list.c:384 +msgid "At least one variable must be specified." msgstr "" -#: src/data-in.c:446 -msgid "Error in syntax of zoned decimal number." +#: src/language/data-io/data-list.c:391 +msgid "" +"Variables are specified on records that should not exist according to " +"RECORDS subcommand." msgstr "" -#: src/data-in.c:639 -msgid "Unexpected end of field." +#: src/language/data-io/data-list.c:416 src/language/data-io/data-list.c:525 +#: src/language/data-io/print.c:396 src/language/dictionary/split-file.c:85 +#: src/language/dictionary/sys-file-info.c:160 +#: src/language/dictionary/sys-file-info.c:395 +#: src/language/stats/descriptives.c:879 +msgid "Variable" msgstr "" -#: src/data-in.c:665 -msgid "Digit expected in field." +#: src/language/data-io/data-list.c:417 src/language/data-io/print.c:397 +msgid "Record" msgstr "" -#: src/data-in.c:690 -#, c-format -msgid "Day (%ld) must be between 1 and 31." +#: src/language/data-io/data-list.c:418 src/language/data-io/print.c:398 +#: src/ui/gui/var-sheet.c:74 +msgid "Columns" msgstr "" -#: src/data-in.c:715 -msgid "Delimiter expected between fields in date." +#: src/language/data-io/data-list.c:419 src/language/data-io/data-list.c:526 +#: src/language/data-io/print.c:399 +msgid "Format" msgstr "" -#: src/data-in.c:748 +#: src/language/data-io/data-list.c:437 #, c-format -msgid "Parse error at `%c' expecting %s." -msgstr "" +msgid "Reading %d record from %s." +msgid_plural "Reading %d records from %s." +msgstr[0] "" +msgstr[1] "" -#: src/data-in.c:762 +#: src/language/data-io/data-list.c:540 #, c-format -msgid "Unknown %s `%.*s'." +msgid "Reading free-form data from %s." msgstr "" -#: src/data-in.c:812 -#, c-format -msgid "Month (%ld) must be between 1 and 12." +#: src/language/data-io/data-list.c:586 +msgid "Quoted string extends beyond end of line." msgstr "" -#: src/data-in.c:816 -msgid "month" +#: src/language/data-io/data-list.c:671 +#, c-format +msgid "Partial case of %d of %d records discarded." msgstr "" -#: src/data-in.c:830 +#: src/language/data-io/data-list.c:709 #, c-format -msgid "Year (%ld) must be between 1582 and 19999." +msgid "Partial case discarded. The first variable missing was %s." msgstr "" -#: src/data-in.c:841 +#: src/language/data-io/data-list.c:740 #, c-format -msgid "Trailing garbage \"%s\" following date." +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/data-in.c:856 +#: src/language/data-io/data-reader.c:139 #, c-format -msgid "Julian day (%d) must be between 1 and 366." +msgid "Could not open \"%s\" for reading as a data file: %s." msgstr "" -#: src/data-in.c:868 -#, c-format -msgid "Year (%d) must be between 1582 and 19999." +#: src/language/data-io/data-reader.c:176 +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/data-in.c:884 +#: src/language/data-io/data-reader.c:208 +#: src/language/data-io/data-reader.c:221 #, c-format -msgid "Quarter (%ld) must be between 1 and 4." +msgid "Error reading file %s: %s." msgstr "" -#: src/data-in.c:894 -msgid "`Q' expected between quarter and year." +#: src/language/data-io/data-reader.c:224 +#, c-format +msgid "%s: Partial record at end of file." msgstr "" -#: src/data-in.c:910 +#: src/language/data-io/data-reader.c:275 #, c-format -msgid "Week (%ld) must be between 1 and 53." +msgid "Attempt to read beyond end-of-file on file %s." msgstr "" -#: src/data-in.c:922 -msgid "`WK' expected between week and year." +#: src/language/data-io/data-reader.c:278 +msgid "Attempt to read beyond END DATA." msgstr "" -#: src/data-in.c:945 -msgid "Delimiter expected between fields in time." +#: src/language/data-io/data-reader.c:436 +msgid "" +"This command is not valid here since the current input program does not " +"access the inline file." msgstr "" -#: src/data-in.c:957 +#: src/language/data-io/data-writer.c:65 #, c-format -msgid "Hour (%ld) must be positive." +msgid "An error occurred while opening \"%s\" for writing as a data file: %s." msgstr "" -#: src/data-in.c:969 +#: src/language/data-io/data-writer.c:149 #, c-format -msgid "Minute (%ld) must be between 0 and 59." +msgid "I/O error occurred writing data file \"%s\"." msgstr "" -#: src/data-in.c:1016 +#: src/language/data-io/file-handle.q:67 #, c-format -msgid "Hour (%ld) must be between 0 and 23." -msgstr "" - -#: src/data-in.c:1044 -msgid "weekday" +msgid "" +"File handle %s is already defined. Use CLOSE FILE HANDLE before redefining " +"a file handle." msgstr "" -#: src/data-in.c:1375 +#: src/language/data-io/file-handle.q:99 #, c-format -msgid "Field too long (%d characters). Truncated after character %d." -msgstr "" - -#: src/data-list.c:144 msgid "" -"DATA LIST may not use a different file from that specified on its " -"surrounding FILE TYPE." -msgstr "" - -#: src/data-list.c:163 -msgid "The END subcommand may only be specified once." -msgstr "" - -#: src/data-list.c:198 -msgid "Only one of FIXED, FREE, or LIST may be specified." +"Fixed-length records were specified on /RECFORM, but record length was not " +"specified on /LRECL. Assuming %d-character records." msgstr "" -#: src/data-list.c:354 src/print.c:299 +#: src/language/data-io/file-handle.q:104 #, 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." +"Record length (%ld) must be at least one byte. Assuming %d-character " +"records." 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/data-io/file-handle.q:150 +msgid "file" msgstr "" -#: src/data-list.c:394 -msgid "At least one variable must be specified." +#: src/language/data-io/file-handle.q:152 +msgid "inline file" 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/data-io/file-handle.q:154 +msgid "scratch file" 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/data-io/file-handle.q:175 +msgid "expecting a file name or handle name" msgstr "" -#: src/data-list.c:451 -msgid "The ending column for a field must be greater than the starting column." +#: src/language/data-io/file-handle.q:202 +#, c-format +msgid "Handle for %s not allowed here." msgstr "" -#: src/data-list.c:465 -#, c-format -msgid "The %d columns %d-%d can't be evenly divided into %d fields." +#: src/language/data-io/get.c:116 +msgid "expecting COMM or TAPE" 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/data-io/get.c:349 src/language/data-io/get.c:363 +#: src/language/data-io/get.c:388 +#, c-format +msgid "expecting %s or %s" 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/data-io/get.c:593 src/language/data-io/print.c:177 +msgid "expecting a valid subcommand" msgstr "" -#: src/data-list.c:514 src/print.c:593 +#: src/language/data-io/get.c:626 #, c-format -msgid "Input format %s doesn't accept decimal places." +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/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/data-io/get.c:652 +msgid "`=' expected after variable list." msgstr "" -#: src/data-list.c:566 +#: src/language/data-io/get.c:659 #, c-format -msgid "There is already a variable %s of a different type." +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." msgstr "" -#: src/data-list.c:573 +#: src/language/data-io/get.c:672 #, c-format -msgid "There is already a string variable %s of a different width." +msgid "Requested renaming duplicates variable name %s." msgstr "" -#: src/data-list.c:648 -msgid "" -"The number of format specifications exceeds the given number of variable " -"names." +#: src/language/data-io/get.c:702 +msgid "Cannot DROP all variables from dictionary." msgstr "" -#: src/data-list.c:761 src/print.c:769 -msgid "" -"There aren't enough format specifications to match the number of variable " -"names given." +#: src/language/data-io/get.c:879 +msgid "The active file may not be specified more than once." msgstr "" -#: src/data-list.c:788 src/data-list.c:912 src/descript.c:886 src/print.c:800 -#: src/sysfile-info.c:139 src/sysfile-info.c:373 src/vfm.c:811 -msgid "Variable" +#: src/language/data-io/get.c:887 +msgid "Cannot specify the active file since no active file has been defined." msgstr "" -#: src/data-list.c:789 src/print.c:801 -msgid "Record" +#: src/language/data-io/get.c:894 +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/data-list.c:790 src/print.c:802 -msgid "Columns" +#: src/language/data-io/get.c:931 +msgid "Multiple IN subcommands for a single FILE or TABLE." msgstr "" -#: src/data-list.c:791 src/data-list.c:913 src/print.c:803 -msgid "Format" +#: src/language/data-io/get.c:951 +msgid "BY may appear at most once." 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/data-io/get.c:972 #, c-format -msgid "Reading %d record from the command file." -msgid_plural "Reading %d records from the command file." -msgstr[0] "" -msgstr[1] "" +msgid "File %s lacks BY variable %s." +msgstr "" -#: src/data-list.c:929 -#, c-format -msgid "Reading free-form data from file %s." +#: src/language/data-io/get.c:986 +msgid "FIRST may appear at most once." msgstr "" -#: src/data-list.c:932 -msgid "Reading free-form data from the command file." +#: src/language/data-io/get.c:1000 +msgid "LAST may appear at most once." msgstr "" -#: src/data-list.c:983 -#, c-format -msgid "Quoted string missing terminating `%c'." +#: src/language/data-io/get.c:1041 +msgid "BY is required when TABLE is specified." msgstr "" -#: src/data-list.c:1092 -#, c-format -msgid "Partial case of %d of %d records discarded." +#: src/language/data-io/get.c:1046 +msgid "BY is required when IN is specified." msgstr "" -#: src/data-list.c:1146 +#: src/language/data-io/get.c:1075 #, c-format -msgid "Partial case discarded. The first variable missing was %s." +msgid "IN variable name %s duplicates an existing variable name." msgstr "" -#: src/data-list.c:1190 +#: src/language/data-io/get.c:1484 #, 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." +"Variable %s in file %s (%s) has different type or width from the same " +"variable in earlier file (%s)." msgstr "" -#: src/data-list.c:1267 -msgid "Attempt to read past end of file." +#: src/language/data-io/inpt-pgm.c:133 +msgid "Unexpected end-of-file within INPUT PROGRAM." msgstr "" -#: src/data-list.c:1408 -msgid "" -"REPEATING DATA must use the same file as its corresponding DATA LIST or FILE " -"TYPE." +#: src/language/data-io/inpt-pgm.c:146 +msgid "Input program did not create any variables." 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/data-io/inpt-pgm.c:360 +msgid "COLUMN subcommand multiply specified." msgstr "" -#: src/data-list.c:1441 -#, c-format -msgid "STARTS beginning column (%d) exceeds STARTS ending column (%d)." +#: src/language/data-io/inpt-pgm.c:408 +msgid "" +"REREAD: Column numbers must be positive finite numbers. Column set to 1." msgstr "" -#: src/data-list.c:1498 -#, c-format -msgid "CONTINUED beginning column (%d) exceeds CONTINUED ending column (%d)." +#: src/language/data-io/list.q:154 src/language/stats/descriptives.c:364 +msgid "No variables specified." msgstr "" -#: src/data-list.c:1521 +#: src/language/data-io/list.q:162 #, c-format -msgid "ID beginning column (%ld) must be positive." +msgid "" +"The first case (%ld) specified precedes the last case (%ld) specified. The " +"values will be swapped." msgstr "" -#: src/data-list.c:1536 +#: src/language/data-io/list.q:170 #, c-format -msgid "ID ending column (%ld) must be positive." +msgid "" +"The first case (%ld) to list is less than 1. The value is being reset to 1." msgstr "" -#: src/data-list.c:1542 +#: src/language/data-io/list.q:176 #, c-format -msgid "ID ending column (%ld) cannot be less than ID beginning column (%d)." +msgid "" +"The last case (%ld) to list is less than 1. The value is being reset to 1." msgstr "" -#: src/data-list.c:1582 -msgid "Missing required specification STARTS." +#: src/language/data-io/list.q:182 +#, c-format +msgid "The step value %ld is less than 1. The value is being reset to 1." msgstr "" -#: src/data-list.c:1584 -msgid "Missing required specification OCCURS." +#: src/language/data-io/list.q:208 +msgid "`/FORMAT WEIGHT' specified, but weighting is not on." msgstr "" -#: src/data-list.c:1591 -msgid "ID specified without CONTINUED." +#: src/language/data-io/list.q:442 +msgid "Line" msgstr "" -#: src/data-list.c:1602 +#: src/language/data-io/placement-parser.c:87 #, c-format msgid "" -"STARTS beginning column (%d) exceeds default STARTS ending column taken from " -"file's record width (%d)." +"Number of variables specified (%d) differs from number of variable formats (%" +"d)." msgstr "" -#: src/data-list.c:1615 -#, c-format +#: src/language/data-io/placement-parser.c:97 msgid "" -"CONTINUED beginning column (%d) exceeds default CONTINUED ending column " -"taken from file's record width (%d)." +"SPSS-like or Fortran-like format specification expected after variable names." msgstr "" -#: src/data-list.c:1696 -msgid "String variable not allowed here." +#: src/language/data-io/placement-parser.c:119 +#, c-format +msgid "The %d columns %d-%d can't be evenly divided into %d fields." msgstr "" -#: src/data-list.c:1706 +#: src/language/data-io/placement-parser.c:226 +#: src/language/lexer/format-parser.c:110 +#: src/language/lexer/format-parser.c:129 #, c-format -msgid "%s (%d) must be at least 1." +msgid "Unknown format type \"%s\"." msgstr "" -#: src/data-list.c:1712 -#, c-format -msgid "Variable or integer expected for %s." +#: src/language/data-io/placement-parser.c:310 +#: src/language/data-io/placement-parser.c:324 +msgid "Column positions for fields must be positive." msgstr "" -#: src/data-list.c:1837 -#, c-format -msgid "Encountered mismatched record ID \"%s\" expecting \"%s\"." +#: src/language/data-io/placement-parser.c:329 +msgid "The ending column for a field must be greater than the starting column." msgstr "" -#: src/data-list.c:1869 +#: src/language/data-io/placement-parser.c:364 #, c-format msgid "" -"Variable %s starting in column %d extends beyond physical record length of %" -"d." +"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/data-list.c:1937 +#: src/language/data-io/print.c:260 #, c-format -msgid "Invalid value %d for OCCURS." +msgid "Output calls for %d records but %d specified on RECORDS subcommand." msgstr "" -#: src/data-list.c:1943 +#: src/language/data-io/print.c:429 #, c-format -msgid "Beginning column for STARTS (%d) must be at least 1." -msgstr "" +msgid "Writing %d record to %s." +msgid_plural "Writing %d records to %s." +msgstr[0] "" +msgstr[1] "" -#: src/data-list.c:1951 +#: src/language/data-io/print.c:433 #, c-format -msgid "Ending column for STARTS (%d) is less than beginning column (%d)." +msgid "Writing %d record." +msgid_plural "Writing %d records." +msgstr[0] "" +msgstr[1] "" + +#: src/language/data-io/print-space.c:116 +msgid "The expression on PRINT SPACE evaluated to the system-missing value." msgstr "" -#: src/data-list.c:1959 +#: src/language/data-io/print-space.c:119 #, c-format -msgid "Invalid value %d for LENGTH." +msgid "The expression on PRINT SPACE evaluated to %g." msgstr "" -#: src/data-list.c:1966 +#: src/language/dictionary/apply-dictionary.c:74 #, c-format -msgid "Beginning column for CONTINUED (%d) must be at least 1." +msgid "Variable %s is %s in target file, but %s in source file." msgstr "" -#: src/data-list.c:1974 +#: src/language/dictionary/apply-dictionary.c:98 #, c-format -msgid "Ending column for CONTINUED (%d) is less than beginning column (%d)." +msgid "Cannot add value labels from source file to long string variable %s." msgstr "" -#: src/data-list.c:2006 +#: src/language/dictionary/apply-dictionary.c:112 #, c-format msgid "" -"Number of repetitions specified on OCCURS (%d) exceed number of repetitions " -"available in space on STARTS (%d), and CONTINUED not specified." +"Cannot apply missing values from source file to long string variable %s." msgstr "" -#: src/data-list.c:2024 -#, c-format -msgid "Unexpected end of file with %d repetitions remaining out of %d." +#: src/language/dictionary/apply-dictionary.c:125 +msgid "No matching variables found between the source and target files." msgstr "" -#: src/data-out.c:245 +#: src/language/dictionary/delete-variables.c:41 msgid "" -"The N output format cannot be used to output a negative number or the system-" -"missing value." +"DELETE VARIABLES may not be used after TEMPORARY. Temporary transformations " +"will be made permanent." msgstr "" -#: src/data-out.c:359 -#, c-format +#: src/language/dictionary/delete-variables.c:48 msgid "" -"Quality of zoned decimal (Z) output format code is suspect. Check your " -"results. Report bugs to %s." +"DELETE VARIABLES may not be used to delete all variables from the active " +"file dictionary. Use NEW FILE instead." msgstr "" -#: src/data-out.c:367 -msgid "The system-missing value cannot be output as a zoned decimal number." +#: src/language/dictionary/formats.c:91 +msgid "`(' expected after variable list." msgstr "" -#: src/data-out.c:380 -#, c-format -msgid "Number %g too big to fit in field with format Z%d.%d." +#: src/language/dictionary/formats.c:101 src/language/dictionary/numeric.c:71 +msgid "`)' expected after output format." msgstr "" -#: src/data-out.c:774 -#, c-format -msgid "Time value %g too large in magnitude to convert to alphanumeric time." +#: src/language/dictionary/missing-values.c:58 +#: src/language/stats/aggregate.c:484 +msgid "expecting `('" msgstr "" -#: src/data-out.c:825 +#: src/language/dictionary/missing-values.c:74 #, c-format -msgid "Weekday index %f does not lie between 1 and 7." +msgid "" +"Cannot mix numeric variables (e.g. %s) and string variables (e.g. %s) within " +"a single list." msgstr "" -#: src/data-out.c:845 +#: src/language/dictionary/missing-values.c:119 #, c-format -msgid "Month index %f does not lie between 1 and 12." +msgid "Truncating missing value to short string length (%d characters)." msgstr "" -#: src/data-out.c:958 +#: src/language/dictionary/missing-values.c:141 #, c-format -msgid "" -"Year %d cannot be represented in four digits for output formatting purposes." +msgid "Missing values provided are too long to assign to variable of width %d." msgstr "" -#: src/date.c:35 -msgid "Only USE ALL is currently implemented." +#: src/language/dictionary/modify-variables.c:95 +msgid "" +"MODIFY VARS may not be used after TEMPORARY. Temporary transformations will " +"be made permanent." msgstr "" -#: src/descript.c:103 src/examine.q:1470 src/frequencies.q:117 -#: src/oneway.q:397 src/t-test.q:681 src/t-test.q:704 src/t-test.q:827 -#: src/t-test.q:1164 -msgid "Mean" +#: src/language/dictionary/modify-variables.c:117 +msgid "REORDER subcommand may be given at most once." msgstr "" -#: src/descript.c:104 -msgid "S E Mean" +#: src/language/dictionary/modify-variables.c:140 +msgid "Cannot specify ALL after specifying a set of variables." msgstr "" -#: src/descript.c:105 src/frequencies.q:121 -msgid "Std Dev" +#: src/language/dictionary/modify-variables.c:150 +msgid "`(' expected on REORDER subcommand." msgstr "" -#: src/descript.c:106 src/examine.q:1550 src/frequencies.q:122 -msgid "Variance" +#: src/language/dictionary/modify-variables.c:162 +msgid "`)' expected following variable names on REORDER subcommand." msgstr "" -#: src/descript.c:107 src/examine.q:1657 src/frequencies.q:123 -msgid "Kurtosis" +#: src/language/dictionary/modify-variables.c:180 +msgid "RENAME subcommand may be given at most once." msgstr "" -#: src/descript.c:108 -msgid "S E Kurt" +#: src/language/dictionary/modify-variables.c:193 +msgid "`(' expected on RENAME subcommand." msgstr "" -#: src/descript.c:109 src/examine.q:1637 src/frequencies.q:125 -msgid "Skewness" +#: src/language/dictionary/modify-variables.c:202 +msgid "" +"`=' expected between lists of new and old variable names on RENAME " +"subcommand." msgstr "" -#: src/descript.c:110 -msgid "S E Skew" +#: src/language/dictionary/modify-variables.c:211 +#, c-format +msgid "" +"Differing number of variables in old name list (%d) and in new name list (%" +"d)." msgstr "" -#: src/descript.c:111 src/examine.q:1598 src/frequencies.q:127 -msgid "Range" +#: src/language/dictionary/modify-variables.c:222 +msgid "`)' expected after variable lists on RENAME subcommand." msgstr "" -#: src/descript.c:112 src/examine.q:1575 src/frequencies.q:128 -#: src/oneway.q:409 -msgid "Minimum" +#: src/language/dictionary/modify-variables.c:236 +msgid "" +"KEEP subcommand may be given at most once. It may notbe given in " +"conjunction with the DROP subcommand." msgstr "" -#: src/descript.c:113 src/examine.q:1586 src/frequencies.q:129 -#: src/oneway.q:410 -msgid "Maximum" +#: src/language/dictionary/modify-variables.c:279 +msgid "" +"DROP subcommand may be given at most once. It may not be given in " +"conjunction with the KEEP subcommand." msgstr "" -#: src/descript.c:114 src/frequencies.q:130 -msgid "Sum" +#: src/language/dictionary/modify-variables.c:305 +#, c-format +msgid "Unrecognized subcommand name `%s'." msgstr "" -#: src/descript.c:337 -#, c-format -msgid "Z-score variable name %s would be a duplicate variable name." +#: src/language/dictionary/modify-variables.c:307 +msgid "Subcommand name expected." msgstr "" -#: src/descript.c:355 src/list.q:147 -msgid "No variables specified." +#: src/language/dictionary/modify-variables.c:315 +msgid "`/' or `.' expected." msgstr "" -#: src/descript.c:439 -msgid "expecting statistic name: reverting to default" +#: src/language/dictionary/numeric.c:64 +#, c-format +msgid "Format type %s may not be used with a numeric variable." 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/dictionary/numeric.c:83 src/language/dictionary/numeric.c:152 +#: src/language/dictionary/vector.c:164 +#, c-format +msgid "There is already a variable named %s." msgstr "" -#: src/descript.c:542 -msgid "Mapping of variables to corresponding Z-scores." +#: src/language/dictionary/numeric.c:137 +#, c-format +msgid "Format type %s may not be used with a string variable." msgstr "" -#: src/descript.c:547 -msgid "Source" +#: src/language/dictionary/rename-variables.c:50 +msgid "" +"RENAME VARS may not be used after TEMPORARY. Temporary transformations will " +"be made permanent." msgstr "" -#: src/descript.c:548 -msgid "Target" +#: src/language/dictionary/rename-variables.c:60 +msgid "`(' expected." msgstr "" -#: src/descript.c:669 src/descript.c:675 -msgid "Z-score of " +#: src/language/dictionary/rename-variables.c:68 +msgid "`=' expected between lists of new and old variable names." msgstr "" -#: src/descript.c:889 -msgid "Valid N" +#: src/language/dictionary/rename-variables.c:77 +#, c-format +msgid "" +"Differing number of variables in old name list (%u) and in new name list (%" +"u)." msgstr "" -#: src/descript.c:890 -msgid "Missing N" +#: src/language/dictionary/rename-variables.c:89 +msgid "`)' expected after variable names." msgstr "" -#: src/descript.c:917 +#: src/language/dictionary/rename-variables.c:99 #, c-format -msgid "Valid cases = %g; cases with missing value(s) = %g." +msgid "Renaming would duplicate variable name %s." msgstr "" -#: src/devind.c:139 -#, c-format -msgid "DEVIND driver initializing as `%s'..." +#: src/language/dictionary/split-file.c:86 +#: src/language/dictionary/sys-file-info.c:549 +#: src/language/stats/crosstabs.q:1118 src/language/stats/crosstabs.q:1145 +#: src/language/stats/crosstabs.q:1165 src/language/stats/crosstabs.q:1187 +#: src/language/stats/examine.q:1189 src/language/stats/frequencies.q:1145 +#: src/language/stats/frequencies.q:1269 +msgid "Value" msgstr "" -#: src/devind.c:221 -#, c-format -msgid "Unknown configuration parameter `%s' for DEVIND device driver." +#: src/language/dictionary/split-file.c:87 +#: src/language/dictionary/sys-file-info.c:402 +#: src/language/dictionary/sys-file-info.c:550 src/ui/gui/var-sheet.c:71 +msgid "Label" msgstr "" -#: src/devind.c:243 -#, c-format -msgid "DEVIND output driver: %s: %s" +#: src/language/dictionary/sys-file-info.c:109 +msgid "File:" msgstr "" -#: src/devind.c:274 -#, c-format -msgid "Cannot open first page on DEVIND device %s." +#: src/language/dictionary/sys-file-info.c:111 +msgid "Label:" msgstr "" -#: src/dfm-read.c:157 -#, c-format -msgid "Could not open \"%s\" for reading as a data file: %s." +#: src/language/dictionary/sys-file-info.c:115 +msgid "No label." msgstr "" -#: src/dfm-read.c:190 src/dfm-read.c:208 -msgid "BEGIN DATA expected." +#: src/language/dictionary/sys-file-info.c:118 +msgid "Created:" 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/dictionary/sys-file-info.c:121 +msgid "Integer Format:" msgstr "" -#: src/dfm-read.c:250 src/dfm-read.c:270 -#, c-format -msgid "Error reading file %s: %s." +#: src/language/dictionary/sys-file-info.c:123 +msgid "Big Endian." msgstr "" -#: src/dfm-read.c:273 -#, c-format -msgid "%s: Partial record at end of file." +#: src/language/dictionary/sys-file-info.c:124 +msgid "Little Endian." msgstr "" -#: src/dfm-read.c:316 -#, c-format -msgid "Attempt to read beyond end-of-file on file %s." +#: src/language/dictionary/sys-file-info.c:125 +#: src/language/dictionary/sys-file-info.c:133 +msgid "Unknown." msgstr "" -#: src/dfm-read.c:319 -msgid "Attempt to read beyond END DATA." +#: src/language/dictionary/sys-file-info.c:126 +msgid "Real Format:" 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/dictionary/sys-file-info.c:128 +msgid "IEEE 754 LE." msgstr "" -#: src/dfm-write.c:70 -#, c-format -msgid "An error occurred while opening \"%s\" for writing as a data file: %s." +#: src/language/dictionary/sys-file-info.c:129 +msgid "IEEE 754 BE." msgstr "" -#: src/dfm-write.c:106 -#, c-format -msgid "Error writing file %s: %s." +#: src/language/dictionary/sys-file-info.c:130 +msgid "VAX D." msgstr "" -#: src/dictionary.c:700 -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/dictionary/sys-file-info.c:131 +msgid "VAX G." msgstr "" -#: src/do-if.c:116 -msgid "There is no DO IF to match with this ELSE IF." +#: src/language/dictionary/sys-file-info.c:132 +msgid "IBM 390 Hex Long." msgstr "" -#: src/do-if.c:121 -msgid "The ELSE command must follow all ELSE IF commands in a DO IF structure." +#: src/language/dictionary/sys-file-info.c:134 +msgid "Variables:" msgstr "" -#: src/do-if.c:144 -msgid "End of command expected." +#: src/language/dictionary/sys-file-info.c:137 +msgid "Cases:" msgstr "" -#: src/do-if.c:160 -msgid "There is no DO IF to match with this ELSE." +#: src/language/dictionary/sys-file-info.c:139 +msgid "Unknown" msgstr "" -#: src/do-if.c:166 -msgid "" -"There may be at most one ELSE clause in each DO IF structure. It must be " -"the last clause." +#: src/language/dictionary/sys-file-info.c:140 +msgid "Type:" msgstr "" -#: src/do-if.c:201 -msgid "There is no DO IF to match with this END IF." +#: src/language/dictionary/sys-file-info.c:141 +msgid "System File." msgstr "" -#: src/do-if.c:287 -#, c-format -msgid "DO IF %d: true\n" +#: src/language/dictionary/sys-file-info.c:142 +msgid "Weight:" msgstr "" -#: src/do-if.c:292 -#, c-format -msgid "DO IF %d: false\n" +#: src/language/dictionary/sys-file-info.c:147 +msgid "Not weighted." msgstr "" -#: src/do-if.c:297 -#, c-format -msgid "DO IF %d: missing\n" +#: src/language/dictionary/sys-file-info.c:149 +msgid "Mode:" msgstr "" -#: src/error.c:97 -msgid "Terminating NOW due to a fatal error!" +#: src/language/dictionary/sys-file-info.c:151 +#, c-format +msgid "Compression %s." msgstr "" -#: src/error.c:174 -msgid "Terminating execution of syntax file due to error." +#: src/language/dictionary/sys-file-info.c:151 +msgid "on" msgstr "" -#: src/error.c:176 -#, c-format -msgid "Errors (%d) exceeds limit (%d)." +#: src/language/dictionary/sys-file-info.c:151 +msgid "off" msgstr "" -#: src/error.c:179 -#, c-format -msgid "Warnings (%d) exceed limit (%d)." +#: src/language/dictionary/sys-file-info.c:161 +#: src/language/dictionary/sys-file-info.c:400 +msgid "Description" msgstr "" -#: src/error.c:243 -msgid "fatal" +#: src/language/dictionary/sys-file-info.c:162 +#: src/language/dictionary/sys-file-info.c:398 +msgid "Position" msgstr "" -#: src/error.c:245 src/error.c:252 src/error.c:255 -msgid "error" +#: src/language/dictionary/sys-file-info.c:220 +msgid "The active file does not have a file label." msgstr "" -#: src/error.c:246 src/error.c:253 src/error.c:256 -msgid "warning" +#: src/language/dictionary/sys-file-info.c:223 +msgid "File label:" msgstr "" -#: src/error.c:247 src/error.c:257 -msgid "note" +#: src/language/dictionary/sys-file-info.c:286 +msgid "No variables to display." msgstr "" -#: src/error.c:249 src/error.c:250 -msgid "installation error" +#: src/language/dictionary/sys-file-info.c:305 +msgid "Macros not supported." msgstr "" -#: src/examine.q:471 src/examine.q:483 -#, c-format -msgid "%s and %s are mutually exclusive" +#: src/language/dictionary/sys-file-info.c:315 +msgid "The active file dictionary does not contain any documents." msgstr "" -#: src/examine.q:913 -msgid "Case Processing Summary" +#: src/language/dictionary/sys-file-info.c:324 +msgid "Documents in the active file:" msgstr "" -#: src/examine.q:1119 -msgid "Extreme Values" +#: src/language/dictionary/sys-file-info.c:480 +#, c-format +msgid "Format: %s" msgstr "" -#: src/examine.q:1135 -msgid "Case Number" +#: src/language/dictionary/sys-file-info.c:488 +#, c-format +msgid "Print Format: %s" msgstr "" -#: src/examine.q:1220 -msgid "Highest" +#: src/language/dictionary/sys-file-info.c:491 +#, c-format +msgid "Write Format: %s" msgstr "" -#: src/examine.q:1225 -msgid "Lowest" +#: src/language/dictionary/sys-file-info.c:503 +msgid "Missing Values: " msgstr "" -#: src/examine.q:1366 src/oneway.q:399 src/oneway.q:683 src/regression.q:156 -msgid "Std. Error" +#: src/language/dictionary/sys-file-info.c:595 +msgid "No vectors defined." msgstr "" -#: src/examine.q:1368 src/oneway.q:413 -msgid "Descriptives" +#: src/language/dictionary/sys-file-info.c:610 +msgid "Vector" msgstr "" -#: src/examine.q:1488 src/oneway.q:404 +#: src/language/dictionary/value-labels.c:122 #, c-format -msgid "%g%% Confidence Interval for Mean" +msgid "" +"It is not possible to assign value labels to long string variables such as %" +"s." msgstr "" -#: src/examine.q:1494 src/oneway.q:406 -msgid "Lower Bound" +#: src/language/dictionary/value-labels.c:158 src/language/lexer/lexer.c:600 +msgid "expecting string" msgstr "" -#: src/examine.q:1505 src/oneway.q:407 -msgid "Upper Bound" +#: src/language/dictionary/value-labels.c:167 src/language/lexer/lexer.c:614 +msgid "expecting integer" msgstr "" -#: src/examine.q:1517 +#: src/language/dictionary/value-labels.c:171 #, c-format -msgid "5%% Trimmed Mean" +msgid "Value label `%g' is not integer." msgstr "" -#: src/examine.q:1528 src/frequencies.q:119 -msgid "Median" +#: src/language/dictionary/value-labels.c:185 +msgid "Truncating value label to 60 characters." msgstr "" -#: src/examine.q:1562 src/oneway.q:398 src/t-test.q:682 src/t-test.q:705 -#: src/t-test.q:829 src/t-test.q:1165 -msgid "Std. Deviation" +#: src/language/dictionary/variable-label.c:52 +msgid "String expected for variable label." msgstr "" -#: src/examine.q:1610 -msgid "Interquartile Range" +#: src/language/dictionary/variable-label.c:60 +msgid "Truncating variable label to 255 characters." msgstr "" -#: src/examine.q:1762 +#: src/language/dictionary/vector.c:75 #, c-format -msgid "Boxplot of %s vs. %s" -msgstr "" - -#: src/examine.q:1787 -msgid "Boxplot" +msgid "Vector name %s is given twice." msgstr "" -#: src/examine.q:1829 +#: src/language/dictionary/vector.c:81 #, c-format -msgid "Normal Q-Q Plot of %s" +msgid "There is already a vector with name %s." msgstr "" -#: src/examine.q:1830 src/examine.q:1836 -msgid "Observed Value" +#: src/language/dictionary/vector.c:102 +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." msgstr "" -#: src/examine.q:1831 -msgid "Expected Normal" +#: src/language/dictionary/vector.c:136 +msgid "Vectors must have at least one element." msgstr "" -#: src/examine.q:1834 +#: src/language/dictionary/vector.c:150 #, c-format -msgid "Detrended Normal Q-Q Plot of %s" +msgid "%s%d is too long for a variable name." msgstr "" -#: src/examine.q:1837 -msgid "Dev from Normal" +#: src/language/dictionary/vector.c:189 +msgid "" +"The syntax for this command does not match the expected syntax for either " +"the long form or the short form of VECTOR." msgstr "" -#: src/examine.q:1956 src/examine.q:1978 src/frequencies.q:1525 -msgid "Percentiles" +#: src/language/dictionary/weight.c:51 +msgid "The weighting variable must be numeric." msgstr "" -#: src/examine.q:2103 -msgid "Tukey's Hinges" +#: src/language/dictionary/weight.c:56 +msgid "The weighting variable may not be scratch." msgstr "" -#: src/expressions/evaluate.c:144 +#: src/language/expressions/evaluate.c:155 msgid "expecting number or string" msgstr "" -#: src/expressions/evaluate.c:155 src/pfm-read.c:536 -#, c-format -msgid "Duplicate variable name %s." -msgstr "" - -#: src/expressions/helpers.c:36 +#: src/language/expressions/helpers.c:35 msgid "" "One of the arguments to a DATE function is not an integer. The result will " "be system-missing." msgstr "" -#: src/expressions/helpers.c:58 +#: src/language/expressions/helpers.c:57 msgid "" "The week argument to DATE.WKYR is not an integer. The result will be system-" "missing." msgstr "" -#: src/expressions/helpers.c:64 +#: src/language/expressions/helpers.c:63 msgid "" "The week argument to DATE.WKYR is outside the acceptable range of 1 to 53. " "The result will be system-missing." msgstr "" -#: src/expressions/helpers.c:86 +#: src/language/expressions/helpers.c:85 msgid "" "The day argument to DATE.YRDAY is not an integer. The result will be system-" "missing." msgstr "" -#: src/expressions/helpers.c:92 +#: src/language/expressions/helpers.c:91 msgid "" "The day argument to DATE.YRDAY is outside the acceptable range of 1 to 366. " "The result will be system-missing." msgstr "" -#: src/expressions/helpers.c:114 +#: src/language/expressions/helpers.c:113 msgid "" "The year argument to YRMODA is greater than 47516. The result will be " "system-missing." msgstr "" -#: src/expressions/parse.c:241 +#: src/language/expressions/helpers.c:175 +#, c-format +msgid "" +"Unrecognized date unit \"%.*s\". Valid date units are \"years\", \"quarters" +"\", \"months\", \"weeks\", \"days\", \"hours\", \"minutes\", and \"seconds\"." +msgstr "" + +#: src/language/expressions/helpers.c:325 +msgid "" +"Invalid DATESUM method. Valid choices are \"closest\" and \"rollover\"." +msgstr "" + +#: src/language/expressions/parse.c:260 #, c-format msgid "" "Type mismatch: expression has %s type, but a numeric value is required here." msgstr "" -#: src/expressions/parse.c:253 +#: src/language/expressions/parse.c:272 #, c-format msgid "" "Type mismatch: expression has %s type, but a string value is required here." msgstr "" -#: src/expressions/parse.c:394 +#: src/language/expressions/parse.c:428 #, c-format msgid "Type mismatch while applying %s operator: cannot convert %s to %s." msgstr "" -#: src/expressions/parse.c:599 +#: src/language/expressions/parse.c:644 msgid "" "Chaining relational operators (e.g. \"a < b < c\") will not produce the " "mathematically expected result. Use the AND logical operator to fix the " @@ -1688,3202 +1879,2856 @@ msgid "" "parentheses will disable this warning (e.g. \"(a < b) < c\".)" msgstr "" -#: src/expressions/parse.c:698 +#: src/language/expressions/parse.c:745 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/expressions/parse.c:760 +#: src/language/expressions/parse.c:810 #, c-format msgid "Unknown system variable %s." msgstr "" -#: src/expressions/parse.c:802 +#: src/language/expressions/parse.c:858 #, c-format msgid "Unknown identifier %s." msgstr "" -#: src/expressions/parse.c:837 +#: src/language/expressions/parse.c:886 src/language/stats/aggregate.c:542 +msgid "expecting `)'" +msgstr "" + +#: src/language/expressions/parse.c:893 msgid "in expression" msgstr "" -#: src/expressions/parse.c:1013 +#: src/language/expressions/parse.c:1074 #, c-format msgid "%s must have at least %d arguments in list." msgstr "" -#: src/expressions/parse.c:1022 +#: src/language/expressions/parse.c:1083 #, c-format msgid "%s must have even number of arguments in list." msgstr "" -#: src/expressions/parse.c:1025 +#: src/language/expressions/parse.c:1086 #, c-format msgid "%s must have multiple of %d arguments in list." msgstr "" -#: src/expressions/parse.c:1035 +#: src/language/expressions/parse.c:1096 #, c-format msgid "%s function does not accept a minimum valid argument count." msgstr "" -#: src/expressions/parse.c:1044 +#: src/language/expressions/parse.c:1105 #, c-format msgid "%s requires at least %d valid arguments in list." msgstr "" -#: src/expressions/parse.c:1050 +#: src/language/expressions/parse.c:1111 #, 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/expressions/parse.c:1104 +#: src/language/expressions/parse.c:1165 #, c-format msgid "Type mismatch invoking %s as " msgstr "" -#: src/expressions/parse.c:1109 +#: src/language/expressions/parse.c:1170 msgid "Function invocation " msgstr "" -#: src/expressions/parse.c:1111 +#: src/language/expressions/parse.c:1172 msgid " does not match any known function. Candidates are:" msgstr "" -#: src/expressions/parse.c:1141 +#: src/language/expressions/parse.c:1202 #, c-format msgid "No function or vector named %s." msgstr "" -#: src/expressions/parse.c:1183 +#: src/language/expressions/parse.c:1244 #, c-format msgid "expecting `,' or `)' invoking %s function" msgstr "" -#: src/expressions/parse.c:1203 +#: src/language/expressions/parse.c:1264 #, c-format msgid "%s is a PSPP extension." msgstr "" -#: src/file-handle.q:68 -#, c-format -msgid "" -"File handle %s already refers to file %s. File handles cannot be redefined " -"within a session." -msgstr "" - -#: src/file-handle.q:89 -msgid "The FILE HANDLE required subcommand NAME is not present." -msgstr "" - -#: src/file-handle.q:113 -msgid "" -"Fixed-length records were specified on /RECFORM, but record length was not " -"specified on /LRECL. Assuming 1024-character records." -msgstr "" - -#: src/file-handle.q:120 -#, c-format -msgid "" -"Record length (%ld) must be at least one byte. 1-character records will be " -"assumed." -msgstr "" - -#: src/file-handle.q:157 -msgid "expecting a file name or handle name" -msgstr "" - -#: src/filename.c:227 -#, c-format -msgid "Searching for `%s'..." -msgstr "" - -#: src/filename.c:235 src/filename.c:267 -msgid "Search unsuccessful!" -msgstr "" - -#: src/filename.c:260 -#, c-format -msgid "Found `%s'." -msgstr "" - -#: src/filename.c:665 -#, c-format -msgid "Not opening pipe file `%s' because SAFER option set." -msgstr "" - -#: src/file-type.c:134 -msgid "MIXED, GROUPED, or NESTED expected." -msgstr "" - -#: src/file-type.c:157 -msgid "The CASE subcommand is not valid on FILE TYPE MIXED." -msgstr "" - -#: src/file-type.c:175 -msgid "WARN or NOWARN expected after WILD." -msgstr "" - -#: src/file-type.c:183 -msgid "The DUPLICATE subcommand is not valid on FILE TYPE MIXED." -msgstr "" - -#: src/file-type.c:197 -msgid "DUPLICATE=CASE is only valid on FILE TYPE NESTED." -msgstr "" - -#: src/file-type.c:206 -#, c-format -msgid "WARN%s expected after DUPLICATE." -msgstr "" - -#: src/file-type.c:207 -msgid ", NOWARN, or CASE" -msgstr "" - -#: src/file-type.c:208 -msgid " or NOWARN" -msgstr "" - -#: src/file-type.c:216 -msgid "The MISSING subcommand is not valid on FILE TYPE MIXED." -msgstr "" - -#: src/file-type.c:228 -msgid "WARN or NOWARN after MISSING." -msgstr "" - -#: src/file-type.c:236 -msgid "ORDERED is only valid on FILE TYPE GROUPED." -msgstr "" - -#: src/file-type.c:247 -msgid "YES or NO expected after ORDERED." -msgstr "" - -#: src/file-type.c:253 src/file-type.c:548 -msgid "while expecting a valid subcommand" -msgstr "" - -#: src/file-type.c:260 -msgid "The required RECORD subcommand was not present." -msgstr "" - -#: src/file-type.c:268 -msgid "The required CASE subcommand was not present." -msgstr "" - -#: src/file-type.c:274 -msgid "CASE and RECORD must specify different variable names." -msgstr "" - -#: src/file-type.c:332 -msgid "Column value must be positive." -msgstr "" - -#: src/file-type.c:348 -msgid "Ending column precedes beginning column." -msgstr "" - -#: src/file-type.c:368 -msgid "Bad format specifier name." -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." -msgstr "" - -#: src/file-type.c:420 -msgid "OTHER may appear only on the last RECORD TYPE command." -msgstr "" - -#: src/file-type.c:430 -msgid "No input commands (DATA LIST, REPEATING DATA) for above RECORD TYPE." -msgstr "" - -#: src/file-type.c:481 -msgid "" -"The CASE subcommand is not allowed on the RECORD TYPE command for FILE TYPE " -"MIXED." -msgstr "" - -#: src/file-type.c:491 -msgid "" -"No variable name may be specified for the CASE subcommand on RECORD TYPE." -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." -msgstr "" - -#: src/file-type.c:515 -msgid "WARN or NOWARN expected on DUPLICATE subcommand." -msgstr "" - -#: src/file-type.c:529 -msgid "WARN or NOWARN expected on MISSING subcommand." -msgstr "" - -#: src/file-type.c:542 -msgid "YES or NO expected on SPREAD subcommand." -msgstr "" - -#: src/file-type.c:599 -msgid "No input commands (DATA LIST, REPEATING DATA) on above RECORD TYPE." -msgstr "" - -#: src/file-type.c:606 -msgid "No commands between FILE TYPE and END FILE TYPE." -msgstr "" - -#: src/file-type.c:675 -#, c-format -msgid "Unknown record type \"%.*s\"." -msgstr "" - -#: src/file-type.c:699 -#, c-format -msgid "Unknown record type %g." -msgstr "" - -#: src/flip.c:88 -msgid "" -"FLIP ignores TEMPORARY. Temporary transformations will be made permanent." -msgstr "" - -#: src/flip.c:232 -#, c-format -msgid "Could not create acceptable variant for variable %s." -msgstr "" - -#: src/flip.c:248 -msgid "Cannot create more than 99999 variable names." -msgstr "" - -#: src/flip.c:292 -msgid "Could not create temporary file for FLIP." -msgstr "" - -#: src/flip.c:300 src/flip.c:367 +#: src/language/expressions/parse.c:1267 src/ui/terminal/command-line.c:132 +#: src/ui/terminal/command-line.c:151 src/ui/terminal/command-line.c:163 #, c-format -msgid "Error writing FLIP file: %s." +msgid "%s is not yet implemented." msgstr "" -#: src/flip.c:409 +#: src/language/expressions/parse.c:1273 #, c-format -msgid "Error rewinding FLIP file: %s." +msgid "%s may not appear after TEMPORARY." msgstr "" -#: src/flip.c:413 -msgid "Error creating FLIP source file." +#: src/language/lexer/format-parser.c:91 +msgid "expecting valid format specifier" msgstr "" -#: src/flip.c:422 -#, c-format -msgid "Error reading FLIP file: %s." +#: src/language/lexer/format-parser.c:124 +msgid "expecting format type" msgstr "" -#: src/flip.c:443 +#: src/language/lexer/lexer.c:271 #, c-format -msgid "Error seeking FLIP source file: %s." +msgid "%s does not form a valid number." msgstr "" -#: src/flip.c:448 +#: src/language/lexer/lexer.c:375 #, c-format -msgid "Error writing FLIP source file: %s." +msgid "Bad character in input: `%c'." msgstr "" -#: src/flip.c:459 +#: src/language/lexer/lexer.c:377 #, c-format -msgid "Error rewind FLIP source file: %s." +msgid "Bad character in input: `\\%o'." msgstr "" -#: src/flip.c:511 +#: src/language/lexer/lexer.c:413 #, c-format -msgid "Error reading FLIP temporary file: %s." -msgstr "" - -#: src/flip.c:514 -msgid "Unexpected end of file reading FLIP temporary file." +msgid "Subcommand %s may only be specified once." msgstr "" -#: src/format.c:73 +#: src/language/lexer/lexer.c:421 #, c-format -msgid "Format %s specifies an odd width %d, but an even width is required." +msgid "missing required subcommand %s" msgstr "" -#: src/format.c:81 +#: src/language/lexer/lexer.c:450 #, c-format -msgid "" -"Format %s specifies a bad number of implied decimal places %d. Input format " -"%s allows up to 16 implied decimal places." +msgid "Syntax error %s at %s." msgstr "" -#: src/format.c:105 +#: src/language/lexer/lexer.c:453 #, c-format -msgid "Format %s may not be used for input." +msgid "Syntax error at %s." msgstr "" -#: src/format.c:111 +#: src/language/lexer/lexer.c:569 src/language/lexer/lexer.c:586 #, c-format -msgid "" -"Input format %s specifies a bad width %d. Format %s requires a width " -"between %d and %d." +msgid "expecting `%s'" msgstr "" -#: src/format.c:121 -#, c-format -msgid "" -"Input format %s is invalid because it specifies more decimal places than the " -"field width." +#: src/language/lexer/lexer.c:627 +msgid "expecting number" msgstr "" -#: src/format.c:144 -#, c-format -msgid "" -"Output format %s specifies a bad width %d. Format %s requires a width " -"between %d and %d." +#: src/language/lexer/lexer.c:639 +msgid "expecting identifier" msgstr "" -#: src/format.c:154 -#, 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." +#: src/language/lexer/lexer.c:1028 +msgid "binary" msgstr "" -#: src/format.c:176 -#, c-format -msgid "%s variables are not compatible with %s format %s." +#: src/language/lexer/lexer.c:1033 +msgid "octal" msgstr "" -#: src/format.c:177 src/pfm-read.c:476 src/sfm-read.c:1012 src/sfm-read.c:1021 -msgid "String" +#: src/language/lexer/lexer.c:1038 +msgid "hex" msgstr "" -#: src/format.c:177 src/pfm-read.c:476 src/sfm-read.c:1012 src/sfm-read.c:1021 -msgid "Numeric" +#: src/language/lexer/lexer.c:1048 +#, c-format +msgid "String of %s digits has %d characters, which is not a multiple of %d." msgstr "" -#: src/format.c:197 +#: src/language/lexer/lexer.c:1077 #, c-format -msgid "String variable with width %d not compatible with format %s." +msgid "`%c' is not a valid %s digit." msgstr "" -#: src/format-prs.c:66 -msgid "X and T format specifiers not allowed here." +#: src/language/lexer/lexer.c:1111 +msgid "Unterminated string constant." msgstr "" -#: src/format-prs.c:74 -#, c-format -msgid "%.*s is not a valid data format." +#: src/language/lexer/lexer.c:1165 +msgid "Unexpected end of file in string concatenation." msgstr "" -#: src/format-prs.c:115 -msgid "Format specifier expected." +#: src/language/lexer/lexer.c:1173 +msgid "String expected following `+'." msgstr "" -#: src/format-prs.c:127 +#: src/language/lexer/lexer.c:1186 #, c-format -msgid "Data format %s does not specify a width." +msgid "String exceeds 255 characters in length (%d characters)." msgstr "" -#: src/format-prs.c:145 +#: src/language/lexer/range-parser.c:62 #, c-format -msgid "Data format %s is not valid." +msgid "" +"Low end of range (%g) is below high end (%g). The range will be treated as " +"reversed." msgstr "" -#: src/formats.c:89 -msgid "`(' expected after variable list" +#: src/language/lexer/range-parser.c:70 +#, c-format +msgid "Ends of range are equal (%g)." msgstr "" -#: src/formats.c:99 src/numeric.c:68 src/numeric.c:139 -msgid "`)' expected after output format." +#: src/language/lexer/range-parser.c:78 +msgid "LO or LOWEST must be part of a range." msgstr "" -#: src/frequencies.q:118 -msgid "S.E. Mean" +#: src/language/lexer/range-parser.c:109 +msgid "System-missing value is not valid here." msgstr "" -#: src/frequencies.q:120 -msgid "Mode" +#: src/language/lexer/range-parser.c:117 +msgid "expecting number or data string" msgstr "" -#: src/frequencies.q:124 -msgid "S.E. Kurt" +#: src/language/lexer/variable-parser.c:54 +msgid "expecting variable name" msgstr "" -#: src/frequencies.q:126 -msgid "S.E. Skew" +#: src/language/lexer/variable-parser.c:64 +#, c-format +msgid "%s is not a variable name." msgstr "" -#: src/frequencies.q:401 +#: src/language/lexer/variable-parser.c:173 +#, c-format 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." +"%s is not a numeric variable. It will not be included in the variable list." msgstr "" -#: src/frequencies.q:484 +#: src/language/lexer/variable-parser.c:176 #, 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." +"%s is not a string variable. It will not be included in the variable list." msgstr "" -#: src/frequencies.q:807 -msgid "" -"Upper limit of integer mode value range must be greater than lower limit." +#: src/language/lexer/variable-parser.c:180 +#, c-format +msgid "Scratch variables (such as %s) are not allowed here." msgstr "" -#: src/frequencies.q:820 +#: src/language/lexer/variable-parser.c:184 #, c-format -msgid "Variable %s specified multiple times on VARIABLES subcommand." +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/frequencies.q:826 +#: src/language/lexer/variable-parser.c:190 #, c-format -msgid "Integer mode specified, but %s is not a numeric variable." +msgid "" +"%s and %s are string variables with different widths. All variables in this " +"variable list must have the same width. %s will be omttied from the list." msgstr "" -#: src/frequencies.q:892 -msgid "`)' expected after GROUPED interval list." +#: src/language/lexer/variable-parser.c:195 +#, c-format +msgid "Variable %s appears twice in variable list." msgstr "" -#: src/frequencies.q:904 +#: src/language/lexer/variable-parser.c:308 #, c-format -msgid "Variables %s specified on GROUPED but not on VARIABLES." +msgid "%s TO %s is not valid syntax since %s precedes %s in the dictionary." msgstr "" -#: src/frequencies.q:911 +#: src/language/lexer/variable-parser.c:316 #, c-format -msgid "Variables %s specified multiple times on GROUPED subcommand." +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/frequencies.q:1142 src/frequencies.q:1234 src/frequencies.q:1235 -#: src/frequencies.q:1267 -msgid "Cum" +#: src/language/lexer/variable-parser.c:390 +msgid "incorrect use of TO convention" msgstr "" -#: src/frequencies.q:1144 src/plot-hist.c:127 -msgid "Frequency" +#: src/language/lexer/variable-parser.c:433 +msgid "Scratch variables not allowed here." msgstr "" -#: src/frequencies.q:1164 -msgid "Value Label" +#: src/language/lexer/variable-parser.c:455 +msgid "Prefixes don't match in use of TO convention." msgstr "" -#: src/frequencies.q:1265 -msgid "Freq" +#: src/language/lexer/variable-parser.c:460 +msgid "Bad bounds in use of TO convention." msgstr "" -#: src/frequencies.q:1266 src/frequencies.q:1268 -msgid "Pct" +#: src/language/stats/aggregate.c:212 +msgid "while expecting COLUMNWISE" +msgstr "" + +#: src/language/stats/aggregate.c:241 +msgid "expecting BREAK" msgstr "" -#: src/frequencies.q:1487 +#: src/language/stats/aggregate.c:246 +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/language/stats/aggregate.c:449 +msgid "expecting aggregation function" +msgstr "" + +#: src/language/stats/aggregate.c:467 #, c-format -msgid "No valid data for variable %s; statistics not displayed." +msgid "Unknown aggregation function %s." msgstr "" -#: src/get.c:306 src/get.c:320 src/get.c:345 +#: src/language/stats/aggregate.c:523 #, c-format -msgid "expecting %s or %s" +msgid "Missing argument %d to %s." msgstr "" -#: src/get.c:553 src/print.c:182 -msgid "expecting a valid subcommand" +#: src/language/stats/aggregate.c:532 +#, c-format +msgid "Arguments to %s must be of same type as source variables." msgstr "" -#: src/get.c:586 +#: src/language/stats/aggregate.c:554 #, 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)\"." +"Number of source variables (%u) does not match number of target variables (%" +"u)." msgstr "" -#: src/get.c:611 -msgid "`=' expected after variable list." +#: src/language/stats/aggregate.c:570 +#, 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." msgstr "" -#: src/get.c:618 +#: src/language/stats/aggregate.c:640 #, 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." +"Variable name %s is not unique within the aggregate file dictionary, which " +"contains the aggregate variables and the break variables." msgstr "" -#: src/get.c:631 +#: src/language/stats/autorecode.c:135 #, c-format -msgid "Requested renaming duplicates variable name %s." +msgid "Source variable count (%u) does not match target variable count (%u)." msgstr "" -#: src/get.c:661 -msgid "Cannot DROP all variables from dictionary." +#: src/language/stats/autorecode.c:163 +#, c-format +msgid "Target variable %s duplicates existing variable %s." msgstr "" -#: src/get.c:836 -msgid "The active file may not be specified more than once." +#: src/language/stats/autorecode.c:170 +#, c-format +msgid "Duplicate variable name %s among target variables." msgstr "" -#: src/get.c:845 -msgid "Cannot specify the active file since no active file has been defined." +#: src/language/stats/binomial.c:138 +#, c-format +msgid "Variable %s is not dichotomous" msgstr "" -#: src/get.c:853 -msgid "" -"MATCH FILES may not be used after TEMPORARY when the active file is an input " -"source. Temporary transformations will be made permanent." +#: src/language/stats/binomial.c:184 +msgid "Binomial Test" msgstr "" -#: src/get.c:891 -msgid "Multiple IN subcommands for a single FILE or TABLE." +#: src/language/stats/binomial.c:202 +msgid "Group1" msgstr "" -#: src/get.c:911 -msgid "BY may appear at most once." +#: src/language/stats/binomial.c:205 +msgid "Group2" msgstr "" -#: src/get.c:931 -#, c-format -msgid "File %s lacks BY variable %s." +#: src/language/stats/binomial.c:208 src/language/stats/chisquare.c:236 +#: src/language/stats/chisquare.c:296 src/language/stats/crosstabs.q:825 +#: src/language/stats/crosstabs.q:1025 src/language/stats/crosstabs.q:1748 +#: src/language/stats/examine.q:909 src/language/stats/frequencies.q:1222 +#: src/language/stats/oneway.q:306 src/language/stats/oneway.q:470 +#: src/language/stats/regression.q:314 +msgid "Total" msgstr "" -#: src/get.c:945 -msgid "FIRST may appear at most once." +#: src/language/stats/binomial.c:253 src/language/stats/chisquare.c:259 +#: src/language/stats/crosstabs.q:1143 src/language/stats/crosstabs.q:1184 +msgid "Category" msgstr "" -#: src/get.c:959 -msgid "LAST may appear at most once." +#: src/language/stats/binomial.c:254 src/language/stats/crosstabs.q:835 +#: src/language/stats/examine.q:985 src/language/stats/frequencies.q:1518 +#: src/language/stats/npar-summary.c:124 src/language/stats/oneway.q:391 +#: src/language/stats/t-test.q:681 src/language/stats/t-test.q:704 +#: src/language/stats/t-test.q:830 src/language/stats/t-test.q:1367 +msgid "N" msgstr "" -#: src/get.c:1000 -msgid "BY is required when TABLE is specified." +#: src/language/stats/binomial.c:255 +msgid "Observed Prop." msgstr "" -#: src/get.c:1005 -msgid "BY is required when IN is specified." +#: src/language/stats/binomial.c:256 +msgid "Test Prop." msgstr "" -#: src/get.c:1033 +#: src/language/stats/binomial.c:259 #, c-format -msgid "IN variable name %s duplicates an existing variable name." +msgid "Exact Sig. (%d-tailed)" msgstr "" -#: src/get.c:1462 +#: src/language/stats/chisquare.c:208 #, c-format msgid "" -"Variable %s in file %s (%s) has different type or width from the same " -"variable in earlier file (%s)." +"CHISQUARE test specified %d expected values, but %d distinct values were " +"encountered in variable %s." msgstr "" -#: src/get.c:1546 -msgid "expecting COMM or TAPE" +#: src/language/stats/chisquare.c:220 src/language/stats/chisquare.c:260 +msgid "Observed N" msgstr "" -#: src/getl.c:178 -#, c-format -msgid "Can't find `%s' in include file search path." +#: src/language/stats/chisquare.c:221 src/language/stats/chisquare.c:261 +msgid "Expected N" msgstr "" -#: src/getl.c:333 -#, c-format -msgid "%s: Opening as syntax file." +#: src/language/stats/chisquare.c:222 src/language/stats/chisquare.c:262 +#: src/language/stats/regression.q:313 +msgid "Residual" msgstr "" -#: src/getl.c:338 -#, c-format -msgid "Opening `%s': %s." +#: src/language/stats/chisquare.c:255 +msgid "Frequencies" msgstr "" -#: src/getl.c:347 src/html.c:349 src/postscript.c:1461 -#, c-format -msgid "Reading `%s': %s." +#: src/language/stats/chisquare.c:309 +msgid "Test Statistics" msgstr "" -#: src/getl.c:405 -#, c-format -msgid "Closing `%s': %s." +#: src/language/stats/chisquare.c:323 +msgid "Chi-Square" msgstr "" -#: src/groff-font.c:105 -#, c-format -msgid "%s: Opening Groff font file..." +#: src/language/stats/chisquare.c:324 src/language/stats/crosstabs.q:1119 +#: src/language/stats/oneway.q:279 src/language/stats/oneway.q:680 +#: src/language/stats/regression.q:307 src/language/stats/t-test.q:981 +#: src/language/stats/t-test.q:1173 src/language/stats/t-test.q:1266 +msgid "df" +msgstr "" + +#: src/language/stats/chisquare.c:325 +msgid "Asymp. Sig." +msgstr "" + +#: src/language/stats/crosstabs.q:271 +msgid "" +"Missing mode REPORT not allowed in general mode. Assuming MISSING=TABLE." msgstr "" -#: src/groff-font.c:159 -msgid "Missing font name." +#: src/language/stats/crosstabs.q:281 +msgid "Write mode ALL not allowed in general mode. Assuming WRITE=CELLS." msgstr "" -#: src/groff-font.c:169 -msgid "Missing encoding filename." +#: src/language/stats/crosstabs.q:337 +msgid "Too many crosstabulation variables or dimensions." msgstr "" -#: src/groff-font.c:182 -msgid "Bad spacewidth value." +#: src/language/stats/crosstabs.q:347 +msgid "expecting BY" msgstr "" -#: src/groff-font.c:194 -msgid "Bad slant value." +#: src/language/stats/crosstabs.q:414 +msgid "VARIABLES must be specified before TABLES." msgstr "" -#: src/groff-font.c:219 +#: src/language/stats/crosstabs.q:452 #, c-format -msgid "Unknown ligature `%s'." +msgid "Maximum value (%ld) less than minimum value (%ld)." msgstr "" -#: src/groff-font.c:254 -msgid "Unexpected end of line reading character set." +#: src/language/stats/crosstabs.q:820 +msgid "Summary." msgstr "" -#: src/groff-font.c:262 -msgid "Can't use ditto mark for first character." +#: src/language/stats/crosstabs.q:822 src/language/stats/examine.q:973 +msgid "Cases" msgstr "" -#: src/groff-font.c:267 -msgid "Can't ditto into an unnamed character." +#: src/language/stats/crosstabs.q:823 src/language/stats/examine.q:907 +#: src/language/stats/frequencies.q:1143 src/language/stats/frequencies.q:1519 +msgid "Valid" msgstr "" -#: src/groff-font.c:284 -#, c-format -msgid "Missing metrics for character `%s'." +#: src/language/stats/crosstabs.q:824 src/language/stats/examine.q:908 +#: src/language/stats/frequencies.q:1213 src/language/stats/frequencies.q:1520 +#: src/ui/gui/var-sheet.c:73 +msgid "Missing" msgstr "" -#: src/groff-font.c:293 -#, c-format -msgid "Missing type for character `%s'." +#: src/language/stats/crosstabs.q:836 src/language/stats/examine.q:988 +#: src/language/stats/frequencies.q:1147 src/language/stats/frequencies.q:1148 +#: src/language/stats/frequencies.q:1149 +msgid "Percent" msgstr "" -#: src/groff-font.c:302 -#, c-format -msgid "Missing code for character `%s'." +#: src/language/stats/crosstabs.q:1077 +msgid "count" +msgstr "" + +#: src/language/stats/crosstabs.q:1078 +msgid "row %" msgstr "" -#: src/groff-font.c:321 -msgid "Malformed kernpair." +#: src/language/stats/crosstabs.q:1079 +msgid "column %" msgstr "" -#: src/groff-font.c:328 -msgid "Unexpected end of line reading kernpairs." +#: src/language/stats/crosstabs.q:1080 +msgid "total %" msgstr "" -#: src/groff-font.c:334 -msgid "Bad kern value." +#: src/language/stats/crosstabs.q:1081 +msgid "expected" msgstr "" -#: src/groff-font.c:366 -#, c-format -msgid "Font read successfully with internal name %s." +#: src/language/stats/crosstabs.q:1082 +msgid "residual" msgstr "" -#: src/groff-font.c:387 -msgid "Error reading font." +#: src/language/stats/crosstabs.q:1083 +msgid "std. resid." msgstr "" -#: src/groff-font.c:400 -msgid "installation error: Groff font error: " +#: src/language/stats/crosstabs.q:1084 +msgid "adj. resid." msgstr "" -#: src/groff-font.c:430 -#, c-format -msgid "Bad character \\%3o." +#: src/language/stats/crosstabs.q:1114 +msgid "Chi-square tests." msgstr "" -#: src/groff-font.c:685 -#, c-format -msgid "Groff font error: Cannot find \"%s\"." +#: src/language/stats/crosstabs.q:1117 src/language/stats/crosstabs.q:1144 +#: src/language/stats/crosstabs.q:1164 src/language/stats/crosstabs.q:1185 +#: src/language/stats/examine.q:1420 +msgid "Statistic" msgstr "" -#: src/groff-font.c:750 -#, c-format -msgid "%s: Opening Groff description file..." +#: src/language/stats/crosstabs.q:1121 +msgid "Asymp. Sig. (2-sided)" msgstr "" -#: src/groff-font.c:766 -msgid "Multiple `sizes' declarations." +#: src/language/stats/crosstabs.q:1123 +msgid "Exact. Sig. (2-sided)" +msgstr "" + +#: src/language/stats/crosstabs.q:1125 +msgid "Exact. Sig. (1-sided)" msgstr "" -#: src/groff-font.c:783 -msgid "Unexpected end of file. Missing 0 terminator to `sizes' command?" +#: src/language/stats/crosstabs.q:1140 +msgid "Symmetric measures." msgstr "" -#: src/groff-font.c:795 src/groff-font.c:802 src/groff-font.c:815 -msgid "Bad argument to `sizes'." +#: src/language/stats/crosstabs.q:1146 src/language/stats/crosstabs.q:1188 +msgid "Asymp. Std. Error" msgstr "" -#: src/groff-font.c:807 -msgid "Bad range in argument to `sizes'." +#: src/language/stats/crosstabs.q:1147 src/language/stats/crosstabs.q:1189 +msgid "Approx. T" msgstr "" -#: src/groff-font.c:836 -msgid "Family name expected." +#: src/language/stats/crosstabs.q:1148 src/language/stats/crosstabs.q:1190 +msgid "Approx. Sig." msgstr "" -#: src/groff-font.c:841 -msgid "This command already specified." +#: src/language/stats/crosstabs.q:1159 +msgid "Risk estimate." msgstr "" -#: src/groff-font.c:861 +#: src/language/stats/crosstabs.q:1163 #, c-format -msgid "%s: Device characteristic already defined." +msgid "95%% Confidence Interval" msgstr "" -#: src/groff-font.c:867 -#, c-format -msgid "%s: Invalid numeric format." +#: src/language/stats/crosstabs.q:1166 src/language/stats/t-test.q:985 +#: src/language/stats/t-test.q:1170 src/language/stats/t-test.q:1269 +msgid "Lower" msgstr "" -#: src/groff-font.c:897 -msgid "Missing `res', `unitwidth', and/or `sizes' line(s)." +#: src/language/stats/crosstabs.q:1167 src/language/stats/t-test.q:986 +#: src/language/stats/t-test.q:1171 src/language/stats/t-test.q:1270 +msgid "Upper" msgstr "" -#: src/groff-font.c:923 -msgid "Description file read successfully." +#: src/language/stats/crosstabs.q:1181 +msgid "Directional measures." msgstr "" -#: src/groff-font.c:955 -msgid "Error reading description file." +#: src/language/stats/crosstabs.q:1186 src/ui/gui/var-sheet.c:68 +msgid "Type" msgstr "" -#: src/groff-font.c:1012 -msgid "<>" +#: src/language/stats/crosstabs.q:1940 +msgid "Pearson Chi-Square" msgstr "" -#: src/hash.c:581 -#, c-format -msgid "hash table:" +#: src/language/stats/crosstabs.q:1941 +msgid "Likelihood Ratio" msgstr "" -#: src/html.c:72 -#, c-format -msgid "HTML driver initializing as `%s'..." +#: src/language/stats/crosstabs.q:1942 +msgid "Fisher's Exact Test" msgstr "" -#: src/html.c:176 -#, c-format -msgid "Unknown configuration parameter `%s' for HTML device driver." +#: src/language/stats/crosstabs.q:1943 +msgid "Continuity Correction" 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/language/stats/crosstabs.q:1944 +msgid "Linear-by-Linear Association" msgstr "" -#: src/html.c:262 -#, c-format -msgid "%s: %s: Opening HTML prologue..." +#: src/language/stats/crosstabs.q:1981 src/language/stats/crosstabs.q:2051 +#: src/language/stats/crosstabs.q:2110 +msgid "N of Valid Cases" msgstr "" -#: src/html.c:286 src/postscript.c:1353 src/postscript.c:1364 -msgid "nobody" +#: src/language/stats/crosstabs.q:1997 src/language/stats/crosstabs.q:2126 +msgid "Nominal by Nominal" msgstr "" -#: src/html.c:295 src/html.c:298 src/postscript.c:1360 src/postscript.c:1365 -msgid "nowhere" +#: src/language/stats/crosstabs.q:1998 src/language/stats/crosstabs.q:2127 +msgid "Ordinal by Ordinal" msgstr "" -#: src/html.c:358 -#, c-format -msgid "%s: HTML prologue read successfully." +#: src/language/stats/crosstabs.q:1999 +msgid "Interval by Interval" msgstr "" -#: src/html.c:362 -#, c-format -msgid "%s: Error reading HTML prologue." +#: src/language/stats/crosstabs.q:2000 +msgid "Measure of Agreement" msgstr "" -#: src/html.c:390 -#, c-format -msgid "HTML output driver: %s: %s" +#: src/language/stats/crosstabs.q:2005 +msgid "Phi" msgstr "" -#: src/html.c:421 src/list.q:256 -#, c-format -msgid "Cannot open first page on HTML device %s." +#: src/language/stats/crosstabs.q:2006 +msgid "Cramer's V" msgstr "" -#: src/include.c:43 -msgid "expecting filename" +#: src/language/stats/crosstabs.q:2007 +msgid "Contingency Coefficient" msgstr "" -#: src/inpt-pgm.c:84 -msgid "No matching INPUT PROGRAM command." +#: src/language/stats/crosstabs.q:2008 +msgid "Kendall's tau-b" msgstr "" -#: src/inpt-pgm.c:89 -msgid "" -"No data-input or transformation commands specified between INPUT PROGRAM and " -"END INPUT PROGRAM." +#: src/language/stats/crosstabs.q:2009 +msgid "Kendall's tau-c" 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/language/stats/crosstabs.q:2010 +msgid "Gamma" msgstr "" -#: src/inpt-pgm.c:337 -msgid "COLUMN subcommand multiply specified." +#: src/language/stats/crosstabs.q:2011 +msgid "Spearman Correlation" msgstr "" -#: src/inpt-pgm.c:388 -msgid "" -"REREAD: Column numbers must be positive finite numbers. Column set to 1." +#: src/language/stats/crosstabs.q:2012 +msgid "Pearson's R" msgstr "" -#: src/lexer.c:250 -#, c-format -msgid "%s does not form a valid number." +#: src/language/stats/crosstabs.q:2013 +msgid "Kappa" msgstr "" -#: src/lexer.c:367 +#: src/language/stats/crosstabs.q:2083 #, c-format -msgid "Bad character in input: `%c'." +msgid "Odds Ratio for %s (%g / %g)" msgstr "" -#: src/lexer.c:369 +#: src/language/stats/crosstabs.q:2086 #, c-format -msgid "Bad character in input: `\\%o'." +msgid "Odds Ratio for %s (%.*s / %.*s)" msgstr "" -#: src/lexer.c:386 +#: src/language/stats/crosstabs.q:2094 #, c-format -msgid "Subcommand %s may only be specified once." +msgid "For cohort %s = %g" msgstr "" -#: src/lexer.c:394 +#: src/language/stats/crosstabs.q:2097 #, c-format -msgid "missing required subcommand %s" +msgid "For cohort %s = %.*s" msgstr "" -#: src/lexer.c:423 -#, c-format -msgid "Syntax error %s at %s." +#: src/language/stats/crosstabs.q:2128 +msgid "Nominal by Interval" msgstr "" -#: src/lexer.c:426 -#, c-format -msgid "Syntax error at %s." +#: src/language/stats/crosstabs.q:2133 +msgid "Lambda" msgstr "" -#: src/lexer.c:544 src/lexer.c:561 -#, c-format -msgid "expecting `%s'" +#: src/language/stats/crosstabs.q:2134 +msgid "Goodman and Kruskal tau" msgstr "" -#: src/lexer.c:575 src/val-labs.c:157 -msgid "expecting string" +#: src/language/stats/crosstabs.q:2135 +msgid "Uncertainty Coefficient" msgstr "" -#: src/lexer.c:589 src/val-labs.c:166 -msgid "expecting integer" +#: src/language/stats/crosstabs.q:2136 +msgid "Somers' d" msgstr "" -#: src/lexer.c:603 -msgid "expecting number" +#: src/language/stats/crosstabs.q:2137 +msgid "Eta" msgstr "" -#: src/lexer.c:617 -msgid "expecting identifier" +#: src/language/stats/crosstabs.q:2142 +msgid "Symmetric" msgstr "" -#: src/lexer.c:849 -msgid "" +#: src/language/stats/crosstabs.q:2143 src/language/stats/crosstabs.q:2144 +#, c-format +msgid "%s Dependent" msgstr "" -#: src/lexer.c:983 src/repeat.c:217 -msgid "Unexpected end of file." +#: src/language/stats/descriptives.c:106 src/language/stats/examine.q:1525 +#: src/language/stats/frequencies.q:125 src/language/stats/npar-summary.c:127 +#: src/language/stats/oneway.q:392 src/language/stats/t-test.q:682 +#: src/language/stats/t-test.q:705 src/language/stats/t-test.q:829 +#: src/language/stats/t-test.q:1167 +msgid "Mean" msgstr "" -#: src/lexer.c:992 -msgid "binary" +#: src/language/stats/descriptives.c:107 +msgid "S E Mean" msgstr "" -#: src/lexer.c:992 -msgid "octal" +#: src/language/stats/descriptives.c:108 src/language/stats/frequencies.q:129 +msgid "Std Dev" msgstr "" -#: src/lexer.c:992 -msgid "hex" +#: src/language/stats/descriptives.c:109 src/language/stats/examine.q:1605 +#: src/language/stats/frequencies.q:130 +msgid "Variance" msgstr "" -#: src/lexer.c:1006 -#, c-format -msgid "String of %s digits has %d characters, which is not a multiple of %d." +#: src/language/stats/descriptives.c:110 src/language/stats/examine.q:1712 +#: src/language/stats/frequencies.q:131 +msgid "Kurtosis" msgstr "" -#: src/lexer.c:1035 -#, c-format -msgid "`%c' is not a valid %s digit." +#: src/language/stats/descriptives.c:111 +msgid "S E Kurt" msgstr "" -#: src/lexer.c:1066 -msgid "Unterminated string constant." +#: src/language/stats/descriptives.c:112 src/language/stats/examine.q:1692 +#: src/language/stats/frequencies.q:133 +msgid "Skewness" msgstr "" -#: src/lexer.c:1138 -#, c-format -msgid "String exceeds 255 characters in length (%d characters)." +#: src/language/stats/descriptives.c:113 +msgid "S E Skew" msgstr "" -#: src/lexer.c:1153 -msgid "" -"Sorry, literal strings may not contain null characters. Replacing with " -"spaces." +#: src/language/stats/descriptives.c:114 src/language/stats/examine.q:1653 +#: src/language/stats/frequencies.q:135 +msgid "Range" msgstr "" -#: src/list.q:155 -#, c-format -msgid "" -"The first case (%ld) specified precedes the last case (%ld) specified. The " -"values will be swapped." +#: src/language/stats/descriptives.c:115 src/language/stats/examine.q:1630 +#: src/language/stats/frequencies.q:136 src/language/stats/npar-summary.c:133 +#: src/language/stats/oneway.q:404 +msgid "Minimum" msgstr "" -#: src/list.q:163 -#, c-format -msgid "" -"The first case (%ld) to list is less than 1. The value is being reset to 1." +#: src/language/stats/descriptives.c:116 src/language/stats/examine.q:1641 +#: src/language/stats/frequencies.q:137 src/language/stats/npar-summary.c:136 +#: src/language/stats/oneway.q:405 +msgid "Maximum" msgstr "" -#: src/list.q:169 -#, c-format -msgid "" -"The last case (%ld) to list is less than 1. The value is being reset to 1." +#: src/language/stats/descriptives.c:117 src/language/stats/frequencies.q:138 +msgid "Sum" msgstr "" -#: src/list.q:175 +#: src/language/stats/descriptives.c:346 #, c-format -msgid "The step value %ld is less than 1. The value is being reset to 1." -msgstr "" - -#: src/list.q:201 -msgid "`/FORMAT WEIGHT' specified, but weighting is not on." +msgid "Z-score variable name %s would be a duplicate variable name." msgstr "" -#: src/list.q:444 -msgid "Line" +#: src/language/stats/descriptives.c:449 +msgid "expecting statistic name: reverting to default" msgstr "" -#: src/loop.c:197 -msgid "The index variable may not be a string variable." +#: src/language/stats/descriptives.c:522 +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/loop.c:303 -msgid "There is no LOOP command that corresponds to this END LOOP." +#: src/language/stats/descriptives.c:554 +msgid "Mapping of variables to corresponding Z-scores." msgstr "" -#: src/loop.c:497 -msgid "" -"This command may only appear enclosed in a LOOP/END LOOP control structure." +#: src/language/stats/descriptives.c:559 +msgid "Source" msgstr "" -#: src/loop.c:503 -msgid "BREAK not enclosed in DO IF structure." +#: src/language/stats/descriptives.c:560 +msgid "Target" msgstr "" -#: src/loop.c:581 +#: src/language/stats/descriptives.c:670 #, c-format -msgid "%s without %s." +msgid "Z-score of %s" msgstr "" -#: src/main.c:89 -msgid "Error initializing output drivers." +#: src/language/stats/descriptives.c:882 +msgid "Valid N" msgstr "" -#: src/main.c:159 -msgid "This command not executed." +#: src/language/stats/descriptives.c:883 +msgid "Missing N" msgstr "" -#: src/main.c:163 -msgid "" -"Skipping the rest of this command. Part of this command may have been " -"executed." +#: src/language/stats/descriptives.c:910 +#, c-format +msgid "Valid cases = %g; cases with missing value(s) = %g." msgstr "" -#: src/main.c:168 -msgid "" -"Skipping the rest of this command. This command was fully executed up to " -"this point." +#: src/language/stats/examine.q:283 src/language/stats/examine.q:286 +#, c-format +msgid "%s is not currently supported." msgstr "" -#: src/main.c:173 -msgid "" -"Trailing garbage was encountered following this command. The command was " -"fully executed to this point." +#: src/language/stats/examine.q:492 src/language/stats/examine.q:505 +#, c-format +msgid "%s and %s are mutually exclusive" msgstr "" -#: src/main.c:190 -msgid "The rest of this command has been discarded." +#: src/language/stats/examine.q:967 +msgid "Case Processing Summary" msgstr "" -#: src/matrix-data.c:211 -msgid "VARIABLES subcommand multiply specified." +#: src/language/stats/examine.q:1174 +msgid "Extreme Values" msgstr "" -#: src/matrix-data.c:226 -msgid "VARNAME_ cannot be explicitly specified on VARIABLES." +#: src/language/stats/examine.q:1190 +msgid "Case Number" msgstr "" -#: src/matrix-data.c:287 -msgid "in FORMAT subcommand" +#: src/language/stats/examine.q:1275 +msgid "Highest" msgstr "" -#: src/matrix-data.c:298 -msgid "SPLIT subcommand multiply specified." +#: src/language/stats/examine.q:1280 +msgid "Lowest" msgstr "" -#: src/matrix-data.c:305 -msgid "in SPLIT subcommand" +#: src/language/stats/examine.q:1421 src/language/stats/oneway.q:394 +#: src/language/stats/oneway.q:678 src/language/stats/regression.q:211 +msgid "Std. Error" msgstr "" -#: src/matrix-data.c:315 -msgid "Split variable may not be named ROWTYPE_ or VARNAME_." +#: src/language/stats/examine.q:1423 src/language/stats/oneway.q:408 +msgid "Descriptives" msgstr "" -#: src/matrix-data.c:349 +#: src/language/stats/examine.q:1543 src/language/stats/oneway.q:399 #, c-format -msgid "Split variable %s is already another type." +msgid "%g%% Confidence Interval for Mean" +msgstr "" + +#: src/language/stats/examine.q:1549 src/language/stats/oneway.q:401 +msgid "Lower Bound" msgstr "" -#: src/matrix-data.c:364 -msgid "FACTORS subcommand multiply specified." +#: src/language/stats/examine.q:1560 src/language/stats/oneway.q:402 +msgid "Upper Bound" msgstr "" -#: src/matrix-data.c:383 +#: src/language/stats/examine.q:1572 #, c-format -msgid "Factor variable %s is already another type." +msgid "5%% Trimmed Mean" msgstr "" -#: src/matrix-data.c:398 -msgid "CELLS subcommand multiply specified." +#: src/language/stats/examine.q:1583 src/language/stats/frequencies.q:127 +msgid "Median" msgstr "" -#: src/matrix-data.c:404 src/matrix-data.c:423 -msgid "expecting positive integer" +#: src/language/stats/examine.q:1617 src/language/stats/npar-summary.c:130 +#: src/language/stats/oneway.q:393 src/language/stats/t-test.q:683 +#: src/language/stats/t-test.q:706 src/language/stats/t-test.q:831 +#: src/language/stats/t-test.q:1168 +msgid "Std. Deviation" msgstr "" -#: src/matrix-data.c:417 -msgid "N subcommand multiply specified." +#: src/language/stats/examine.q:1665 +msgid "Interquartile Range" msgstr "" -#: src/matrix-data.c:438 -msgid "CONTENTS subcommand multiply specified." +#: src/language/stats/examine.q:1817 +#, c-format +msgid "Boxplot of %s vs. %s" msgstr "" -#: src/matrix-data.c:458 -msgid "Nested parentheses not allowed." +#: src/language/stats/examine.q:1842 +msgid "Boxplot" msgstr "" -#: src/matrix-data.c:468 -msgid "Mismatched right parenthesis (`(')." +#: src/language/stats/examine.q:1884 +#, c-format +msgid "Normal Q-Q Plot of %s" msgstr "" -#: src/matrix-data.c:473 -msgid "Empty parentheses not allowed." +#: src/language/stats/examine.q:1885 src/language/stats/examine.q:1891 +msgid "Observed Value" msgstr "" -#: src/matrix-data.c:486 src/matrix-data.c:494 -msgid "in CONTENTS subcommand" +#: src/language/stats/examine.q:1886 +msgid "Expected Normal" msgstr "" -#: src/matrix-data.c:501 +#: src/language/stats/examine.q:1889 #, c-format -msgid "Content multiply specified for %s." +msgid "Detrended Normal Q-Q Plot of %s" msgstr "" -#: src/matrix-data.c:518 -msgid "Missing right parenthesis." +#: src/language/stats/examine.q:1892 +msgid "Dev from Normal" msgstr "" -#: src/matrix-data.c:538 -msgid "Missing VARIABLES subcommand." +#: src/language/stats/examine.q:2011 src/language/stats/examine.q:2033 +#: src/language/stats/frequencies.q:1530 src/language/stats/npar-summary.c:143 +msgid "Percentiles" msgstr "" -#: src/matrix-data.c:544 -msgid "" -"CONTENTS subcommand not specified: assuming file contains only CORR matrix." +#: src/language/stats/examine.q:2157 +msgid "Tukey's Hinges" msgstr "" -#: src/matrix-data.c:554 +#: src/language/stats/flip.c:104 msgid "" -"Missing CELLS subcommand. CELLS is required when ROWTYPE_ is not given in " -"the data and factors are present." -msgstr "" - -#: src/matrix-data.c:562 -msgid "Split file values must be present in the data when ROWTYPE_ is present." +"FLIP ignores TEMPORARY. Temporary transformations will be made permanent." msgstr "" -#: src/matrix-data.c:615 -msgid "No continuous variables specified." +#: src/language/stats/flip.c:249 +#, c-format +msgid "Could not create acceptable variant for variable %s." msgstr "" -#: src/matrix-data.c:858 -msgid "Scope of string exceeds line." +#: src/language/stats/flip.c:265 +msgid "Cannot create more than 99999 variable names." msgstr "" -#: src/matrix-data.c:923 -#, c-format -msgid "End of line expected %s while reading %s." +#: src/language/stats/flip.c:302 +msgid "Could not create temporary file for FLIP." msgstr "" -#: src/matrix-data.c:1109 +#: src/language/stats/flip.c:313 src/language/stats/flip.c:385 #, c-format -msgid "expecting value for %s %s" +msgid "Error writing FLIP file: %s." msgstr "" -#: src/matrix-data.c:1273 +#: src/language/stats/flip.c:432 #, c-format -msgid "Syntax error expecting SPLIT FILE value %s." +msgid "Error rewinding FLIP file: %s." msgstr "" -#: src/matrix-data.c:1282 -#, c-format -msgid "Expecting value %g for %s." +#: src/language/stats/flip.c:439 +msgid "Error creating FLIP source file." msgstr "" -#: src/matrix-data.c:1323 src/matrix-data.c:1786 +#: src/language/stats/flip.c:451 #, c-format -msgid "Syntax error expecting factor value %s." +msgid "Error reading FLIP file: %s." msgstr "" -#: src/matrix-data.c:1332 +#: src/language/stats/flip.c:475 #, c-format -msgid "Syntax error expecting value %g for %s %s." +msgid "Error seeking FLIP source file: %s." msgstr "" -#: src/matrix-data.c:1566 +#: src/language/stats/flip.c:483 #, c-format -msgid "Syntax error %s expecting SPLIT FILE value." +msgid "Error writing FLIP source file: %s." msgstr "" -#: src/matrix-data.c:1693 +#: src/language/stats/flip.c:494 #, c-format -msgid "" -"Expected %d lines of data for %s content; actually saw %d lines. No data " -"will be output for this content." +msgid "Error closing FLIP source file: %s." msgstr "" -#: src/matrix-data.c:1728 +#: src/language/stats/flip.c:502 #, c-format -msgid "Multiply specified ROWTYPE_ %s." +msgid "Error rewinding FLIP source file: %s." msgstr "" -#: src/matrix-data.c:1733 +#: src/language/stats/flip.c:548 #, c-format -msgid "Syntax error %s expecting ROWTYPE_ string." +msgid "Error reading FLIP temporary file: %s." msgstr "" -#: src/matrix-data.c:1753 -#, c-format -msgid "Syntax error %s." +#: src/language/stats/flip.c:551 +msgid "Unexpected end of file reading FLIP temporary file." msgstr "" -#: src/matrix-data.c:1904 -#, c-format -msgid "Duplicate specification for %s." +#: src/language/stats/frequencies.q:126 +msgid "S.E. Mean" msgstr "" -#: src/matrix-data.c:1916 -#, c-format -msgid "Too many rows of matrix data for %s." +#: src/language/stats/frequencies.q:128 +msgid "Mode" msgstr "" -#: src/matrix-data.c:1964 -#, c-format -msgid "Syntax error expecting value for %s %s." +#: src/language/stats/frequencies.q:132 +msgid "S.E. Kurt" msgstr "" -#: src/means.q:104 -msgid "Missing required subcommand TABLES." +#: src/language/stats/frequencies.q:134 +msgid "S.E. Skew" msgstr "" -#: src/means.q:138 -msgid "TABLES subcommand may not appear more than once." +#: src/language/stats/frequencies.q:408 +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/mis-val.c:72 +#: src/language/stats/frequencies.q:491 #, c-format msgid "" -"Cannot mix numeric variables (e.g. %s) and string variables (e.g. %s) within " -"a single list." -msgstr "" - -#: src/mis-val.c:101 -msgid "LO THRU HI is an invalid range." +"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/mis-val.c:111 -msgid "LO or LOWEST must be part of a range." +#: src/language/stats/frequencies.q:810 +msgid "" +"Upper limit of integer mode value range must be greater than lower limit." msgstr "" -#: src/mis-val.c:135 +#: src/language/stats/frequencies.q:823 #, c-format -msgid "Truncating missing value to short string length (%d characters)." +msgid "Variable %s specified multiple times on VARIABLES subcommand." msgstr "" -#: src/mis-val.c:154 +#: src/language/stats/frequencies.q:829 #, c-format -msgid "Missing values provided are too long to assign to variable of width %d." +msgid "Integer mode specified, but %s is not a numeric variable." msgstr "" -#: src/mis-val.c:207 -msgid "expecting number or data string" +#: src/language/stats/frequencies.q:903 +msgid "`)' expected after GROUPED interval list." msgstr "" -#: src/mkfile.c:54 +#: src/language/stats/frequencies.q:915 #, c-format -msgid "%s: Creating temporary file: %s." +msgid "Variables %s specified on GROUPED but not on VARIABLES." msgstr "" -#: src/mkfile.c:96 +#: src/language/stats/frequencies.q:922 #, c-format -msgid "%s: Creating file: %s." -msgstr "" - -#: src/modify-vars.c:92 -msgid "" -"MODIFY VARS may not be used after TEMPORARY. Temporary transformations will " -"be made permanent." +msgid "Variables %s specified multiple times on GROUPED subcommand." msgstr "" -#: src/modify-vars.c:116 -msgid "REORDER subcommand may be given at most once." +#: src/language/stats/frequencies.q:1144 src/language/stats/frequencies.q:1237 +#: src/language/stats/frequencies.q:1238 src/language/stats/frequencies.q:1272 +msgid "Cum" msgstr "" -#: src/modify-vars.c:139 -msgid "Cannot specify ALL after specifying a set of variables." +#: src/language/stats/frequencies.q:1146 src/output/charts/plot-hist.c:128 +msgid "Frequency" msgstr "" -#: src/modify-vars.c:149 -msgid "`(' expected on REORDER subcommand." +#: src/language/stats/frequencies.q:1167 +msgid "Value Label" msgstr "" -#: src/modify-vars.c:161 -msgid "`)' expected following variable names on REORDER subcommand." +#: src/language/stats/frequencies.q:1270 +msgid "Freq" msgstr "" -#: src/modify-vars.c:179 -msgid "RENAME subcommand may be given at most once." +#: src/language/stats/frequencies.q:1271 src/language/stats/frequencies.q:1273 +msgid "Pct" msgstr "" -#: src/modify-vars.c:192 -msgid "`(' expected on RENAME subcommand." +#: src/language/stats/frequencies.q:1492 +#, c-format +msgid "No valid data for variable %s; statistics not displayed." msgstr "" -#: src/modify-vars.c:200 -msgid "" -"`=' expected between lists of new and old variable names on RENAME " -"subcommand." +#: src/language/stats/means.q:102 +msgid "Missing required subcommand TABLES." msgstr "" -#: src/modify-vars.c:208 -#, c-format -msgid "" -"Differing number of variables in old name list (%d) and in new name list (%" -"d)." +#: src/language/stats/means.q:136 +msgid "TABLES subcommand may not appear more than once." msgstr "" -#: src/modify-vars.c:219 -msgid "`)' expected after variable lists on RENAME subcommand." +#: src/language/stats/npar.q:101 +msgid "NPAR subcommand not currently implemented." msgstr "" -#: src/modify-vars.c:233 +#: src/language/stats/npar.q:233 +#, c-format msgid "" -"KEEP subcommand may be given at most once. It may notbe given in " -"conjunction with the DROP subcommand." +"The specified value of HI (%d) is lower than the specified value of LO (%d)" msgstr "" -#: src/modify-vars.c:276 +#: src/language/stats/npar.q:288 +#, c-format msgid "" -"DROP subcommand may be given at most once. It may not be given in " -"conjunction with the KEEP subcommand." +"%d expected values were given, but the specified range (%d-%d) requires " +"exactly %d values." msgstr "" -#: src/modify-vars.c:302 +#: src/language/stats/npar.q:422 src/language/stats/t-test.q:485 #, c-format -msgid "Unrecognized subcommand name `%s'." -msgstr "" - -#: src/modify-vars.c:304 -msgid "Subcommand name expected." -msgstr "" - -#: src/modify-vars.c:312 -msgid "`/' or `.' expected." +msgid "" +"PAIRED was specified but the number of variables preceding WITH (%d) did not " +"match the number following (%d)." msgstr "" -#: src/moments.c:516 -msgid "expecting weight value" +#: src/language/stats/npar-summary.c:110 +msgid "Descriptive Statistics" msgstr "" -#: src/numeric.c:61 -#, c-format -msgid "Format type %s may not be used with a numeric variable." +#: src/language/stats/npar-summary.c:147 +msgid "25th" msgstr "" -#: src/numeric.c:80 src/numeric.c:162 src/vector.c:159 -#, c-format -msgid "There is already a variable named %s." +#: src/language/stats/npar-summary.c:150 +msgid "50th (Median)" msgstr "" -#: src/numeric.c:132 -#, c-format -msgid "Format type %s may not be used with a string variable." +#: src/language/stats/npar-summary.c:153 +msgid "75th" msgstr "" -#: src/oneway.q:173 +#: src/language/stats/oneway.q:169 msgid "Number of contrast coefficients must equal the number of groups" msgstr "" -#: src/oneway.q:182 +#: src/language/stats/oneway.q:178 #, c-format msgid "Coefficients for contrast %d do not total zero" msgstr "" -#: src/oneway.q:247 +#: src/language/stats/oneway.q:244 #, c-format msgid "`%s' is not a variable name" msgstr "" -#: src/oneway.q:282 src/regression.q:236 +#: src/language/stats/oneway.q:278 src/language/stats/regression.q:306 msgid "Sum of Squares" msgstr "" -#: src/oneway.q:284 src/regression.q:238 +#: src/language/stats/oneway.q:280 src/language/stats/regression.q:308 msgid "Mean Square" msgstr "" -#: src/oneway.q:285 src/regression.q:239 src/t-test.q:975 +#: src/language/stats/oneway.q:281 src/language/stats/regression.q:309 +#: src/language/stats/t-test.q:978 msgid "F" msgstr "" -#: src/oneway.q:286 src/oneway.q:539 src/regression.q:159 src/regression.q:240 +#: src/language/stats/oneway.q:282 src/language/stats/oneway.q:536 +#: src/language/stats/regression.q:214 src/language/stats/regression.q:310 msgid "Significance" msgstr "" -#: src/oneway.q:308 +#: src/language/stats/oneway.q:304 msgid "Between Groups" msgstr "" -#: src/oneway.q:309 +#: src/language/stats/oneway.q:305 msgid "Within Groups" msgstr "" -#: src/oneway.q:356 src/regression.q:266 +#: src/language/stats/oneway.q:352 src/language/stats/regression.q:336 msgid "ANOVA" msgstr "" -#: src/oneway.q:536 +#: src/language/stats/oneway.q:533 msgid "Levene Statistic" msgstr "" -#: src/oneway.q:537 +#: src/language/stats/oneway.q:534 msgid "df1" msgstr "" -#: src/oneway.q:538 +#: src/language/stats/oneway.q:535 msgid "df2" msgstr "" -#: src/oneway.q:542 +#: src/language/stats/oneway.q:539 msgid "Test of Homogeneity of Variances" msgstr "" -#: src/oneway.q:612 +#: src/language/stats/oneway.q:607 msgid "Contrast Coefficients" msgstr "" -#: src/oneway.q:614 src/oneway.q:681 +#: src/language/stats/oneway.q:609 src/language/stats/oneway.q:676 msgid "Contrast" msgstr "" -#: src/oneway.q:679 +#: src/language/stats/oneway.q:674 msgid "Contrast Tests" msgstr "" -#: src/oneway.q:682 +#: src/language/stats/oneway.q:677 msgid "Value of Contrast" msgstr "" -#: src/oneway.q:684 src/regression.q:158 src/t-test.q:977 src/t-test.q:1169 -#: src/t-test.q:1261 +#: src/language/stats/oneway.q:679 src/language/stats/regression.q:213 +#: src/language/stats/t-test.q:980 src/language/stats/t-test.q:1172 +#: src/language/stats/t-test.q:1265 msgid "t" msgstr "" -#: src/oneway.q:686 src/t-test.q:979 src/t-test.q:1171 src/t-test.q:1263 +#: src/language/stats/oneway.q:681 src/language/stats/t-test.q:982 +#: src/language/stats/t-test.q:1174 src/language/stats/t-test.q:1267 msgid "Sig. (2-tailed)" msgstr "" -#: src/oneway.q:730 +#: src/language/stats/oneway.q:725 msgid "Assume equal variances" msgstr "" -#: src/oneway.q:734 +#: src/language/stats/oneway.q:729 msgid "Does not assume equal" msgstr "" -#: src/output.c:89 -msgid "Attempt to iterate driver list reentrantly." -msgstr "" - -#: src/output.c:166 -#, c-format -msgid "Unknown output driver `%s'." -msgstr "" - -#: src/output.c:168 -#, c-format -msgid "Output driver `%s' referenced but never defined." -msgstr "" - -#: src/output.c:298 -msgid "" -"Cannot find output initialization file. Use `-vvvvv' to view search path." -msgstr "" - -#: src/output.c:303 -#, c-format -msgid "%s: Opening device description file..." -msgstr "" - -#: src/output.c:307 src/output.c:1183 src/postscript.c:1097 -#, c-format -msgid "Opening %s: %s." -msgstr "" - -#: src/output.c:318 src/output.c:1194 src/postscript.c:1112 +#: src/language/stats/rank.q:223 #, c-format -msgid "Reading %s: %s." +msgid "%s of %s by %s" msgstr "" -#: src/output.c:340 src/output.c:507 -msgid "Syntax error." -msgstr "" - -#: src/output.c:350 src/postscript.c:1123 +#: src/language/stats/rank.q:228 #, c-format -msgid "Closing %s: %s." -msgstr "" - -#: src/output.c:355 -msgid "No output drivers are active." +msgid "%s of %s" msgstr "" -#: src/output.c:358 -msgid "Device definition file read successfully." +#: src/language/stats/rank.q:725 +msgid "Cannot create new rank variable. All candidates in use." msgstr "" -#: src/output.c:360 -msgid "Error reading device definition file." +#: src/language/stats/rank.q:820 +msgid "Variables Created By RANK" msgstr "" -#: src/output.c:479 +#: src/language/stats/rank.q:844 #, c-format -msgid "" -"Driver classes:\n" -"\t" -msgstr "" - -#: src/output.c:608 -msgid "Syntax error in string constant." -msgstr "" - -#: src/output.c:640 -msgid "Syntax error in options." -msgstr "" - -#: src/output.c:650 -msgid "Syntax error in options (`=' expected)." -msgstr "" - -#: src/output.c:657 -msgid "Syntax error in options (value expected after `=')." -msgstr "" - -#: src/output.c:729 -msgid "Driver name expected." -msgstr "" - -#: src/output.c:750 -msgid "Class name expected." +msgid "%s into %s(%s of %s using %s BY %s)" msgstr "" -#: src/output.c:759 +#: src/language/stats/rank.q:855 #, c-format -msgid "Unknown output driver class `%s'." +msgid "%s into %s(%s of %s BY %s)" msgstr "" -#: src/output.c:766 +#: src/language/stats/rank.q:869 #, c-format -msgid "Can't initialize output driver class `%s'." +msgid "%s into %s(%s of %s using %s)" msgstr "" -#: src/output.c:773 +#: src/language/stats/rank.q:879 #, c-format -msgid "Can't initialize output driver `%s' of class `%s'." +msgid "%s into %s(%s of %s)" msgstr "" -#: src/output.c:795 -#, c-format -msgid "Unknown device type `%s'." +#: src/language/stats/rank.q:892 +msgid "" +"FRACTION has been specified, but NORMAL and PROPORTION rank functions have " +"not been requested. The FRACTION subcommand will be ignored." msgstr "" -#: src/output.c:807 +#: src/language/stats/rank.q:985 #, c-format -msgid "Can't complete initialization of output driver `%s' of class `%s'." +msgid "Variable %s already exists." msgstr "" -#: src/output.c:854 -#, c-format -msgid "Can't deinitialize output driver class `%s'." +#: src/language/stats/rank.q:990 +msgid "Too many variables in INTO clause." msgstr "" -#: src/output.c:927 -#, c-format -msgid "Trying to find keyword `%s'...\n" +#: src/language/stats/regression.q:165 +msgid "R" msgstr "" -#: src/output.c:1044 -#, c-format -msgid "Unit \"%s\" is unknown in dimension \"%s\"." +#: src/language/stats/regression.q:166 +msgid "R Square" msgstr "" -#: src/output.c:1059 -#, c-format -msgid "Bad dimension \"%s\"." +#: src/language/stats/regression.q:167 +msgid "Adjusted R Square" msgstr "" -#: src/output.c:1085 -#, c-format -msgid "`x' expected in paper size `%s'." +#: src/language/stats/regression.q:168 +msgid "Std. Error of the Estimate" msgstr "" -#: src/output.c:1095 -#, c-format -msgid "Trailing garbage `%s' on paper size `%s'." +#: src/language/stats/regression.q:173 +msgid "Model Summary" msgstr "" -#: src/output.c:1144 -msgid "Paper size name must not be empty." +#: src/language/stats/regression.q:210 +msgid "B" msgstr "" -#: src/output.c:1175 -msgid "Cannot find `papersize' configuration file." +#: src/language/stats/regression.q:212 +msgid "Beta" msgstr "" -#: src/output.c:1179 -#, c-format -msgid "%s: Opening paper size definition file..." +#: src/language/stats/regression.q:215 +msgid "(Constant)" msgstr "" -#: src/output.c:1221 -msgid "Syntax error in paper size definition." +#: src/language/stats/regression.q:275 +msgid "Coefficients" msgstr "" -#: src/output.c:1250 -msgid "Paper size definition file read successfully." +#: src/language/stats/regression.q:312 +msgid "Regression" msgstr "" -#: src/output.c:1252 -msgid "Error reading paper size definition file." +#: src/language/stats/regression.q:391 +msgid "Model" msgstr "" -#: src/output.c:1321 -#, c-format -msgid "Error closing page on %s device of %s class." +#: src/language/stats/regression.q:392 +msgid "Covariances" msgstr "" -#: src/output.c:1325 -#, c-format -msgid "Error opening page on %s device of %s class." +#: src/language/stats/regression.q:407 +msgid "Coefficient Correlations" msgstr "" -#: src/percentiles.c:43 -msgid "HAverage" +#: src/language/stats/regression.q:1131 +msgid "Dependent variable must be numeric." msgstr "" -#: src/percentiles.c:44 -msgid "Weighted Average" +#: src/language/stats/sort-cases.c:63 +msgid "Buffer limit must be at least 2." msgstr "" -#: src/percentiles.c:45 -msgid "Rounded" +#: src/language/stats/sort-criteria.c:97 +msgid "`A' or `D' expected inside parentheses." msgstr "" -#: src/percentiles.c:46 -msgid "Empirical" +#: src/language/stats/sort-criteria.c:102 +msgid "`)' expected." msgstr "" -#: src/percentiles.c:47 -msgid "Empirical with averaging" +#: src/language/stats/t-test.q:278 +msgid "TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive." msgstr "" -#: src/permissions.c:77 -#, c-format -msgid "Expecting %s or %s." +#: src/language/stats/t-test.q:296 +msgid "VARIABLES subcommand is not appropriate with PAIRS" msgstr "" -#: src/permissions.c:110 -#, c-format -msgid "Cannot stat %s: %s" +#: src/language/stats/t-test.q:335 +msgid "One or more VARIABLES must be specified." msgstr "" -#: src/permissions.c:123 +#: src/language/stats/t-test.q:379 #, c-format -msgid "Cannot change mode of %s: %s" +msgid "Long string variable %s is not valid here." msgstr "" -#: src/pfm-read.c:87 -#, c-format -msgid "portable file %s corrupt at offset %ld: " +#: src/language/stats/t-test.q:399 src/language/stats/t-test.q:413 +msgid "" +"When applying GROUPS to a string variable, two values must be specified." msgstr "" -#: src/pfm-read.c:114 -msgid "unexpected end of file" +#: src/language/stats/t-test.q:502 +msgid "At least two variables must be specified on PAIRS." msgstr "" -#: src/pfm-read.c:172 -#, c-format -msgid "" -"An error occurred while opening \"%s\" for reading as a portable file: %s." +#: src/language/stats/t-test.q:679 +msgid "One-Sample Statistics" msgstr "" -#: src/pfm-read.c:190 -msgid "Data record expected." +#: src/language/stats/t-test.q:684 src/language/stats/t-test.q:707 +#: src/language/stats/t-test.q:832 +msgid "SE. Mean" msgstr "" -#: src/pfm-read.c:298 -msgid "Missing numeric terminator." +#: src/language/stats/t-test.q:702 +msgid "Group Statistics" msgstr "" -#: src/pfm-read.c:321 -msgid "Invalid integer." +#: src/language/stats/t-test.q:826 +msgid "Paired Sample Statistics" msgstr "" -#: src/pfm-read.c:332 +#: src/language/stats/t-test.q:848 src/language/stats/t-test.q:1193 +#: src/language/stats/t-test.q:1384 #, c-format -msgid "Bad string length %d." +msgid "Pair %d" msgstr "" -#: src/pfm-read.c:403 -#, c-format -msgid "%s: Not a portable file." +#: src/language/stats/t-test.q:966 +msgid "Independent Samples Test" msgstr "" -#: src/pfm-read.c:428 -#, c-format -msgid "Bad date string length %d." +#: src/language/stats/t-test.q:974 +msgid "Levene's Test for Equality of Variances" msgstr "" -#: src/pfm-read.c:430 -#, c-format -msgid "Bad time string length %d." +#: src/language/stats/t-test.q:976 +msgid "t-test for Equality of Means" msgstr "" -#: src/pfm-read.c:468 src/sfm-read.c:1004 -#, c-format -msgid "%s: Bad format specifier byte (%d)." +#: src/language/stats/t-test.q:979 src/language/stats/t-test.q:1369 +msgid "Sig." msgstr "" -#: src/pfm-read.c:475 src/sfm-read.c:1020 -#, c-format -msgid "%s variable %s has invalid format specifier %s." +#: src/language/stats/t-test.q:983 src/language/stats/t-test.q:1268 +msgid "Mean Difference" msgstr "" -#: src/pfm-read.c:490 -msgid "Expected variable count record." +#: src/language/stats/t-test.q:984 +msgid "Std. Error Difference" msgstr "" -#: src/pfm-read.c:494 +#: src/language/stats/t-test.q:989 src/language/stats/t-test.q:1164 +#: src/language/stats/t-test.q:1260 #, c-format -msgid "Invalid number of variables %d." +msgid "%g%% Confidence Interval of the Difference" msgstr "" -#: src/pfm-read.c:504 -#, c-format -msgid "Weight variable name (%s) truncated." +#: src/language/stats/t-test.q:1044 +msgid "Equal variances assumed" msgstr "" -#: src/pfm-read.c:516 -msgid "Expected variable record." +#: src/language/stats/t-test.q:1096 +msgid "Equal variances not assumed" msgstr "" -#: src/pfm-read.c:520 -#, c-format -msgid "Invalid variable width %d." +#: src/language/stats/t-test.q:1154 +msgid "Paired Samples Test" msgstr "" -#: src/pfm-read.c:528 -#, c-format -msgid "position %d: Invalid variable name `%s'." +#: src/language/stats/t-test.q:1157 +msgid "Paired Differences" msgstr "" -#: src/pfm-read.c:572 -#, c-format -msgid "Weighting variable %s not present in dictionary." +#: src/language/stats/t-test.q:1169 +msgid "Std. Error Mean" msgstr "" -#: src/pfm-read.c:619 -#, c-format -msgid "Unknown variable %s while parsing value labels." +#: src/language/stats/t-test.q:1249 +msgid "One-Sample Test" msgstr "" -#: src/pfm-read.c:622 +#: src/language/stats/t-test.q:1254 #, c-format -msgid "" -"Cannot assign value labels to %s and %s, which have different variable types " -"or widths." +msgid "Test Value = %f" msgstr "" -#: src/pfm-read.c:646 -#, c-format -msgid "Duplicate label for value %g for variable %s." +#: src/language/stats/t-test.q:1364 +msgid "Paired Samples Correlations" msgstr "" -#: src/pfm-read.c:649 -#, c-format -msgid "Duplicate label for value `%.*s' for variable %s." +#: src/language/stats/t-test.q:1368 +msgid "Correlation" msgstr "" -#: src/pfm-write.c:144 +#: src/language/stats/t-test.q:1387 #, c-format -msgid "Invalid decimal digits count %d. Treating as %d." +msgid "%s & %s" msgstr "" -#: src/pfm-write.c:164 +#: src/language/syntax-file.c:88 #, c-format -msgid "" -"An error occurred while opening \"%s\" for writing as a portable file: %s." +msgid "opening \"%s\" as syntax file" msgstr "" -#: src/pfm-write.c:201 +#: src/language/syntax-file.c:93 #, c-format -msgid "%s: Writing portable file: %s." +msgid "Opening `%s': %s." msgstr "" -#: src/pfm-write.c:468 +#: src/language/syntax-file.c:106 #, c-format -msgid "%s: Closing portable file: %s." -msgstr "" - -#: src/plot-hist.c:125 -msgid "HISTOGRAM" +msgid "Reading `%s': %s." msgstr "" -#: src/postscript.c:321 +#: src/language/syntax-file.c:127 #, c-format -msgid "PostScript driver initializing as `%s'..." +msgid "Closing `%s': %s." msgstr "" -#: src/postscript.c:445 +#: src/language/tests/float-format.c:126 #, 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." +msgid "%d-byte string needed but %d-byte string supplied." msgstr "" -#: src/postscript.c:575 -#, c-format -msgid "Unknown configuration parameter `%s' for PostScript device driver." +#: src/language/tests/float-format.c:137 +msgid "Hexadecimal floating constant too long." msgstr "" -#: src/postscript.c:591 +#: src/language/tests/float-format.c:202 #, c-format msgid "" -"Unknown orientation `%s'. Valid orientations are `portrait' and `landscape'." +"%s conversion of %s from %s to %s should have produced %s but actually " +"produced %s." msgstr "" -#: src/postscript.c:603 -msgid "" -"Unknown value for `data'. Valid values are `clean7bit', `clean8bit', and " -"`binary'." +#: src/language/tests/float-format.c:248 +msgid "Too many values in single command." msgstr "" -#: src/postscript.c:612 -msgid "Unknown value for `line-ends'. Valid values are `lf' and `crlf'." +#: src/language/tests/moments-test.c:49 +msgid "expecting weight value" msgstr "" -#: src/postscript.c:621 -msgid "Unknown value for `line-style'. Valid values are `thick' and `double'." +#: src/language/utilities/date.c:34 +msgid "Only USE ALL is currently implemented." msgstr "" -#: src/postscript.c:684 -#, c-format -msgid "" -"Default font size must be at least 1 point (value of 1000 for key `%s')." +#: src/language/utilities/include.c:49 +msgid "expecting file name" msgstr "" -#: src/postscript.c:716 +#: src/language/utilities/include.c:64 #, c-format -msgid "Value for `%s' must be a dimension of positive length (i.e., `1in')." +msgid "Can't find `%s' in include file search path." msgstr "" -#: src/postscript.c:780 +#: src/language/utilities/permissions.c:76 #, c-format -msgid "Nonnegative integer required as value for `%s'." +msgid "Expecting %s or %s." msgstr "" -#: src/postscript.c:906 +#: src/language/utilities/permissions.c:109 #, c-format -msgid "%s: %s: Opening PostScript font encoding..." +msgid "Cannot stat %s: %s" msgstr "" -#: src/postscript.c:912 +#: src/language/utilities/permissions.c:122 #, c-format -msgid "" -"PostScript driver: Cannot open encoding file `%s': %s. Substituting " -"ISOLatin1Encoding for missing encoding." +msgid "Cannot change mode of %s: %s" msgstr "" -#: src/postscript.c:954 -msgid "PostScript driver: Invalid numeric format." +#: src/language/utilities/set.q:201 src/language/utilities/set.q:203 +#: src/language/utilities/set.q:205 src/language/utilities/set.q:207 +#: src/language/utilities/set.q:209 src/language/utilities/set.q:211 +#: src/language/utilities/set.q:213 src/language/utilities/set.q:215 +#: src/language/utilities/set.q:217 +#, c-format +msgid "%s is obsolete." msgstr "" -#: src/postscript.c:959 +#: src/language/utilities/set.q:220 #, c-format -msgid "" -"PostScript driver: Codes must be between 0 and 255. (%d is not allowed.)" +msgid "%s is not implemented." msgstr "" -#: src/postscript.c:995 -#, c-format -msgid "PostScript driver: Error closing encoding file `%s'." +#: src/language/utilities/set.q:223 +msgid "Active file compression is not implemented." msgstr "" -#: src/postscript.c:998 +#: src/language/utilities/set.q:347 #, c-format -msgid "%s: PostScript font encoding read successfully." +msgid "" +"%s: Custom currency string `%s' does not contain exactly three periods or " +"commas (or it contains both)." msgstr "" -#: src/postscript.c:1092 -#, c-format -msgid "%s: %s: Opening PostScript encoding list file." +#: src/language/utilities/set.q:403 +msgid "EPOCH must be 1500 or later." msgstr "" -#: src/postscript.c:1125 -#, c-format -msgid "%s: PostScript encoding list file read successfully." +#: src/language/utilities/set.q:410 +msgid "expecting AUTOMATIC or year" msgstr "" -#: src/postscript.c:1139 -msgid "<>" +#: src/language/utilities/set.q:431 +msgid "LENGTH must be at least 1." 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/language/utilities/set.q:475 +msgid "WIDTH must be at least 40." msgstr "" -#: src/postscript.c:1302 +#: src/language/utilities/set.q:498 #, c-format -msgid "%s: %s: Opening PostScript prologue..." +msgid "" +"FORMAT requires numeric output format as an argument. Specified format %s " +"is of type string." +msgstr "" + +#: src/language/utilities/set.q:555 +msgid "BLANKS is SYSMIS." msgstr "" -#: src/postscript.c:1474 +#: src/language/utilities/set.q:557 #, c-format -msgid "%s: PostScript prologue read successfully." +msgid "BLANKS is %g." msgstr "" -#: src/postscript.c:1478 +#: src/language/utilities/set.q:592 #, c-format -msgid "%s: Error reading PostScript prologue." +msgid "%s is \"%s\"." msgstr "" -#: src/postscript.c:1648 +#: src/language/utilities/set.q:628 #, c-format -msgid "PostScript output driver: %s: %s" +msgid "DECIMAL is \"%c\"." msgstr "" -#: src/postscript.c:2347 +#: src/language/utilities/set.q:634 #, c-format -msgid "PostScript driver: Cannot find encoding `%s' for PostScript font `%s'." +msgid "ENDCMD is \"%c\"." msgstr "" -#: src/print.c:368 src/print.c:385 +#: src/language/utilities/set.q:642 #, c-format -msgid "%g is not a valid column location." +msgid "ERRORS is \"%s\"." msgstr "" -#: src/print.c:379 +#: src/language/utilities/set.q:653 #, c-format -msgid "Column location expected following `%d-'." +msgid "FORMAT is %s." msgstr "" -#: src/print.c:390 +#: src/language/utilities/set.q:659 #, c-format -msgid "" -"%d-%ld is not a valid column range. The second column must be greater than " -"or equal to the first." +msgid "LENGTH is %d." msgstr "" -#: src/print.c:491 +#: src/language/utilities/set.q:665 #, c-format -msgid "Variable %s has width %d so it cannot be output as format %s." +msgid "MXERRS is %d." msgstr "" -#: src/print.c:511 +#: src/language/utilities/set.q:671 #, 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." +msgid "MXLOOPS is %d." msgstr "" -#: src/print.c:541 -msgid "" -"The ending column for a field must not be less than the starting column." +#: src/language/utilities/set.q:677 +#, c-format +msgid "MXWARNS is %d." msgstr "" -#: src/print.c:613 +#: src/language/utilities/set.q:684 src/language/utilities/set.q:735 #, c-format -msgid "The %d columns %d-%d can't be evenly divided into %u fields." +msgid "%s is %s (%s)." msgstr "" -#: src/print.c:690 -msgid "" -"The number of format specifications exceeds the number of variable names " -"given." +#: src/language/utilities/set.q:756 +msgid "SCOMPRESSION is ON." msgstr "" -#: src/print.c:842 -#, c-format -msgid "Writing %d record(s) to file %s." +#: src/language/utilities/set.q:758 +msgid "SCOMPRESSION is OFF." msgstr "" -#: src/print.c:845 -#, c-format -msgid "Writing %d record(s) to the listing file." +#: src/language/utilities/set.q:765 +msgid "UNDEFINED is WARN." msgstr "" -#: src/print.c:1092 -msgid "The expression on PRINT SPACE evaluated to the system-missing value." +#: src/language/utilities/set.q:767 +msgid "UNDEFINED is NOWARN." msgstr "" -#: src/print.c:1095 -#, c-format -msgid "The expression on PRINT SPACE evaluated to %g." +#: src/language/utilities/set.q:775 +msgid "WEIGHT is off." msgstr "" -#: src/rank.q:242 +#: src/language/utilities/set.q:777 #, c-format -msgid "Variable %s already exists." +msgid "WEIGHT is variable %s." msgstr "" -#: src/rank.q:247 -msgid "Too many variables in INTO clause." +#: src/language/utilities/set.q:795 +#, c-format +msgid "WIDTH is %d." msgstr "" -#: src/recode.c:286 +#: src/language/utilities/title.c:69 #, c-format -msgid "" -"%u variable(s) cannot be recoded into %u variable(s). Specify the same " -"number of variables as input and output variables." +msgid "%s: `.' expected after string." msgstr "" -#: src/recode.c:300 +#: src/language/utilities/title.c:138 #, 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 "Document entered %s by %s:" msgstr "" -#: src/recode.c:310 +#: src/language/xforms/compute.c:147 src/language/xforms/compute.c:195 #, 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." +"When executing COMPUTE: SYSMIS is not a valid value as an index into vector %" +"s." msgstr "" -#: src/recode.c:330 +#: src/language/xforms/compute.c:151 src/language/xforms/compute.c:202 #, c-format -msgid "Type mismatch after INTO: %s is not a numeric variable." -msgstr "" - -#: src/recode.c:360 msgid "" -"INTO must be used when the input values are numeric and output values are " -"string." +"When executing COMPUTE: %g is not a valid value as an index into vector %s." msgstr "" -#: src/recode.c:368 -msgid "" -"INTO must be used when the input values are string and output values are " -"numeric." +#: src/language/xforms/compute.c:345 +#, c-format +msgid "There is no vector named %s." msgstr "" -#: src/recode.c:491 -msgid "expecting output value" +#: src/language/xforms/count.c:124 +msgid "Destination cannot be a string variable." msgstr "" -#: src/recode.c:505 +#: src/language/xforms/recode.c:248 msgid "" -"Inconsistent output types. The output values must be all numeric or all " -"string." +"Inconsistent target variable types. Target variables must be all numeric or " +"all string." msgstr "" -#: src/recode.c:556 -msgid "following LO THRU" +#: src/language/xforms/recode.c:268 +msgid "CONVERT requires string input values and numeric output values." msgstr "" -#: src/recode.c:572 src/recode.c:601 -msgid "in source value" +#: src/language/xforms/recode.c:386 +msgid "expecting output value" msgstr "" -#: src/recode.c:614 +#: src/language/xforms/recode.c:435 +#, c-format msgid "" -"Keyword CONVERT may only be used with string input values and numeric output " -"values." +"%u variable(s) cannot be recoded into %u variable(s). Specify the same " +"number of variables as source and target variables." msgstr "" -#: src/regression.q:115 -msgid "R" +#: src/language/xforms/recode.c:450 +#, c-format +msgid "" +"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/regression.q:116 -msgid "R Square" +#: src/language/xforms/recode.c:465 +#, c-format +msgid "INTO is required with %s input values and %s output values." msgstr "" -#: src/regression.q:117 -msgid "Adjusted R Square" +#: src/language/xforms/recode.c:478 +#, c-format +msgid "Type mismatch. Cannot store %s data in %s variable %s." msgstr "" -#: src/regression.q:118 -msgid "Std. Error of the Estimate" +#: src/language/xforms/sample.c:77 +msgid "The sampling factor must be between 0 and 1 exclusive." msgstr "" -#: src/regression.q:123 -msgid "Model Summary" +#: src/language/xforms/sample.c:97 +#, c-format +msgid "Cannot sample %d observations from a population of %d." msgstr "" -#: src/regression.q:155 -msgid "B" +#: src/language/xforms/select-if.c:101 +msgid "Syntax error expecting OFF or BY. Turning off case filtering." msgstr "" -#: src/regression.q:157 -msgid "Beta" +#: src/language/xforms/select-if.c:116 +msgid "The filter variable must be numeric." msgstr "" -#: src/regression.q:160 -msgid "(Constant)" +#: src/language/xforms/select-if.c:122 +msgid "The filter variable may not be scratch." msgstr "" -#: src/regression.q:206 -msgid "Coefficients" +#: src/libpspp/hash.c:616 +#, c-format +msgid "hash table:" msgstr "" -#: src/regression.q:242 -msgid "Regression" +#: src/math/percentiles.c:43 +msgid "HAverage" msgstr "" -#: src/regression.q:243 -msgid "Residual" +#: src/math/percentiles.c:44 +msgid "Weighted Average" msgstr "" -#: src/regression.q:322 -msgid "Model" +#: src/math/percentiles.c:45 +msgid "Rounded" msgstr "" -#: src/regression.q:323 -msgid "Covariances" +#: src/math/percentiles.c:46 +msgid "Empirical" msgstr "" -#: src/regression.q:339 -msgid "Coefficient Correlations" +#: src/math/percentiles.c:47 +msgid "Empirical with averaging" msgstr "" -#: src/rename-vars.c:49 +#: src/math/sort.c:468 +#, c-format msgid "" -"RENAME VARS may not be used after TEMPORARY. Temporary transformations will " -"be made permanent." -msgstr "" - -#: src/rename-vars.c:61 -msgid "`(' expected." -msgstr "" - -#: src/rename-vars.c:69 -msgid "`=' expected between lists of new and old variable names." +"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.)" msgstr "" -#: src/rename-vars.c:78 +#: src/output/afm.c:150 #, c-format -msgid "" -"Differing number of variables in old name list (%u) and in new name list (%" -"u)." +msgid "opening font metrics file \"%s\"" msgstr "" -#: src/rename-vars.c:90 -msgid "`)' expected after variable names." +#: src/output/afm.c:240 +msgid "first line must be StartFontMetrics" msgstr "" -#: src/rename-vars.c:100 +#: src/output/afm.c:267 #, c-format -msgid "Renaming would duplicate variable name %s." +msgid "unsupported MappingScheme %d" msgstr "" -#: src/repeat.c:154 -#, c-format -msgid "Identifier %s is given twice." +#: src/output/afm.c:288 +msgid "required FontName is missing" 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/output/afm.c:395 +msgid "CharMetrics line must start with C or CH" msgstr "" -#: src/repeat.c:302 -msgid "No commands in scope." +#: src/output/afm.c:536 +#, c-format +msgid "reference to unknown character \"%s\"" msgstr "" -#: src/repeat.c:463 -msgid "String expected." +#: src/output/afm.c:594 +msgid "expected end of file" msgstr "" -#: src/repeat.c:490 -msgid "No matching DO REPEAT." +#: src/output/afm.c:606 +msgid "syntax error expecting end of line" msgstr "" -#: src/sample.c:76 -msgid "The sampling factor must be between 0 and 1 exclusive." +#: src/output/afm.c:624 src/output/afm.c:661 +msgid "number out of valid range" msgstr "" -#: src/sample.c:96 -#, c-format -msgid "Cannot sample %d observations from a population of %d." +#: src/output/afm.c:626 src/output/afm.c:663 +msgid "invalid numeric syntax" msgstr "" -#: src/sel-if.c:103 -msgid "The filter variable must be numeric." +#: src/output/afm.c:642 +msgid "syntax error expecting integer" msgstr "" -#: src/sel-if.c:109 -msgid "The filter variable may not be scratch." +#: src/output/afm.c:680 +msgid "syntax error expecting number" msgstr "" -#: src/sel-if.c:140 -msgid "Only last instance of this command is in effect." +#: src/output/afm.c:693 +msgid "syntax error in hex constant" 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/output/afm.c:708 +msgid "syntax error expecting hex constant" msgstr "" -#: src/set.q:232 -msgid "LISTING is ON" +#: src/output/afm.c:746 +msgid "unexpected end of line" msgstr "" -#: src/set.q:234 -msgid "LISTING is OFF" +#: src/output/afm.c:796 +msgid "unexpected end of line expecting string" msgstr "" -#: src/set.q:248 +#: src/output/ascii.c:160 #, c-format -msgid "EPOCH is %d" -msgstr "" - -#: src/set.q:267 -msgid "Journalling is off" +msgid "ascii: opening output file \"%s\"" msgstr "" -#: src/set.q:434 +#: src/output/ascii.c:171 +#, c-format msgid "" -"CASE is not implemented and probably won't be. If you care, complain about " -"it." +"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/set.q:439 -msgid "Active file compression is not yet implemented (and probably won't be)." +#: src/output/ascii.c:232 +#, c-format +msgid "ascii: closing output file \"%s\"" msgstr "" -#: src/set.q:453 +#: src/output/ascii.c:284 #, c-format msgid "" -"CC%c: Length of custom currency string `%s' (%d) exceeds maximum length of " -"16." +"ascii: bad index value for `box' key: syntax is box[INDEX], 0 <= INDEX < %d " +"decimal, with INDEX expressed in base 4" msgstr "" -#: src/set.q:475 +#: src/output/ascii.c:291 #, c-format -msgid "" -"CC%c: Custom currency string `%s' does not contain exactly three periods or " -"commas (not both)." +msgid "ascii: multiple values for %s" msgstr "" -#: src/set.q:528 -msgid "None" +#: src/output/ascii.c:299 +#, c-format +msgid "ascii: unknown parameter `%s'" msgstr "" -#: src/set.q:534 -msgid "Disabled" +#: src/output/ascii.c:313 +#, c-format +msgid "ascii: positive integer required as `%s' value" msgstr "" -#: src/set.q:539 -msgid "Screen" +#: src/output/ascii.c:339 +msgid "ascii: `emphasis' value must be `bold', `underline', or `none'" msgstr "" -#: src/set.q:546 -msgid "Listing" +#: src/output/ascii.c:352 +#, c-format +msgid "ascii: zero or positive integer required as `%s' value" msgstr "" -#: src/set.q:553 -msgid "Other" +#: src/output/ascii.c:383 +#, c-format +msgid "ascii: boolean value expected for `%s'" msgstr "" -#: src/set.q:662 -msgid "EPOCH must be 1500 or later." +#: src/output/ascii.c:472 +#, c-format +msgid "ascii: bad line (%d,%d)-(%d,%d) out of (%d,%d)\n" msgstr "" -#: src/set.q:669 -msgid "expecting AUTOMATIC or year" +#: src/output/ascii.c:682 src/output/postscript.c:829 +#, c-format +msgid "%s - Page %d" msgstr "" -#: src/set.q:690 -msgid "LENGTH must be at least 1." +#: src/output/ascii.c:726 +msgid "ascii: charts are unsupported by this driver" msgstr "" -#: src/set.q:729 -msgid "Missing identifier in RESULTS subcommand." +#: src/output/charts/plot-hist.c:126 +msgid "HISTOGRAM" msgstr "" -#: src/set.q:740 -msgid "Unrecognized identifier in RESULTS subcommand." +#: src/output/html.c:69 +#, c-format +msgid "opening HTML output file: %s" msgstr "" -#: src/set.q:777 -msgid "WIDTH must be at least 1." +#: src/output/html.c:80 +msgid "PSPP Output" msgstr "" -#: src/set.q:800 +#: src/output/html.c:169 #, c-format -msgid "" -"FORMAT requires numeric output format as an argument. Specified format %s " -"is of type string." +msgid "unknown configuration parameter `%s' for HTML device driver" msgstr "" -#: src/set.q:844 -msgid "Text color must be in range 0-15." +#: src/output/html.c:185 +msgid "`chart-files' value must contain `#'" msgstr "" -#: src/set.q:857 -msgid "Background color must be in range 0-7." +#: src/output/html.c:383 +#, c-format +msgid "creating \"%s\"" msgstr "" -#: src/set.q:868 -msgid "Border color must be in range 0-7." +#: src/output/output.c:164 +#, c-format +msgid "unknown output driver `%s'" msgstr "" -#: src/set.q:924 -msgid "Lower window color must be between 0 and 6." +#: src/output/output.c:166 +#, c-format +msgid "output driver `%s' referenced but never defined" msgstr "" -#: src/set.q:938 -msgid "Upper window color must be between 0 and 6." +#: src/output/output.c:257 +msgid "using default output driver configuration" msgstr "" -#: src/set.q:950 -msgid "Frame color must be between 0 and 6." +#: src/output/output.c:286 +msgid "cannot find output initialization file (use `-vv' to view search path)" msgstr "" -#: src/set.q:1016 -msgid "Drive letter expected in WORKDEV subcommand." +#: src/output/output.c:294 +#, c-format +msgid "cannot open \"%s\"" msgstr "" -#: src/set.q:1048 -msgid "Specify a terminal type with the TERM environment variable." +#: src/output/output.c:306 +#, c-format +msgid "reading \"%s\"" msgstr "" -#: src/set.q:1054 -msgid "Could not access the termcap data base." +#: src/output/output.c:328 +msgid "syntax error" msgstr "" -#: src/set.q:1056 +#: src/output/output.c:337 #, c-format -msgid "Terminal type `%s' is not defined." +msgid "error closing \"%s\"" msgstr "" -#: src/set.q:1114 -msgid "data> " +#: src/output/output.c:345 +msgid "no active output drivers" msgstr "" -#: src/sfm-read.c:132 -msgid "corrupt system file: " +#: src/output/output.c:348 +msgid "error reading device definition file" msgstr "" -#: src/sfm-read.c:151 src/sfm-write.c:931 +#: src/output/output.c:465 #, c-format -msgid "%s: Closing system file: %s." +msgid "" +"Driver classes:\n" +"\t" msgstr "" -#: src/sfm-read.c:237 +#: src/output/output.c:497 #, c-format -msgid "" -"An error occurred while opening \"%s\" for reading as a system file: %s." +msgid "syntax error parsing options for \"%s\" driver" msgstr "" -#: src/sfm-read.c:255 +#: src/output/output.c:513 #, c-format msgid "" -"%s: Index of weighting variable (%d) is not between 0 and number of elements " -"per case (%d)." +"reached end of options inside quoted string parsing options for \"%s\" driver" msgstr "" -#: src/sfm-read.c:264 +#: src/output/output.c:583 #, c-format -msgid "" -"%s: Weighting variable may not be a continuation of a long string variable." +msgid "syntax error in string constant parsing options for \"%s\" driver" msgstr "" -#: src/sfm-read.c:267 +#: src/output/output.c:631 #, c-format -msgid "%s: Weighting variable may not be a string variable." +msgid "syntax error expecting `=' parsing options for driver \"%s\"" msgstr "" -#: src/sfm-read.c:292 +#: src/output/output.c:682 #, c-format -msgid "" -"%s: Orphaned variable index record (type 4). Type 4 records must always " -"immediately follow type 3 records." +msgid "unknown output driver class `%.*s'" msgstr "" -#: src/sfm-read.c:350 +#: src/output/output.c:697 #, c-format -msgid "%s: Invalid subrecord length. Record: 7; Subrecord: 11" +msgid "unknown device type `%.*s'" msgstr "" -#: src/sfm-read.c:404 +#: src/output/output.c:714 #, c-format -msgid "%s: Trailing garbage in long variable name map." +msgid "cannot initialize output driver `%s' of class `%s'" msgstr "" -#: src/sfm-read.c:411 -#, c-format -msgid "%s: Long variable mapping to invalid variable name `%s'." +#: src/output/output.c:760 +msgid "driver definition line missing driver name or class name" msgstr "" -#: src/sfm-read.c:421 +#: src/output/output.c:906 #, c-format -msgid "%s: Long variable mapping for nonexistent variable %s." +msgid "unit \"%s\" is unknown in dimension \"%s\"" msgstr "" -#: src/sfm-read.c:431 +#: src/output/output.c:921 #, c-format -msgid "%s: Duplicate long variable name `%s' within system file." +msgid "bad dimension \"%s\"" msgstr "" -#: src/sfm-read.c:459 +#: src/output/output.c:947 #, c-format -msgid "%s: Unrecognized record type 7, subtype %d encountered in system file." +msgid "`x' expected in paper size `%s'" msgstr "" -#: src/sfm-read.c:484 +#: src/output/output.c:957 #, c-format -msgid "%s: Unrecognized record type %d." +msgid "trailing garbage `%s' on paper size `%s'" 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/output/output.c:1001 +msgid "paper size name cannot be empty" 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/output/output.c:1018 +msgid "cannot find `papersize' configuration file" msgstr "" -#: src/sfm-read.c:543 +#: src/output/output.c:1025 #, c-format -msgid "" -"%s: File-indicated endianness (%s) does not match endianness intuited from " -"file header (%s)." +msgid "error opening \"%s\"" msgstr "" -#: src/sfm-read.c:546 src/sfm-read.c:547 -msgid "big-endian" +#: src/output/output.c:1036 +#, c-format +msgid "error reading \"%s\"" msgstr "" -#: src/sfm-read.c:546 src/sfm-read.c:547 -msgid "little-endian" +#: src/output/output.c:1062 +msgid "syntax error in paper size definition" msgstr "" -#: src/sfm-read.c:548 -msgid "unknown" +#: src/output/output.c:1074 +msgid "error reading paper size definition file" msgstr "" -#: src/sfm-read.c:552 +#: src/output/postscript.c:162 #, c-format -msgid "%s: File-indicated character representation code (%s) is not ASCII." -msgstr "" - -#: src/sfm-read.c:556 -msgid "DEC Kanji" +msgid "opening PostScript output file \"%s\"" msgstr "" -#: src/sfm-read.c:556 src/sysfile-info.c:119 -msgid "Unknown" +#: src/output/postscript.c:200 +#, 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/sfm-read.c:572 +#: src/output/postscript.c:248 #, c-format -msgid "" -"%s: Bad size (%d) or count (%d) field on record type 7, subtype 4.\tExpected " -"size %d, count 8." +msgid "closing PostScript output file \"%s\"" msgstr "" -#: src/sfm-read.c:587 +#: src/output/postscript.c:308 #, 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." +msgid "unknown configuration parameter `%s' for PostScript device driver" msgstr "" -#: src/sfm-read.c:614 +#: src/output/postscript.c:324 #, c-format msgid "" -"%s: Bad magic. Proper system files begin with the four characters `$FL2'. " -"This file will not be read." +"unknown orientation `%s' (valid orientations are `portrait' and `landscape')" msgstr "" -#: src/sfm-read.c:656 +#: src/output/postscript.c:336 #, c-format -msgid "" -"%s: File layout code has unexpected value %d. Value should be 2, in big-" -"endian or little-endian format." +msgid "boolean value expected for %s" msgstr "" -#: src/sfm-read.c:684 +#: src/output/postscript.c:349 #, c-format -msgid "%s: Number of cases in file (%ld) is not between -1 and %d." +msgid "positive integer value required for `%s'" msgstr "" -#: src/sfm-read.c:689 +#: src/output/postscript.c:354 #, c-format -msgid "%s: Compression bias (%g) is not the usual value of 100." +msgid "default font size must be at least 1 point (value of 1000 for key `%s')" msgstr "" -#: src/sfm-read.c:812 +#: src/output/postscript.c:386 #, c-format -msgid "" -"%s: position %d: String variable does not have proper number of continuation " -"records." +msgid "value for `%s' must be a dimension of positive length (i.e., `1in')" msgstr "" -#: src/sfm-read.c:823 +#: src/output/postscript.c:1179 #, c-format -msgid "%s: position %d: Superfluous long string continuation record." +msgid "\"%s\": bad font specification" msgstr "" -#: src/sfm-read.c:829 +#: src/output/postscript.c:1187 #, c-format -msgid "%s: position %d: Bad variable type code %d." +msgid "could not find AFM file \"%s\"" msgstr "" -#: src/sfm-read.c:832 +#: src/output/postscript.c:1201 #, c-format -msgid "%s: position %d: Variable label indicator field is not 0 or 1." +msgid "could not find font \"%s\"" msgstr "" -#: src/sfm-read.c:836 +#: src/output/postscript.c:1210 #, c-format -msgid "" -"%s: position %d: Missing value indicator field is not -3, -2, 0, 1, 2, or 3." +msgid "could not find encoding \"%s\"" msgstr "" -#: src/sfm-read.c:842 +#: src/output/postscript.c:1310 #, c-format -msgid "%s: position %d: Variable name begins with invalid character." +msgid "cannot open font file \"%s\"" msgstr "" -#: src/sfm-read.c:846 +#: src/output/postscript.c:1351 #, c-format -msgid "%s: position %d: Variable name begins with lowercase letter %c." +msgid "reading font file \"%s\"" msgstr "" -#: src/sfm-read.c:850 +#: src/output/postscript.c:1373 #, c-format -msgid "" -"%s: position %d: Variable name begins with octothorpe (`#'). Scratch " -"variables should not appear in system files." +msgid "cannot open font encoding file \"%s\"" +msgstr "" + +#: src/output/postscript.c:1402 +msgid "invalid numeric format" msgstr "" -#: src/sfm-read.c:865 +#: src/output/table.c:237 #, c-format -msgid "%s: position %d: Variable name character %d is lowercase letter %c." +msgid "bad vline: x=%d+%d=%d y=(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n" msgstr "" -#: src/sfm-read.c:874 +#: src/output/table.c:308 #, c-format msgid "" -"%s: position %d: character `\\%03o' (%c) is not valid in a variable name." +"bad box: (%d+%d=%d,%d+%d=%d)-(%d+%d=%d,%d+%d=%d) in table size (%d,%d)\n" msgstr "" -#: src/sfm-read.c:881 -#, c-format -msgid "%s: Invalid variable name `%s' within system file." +#: src/ui/gui/customentry.c:337 +msgid "Style of bevel around the custom entry button" msgstr "" -#: src/sfm-read.c:888 -#, c-format -msgid "%s: Duplicate variable name `%s' within system file." +#: src/ui/gui/data-editor.c:391 src/ui/gui/data-editor.glade:428 +msgid "Open" msgstr "" -#: src/sfm-read.c:911 -#, c-format -msgid "%s: Variable %s indicates variable label of invalid length %d." +#: src/ui/gui/data-editor.c:399 +msgid "System Files (*.sav)" msgstr "" -#: src/sfm-read.c:932 -#, c-format -msgid "%s: Long string variable %s may not have missing values." +#: src/ui/gui/data-editor.c:405 +msgid "Portable Files (*.por) " msgstr "" -#: src/sfm-read.c:953 -#, c-format -msgid "" -"%s: String variable %s may not have missing values specified as a range." +#: src/ui/gui/data-editor.c:411 src/ui/gui/syntax-editor.c:141 +#: src/ui/gui/syntax-editor.c:544 +msgid "All Files" msgstr "" -#: src/sfm-read.c:980 -#, c-format -msgid "%s: Long string continuation records omitted at end of dictionary." +#: src/ui/gui/data-editor.c:487 +msgid "Font Selection" msgstr "" -#: src/sfm-read.c:985 -#, c-format -msgid "" -"%s: System file header indicates %d variable positions but %d were read from " -"file." +#: src/ui/gui/data-editor.c:663 +msgid "Weights off" msgstr "" -#: src/sfm-read.c:1010 +#: src/ui/gui/data-editor.c:676 #, c-format -msgid "%s: %s variable %s has %s format specifier %s." +msgid "Weight by %s" msgstr "" -#: src/sfm-read.c:1063 -#, c-format -msgid "%s: Invalid number of labels: %d. Ignoring labels." +#: src/ui/gui/data-editor.glade:18 src/ui/gui/syntax-editor.glade:39 +msgid "_File" msgstr "" -#: src/sfm-read.c:1105 -#, c-format -msgid "" -"%s: Variable index record (type 4) does not immediately follow value label " -"record (type 3) as it should." +#: 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:86 +msgid "_Syntax" msgstr "" -#: src/sfm-read.c:1116 -#, 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/data-editor.glade:40 src/ui/gui/data-editor.glade:66 +#: src/ui/gui/data-editor.glade:253 src/ui/gui/syntax-editor.glade:65 +#: src/ui/gui/syntax-editor.glade:95 +msgid "_Data" msgstr "" -#: src/sfm-read.c:1132 -#, c-format -msgid "" -"%s: Variable index associated with value label (%d) is not between 1 and the " -"number of values (%d)." +#: src/ui/gui/data-editor.glade:115 src/ui/gui/syntax-editor.glade:142 +msgid "_Edit" msgstr "" -#: src/sfm-read.c:1139 -#, 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/data-editor.glade:150 +msgid "Paste _Variables" msgstr "" -#: src/sfm-read.c:1144 -#, c-format -msgid "%s: Value labels are not allowed on long string variables (%s)." +#: src/ui/gui/data-editor.glade:158 +msgid "Cl_ear" msgstr "" -#: src/sfm-read.c:1155 -#, 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/data-editor.glade:171 +msgid "_Find" msgstr "" -#: src/sfm-read.c:1196 -#, c-format -msgid "%s: File contains duplicate label for value %g for variable %s." +#: src/ui/gui/data-editor.glade:182 +msgid "_View" msgstr "" -#: src/sfm-read.c:1200 -#, c-format -msgid "%s: File contains duplicate label for value `%.*s' for variable %s." +#: src/ui/gui/data-editor.glade:189 +msgid "Status Bar" msgstr "" -#: src/sfm-read.c:1242 src/sfm-read.c:1519 -#, c-format -msgid "%s: Reading system file: %s." +#: src/ui/gui/data-editor.glade:196 +msgid "Toolbars" msgstr "" -#: src/sfm-read.c:1245 src/sfm-read.c:1360 src/sfm-read.c:1402 -#, c-format -msgid "%s: Unexpected end of file." +#: src/ui/gui/data-editor.glade:208 +msgid "Fonts" msgstr "" -#: src/sfm-read.c:1260 -#, c-format -msgid "%s: Seeking system file: %s." +#: src/ui/gui/data-editor.glade:215 +msgid "Grid Lines" msgstr "" -#: src/sfm-read.c:1275 -#, c-format -msgid "%s: System file contains multiple type 6 (document) records." +#: src/ui/gui/data-editor.glade:223 src/ui/gui/data-editor.glade:633 +#: src/ui/gui/data-editor.glade:1343 src/ui/gui/data-editor.glade:1521 +msgid "Value Labels" msgstr "" -#: src/sfm-read.c:1281 -#, c-format -msgid "%s: Number of document lines (%ld) must be greater than 0." +#: src/ui/gui/data-editor.glade:235 +msgid "Data" msgstr "" -#: src/sfm-read.c:1313 -#, c-format -msgid "%s: Error reading file: %s." +#: src/ui/gui/data-editor.glade:242 src/ui/gui/data-editor.glade:514 +msgid "Variables" msgstr "" -#: src/sfm-read.c:1350 -#, c-format -msgid "%s: Compressed data is corrupted. Data ends in partial case." +#: src/ui/gui/data-editor.glade:261 src/ui/gui/data-editor.glade:568 +msgid "Insert Variable" msgstr "" -#: src/sfm-read.c:1522 -#, c-format -msgid "%s: Partial record at end of system file." +#: src/ui/gui/data-editor.glade:270 +msgid "Insert Cases" msgstr "" -#: src/sfm-write.c:145 -#, c-format -msgid "Unknown system file version %d. Treating as version %d." +#: src/ui/gui/data-editor.glade:279 src/ui/gui/data-editor.glade:502 +#: src/ui/gui/data-editor.glade:1891 +msgid "Go To Case" msgstr "" -#: src/sfm-write.c:259 -#, c-format -msgid "Error opening \"%s\" for writing as a system file: %s." +#: src/ui/gui/data-editor.glade:294 src/ui/gui/data-editor.glade:1956 +msgid "Sort Cases" msgstr "" -#: src/sfm-write.c:751 -#, c-format -msgid "%s: Writing system file: %s." +#: src/ui/gui/data-editor.glade:303 +msgid "Transpose" msgstr "" -#: src/sort.c:85 -msgid "Buffer limit must be at least 2." +#: src/ui/gui/data-editor.glade:311 +msgid "Restructure" msgstr "" -#: src/sort.c:462 -#, 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.)" +#: src/ui/gui/data-editor.glade:319 +msgid "Merge Files" msgstr "" -#: src/sort-prs.c:94 -msgid "`A' or `D' expected inside parentheses." +#: src/ui/gui/data-editor.glade:327 +msgid "Aggregate" msgstr "" -#: src/sort-prs.c:99 -msgid "`)' expected." +#: src/ui/gui/data-editor.glade:341 src/ui/gui/data-editor.glade:589 +msgid "Split File" msgstr "" -#: src/sysfile-info.c:100 -msgid "File:" +#: src/ui/gui/data-editor.glade:349 src/ui/gui/data-editor.glade:613 +msgid "Select Cases" msgstr "" -#: src/sysfile-info.c:102 -msgid "Label:" +#: src/ui/gui/data-editor.glade:357 src/ui/gui/data-editor.glade:601 +msgid "Weight Cases" msgstr "" -#: src/sysfile-info.c:106 -msgid "No label." +#: src/ui/gui/data-editor.glade:368 src/ui/gui/syntax-editor.glade:232 +msgid "_Windows" msgstr "" -#: src/sysfile-info.c:109 -msgid "Created:" +#: src/ui/gui/data-editor.glade:376 src/ui/gui/syntax-editor.glade:242 +msgid "_Minimise All Windows" msgstr "" -#: src/sysfile-info.c:112 -msgid "Endian:" +#: src/ui/gui/data-editor.glade:388 src/ui/gui/syntax-editor.glade:254 +msgid "_Help" msgstr "" -#: src/sysfile-info.c:113 -msgid "Big." +#: src/ui/gui/data-editor.glade:395 src/ui/gui/syntax-editor.glade:263 +msgid "_Reference Manual" msgstr "" -#: src/sysfile-info.c:113 -msgid "Little." +#: src/ui/gui/data-editor.glade:402 src/ui/gui/syntax-editor.glade:271 +msgid "_About" msgstr "" -#: src/sysfile-info.c:114 -msgid "Variables:" +#: src/ui/gui/data-editor.glade:439 +msgid "Save" msgstr "" -#: src/sysfile-info.c:117 -msgid "Cases:" +#: src/ui/gui/data-editor.glade:451 +msgid "Print" msgstr "" -#: src/sysfile-info.c:120 -msgid "Type:" +#: src/ui/gui/data-editor.glade:471 +msgid "Undo" msgstr "" -#: src/sysfile-info.c:121 -msgid "System File." +#: src/ui/gui/data-editor.glade:482 +msgid "Redo" msgstr "" -#: src/sysfile-info.c:122 -msgid "Weight:" +#: src/ui/gui/data-editor.glade:535 +msgid "Find" msgstr "" -#: src/sysfile-info.c:126 -msgid "Not weighted." +#: src/ui/gui/data-editor.glade:555 +msgid "Insert Case" msgstr "" -#: src/sysfile-info.c:128 -msgid "Mode:" +#: src/ui/gui/data-editor.glade:646 +msgid "Use Sets" msgstr "" -#: src/sysfile-info.c:130 -#, c-format -msgid "Compression %s." +#: src/ui/gui/data-editor.glade:728 +msgid "Data View" msgstr "" -#: src/sysfile-info.c:130 -msgid "on" +#: src/ui/gui/data-editor.glade:755 +msgid "Variable View" msgstr "" -#: src/sysfile-info.c:130 -msgid "off" +#: src/ui/gui/data-editor.glade:785 +msgid "Information Area" msgstr "" -#: src/sysfile-info.c:140 src/sysfile-info.c:378 -msgid "Description" +#: src/ui/gui/data-editor.glade:804 +msgid "Processor Area" msgstr "" -#: src/sysfile-info.c:141 src/sysfile-info.c:376 -msgid "Position" +#: src/ui/gui/data-editor.glade:829 +msgid "OMS Area" msgstr "" -#: src/sysfile-info.c:199 -msgid "The active file does not have a file label." +#: src/ui/gui/data-editor.glade:854 +msgid "Case Counter Area" msgstr "" -#: src/sysfile-info.c:202 -msgid "File label:" +#: src/ui/gui/data-editor.glade:879 +msgid "Filter Use Status Area" msgstr "" -#: src/sysfile-info.c:264 -msgid "No variables to display." +#: src/ui/gui/data-editor.glade:904 +msgid "Weight Status Area" msgstr "" -#: src/sysfile-info.c:283 -msgid "Macros not supported." +#: src/ui/gui/data-editor.glade:930 +msgid "Split File Status Area" msgstr "" -#: src/sysfile-info.c:293 -msgid "The active file dictionary does not contain any documents." +#: src/ui/gui/data-editor.glade:959 +msgid "Variable Type" msgstr "" -#: src/sysfile-info.c:302 -msgid "Documents in the active file:" +#: src/ui/gui/data-editor.glade:994 src/ui/gui/psppire-var-store.c:476 +msgid "Comma" msgstr "" -#: src/sysfile-info.c:380 src/sysfile-info.c:519 src/vfm.c:813 -msgid "Label" +#: src/ui/gui/data-editor.glade:1009 src/ui/gui/psppire-var-store.c:477 +msgid "Dot" msgstr "" -#: src/sysfile-info.c:452 -#, c-format -msgid "Format: %s" +#: src/ui/gui/data-editor.glade:1024 +msgid "Scientific notation" msgstr "" -#: src/sysfile-info.c:459 -#, c-format -msgid "Print Format: %s" +#: src/ui/gui/data-editor.glade:1039 src/ui/gui/psppire-var-store.c:479 +msgid "Date" msgstr "" -#: src/sysfile-info.c:462 -#, c-format -msgid "Write Format: %s" +#: src/ui/gui/data-editor.glade:1054 src/ui/gui/psppire-var-store.c:480 +msgid "Dollar" msgstr "" -#: src/sysfile-info.c:474 -msgid "Missing Values: " +#: src/ui/gui/data-editor.glade:1069 +msgid "Custom currency" msgstr "" -#: src/sysfile-info.c:575 -msgid "No vectors defined." +#: src/ui/gui/data-editor.glade:1161 +msgid "positive" msgstr "" -#: src/sysfile-info.c:590 -msgid "Vector" +#: src/ui/gui/data-editor.glade:1167 +msgid "negative" 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/data-editor.glade:1180 +msgid "Sample" 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/data-editor.glade:1230 +msgid "Width:" msgstr "" -#: src/temporary.c:49 -msgid "This command is not valid inside DO IF or LOOP." +#: src/ui/gui/data-editor.glade:1274 +msgid "Decimal Places:" msgstr "" -#: src/temporary.c:56 -msgid "" -"This command may only appear once between procedures and procedure-like " -"commands." +#: src/ui/gui/data-editor.glade:1441 +msgid "Value Label:" msgstr "" -#: src/title.c:59 -#, c-format -msgid "%s before: %s\n" +#: src/ui/gui/data-editor.glade:1454 +msgid "Value:" msgstr "" -#: src/title.c:59 -msgid "" +#: src/ui/gui/data-editor.glade:1587 +msgid "Missing Values" msgstr "" -#: src/title.c:71 -#, c-format -msgid "%s: `.' expected after string." +#: src/ui/gui/data-editor.glade:1605 +msgid "_Range plus one optional discrete missing value" msgstr "" -#: src/title.c:87 -#, c-format -msgid "%s after: %s\n" +#: src/ui/gui/data-editor.glade:1629 +msgid "_Low:" msgstr "" -#: src/title.c:143 -#, c-format -msgid "Document entered %s %02d:%02d:%02d by %s (%s):" +#: src/ui/gui/data-editor.glade:1658 +msgid "_High:" msgstr "" -#: src/t-test.q:270 -msgid "TESTVAL, GROUPS and PAIRS subcommands are mutually exclusive." +#: src/ui/gui/data-editor.glade:1699 +msgid "Di_screte value:" msgstr "" -#: src/t-test.q:288 -msgid "VARIABLES subcommand is not appropriate with PAIRS" +#: src/ui/gui/data-editor.glade:1746 +msgid "_No missing values" msgstr "" -#: src/t-test.q:326 -msgid "One or more VARIABLES must be specified." +#: src/ui/gui/data-editor.glade:1763 +msgid "_Discrete missing values" msgstr "" -#: src/t-test.q:377 -#, c-format -msgid "Long string variable %s is not valid here." +#: src/ui/gui/data-editor.glade:1908 +msgid "Case Number:" msgstr "" -#: src/t-test.q:397 src/t-test.q:412 -msgid "" -"When applying GROUPS to a string variable, two values must be specified." +#: src/ui/gui/data-editor.glade:2017 +msgid "Sort by:" msgstr "" -#: src/t-test.q:484 -#, c-format -msgid "" -"PAIRED was specified but the number of variables preceding WITH (%d) did not " -"match the number following (%d)." +#: src/ui/gui/data-editor.glade:2066 src/ui/gui/sort-cases-dialog.c:279 +msgid "Ascending" msgstr "" -#: src/t-test.q:501 -msgid "At least two variables must be specified on PAIRS." +#: src/ui/gui/data-editor.glade:2079 src/ui/gui/sort-cases-dialog.c:281 +msgid "Descending" msgstr "" -#: src/t-test.q:678 -msgid "One-Sample Statistics" +#: src/ui/gui/data-editor.glade:2095 +msgid "Sort Order" msgstr "" -#: src/t-test.q:683 src/t-test.q:706 src/t-test.q:830 -msgid "SE. Mean" +#: src/ui/gui/helper.c:105 +msgid "Sorry. The help system hasn't yet been implemented." msgstr "" -#: src/t-test.q:700 -msgid "Group Statistics" +#: src/ui/gui/helper.c:128 +#, c-format +msgid "Cannot open reference manual: %s" msgstr "" -#: src/t-test.q:824 -msgid "Paired Sample Statistics" +#: src/ui/gui/message-dialog.c:123 +msgid "Script Error" msgstr "" -#: src/t-test.q:846 src/t-test.q:1190 src/t-test.q:1380 -#, c-format -msgid "Pair %d" +#: src/ui/gui/message-dialog.c:127 +msgid "Data File Error" msgstr "" -#: src/t-test.q:963 -msgid "Independent Samples Test" +#: src/ui/gui/message-dialog.c:132 +msgid "PSPP Error" msgstr "" -#: src/t-test.q:971 -msgid "Levene's Test for Equality of Variances" +#: src/ui/gui/message-dialog.c:143 +#, c-format +msgid "%s (line %d)" msgstr "" -#: src/t-test.q:973 -msgid "t-test for Equality of Means" +#: src/ui/gui/message-dialog.c:149 +#, c-format +msgid "%s" msgstr "" -#: src/t-test.q:976 src/t-test.q:1365 -msgid "Sig." +#: src/ui/gui/message-dialog.c:153 +#, c-format +msgid "%s %s" msgstr "" -#: src/t-test.q:980 src/t-test.q:1264 -msgid "Mean Difference" +#: src/ui/gui/missing-val-dialog.c:117 src/ui/gui/missing-val-dialog.c:162 +msgid "Incorrect value for variable type" msgstr "" -#: src/t-test.q:981 -msgid "Std. Error Difference" +#: src/ui/gui/missing-val-dialog.c:138 src/ui/gui/missing-val-dialog.c:145 +msgid "Incorrect range specification" msgstr "" -#: src/t-test.q:986 src/t-test.q:1161 src/t-test.q:1256 +#: src/ui/gui/psppire-data-store.c:743 +msgid "var" +msgstr "" + +#: src/ui/gui/psppire-data-store.c:824 src/ui/gui/psppire-var-store.c:552 +#: src/ui/gui/psppire-var-store.c:562 src/ui/gui/psppire-var-store.c:572 +#: src/ui/gui/psppire-var-store.c:770 #, c-format -msgid "%g%% Confidence Interval of the Difference" +msgid "%d" msgstr "" -#: src/t-test.q:1041 -msgid "Equal variances assumed" +#: src/ui/gui/psppire.glade:9 +msgid "This is pre-alpha software. Use at your own risk." msgstr "" -#: src/t-test.q:1093 -msgid "Equal variances not assumed" +#: src/ui/gui/psppire.glade:10 +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 2 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, write to the Free Software\n" +" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n" +" 02110-1301, USA.\n" msgstr "" -#: src/t-test.q:1151 -msgid "Paired Samples Test" +#: src/ui/gui/psppire.glade:87 src/ui/gui/psppire.glade:170 +#: src/ui/gui/weight-cases-dialog.c:87 +msgid "Do not weight cases" msgstr "" -#: src/t-test.q:1154 -msgid "Paired Differences" +#: src/ui/gui/psppire.glade:96 +msgid "Weight cases by" msgstr "" -#: src/t-test.q:1166 -msgid "Std. Error Mean" +#: src/ui/gui/psppire.glade:125 +msgid "Frequency Variable" msgstr "" -#: src/t-test.q:1245 -msgid "One-Sample Test" +#: src/ui/gui/psppire.glade:163 +msgid "Current Status: " msgstr "" -#: src/t-test.q:1250 -#, c-format -msgid "Test Value = %f" +#: src/ui/gui/psppire-var-select.c:260 src/ui/gui/sort-cases-dialog.c:339 +msgid "Var" msgstr "" -#: src/t-test.q:1360 -msgid "Paired Samples Correlations" +#: src/ui/gui/psppire-var-store.c:471 +msgid "None" msgstr "" -#: src/t-test.q:1364 -msgid "Correlation" +#: src/ui/gui/psppire-var-store.c:478 +msgid "Scientific" msgstr "" -#: src/t-test.q:1383 -#, c-format -msgid "%s & %s" +#: src/ui/gui/psppire-var-store.c:481 +msgid "Custom" msgstr "" -#: src/val-labs.c:121 -#, c-format -msgid "" -"It is not possible to assign value labels to long string variables such as %" -"s." +#: src/ui/gui/sort-cases-dialog.c:367 +msgid "Criteria" msgstr "" -#: src/val-labs.c:170 +#: src/ui/gui/syntax-editor.c:80 #, c-format -msgid "Value label `%g' is not integer." +msgid "Save contents of syntax editor to %s?" msgstr "" -#: src/val-labs.c:180 -msgid "Truncating value label to 60 characters." +#: src/ui/gui/syntax-editor.c:127 +msgid "Save Syntax" msgstr "" -#: src/var-labs.c:50 -msgid "String expected for variable label." +#: src/ui/gui/syntax-editor.c:135 src/ui/gui/syntax-editor.c:538 +msgid "Syntax Files (*.sps) " msgstr "" -#: src/var-labs.c:56 -msgid "Truncating variable label to 255 characters." +#: src/ui/gui/syntax-editor.c:530 +msgid "Open Syntax" msgstr "" -#: src/vars-atr.c:126 -msgid "Variable name cannot be empty string." +#: src/ui/gui/syntax-editor.glade:10 +msgid "Psppire Syntax Editor" msgstr "" -#: src/vars-atr.c:132 -#, c-format -msgid "Variable name %s exceeds %d-character limit." +#: src/ui/gui/syntax-editor.glade:187 +msgid "_Run" msgstr "" -#: src/vars-atr.c:141 -#, c-format -msgid "Character `%c' (in %s) may not appear in a variable name." +#: src/ui/gui/syntax-editor.glade:196 +msgid "All" msgstr "" -#: src/vars-atr.c:150 -#, c-format -msgid "" -"Character `%c' (in %s), may not appear as the first character in a variable " -"name." +#: src/ui/gui/syntax-editor.glade:204 +msgid "Selection" msgstr "" -#: src/vars-atr.c:159 -#, c-format -msgid "%s may not be used as a variable name because it is a reserved word." +#: src/ui/gui/syntax-editor.glade:212 +msgid "Current Line" msgstr "" -#: src/vars-atr.c:254 -msgid "Variable suffix too large." +#: src/ui/gui/syntax-editor.glade:220 +msgid "To End" msgstr "" -#: src/vars-atr.c:295 -msgid "ordinary" +#: src/ui/gui/var-sheet.c:67 +msgid "Name" msgstr "" -#: src/vars-atr.c:297 -msgid "system" +#: src/ui/gui/var-sheet.c:69 +msgid "Width" msgstr "" -#: src/vars-atr.c:299 -msgid "scratch" +#: src/ui/gui/var-sheet.c:70 +msgid "Decimals" msgstr "" -#: src/vars-prs.c:48 -msgid "expecting variable name" +#: src/ui/gui/var-sheet.c:72 +msgid "Values" msgstr "" -#: src/vars-prs.c:58 -#, c-format -msgid "%s is not a variable name." +#: src/ui/gui/var-sheet.c:75 +msgid "Align" msgstr "" -#: src/vars-prs.c:146 -#, c-format -msgid "" -"%s is not a numeric variable. It will not be included in the variable list." +#: src/ui/gui/var-sheet.c:76 +msgid "Measure" msgstr "" -#: src/vars-prs.c:149 -#, c-format -msgid "" -"%s is not a string variable. It will not be included in the variable list." +#: src/ui/gui/var-sheet.c:82 +msgid "Left" msgstr "" -#: src/vars-prs.c:153 -#, c-format -msgid "Scratch variables (such as %s) are not allowed here." +#: src/ui/gui/var-sheet.c:83 +msgid "Right" msgstr "" -#: src/vars-prs.c:156 -#, 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." +#: src/ui/gui/var-sheet.c:84 +msgid "Centre" msgstr "" -#: src/vars-prs.c:161 -#, c-format -msgid "Variable %s appears twice in variable list." +#: src/ui/gui/var-sheet.c:89 +msgid "Nominal" msgstr "" -#: src/vars-prs.c:270 -#, c-format -msgid "%s TO %s is not valid syntax since %s precedes %s in the dictionary." +#: src/ui/gui/var-sheet.c:90 +msgid "Ordinal" msgstr "" -#: src/vars-prs.c:279 -#, 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/gui/var-sheet.c:91 +msgid "Scale" msgstr "" -#: src/vars-prs.c:350 -msgid "incorrect use of TO convention" +#: src/ui/gui/window-manager.c:111 +#, c-format +msgid "Syntax%d" msgstr "" -#: src/vars-prs.c:393 -msgid "Scratch variables not allowed here." +#: src/ui/gui/window-manager.c:112 src/ui/gui/window-manager.c:140 +#, c-format +msgid "%s --- PSPP Syntax Editor" msgstr "" -#: src/vars-prs.c:415 -msgid "Prefixes don't match in use of TO convention." +#: src/ui/gui/window-manager.c:115 +#, c-format +msgid "Untitled%d" msgstr "" -#: src/vars-prs.c:420 -msgid "Bad bounds in use of TO convention." +#: src/ui/gui/window-manager.c:116 src/ui/gui/window-manager.c:143 +#, c-format +msgid "%s --- PSPP Data Editor" msgstr "" -#: src/vector.c:70 +#: src/ui/terminal/command-line.c:221 #, c-format -msgid "Vector name %s is given twice." +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" +"\n" +"Input and output:\n" +" -e, --error-file=FILE send error messages to FILE (appended)\n" +" -f, --out-file=FILE send output to FILE (overwritten)\n" +" -p, --pipe read syntax from stdin, send output to stdout\n" +" -I-, --no-include clear include path\n" +" -I, --include=DIR append DIR to include path\n" +"\n" +"Language modifiers:\n" +" -i, --interactive interpret syntax 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" +" FILE syntax file to execute\n" +" KEY=VALUE overrides macros in output initialization file\n" +"\n" msgstr "" -#: src/vector.c:76 +#: src/ui/terminal/command-line.c:256 #, c-format -msgid "There is already a vector with name %s." +msgid "" +"\n" +"Report bugs to <%s>.\n" msgstr "" -#: src/vector.c:97 +#: src/ui/terminal/main.c:129 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." +"Stopping syntax file processing here to avoid a cascade of dependent command " +"failures." msgstr "" -#: src/vector.c:131 -msgid "Vectors must have at least one element." +#: src/ui/terminal/msg-ui.c:65 +#, c-format +msgid "Cannot open %s (%s). Writing errors to stdout instead.\n" +msgstr "" + +#: src/ui/terminal/msg-ui.c:92 +msgid "Terminating execution of syntax file due to error." msgstr "" -#: src/vector.c:145 +#: src/ui/terminal/msg-ui.c:94 #, c-format -msgid "%s%d is too long for a variable name." +msgid "Errors (%d) exceeds limit (%d)." 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/msg-ui.c:97 +#, c-format +msgid "Warnings (%d) exceed limit (%d)." msgstr "" -#: src/weight.c:56 -msgid "The weighting variable must be numeric." +#: src/ui/terminal/msg-ui.c:146 +msgid "error" msgstr "" -#: src/weight.c:61 -msgid "The weighting variable may not be scratch." +#: src/ui/terminal/msg-ui.c:147 +msgid "warning" msgstr ""