aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-errors.xml.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-06-18 21:24:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-18 21:24:29 +0800
commit5f0f572bd1e95018fef959ecb63260afa8e6767b (patch)
tree2a92b69186b0a36e25005998260efdc0f4f6dd7d /filter/filter-errors.xml.h
parentaf2b5dd152cd54daaf21533b98a704744cbc9265 (diff)
downloadgsoc2013-evolution-5f0f572bd1e95018fef959ecb63260afa8e6767b.tar
gsoc2013-evolution-5f0f572bd1e95018fef959ecb63260afa8e6767b.tar.gz
gsoc2013-evolution-5f0f572bd1e95018fef959ecb63260afa8e6767b.tar.bz2
gsoc2013-evolution-5f0f572bd1e95018fef959ecb63260afa8e6767b.tar.lz
gsoc2013-evolution-5f0f572bd1e95018fef959ecb63260afa8e6767b.tar.xz
gsoc2013-evolution-5f0f572bd1e95018fef959ecb63260afa8e6767b.tar.zst
gsoc2013-evolution-5f0f572bd1e95018fef959ecb63260afa8e6767b.zip
Re-added - THIS IS NOT TO BE REMOVED!!!!
2004-06-18 Jeffrey Stedfast <fejj@ximian.com> * filter-errors.xml.h: Re-added - THIS IS NOT TO BE REMOVED!!!! svn path=/trunk/; revision=26416
Diffstat (limited to 'filter/filter-errors.xml.h')
-rw-r--r--filter/filter-errors.xml.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/filter/filter-errors.xml.h b/filter/filter-errors.xml.h
new file mode 100644
index 0000000000..f14c26698b
--- /dev/null
+++ b/filter/filter-errors.xml.h
@@ -0,0 +1,24 @@
+/* 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.");