From 5de7b60f7a19aad8186db52d82db3fe5e11e79d2 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Fri, 16 Apr 2004 09:57:07 +0000 Subject: [PATCH] Work in progress, HIG'ing and de-coupling of errors. svn path=/trunk/; revision=25493 --- composer/mail-composer-errors.xml.in | 35 ++ filter/filter-errors.xml.in | 51 +++ mail/mail-errors.xml.in | 293 ++++++++++++++ widgets/misc/e-error.c | 550 +++++++++++++++++++++++++++ widgets/misc/e-error.h | 40 ++ 5 files changed, 969 insertions(+) create mode 100644 composer/mail-composer-errors.xml.in create mode 100644 filter/filter-errors.xml.in create mode 100644 mail/mail-errors.xml.in create mode 100644 widgets/misc/e-error.c create mode 100644 widgets/misc/e-error.h diff --git a/composer/mail-composer-errors.xml.in b/composer/mail-composer-errors.xml.in new file mode 100644 index 0000000000..442891d09f --- /dev/null +++ b/composer/mail-composer-errors.xml.in @@ -0,0 +1,35 @@ + + + + + <_primary>You cannot attach the file `${0}' to this message. + <_secondary>${0} + + + + <_primary>The file `${0}' is not a regular file and cannot be sent in a message. + + + + <_primary>Directories can not be attached to Messages. + <_secondary>To attach the contents of this directory, either attach the files in this directory individually, or create an archive of the directory and attach it. + + + + <_title>Unfinished messages found + <_primary>Do you want to recover unfinished messages? + <_secondary>Evolution quit unexpectedly while you were composing a new message. Recovering the message will allow you to continue where you left off. +