Files
evolution/plugins/face/org-gnome-face.errors.xml
Sankar P e6e90be39e 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
2007-07-17 11:44:49 +00:00

25 lines
784 B
XML

<?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>