From: John Darrington Date: Tue, 15 Feb 2005 13:29:08 +0000 (+0000) Subject: Omitted src/version.c from po/POTFILES.in, since it's a generated file and contains no X-Git-Tag: v0.4.0~175 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=19c82c5e8a0daa25d5fb90b2a0c3afdae36fa471 Omitted src/version.c from po/POTFILES.in, since it's a generated file and contains no translatable strings anyway. --- diff --git a/Smake b/Smake index 0e87e1e5..e363f418 100644 --- a/Smake +++ b/Smake @@ -21,7 +21,9 @@ src_files=$(filter-out $(src_cq_files), $(src_c_files)) $(src_q_files) .PHONY: po/POTFILES.in po/POTFILES.in: @$(RM) po/potfile-temp - for f in $(src_files) ; do echo $$f >> po/potfile-temp ; done + for f in $(src_files) ; do \ + if [ $$f = "src/version.c" ] ; then continue ; fi ; \ + echo $$f >> po/potfile-temp ; done @if ( ! test -e $@ ) || ( ! diff -q po/potfile-temp $@ ) ; then mv po/potfile-temp $@ ; else $(RM) po/potfile-temp ; fi install-sh Makefile.in: intl Makefile.am aclocal.m4 config.h.in ABOUT-NLS diff --git a/po/en_GB.po b/po/en_GB.po index b4660816..04ed70dd 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PSPP 0.3.1\n" "Report-Msgid-Bugs-To: pspp-dev@gnu.org\n" -"POT-Creation-Date: 2005-02-13 14:00+0800\n" +"POT-Creation-Date: 2005-02-15 20:42+0800\n" "PO-Revision-Date: 2004-01-23 13:04+0800\n" "Last-Translator: John Darrington \n" "Language-Team: John Darrington \n" @@ -44,28 +44,28 @@ msgstr "" msgid "expecting `('" msgstr "" -#: src/aggregate.c:456 +#: src/aggregate.c:458 #, c-format msgid "Missing argument %d to %s." msgstr "" -#: src/aggregate.c:464 +#: src/aggregate.c:466 #, c-format msgid "Arguments to %s must be of same type as source variables." msgstr "" -#: src/aggregate.c:474 src/expr-prs.c:627 +#: src/aggregate.c:476 src/expr-prs.c:627 msgid "expecting `)'" msgstr "" -#: src/aggregate.c:486 +#: src/aggregate.c:488 #, c-format msgid "" "Number of source variables (%d) does not match number of target variables (%" "d)." msgstr "" -#: src/aggregate.c:555 +#: src/aggregate.c:556 #, c-format msgid "" "Variable name %s is not unique within the aggregate file dictionary, which " @@ -3057,6 +3057,10 @@ msgstr "" msgid "PostScript driver: Cannot find encoding `%s' for PostScript font `%s'." msgstr "" +#: src/postscript.c:2885 +msgid "Charts are currently unsupported with postscript drivers." +msgstr "" + #: src/print.c:179 msgid "expecting a valid subcommand" msgstr "" diff --git a/po/pspp.pot b/po/pspp.pot index 68350005..58b7915e 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-02-13 14:00+0800\n" +"POT-Creation-Date: 2005-02-15 20:42+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -45,28 +45,28 @@ msgstr "" msgid "expecting `('" msgstr "" -#: src/aggregate.c:456 +#: src/aggregate.c:458 #, c-format msgid "Missing argument %d to %s." msgstr "" -#: src/aggregate.c:464 +#: src/aggregate.c:466 #, c-format msgid "Arguments to %s must be of same type as source variables." msgstr "" -#: src/aggregate.c:474 src/expr-prs.c:627 +#: src/aggregate.c:476 src/expr-prs.c:627 msgid "expecting `)'" msgstr "" -#: src/aggregate.c:486 +#: src/aggregate.c:488 #, c-format msgid "" "Number of source variables (%d) does not match number of target variables (%" "d)." msgstr "" -#: src/aggregate.c:555 +#: src/aggregate.c:556 #, c-format msgid "" "Variable name %s is not unique within the aggregate file dictionary, which " @@ -3057,6 +3057,10 @@ msgstr "" msgid "PostScript driver: Cannot find encoding `%s' for PostScript font `%s'." msgstr "" +#: src/postscript.c:2885 +msgid "Charts are currently unsupported with postscript drivers." +msgstr "" + #: src/print.c:179 msgid "expecting a valid subcommand" msgstr ""