diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-05-22 15:59:00 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-05-22 16:00:52 +0800 |
commit | 087494c23e31c49be79762b9d994f9ab91818b80 (patch) | |
tree | 3d470d87db2559354228d6b39cec2d34f35d25dc /plugins | |
parent | f4e34fb3adbc9358060045f8b1e6c31b328e0e2d (diff) | |
download | gsoc2013-evolution-087494c23e31c49be79762b9d994f9ab91818b80.tar gsoc2013-evolution-087494c23e31c49be79762b9d994f9ab91818b80.tar.gz gsoc2013-evolution-087494c23e31c49be79762b9d994f9ab91818b80.tar.bz2 gsoc2013-evolution-087494c23e31c49be79762b9d994f9ab91818b80.tar.lz gsoc2013-evolution-087494c23e31c49be79762b9d994f9ab91818b80.tar.xz gsoc2013-evolution-087494c23e31c49be79762b9d994f9ab91818b80.tar.zst gsoc2013-evolution-087494c23e31c49be79762b9d994f9ab91818b80.zip |
Adding the new file which was missed in earlier commit for resend feature.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/org-gnome-process-meeting.error.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/plugins/groupwise-features/org-gnome-process-meeting.error.xml b/plugins/groupwise-features/org-gnome-process-meeting.error.xml new file mode 100644 index 0000000000..82bf25b0d3 --- /dev/null +++ b/plugins/groupwise-features/org-gnome-process-meeting.error.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<error-list domain="org.gnome.evolution.process_meeting"> + +<error id="recurrence-accept" type="question" default="GTK_RESPONSE_YES"> +<_primary>This is a recurring meeting</_primary> +<!--Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") --> +<_secondary>Would you like to accept it?</_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 id="recurrence-decline" type="question" default="GTK_RESPONSE_YES"> +<_primary>This is a recurring meeting</_primary> +<!--Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") --> +<_secondary>Would you like to decline it?</_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 id="resend" type="question" default="GTK_RESPONSE_YES"> +<_primary>Do you want to resend the meeting ?</_primary> +<_secondary>This will create a new meeting using the existing meeting details.</_secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button stock="gtk-ok" response="GTK_RESPONSE_OK"/> +</error> + +<error id="resend-recurrence" type="question" default="GTK_RESPONSE_YES"> +<_primary>Do you want to resend the recurring meeting ?</_primary> +<_secondary>This will create a new meeting with the existing meeting details. The recurrence rule needs to be re-entered.</_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 id="resend-retract" type="question" default="GTK_RESPONSE_YES"> +<_primary>Do you want to retract the original item ?</_primary> +<_secondary>The original will be removed from the recipient's mailbox.</_secondary> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> +</error> + +</error-list> |