26 lines
970 B
XML
26 lines
970 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 a PNG image of size 48 * 48 pixels, whose file size doesn't exceed 723 bytes.</_secondary>
|
|
</error>
|
|
|
|
<error id="incorrect-image-byte-size" type="warning">
|
|
<_primary>Incorrect Face Image Byte Size</_primary>
|
|
<_secondary>The Face image size is {0} bytes, while it should not be more than 723 bytes. Please select a PNG image of size 48 * 48 pixels, whose file size doesn't exceed 723 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.
|
|
Error: {0}</_secondary>
|
|
</error>
|
|
|
|
</error-list>
|