Files
evolution/plugins/groupwise-features/org-gnome-shared-folder.errors.xml
Chenthill Palanisamy 113f3730da Added the new file process-meeting.c and widgets/misc to include headers.
2005-07-23  Chenthill Palanisamy  <pchenthill@novell.com>

* Makefile.am: Added the new file process-meeting.c
and widgets/misc to include headers.
* org-gnome-groupwise-features.eplug.xml: Added the
hook for processing meetings.
* org-gnome-shared-folder.errors.xml: Added the message
for asking for error

svn path=/trunk/; revision=29870
2005-07-25 05:00:45 +00:00

29 lines
809 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 &quot;{0}&quot;
</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 id="recurrence" type="question" default="GTK_RESPONSE_YES">
<primary>This is a recurring meeting</primary>
<secondary>What would you like to {0}?</secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button label="This instance" response="GTK_RESPONSE_NO"/>
<button label="All instances" response="GTK_RESPONSE_YES"/>
</error>
</error-list>