File: widgets.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 (38 lines) | stat: -rw-r--r-- 1,362 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?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>