aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/proxy/org-gnome-proxy-errors.xml
diff options
context:
space:
mode:
authorShreyas Srinivasan <sshreyas@novell.com>2005-07-10 17:41:08 +0800
committerShreyas Srinivasan <shres@src.gnome.org>2005-07-10 17:41:08 +0800
commita5c812f96334d17b3f781204495c24573cdc6240 (patch)
tree723ed9fcdc6f23d1266b0d57dcbafcc8618dc12b /plugins/proxy/org-gnome-proxy-errors.xml
parentceb02ba2d414c7cd3840646d2808046be35d0592 (diff)
downloadgsoc2013-evolution-a5c812f96334d17b3f781204495c24573cdc6240.tar.gz
gsoc2013-evolution-a5c812f96334d17b3f781204495c24573cdc6240.tar.zst
gsoc2013-evolution-a5c812f96334d17b3f781204495c24573cdc6240.zip
Plugin to implement Proxy assignment on a groupwise account.
2005-07-10 Shreyas Srinivasan <sshreyas@novell.com> * plugins/proxy/*: Plugin to implement Proxy assignment on a groupwise account. svn path=/trunk/; revision=29693
Diffstat (limited to 'plugins/proxy/org-gnome-proxy-errors.xml')
-rw-r--r--plugins/proxy/org-gnome-proxy-errors.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/proxy/org-gnome-proxy-errors.xml b/plugins/proxy/org-gnome-proxy-errors.xml
new file mode 100644
index 0000000000..013db90209
--- /dev/null
+++ b/plugins/proxy/org-gnome-proxy-errors.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="org.gnome.evolution.proxy">
+<error id="invalid-user" type="error">
+<primary>Invalid user</primary>
+<secondary>
+Proxy access cannot be given to user &quot;{0}&quot;
+</secondary>
+</error>
+
+<error id="no-user" type="error">
+<primary>Specify User</primary>
+<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>
+<secondary>
+You have already given proxy permissions to this user.
+</secondary>
+</error>
+
+</error-list>