diff options
author | Sankar P <psankar@novell.com> | 2007-07-17 19:44:49 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2007-07-17 19:44:49 +0800 |
commit | e6e90be39e65631059a99fc44f5f9ec43355c7a8 (patch) | |
tree | 723ef013c981747dbcb8d23a9183cf46152afc58 /plugins/face/org-gnome-face.errors.xml | |
parent | 24b6130864d17b1b342cb003bb2befd878ef8cd1 (diff) | |
download | gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.gz gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.bz2 gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.lz gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.xz gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.tar.zst gsoc2013-evolution-e6e90be39e65631059a99fc44f5f9ec43355c7a8.zip |
Initial set of files. Implements Face header support.
2007-07-17 Sankar P <psankar@novell.com>
* org-gnome-face.eplug.xml:
* org-gnome-face-ui.xml:
* org-gnome-face.errors.xml:
* Makefile.am:
* face.c:
Initial set of files. Implements Face header support.
svn path=/trunk/; revision=33812
Diffstat (limited to 'plugins/face/org-gnome-face.errors.xml')
-rw-r--r-- | plugins/face/org-gnome-face.errors.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/face/org-gnome-face.errors.xml b/plugins/face/org-gnome-face.errors.xml new file mode 100644 index 0000000000..02695dd758 --- /dev/null +++ b/plugins/face/org-gnome-face.errors.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> |