diff options
Diffstat (limited to 'composer/mail-composer-errors.xml.in')
-rw-r--r-- | composer/mail-composer-errors.xml.in | 24 |
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 "{0}".</_primary> + <_secondary>Error saving to autosave because "{1}".</_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 "${0}", 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 "{0}".</_primary> + <_secondary>Because "${1}".</_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> |