aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter.error.xml
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-16 14:14:34 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-16 14:14:34 +0800
commit14ea35c43916437a86775d911caffdc6cd76b9fd (patch)
treea27f45055ba6d520e1f6b0a96d28b0a10e5b31ce /filter/filter.error.xml
parent36811e61959aeb6a5aa5a6a63c1d3a38a5796626 (diff)
downloadgsoc2013-evolution-14ea35c43916437a86775d911caffdc6cd76b9fd.tar
gsoc2013-evolution-14ea35c43916437a86775d911caffdc6cd76b9fd.tar.gz
gsoc2013-evolution-14ea35c43916437a86775d911caffdc6cd76b9fd.tar.bz2
gsoc2013-evolution-14ea35c43916437a86775d911caffdc6cd76b9fd.tar.lz
gsoc2013-evolution-14ea35c43916437a86775d911caffdc6cd76b9fd.tar.xz
gsoc2013-evolution-14ea35c43916437a86775d911caffdc6cd76b9fd.tar.zst
gsoc2013-evolution-14ea35c43916437a86775d911caffdc6cd76b9fd.zip
moved e-error to e-util
2005-05-16 Not Zed <NotZed@Ximian.com> * moved e-error to e-util * Makefile.am: fix error i18n extraction svn path=/trunk/; revision=29364
Diffstat (limited to 'filter/filter.error.xml')
-rw-r--r--filter/filter.error.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/filter/filter.error.xml b/filter/filter.error.xml
new file mode 100644
index 0000000000..63294dc75e
--- /dev/null
+++ b/filter/filter.error.xml
@@ -0,0 +1,34 @@
+<?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="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="bad-name-notunique" type="error">
+ <_primary>Name &quot;{0}&quot; already used.</_primary>
+ <_secondary>Please choose another name.</_secondary>
+ </error>
+
+</error-list> \ No newline at end of file