aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-errors.xml
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
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')
-rw-r--r--filter/filter-errors.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/filter/filter-errors.xml b/filter/filter-errors.xml
new file mode 100644
index 0000000000..d7ad6ab55b
--- /dev/null
+++ b/filter/filter-errors.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="filter">
+
+ <error id="no-date" type="error">
+ <primary>Missing date.</primary>
+ <secondary>You must choose a date.</secondary>
+ </error>
+
+ <error id="no-file" type="error">
+ <primary>Missing file name.</primary>
+ <secondary>You must specify a file name.</secondary>
+ </error>
+
+ <error id="bad-file" type="error">
+ <primary>File &quot;{0}&quot; does not exist or is not a regular file.</primary>
+ <secondary>You must specify a file name.</secondary>
+ </error>
+
+ <error id="no-folder" type="error">
+ <primary>Missing folder.</primary>
+ <secondary>You must specify a folder.</secondary>
+ </error>
+
+ <error id="bad-regexp" type="error">
+ <primary>Bad regular expression &quot;{0}&quot;.</primary>
+ <secondary>Could not compile regular expression &quot;{1}&quot;.</secondary>
+ </error>
+
+ <error id="no-name" type="error">
+ <primary>Missing name.</primary>
+ <secondary>You must name this filter.</secondary>
+ </error>
+
+ <error id="no-name-vfolder" type="error">
+ <primary>Missing name.</primary>
+ <secondary>You must name this vFolder.</secondary>
+ </error>
+
+ <error id="bad-name-notunique" type="error">
+ <primary>Name &quot;{0}&quot; already used.</primary>
+ <secondary>Please choose another name.</secondary>
+ </error>
+
+ <error id="vfolder-no-source" type="error">
+ <primary>No sources selected.</primary>
+ <secondary>You must specify at least one folder as a source.
+Either by selecting the folders individually, and/or by selecting
+all local folders, all remote folders, or both.</secondary>
+ </error>
+
+</error-list> \ No newline at end of file