Replace syntactical keywords in error/warning messages by printf directives. 20140222030507/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 21 Feb 2014 09:06:00 +0000 (10:06 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 21 Feb 2014 09:06:00 +0000 (10:06 +0100)
commiteb06da6a334bc37108cdce9bfc7f26cfcb2003ee
tree18eb82762da988a52475efc61c764fcbf6c67a82
parentbb4738b6612729d1d3f83009e88505ffc8c46e2d
Replace syntactical keywords in error/warning messages by printf directives.

A number of translators are still making the mistake of translating syntax
keywords in messages (such as "REPEAT") into thier literal equivalents in
the target language.  This change avoids the posibility of that mistake,
by removing the keywords from the translatable string.
22 files changed:
src/data/file-name.c
src/language/command.c
src/language/control/do-if.c
src/language/control/repeat.c
src/language/data-io/data-list.c
src/language/data-io/data-reader.c
src/language/data-io/get-data.c
src/language/data-io/inpt-pgm.c
src/language/data-io/print-space.c
src/language/data-io/print.c
src/language/data-io/save-translate.c
src/language/expressions/parse.c
src/language/lexer/value-parser.c
src/language/stats/factor.c
src/language/stats/flip.c
src/language/stats/npar.c
src/language/stats/rank.c
src/language/stats/t-test-parser.c
src/language/utilities/date.c
src/language/utilities/host.c
src/language/utilities/permissions.c
src/language/xforms/recode.c