File: org-gnome-face.error.xml

package info (click to toggle)
evolution 3.12.9~git20141130.241663-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 135,148 kB
  • ctags: 42,742
  • sloc: ansic: 398,340; sh: 11,322; xml: 6,861; makefile: 4,982; perl: 164
file content (20 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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="not-an-image" type="error">
		<_primary>Not an image </_primary>
		<_secondary>The file you selected does not look like a valid .png image.
Error: {0}</_secondary>
	</error>

</error-list>