aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar.error.xml
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-05-24 16:45:16 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-05-24 16:45:16 +0800
commit0822a01317ed088a14aa9268f1d086ff73cb423c (patch)
treeb763ea63daee7b0ed68abfe6952c881b5c78b5c1 /calendar/calendar.error.xml
parent52df90026f24374924516e7a02588b57a573f594 (diff)
downloadgsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.gz
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.bz2
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.lz
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.xz
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.tar.zst
gsoc2013-evolution-0822a01317ed088a14aa9268f1d086ff73cb423c.zip
Added the support to DnD remote URL to the attachment window. It downloads
2005-05-24 Srinivasa Ragavan <sragavan@novell.com> * gui/dialogs/cal-attachment-bar.c, gui/dialogs/cal-attachment-bar.h, gui/dialogs/cal-attachment.c, gui/dialogs/cal-attachment.h, gui/dialogs/comp-editor.c, calendar.error.xml: Added the support to DnD remote URL to the attachment window. It downloads asynchronously and attaches. svn path=/trunk/; revision=29405
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r--calendar/calendar.error.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index b45fe4d453..672ec7a247 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -145,6 +145,20 @@
<button _label="Send" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="ask-send-task-pending-download" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Download in progress. Do you want to save the task?</_primary>
+ <_secondary xml:space="preserve"> There are few attachments getting downloaded. Saving the task will cause the task to be saved without those pending attachments </_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Save" response="GTK_RESPONSE_YES"/>
+ </error>
+
+ <error id="ask-send-event-pending-download" type="question" default="GTK_RESPONSE_YES">
+ <_primary>Download in progress. Do you want to save the appointment?</_primary>
+ <_secondary xml:space="preserve"> There are few attachments getting downloaded. Saving the appointment will cause the appointment to be saved without those pending attachments </_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button _label="_Save" response="GTK_RESPONSE_YES"/>
+ </error>
+
<error id="prompt-send-updated-task-info" type="question" default="GTK_RESPONSE_YES">
<_primary>Would you like to send updated task information to participants?</_primary>
<_secondary>Sending updated information allows other participants to keep their task lists up to date.</_secondary>