aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-system.error.xml
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-system.error.xml')
-rw-r--r--e-util/e-system.error.xml12
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>