Omitted src/version.c from po/POTFILES.in, since it's a generated file and contains no
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 15 Feb 2005 13:29:08 +0000 (13:29 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 15 Feb 2005 13:29:08 +0000 (13:29 +0000)
translatable strings anyway.

Smake
po/en_GB.po
po/pspp.pot

diff --git a/Smake b/Smake
index 0e87e1e578b9144b65f6b8f82dfa69016f8fb3e2..e363f418b6df65be040066a473912390c297fe86 100644 (file)
--- 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
index b4660816695b18a541a728708e6506870c3aa592..04ed70ddc655922cc6bd06299f482252a1ff5e11 100644 (file)
@@ -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 <john@darrington.wattle.id.au>\n"
 "Language-Team: John Darrington <john@darrington.wattle.id.au>\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 ""
index 68350005a248ba70252c32a5a6c79d7e6cbcb763..58b7915e3732cdb47d3114307face0f0fe8949d5 100644 (file)
@@ -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 <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\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 ""