blob: 7542c91af84b555ec7472665a4872589b072cc64 (
plain) (
blame)
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>
|