diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-26 10:12:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-26 10:12:04 +0800 |
commit | 4da513dd69699e628f3139fcd85f07aa4fee51d5 (patch) | |
tree | fa3f08b58d4b572819027e468db27ea3c21caa19 /e-util | |
parent | c6d7f233f8c997daa63faf5e5edd6c09c65593a7 (diff) | |
download | gsoc2013-evolution-4da513dd69699e628f3139fcd85f07aa4fee51d5.tar gsoc2013-evolution-4da513dd69699e628f3139fcd85f07aa4fee51d5.tar.gz gsoc2013-evolution-4da513dd69699e628f3139fcd85f07aa4fee51d5.tar.bz2 gsoc2013-evolution-4da513dd69699e628f3139fcd85f07aa4fee51d5.tar.lz gsoc2013-evolution-4da513dd69699e628f3139fcd85f07aa4fee51d5.tar.xz gsoc2013-evolution-4da513dd69699e628f3139fcd85f07aa4fee51d5.tar.zst gsoc2013-evolution-4da513dd69699e628f3139fcd85f07aa4fee51d5.zip |
e-system.error.xml: Add some generic errors from mail.error.xml.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-system.error.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/e-util/e-system.error.xml b/e-util/e-system.error.xml index 6e8a85dfba..64727e047a 100644 --- a/e-util/e-system.error.xml +++ b/e-util/e-system.error.xml @@ -1,6 +1,18 @@ <?xml version="1.0"?> <error-list domain="system"> + <error id="simple-info" type="info"> + <secondary>{0}</secondary> + </error> + + <error id="simple-warning" type="warning"> + <secondary>{0}</secondary> + </error> + + <error id="simple-error" type="error"> + <secondary>{0}</secondary> + </error> + <error id="ask-save-file-exists-overwrite" type="error" default="GTK_RESPONSE_CANCEL"> <_primary>A file named "{0}" already exists. Do you want to replace it?</_primary> <_secondary>The file already exists in "{0}". Replacing it will overwrite its contents.</_secondary> |