aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/org-gnome-proxy.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-04-27 17:34:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-04-28 20:04:23 +0800
commit3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e (patch)
treebbf9c71f4e335de9c46848078143e63710d627c3 /plugins/groupwise-features/org-gnome-proxy.error.xml
parent27def41a24a01da596f585bc826e1c4fff7e1941 (diff)
downloadgsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.gz
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.bz2
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.lz
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.xz
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.zst
gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.zip
Define .error files correctly and external-editor crash fix
** Fix for bug #561188
Diffstat (limited to 'plugins/groupwise-features/org-gnome-proxy.error.xml')
-rw-r--r--plugins/groupwise-features/org-gnome-proxy.error.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/groupwise-features/org-gnome-proxy.error.xml b/plugins/groupwise-features/org-gnome-proxy.error.xml
new file mode 100644
index 0000000000..dad6fbe8f1
--- /dev/null
+++ b/plugins/groupwise-features/org-gnome-proxy.error.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="org.gnome.evolution.proxy">
+<error id="invalid-user" type="error">
+<_primary>Invalid user</_primary>
+<!--To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -->
+<_secondary>
+Proxy access cannot be given to user &quot;{0}&quot;
+</_secondary>
+</error>
+
+<error id="no-user" type="error">
+<_primary>Specify User</_primary>
+<!--To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -->
+<_secondary>
+You have to specify a valid user name to give proxy rights.
+</_secondary>
+</error>
+
+<error id="user-is-proxy" type="error">
+<_primary>Specify User</_primary>
+<!--To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation -->
+<_secondary>
+You have already given proxy permissions to this user.
+</_secondary>
+</error>
+
+</error-list>