aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-errors.xml.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-12 11:32:55 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-12 11:32:55 +0800
commit443ab1ee8c4abf0c07727bc2e93b8f892294d324 (patch)
tree6206885e8aba9131f9cbf0deac7035f7d5530d6d /filter/filter-errors.xml.h
parentbc754690bee57ac0e66232197d9b88bc692aac79 (diff)
downloadgsoc2013-evolution-443ab1ee8c4abf0c07727bc2e93b8f892294d324.tar
gsoc2013-evolution-443ab1ee8c4abf0c07727bc2e93b8f892294d324.tar.gz
gsoc2013-evolution-443ab1ee8c4abf0c07727bc2e93b8f892294d324.tar.bz2
gsoc2013-evolution-443ab1ee8c4abf0c07727bc2e93b8f892294d324.tar.lz
gsoc2013-evolution-443ab1ee8c4abf0c07727bc2e93b8f892294d324.tar.xz
gsoc2013-evolution-443ab1ee8c4abf0c07727bc2e93b8f892294d324.tar.zst
gsoc2013-evolution-443ab1ee8c4abf0c07727bc2e93b8f892294d324.zip
fix i18n file generation rules.
2004-05-12 Not Zed <NotZed@Ximian.com> * Makefile.am (%.xml.h): fix i18n file generation rules. * filter-errors.xml: rename from xml.in and fix tags. * filter-errors.xml.h: add for translators. svn path=/trunk/; revision=25867
Diffstat (limited to 'filter/filter-errors.xml.h')
-rw-r--r--filter/filter-errors.xml.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/filter/filter-errors.xml.h b/filter/filter-errors.xml.h
new file mode 100644
index 0000000000..f8ed2d6ffb
--- /dev/null
+++ b/filter/filter-errors.xml.h
@@ -0,0 +1,38 @@
+/* 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:no-folder primary */
+char *s = N_("Missing folder.");
+/* filter:no-folder secondary */
+char *s = N_("You must specify a folder.");
+/* 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:no-name-vfolder primary */
+char *s = N_("Missing name.");
+/* filter:no-name-vfolder secondary */
+char *s = N_("You must name this vFolder.");
+/* filter:bad-name-notunique primary */
+char *s = N_("Name \"{0}\" already used.");
+/* filter:bad-name-notunique secondary */
+char *s = N_("Please choose another name.");
+/* filter:vfolder-no-source primary */
+char *s = N_("No sources selected.");
+/* filter:vfolder-no-source secondary */
+char *s = N_("You must specify at least one folder as a source.\n"
+ "Either by selecting the folders individually, and/or by selecting\n"
+ "all local folders, all remote folders, or both.");