aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar.error.xml
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2009-11-26 18:19:51 +0800
committerPaul Bolle <pebolle@tiscali.nl>2009-11-26 18:19:51 +0800
commit8a2c7800850d6726328c354fc3399d3ea34a0c34 (patch)
treee7faed13afb09eadde2a031bdc1ef18d58a8796f /calendar/calendar.error.xml
parentaf960510bdb32deb387436f9dcb436093ff6d527 (diff)
downloadgsoc2013-evolution-8a2c7800850d6726328c354fc3399d3ea34a0c34.tar
gsoc2013-evolution-8a2c7800850d6726328c354fc3399d3ea34a0c34.tar.gz
gsoc2013-evolution-8a2c7800850d6726328c354fc3399d3ea34a0c34.tar.bz2
gsoc2013-evolution-8a2c7800850d6726328c354fc3399d3ea34a0c34.tar.lz
gsoc2013-evolution-8a2c7800850d6726328c354fc3399d3ea34a0c34.tar.xz
gsoc2013-evolution-8a2c7800850d6726328c354fc3399d3ea34a0c34.tar.zst
gsoc2013-evolution-8a2c7800850d6726328c354fc3399d3ea34a0c34.zip
Bug #550025 - Add error dialogs for Meetings
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r--calendar/calendar.error.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index 996f439a3f..346070bc83 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -43,6 +43,13 @@
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="prompt-delete-titled-meeting" type="question" default="GTK_RESPONSE_NO">
+ <_primary>Are you sure you want to delete the meeting titled '{0}'?</_primary>
+ <_secondary>All information on this meeting will be deleted and can not be restored.</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
+ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
+ </error>
+
<error id="prompt-delete-titled-appointment" type="question" default="GTK_RESPONSE_NO">
<_primary>Are you sure you want to delete the appointment titled '{0}'?</_primary>
<_secondary>All information on this appointment will be deleted and can not be restored.</_secondary>
@@ -92,6 +99,15 @@
<button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="prompt-save-meeting" type="warning" default="GTK_RESPONSE_YES">
+ <_title>Save Meeting</_title>
+ <_primary>Would you like to save your changes to this meeting?</_primary>
+ <_secondary>You have changed this meeting, but not yet saved it.</_secondary>
+ <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Save Changes" response="GTK_RESPONSE_YES"/>
+ </error>
+
<error id="prompt-save-appointment" type="warning" default="GTK_RESPONSE_YES">
<_title>Save Appointment</_title>
<_primary>Would you like to save your changes to this appointment?</_primary>