29 lines
1.0 KiB
XML
29 lines
1.0 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-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>
|
|
|