aboutsummaryrefslogtreecommitdiffstats
path: root/composer/mail-composer-errors.xml.in
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-28 14:38:55 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-28 14:38:55 +0800
commit9e7d28c8bc1c14cbb627f0375a60c312c5569536 (patch)
tree1608bdedc6d7e8583767c660629e4c4a0c50e03c /composer/mail-composer-errors.xml.in
parent6674bdd55b8b29b1bde4b032f6933dfcfb967107 (diff)
downloadgsoc2013-evolution-9e7d28c8bc1c14cbb627f0375a60c312c5569536.tar
gsoc2013-evolution-9e7d28c8bc1c14cbb627f0375a60c312c5569536.tar.gz
gsoc2013-evolution-9e7d28c8bc1c14cbb627f0375a60c312c5569536.tar.bz2
gsoc2013-evolution-9e7d28c8bc1c14cbb627f0375a60c312c5569536.tar.lz
gsoc2013-evolution-9e7d28c8bc1c14cbb627f0375a60c312c5569536.tar.xz
gsoc2013-evolution-9e7d28c8bc1c14cbb627f0375a60c312c5569536.tar.zst
gsoc2013-evolution-9e7d28c8bc1c14cbb627f0375a60c312c5569536.zip
** Changed error messages to EError.
2004-04-28 Not Zed <NotZed@Ximian.com> ** Changed error messages to EError. svn path=/trunk/; revision=25652
Diffstat (limited to 'composer/mail-composer-errors.xml.in')
-rw-r--r--composer/mail-composer-errors.xml.in24
1 files changed, 22 insertions, 2 deletions
diff --git a/composer/mail-composer-errors.xml.in b/composer/mail-composer-errors.xml.in
index 442891d09f..3314a6dc5c 100644
--- a/composer/mail-composer-errors.xml.in
+++ b/composer/mail-composer-errors.xml.in
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<error-list domain="mail-composer">
- <error id="attach" type="warning">
+ <error id="no-attach" type="error" modal="true">
<_primary>You cannot attach the file `${0}' to this message.</_primary>
- <_secondary>${0}</_secondary>
+ <_secondary>${1}</_secondary>
</error>
<error id="attach-notfile" type="warning">
@@ -23,6 +23,11 @@
<button _label="Recover" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="no-autosave" type="error">
+ <_primary>Could not save to autosave file &quot;{0}&quot;.</_primary>
+ <_secondary>Error saving to autosave because &quot;{1}&quot;.</_secondary>
+ </error>
+
<error id="exit-unsaved" modal="true" type="warning">
<_title>Warning: Modified Message</_title>
<_primary>Are you sure you want to discard the message, titled '{0}', you are composing?</_primary>
@@ -32,4 +37,19 @@
<button _label="Save Message" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="no-build-message" type="error" modal="true">
+ <_primary>Could not create message.</_primary>
+ <_secondary>Because &quot;${0}&quot;, you may need to select different mail options.</_secondary>
+ </error>
+
+ <error id="no-sig-file" type="warning" modal="true">
+ <_primary>Could not read signature file &quot;{0}&quot;.</_primary>
+ <_secondary>Because &quot;${1}&quot;.</_secondary>
+ </error>
+
+ <error id="all-accounts-deleted" type="warning" modal="true">
+ <_primary>All accounts have been removed.</_primary>
+ <_secondary>You need to configure an account before you can compose mail.</_secondary>
+ </error>
+
</error-list>