Files
evolution/plugins/proxy/org-gnome-proxy-errors.xml
Shreyas Srinivasan a5c812f963 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
2005-07-10 09:41:08 +00:00

25 lines
585 B
XML

<?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>