23-05-2005 Vivek Jain <jvivek@novell.com> Created a plugin "groupwise-features" which is a consolidation of following existing plugins * groupwise-account-setup * addressbook-groupwise * shared-folder * groupwise-send-options * groupwise-status-tracking * send-options svn path=/trunk/; revision=29400
20 lines
451 B
XML
20 lines
451 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<error-list domain="org.gnome.evolution.mail_shared_folder">
|
|
<error id="invalid-user" type="error">
|
|
<primary>Invalid user</primary>
|
|
<secondary>
|
|
You cannot share folder with specified user "{0}"
|
|
</secondary>
|
|
</error>
|
|
|
|
<error id="no-user" type="error">
|
|
<primary>Specify User</primary>
|
|
<secondary>
|
|
You have to specify a user name whom you want to add to the list
|
|
</secondary>
|
|
</error>
|
|
|
|
|
|
</error-list>
|
|
|