aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-errors.xml.h
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-06-17 23:05:04 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-06-17 23:05:04 +0800
commite65a333d1f0c78e86e1181571b2e6e5fd9e9e76a (patch)
tree0fa6e4805a122215f95a66c7f8898af5a2dccc58 /filter/filter-errors.xml.h
parent3dc971e25c81d10fc6fd7e067d9c15b5324518d4 (diff)
downloadgsoc2013-evolution-e65a333d1f0c78e86e1181571b2e6e5fd9e9e76a.tar
gsoc2013-evolution-e65a333d1f0c78e86e1181571b2e6e5fd9e9e76a.tar.gz
gsoc2013-evolution-e65a333d1f0c78e86e1181571b2e6e5fd9e9e76a.tar.bz2
gsoc2013-evolution-e65a333d1f0c78e86e1181571b2e6e5fd9e9e76a.tar.lz
gsoc2013-evolution-e65a333d1f0c78e86e1181571b2e6e5fd9e9e76a.tar.xz
gsoc2013-evolution-e65a333d1f0c78e86e1181571b2e6e5fd9e9e76a.tar.zst
gsoc2013-evolution-e65a333d1f0c78e86e1181571b2e6e5fd9e9e76a.zip
Remove this generated file from CVS
2004-06-17 Rodney Dawes <dobey@novell.com> * filter-errors.xml.h: Remove this generated file from CVS svn path=/trunk/; revision=26389
Diffstat (limited to 'filter/filter-errors.xml.h')
-rw-r--r--filter/filter-errors.xml.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/filter/filter-errors.xml.h b/filter/filter-errors.xml.h
deleted file mode 100644
index f14c26698b..0000000000
--- a/filter/filter-errors.xml.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* filter:no-date primary */
-char *s = N_("Missing date.");
-/* filter:no-date secondary */
-char *s = N_("You must choose a date.");
-/* filter:no-file primary */
-char *s = N_("Missing file name.");
-/* filter:no-file secondary */
-char *s = N_("You must specify a file name.");
-/* filter:bad-file primary */
-char *s = N_("File \"{0}\" does not exist or is not a regular file.");
-/* filter:bad-file secondary */
-char *s = N_("You must specify a file name.");
-/* filter:bad-regexp primary */
-char *s = N_("Bad regular expression \"{0}\".");
-/* filter:bad-regexp secondary */
-char *s = N_("Could not compile regular expression \"{1}\".");
-/* filter:no-name primary */
-char *s = N_("Missing name.");
-/* filter:no-name secondary */
-char *s = N_("You must name this filter.");
-/* filter:bad-name-notunique primary */
-char *s = N_("Name \"{0}\" already used.");
-/* filter:bad-name-notunique secondary */
-char *s = N_("Please choose another name.");