File: shell.error.xml

package info (click to toggle)
evolution 3.22.6-1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 143,884 kB
  • sloc: ansic: 462,464; makefile: 5,128; xml: 4,189; sh: 4,094; python: 702
file content (130 lines) | stat: -rw-r--r-- 5,044 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="shell">

 <error id="importing" type="info">
    <_title>Importing...</_title>
    <secondary>{0}</secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
 </error>

 <error id="upgrade-failed" type="error">
  <_primary>Upgrade from previous version failed:</_primary>
  <_secondary xml:space="preserve">{0}

If you choose to continue, you may not have access to some of your old data.
</_secondary>
  <button _label="Continue Anyway" response="GTK_RESPONSE_OK"/>
  <button _label="Quit Now" response="GTK_RESPONSE_CANCEL"/>
 </error>

 <error id="upgrade-version-too-old" type="warning" default="GTK_RESPONSE_CANCEL">
  <_primary>Cannot upgrade directly from version {0}</_primary>
  <_secondary>Evolution no longer supports upgrading directly from
  version {0}. However as a workaround you might try first upgrading
  to Evolution 2, and then upgrading to Evolution 3.</_secondary>
  <button _label="Continue Anyway" response="GTK_RESPONSE_OK"/>
  <button _label="Quit Now" response="GTK_RESPONSE_CANCEL"/>
 </error>

 <error id="ask-quit-with-pending" type="question" default="GTK_RESPONSE_CANCEL">
  <_primary>Close Evolution with pending background operations?</_primary>
  <_secondary>Evolution is taking a long time to shut down, possibly due to network
  connectivity issues. Would you like to cancel all pending operations
  and close immediately, or keep waiting?</_secondary>
  <button _label="_Close Immediately" response="GTK_RESPONSE_OK"/>
  <button _label="Keep _Waiting" response="GTK_RESPONSE_CANCEL"/>
 </error>

 <error id="source-get-values-failed" type="warning">
  <_primary>Failed to get values from '{0}'</_primary>
  <secondary>{1}</secondary>
 </error>

 <error id="source-invoke-authenticate-failed" type="warning">
  <_primary>Failed to invoke authenticate for '{0}'</_primary>
  <secondary>{1}</secondary>
 </error>

 <error id="source-connection-error" type="error">
  <_primary>Failed to connect '{0}'</_primary>
  <secondary>{1}</secondary>
  <button _label="_Reconnect" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="addressbook-connection-error" type="error">
  <_primary>Failed to connect address book '{0}'</_primary>
  <secondary>{1}</secondary>
  <button _label="_Reconnect" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="calendar-connection-error" type="error">
  <_primary>Failed to connect calendar '{0}'</_primary>
  <secondary>{1}</secondary>
  <button _label="_Reconnect" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="mail-connection-error" type="error">
  <_primary>Failed to connect mail account '{0}'</_primary>
  <secondary>{1}</secondary>
  <button _label="_Reconnect" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="memo-list-connection-error" type="error">
  <_primary>Failed to connect memo list '{0}'</_primary>
  <secondary>{1}</secondary>
  <button _label="_Reconnect" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="task-list-connection-error" type="error">
  <_primary>Failed to connect task list '{0}'</_primary>
  <secondary>{1}</secondary>
  <button _label="_Reconnect" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="source-credentials-prompt-failed" type="warning">
  <_primary>Failed to prompt for credentials for '{0}'</_primary>
  <secondary>{1}</secondary>
 </error>

 <error id="source-trust-prompt-failed" type="warning">
  <_primary>Failed to finish trust prompt for '{0}'</_primary>
  <secondary>{1}</secondary>
 </error>

 <error id="source-connection-trust-error" type="error">
  <_primary>SSL certificate for '{0}' is not trusted.</_primary>
  <_secondary>Reason: {1}</_secondary>
  <button _label="_View Certificate" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="addressbook-connection-trust-error" type="error">
  <_primary>SSL certificate for address book '{0}' is not trusted.</_primary>
  <_secondary>Reason: {1}</_secondary>
  <button _label="_View Certificate" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="calendar-connection-trust-error" type="error">
  <_primary>SSL certificate for calendar '{0}' is not trusted.</_primary>
  <_secondary>Reason: {1}</_secondary>
  <button _label="_View Certificate" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="mail-connection-trust-error" type="error">
  <_primary>SSL certificate for mail account '{0}' is not trusted.</_primary>
  <_secondary>Reason: {1}</_secondary>
  <button _label="_View Certificate" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="memo-list-connection-trust-error" type="error">
  <_primary>SSL certificate for memo list '{0}' is not trusted.</_primary>
  <_secondary>Reason: {1}</_secondary>
  <button _label="_View Certificate" response="GTK_RESPONSE_APPLY"/>
 </error>

 <error id="task-list-connection-trust-error" type="error">
  <_primary>SSL certificate for task list '{0}' is not trusted.</_primary>
  <_secondary>Reason: {1}</_secondary>
  <button _label="_View Certificate" response="GTK_RESPONSE_APPLY"/>
 </error>

</error-list>