2005-01-24 Vivek Jain <jvivek@novell.com> to display error messages svn path=/trunk/; revision=28528
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>
|
|
|