diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-16 01:58:09 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-05-16 01:58:09 +0800 |
commit | a4828845f0defcb856c4be2a1c24757b8765afd8 (patch) | |
tree | 9148118e1ac34ba05076a0a2adb95610296c24e9 /mail/mail.error.xml | |
parent | 2a4152b6dd4dbb32bdc4ff3c41aa9ef3fb2fc602 (diff) | |
download | gsoc2013-evolution-a4828845f0defcb856c4be2a1c24757b8765afd8.tar.gz gsoc2013-evolution-a4828845f0defcb856c4be2a1c24757b8765afd8.tar.zst gsoc2013-evolution-a4828845f0defcb856c4be2a1c24757b8765afd8.zip |
Improved offline support options
svn path=/trunk/; revision=33548
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 936bcf9748..87a1ea5f8d 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -368,6 +368,13 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <button stock="gtk-yes" _label="Mark as _Read" response="GTK_RESPONSE_YES"/> </error> + <error id="ask-quick-offline" type="question" default="GTK_RESPONSE_NO"> + <_primary>Synchronize folders locally for offline usage?</_primary> + <_secondary xml:space="preserve">Do you want to locally synchronize the folders that are marked for offline usage?</_secondary> + <button stock="gtk-no" _label="_Do not Synchronize" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" _label="Synchronize" response="GTK_RESPONSE_YES"/> + </error> + <error id="ask-mark-all-read" type="question" default="GTK_RESPONSE_NO"> <_title>Mark all messages as read</_title> <_primary>Do you want to mark all messages as read?</_primary> |