2008-03-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #511957 * plugins/groupwise-features/org-gnome-proxy-login-errors.xml: * plugins/groupwise-features/org-gnome-shared-folder.errors.xml: * plugins/groupwise-features/org-gnome-proxy-errors.xml: * plugins/groupwise-features/org-gnome-mail-retract-errors.xml: Mark messages for translation. * po/POTFILES.in: Added plugins/groupwise-features/org-gnome-mail-retract-errors.xml. svn path=/trunk/; revision=35269
25 lines
597 B
XML
25 lines
597 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>
|