aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/face/org-gnome-face.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-04-27 17:34:11 +0800
committerMilan Crha <mcrha@redhat.com>2009-04-27 17:34:11 +0800
commit0f7060ee7dcceac8d10aaa9100c919712de491ff (patch)
treed9eb5b7f00d21884f4b6add882d3371863ca85e4 /plugins/face/org-gnome-face.error.xml
parent631d0bfd080409da87545d42de7bc4588abdf5b7 (diff)
downloadgsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.gz
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.bz2
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.lz
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.xz
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.zst
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.zip
Define .error files correctly and external-editor crash fix
** Fix for bug #561188
Diffstat (limited to 'plugins/face/org-gnome-face.error.xml')
-rw-r--r--plugins/face/org-gnome-face.error.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/face/org-gnome-face.error.xml b/plugins/face/org-gnome-face.error.xml
new file mode 100644
index 0000000000..02695dd758
--- /dev/null
+++ b/plugins/face/org-gnome-face.error.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="org.gnome.evolution.plugins.face">
+
+ <error id="file-not-found" type="error">
+ <primary>Failed Read </primary>
+ <secondary>The file cannot be read</secondary>
+ </error>
+
+ <error id="invalid-image-size" type="error">
+ <primary>Invalid Image Size</primary>
+ <secondary>Please select an image of size 48 * 48 </secondary>
+ </error>
+
+ <error id="invalid-file-size" type="error">
+ <primary>Invalid File Size</primary>
+ <secondary>The file you selected is too big. Please select a file of size less than 720 bytes. </secondary>
+ </error>
+
+ <error id="not-an-image" type="error">
+ <primary>Not an image </primary>
+ <secondary>The file you selected does not look like a valid .png image.</secondary>
+ </error>
+
+</error-list>