There's now enough hooks in EWebView that it can take over image saving from EMailDisplay / EMailReader, with the added perk that a "Save Image" pop-up menu item now appears for images in ALL preview panes.
39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<error-list domain="widgets">
|
|
|
|
<error id="ask-signature-changed" type="question" default="GTK_RESPONSE_YES">
|
|
<_primary>Do you wish to save your changes?</_primary>
|
|
<_secondary xml:space="preserve">This signature has been changed, but has not been saved.</_secondary>
|
|
<button _label="_Discard changes" response="GTK_RESPONSE_NO"/>
|
|
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
|
|
<button stock="gtk-save" response="GTK_RESPONSE_YES"/>
|
|
</error>
|
|
|
|
<error id="blank-signature" type="error">
|
|
<_primary>Blank Signature</_primary>
|
|
<_secondary>Please provide an unique name to identify this signature.</_secondary>
|
|
</error>
|
|
|
|
<error id="no-image-copy" type="warning">
|
|
<_primary>Unable to copy image to clipboard.</_primary>
|
|
<secondary xml:space="preserve">{0}</secondary>
|
|
</error>
|
|
|
|
<error id="no-image-save" type="warning">
|
|
<_primary>Unable to save image.</_primary>
|
|
<secondary xml:space="preserve">{0}</secondary>
|
|
</error>
|
|
|
|
<error id="no-load-signature" type="error">
|
|
<_primary>Could not load signature.</_primary>
|
|
<secondary xml:space="preserve">{0}</secondary>
|
|
</error>
|
|
|
|
<error id="no-save-signature" type="error">
|
|
<_primary>Could not save signature.</_primary>
|
|
<secondary xml:space="preserve">{0}</secondary>
|
|
</error>
|
|
|
|
</error-list>
|
|
|