2005-07-19 Sankar P <psankar@novell.com> * configure.in : Removed the proxy and proxy-login plugins as they are merged into the groupwise-features plugin. svn path=/trunk/; revision=29805
25 lines
585 B
XML
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 "{0}"
|
|
</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>
|