diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-20 11:56:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-20 11:56:22 +0800 |
commit | 774affb0aa62f4feb53e6a2e14f5ab2703d7beeb (patch) | |
tree | 4d0001db11dd96198bc0e623ccf13ab84aa5b4e5 /mail/mail-errors.xml.h | |
parent | c735fd6d802d141cfa2be6d8c4ee3837a2b17898 (diff) | |
download | gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.tar.gz gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.tar.zst gsoc2013-evolution-774affb0aa62f4feb53e6a2e14f5ab2703d7beeb.zip |
** See bug #55831.
2005-01-20 Not Zed <NotZed@Ximian.com>
** See bug #55831.
* evolution-mail.schemas.in.in: added open_many prompt key.
* mail-errors.xml: added ask-open-many
* em-folder-view.c (em_folder_view_open_selected): put back the
'you're opening too many are you sure' thing.
svn path=/trunk/; revision=28454
Diffstat (limited to 'mail/mail-errors.xml.h')
-rw-r--r-- | mail/mail-errors.xml.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 9994212fba..afa7479588 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -49,6 +49,11 @@ char *s = N_("Are you sure you want to permanently remove all the deleted messag /* mail:ask-empty-trash secondary */ char *s = N_("If you continue, you will not be able to recover these messages."); char *s = N_("_Empty Trash"); +/* mail:ask-open-many primary */ +char *s = N_("Are you sure you want to open {0} messages at once?"); +/* mail:ask-open-many secondary */ +char *s = N_("Opening too many messages at once may take a long time."); +char *s = N_("_Open Messages"); /* mail:exit-unsaved primary */ char *s = N_("You have unsent messages, do you wish to quit anyway?"); /* mail:exit-unsaved secondary */ |