aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-errors.xml
blob: 44717434d324aad0e1b16f48ce5e37bcfb5793f1 (plain) (blame)
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="mail">

 <error id="camel-service-auth-invalid" type="warning">
  <primary>Invalid authentication</primary>
  <secondary>This server does not support this type of authentication and may not support authentication at all.</secondary>
 </error>

 <error id="camel-service-auth-failed" type="warning">
  <primary>Your login to your server &quot;{0}&quot; as &quot;{0}&quot; failed.</primary>
  <secondary>Check to make sure your password is spelled correctly.  Remember that many passwords are case sensitive; your caps lock might be on.</secondary>
 </error>

 <error id="ask-send-html" type="question" default="GTK_RESPONSE_YES">
  <primary>Are you sure you want to send a message in HTML format?</primary>
  <secondary>Please make sure the following recipients are willing and able to receive HTML email:
{0}
Send anyway?</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Send" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-send-no-subject" type="question" default="GTK_RESPONSE_YES">
  <primary>Are you sure you want to send a message without a subject?</primary>
  <secondary>Adding a meaningful Subject line to your messages will give your recipients an idea of what your mail is about.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Send" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-send-only-bcc-contact" type="question" default="GTK_RESPONSE_YES">
  <primary>Are you sure you want to send a message with only BCC recipients?</primary>
  <secondary>The contact list you are sending to is configured to hide list recipients.

Many email systems add an Apparently-To header to messages that only have BCC recipients. This header, if added, will list all of your recipients in your message. To avoid this, you should add at least one To: or CC: recipient. </secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Send" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-send-only-bcc" type="warning" default="GTK_RESPONSE_YES">
  <primary>Are you sure you want to send a message with only BCC recipients?</primary>
  <secondary>Many email systems add an Apparently-To header to messages that only have BCC recipients. This header, if added, will list all of your recipients to your message anyway. To avoid this, you should add at least one To: or CC: recipient.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Send" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="send-no-recipients" type="warning">
  <primary>This message cannot be sent because you have not specified any Recipients</primary>
  <secondary>Please enter a valid email address in the To: field. You can search for email addresses by clicking on the To: button next to the entry box.</secondary>
 </error>

 <error id="ask-default-drafts" type="question" default="GTK_RESPONSE_YES">
  <primary>Use default drafts folder?</primary>
  <secondary>Unable to open the drafts folder for this account.  Use the system drafts folder instead?</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="Use _Default" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-expunge" type="question" default="GTK_RESPONSE_CANCEL">
  <primary>Are you sure you want to permanently remove all the deleted message in folder &quot;{0}&quot;?</primary>
  <secondary>If you continue, you will not be able to recover these messages.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Expunge" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="ask-empty-trash" type="warning" default="GTK_RESPONSE_CANCEL">
  <primary>Are you sure you want to permanently remove all the deleted messages in all folders?</primary>
  <secondary>If you continue, you will not be able to recover these messages.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="_Empty Trash" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="exit-unsaved" type="warning" default="GTK_RESPONSE_NO">
  <primary>You have unsent messages, do you wish to quit anyway?</primary>
  <secondary>If you quit, these messages will not be sent until Evolution is started again.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_NO"/>
  <button stock="gtk-quit" response="GTK_RESPONSE_YES"/>
 </error>

 <error id="camel-exception" type="warning">
  <primary>Your message with the subject &quot;{0}&quot; was not delivered.</primary>
  <secondary>The message was sent via the &quot;sendmail&quot; external application.  Sendmail reports the following error: status 67: mail not sent.
The message is stored in the Outbox folder.  Check the message for errors and resend.</secondary>
 </error>

 <error id="async-error" type="error">
  <primary>Error while {0}.</primary>
  <secondary>{1}.</secondary>
 </error>

 <error id="async-error-nodescribe" type="error">
  <primary>Error while performing operation.</primary>
  <secondary>{0}.</secondary>
 </error>

 <error id="session-message-info" type="info">
  <secondary>{0}</secondary>
 </error>

 <error id="session-message-info-cancel" type="info" default="GTK_RESPONSE_CANCEL">
  <secondary>{0}</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="session-message-warning" type="warning">
  <secondary>{0}</secondary>
 </error>

 <error id="session-message-warning-cancel" type="warning" default="GTK_RESPONSE_CANCEL">
  <secondary>{0}</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="session-message-error" type="info">
  <secondary>{0}</secondary>
 </error>

 <error id="session-message-error-cancel" type="info" default="GTK_RESPONSE_CANCEL">
  <secondary>{0}</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="ask-session-password" type="question" default="GTK_RESPONSE_OK">
  <primary>Enter password.</primary>
  <secondary>{0}</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="filter-load-error" type="error">
  <primary>Error loading filter definitions.</primary>
  <secondary>{0}</secondary>
 </error>

 <error id="no-save-path" type="error">
  <primary>Cannot save to directory &quot;{0}&quot;.</primary>
  <secondary>{1}</secondary>
 </error>

 <error id="no-create-path" type="error">
  <primary>Cannot save to file &quot;{0}&quot;.</primary>
  <secondary>Cannot create the save directory, because &quot;{1}&quot;</secondary>
 </error>

 <error id="no-create-tmp-path" type="error">
  <primary>Cannot create temporary save directory.</primary>
  <secondary>Because &quot;{1}&quot;.</secondary>
 </error>

 <error id="no-write-path-exists" type="error">
  <primary>Cannot save to file &quot;{0}&quot;.</primary>
  <secondary>File exists but cannot overwrite it.</secondary>
 </error>

 <error id="no-write-path-notfile" type="error">
  <primary>Cannot save to file &quot;{0}&quot;.</primary>
  <secondary>File exists but is not a regular file.</secondary>
 </error>

 <error id="no-delete-folder" type="error">
  <primary>Cannot delete folder &quot;{0}&quot;.</primary>
  <secondary>Because &quot;{1}&quot;.</secondary>
 </error>

 <error id="no-delete-special-folder" type="error">
  <primary>Cannot delete system folder &quot;{0}&quot;.</primary>
  <secondary>System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.</secondary>
 </error>

 <error id="no-rename-special-folder" type="error">
  <primary>Cannot rename or move system folder &quot;{0}&quot;.</primary>
  <secondary>System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.</secondary>
 </error>

 <error id="ask-delete-folder" type="question" default="GTK_RESPONSE_CANCEL">
  <title>Delete &quot;{0}&quot;?</title>
  <primary>Really delete folder &quot;{0}&quot; and all of its subfolders?</primary>
  <secondary>If you delete the folder, all of its contents and its subfolders contents will be deleted permanently.</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="no-rename-folder-exists" type="error">
  <primary>Cannot rename &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>A folder named &quot;{1}&quot; already exists. Please use a different name.</secondary>
 </error>

 <error id="no-rename-folder" type="error">
  <primary>Cannot rename &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Because &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-move-folder-nostore" type="error">
  <primary>Cannot move folder &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Cannot open source &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-move-folder-to-nostore" type="error">
  <primary>Cannot move folder &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Cannot open target &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-copy-folder-nostore" type="error">
  <primary>Cannot copy folder &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Cannot open source &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-copy-folder-to-nostore" type="error">
  <primary>Cannot copy folder &quot;{0}&quot; to &quot;{1}&quot;.</primary>
  <secondary>Cannot open target &quot;{2}&quot;.</secondary>
 </error>

 <error id="no-create-folder-nostore" type="error">
  <primary>Cannot create folder &quot;{0}&quot;.</primary>
  <secondary>Cannot open source &quot;{1}&quot;</secondary>
 </error>

 <error id="account-incomplete" type="error">
  <primary>Cannot save changes to account.</primary>
  <secondary>You have not filled in all of the required information.</secondary>
 </error>

 <error id="account-notunique" type="error">
  <primary>Cannot save changes to account.</primary>
  <secondary>You may not create two accounts with the same name.</secondary>
 </error>

 <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO" modal="true">
  <title>Delete account?</title>
  <primary>Are you sure you want to delete this account?</primary>
  <secondary>If you proceed, the account information will be deleted permanently.</secondary>
  <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  <button stock="gtk-no" label="Don't delete" response="GTK_RESPONSE_NO"/>
 </error>

 <error id="no-save-signature" type="error">
  <primary>Could not save signature file.</primary>
  <secondary>Because &quot;{0}&quot;.</secondary>
 </error>

 <error id="signature-notscript" type="error">
  <primary>Cannot set signature script &quot;{0}&quot;.</primary>
  <secondary>The script file must exist and be executable.</secondary>
 </error>

 <error id="ask-signature-changed" type="question" default="GTK_RESPONSE_YES">
  <title>Discard changed?</title>
  <primary>Do you wish to save your changes?</primary>
  <secondary>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="vfolder-notexist" type="error">
  <primary>Cannot edit vFolder &quot;{0}&quot; as it does not exist.</primary>
  <secondary>This folder may have been added implictly, go to the virtual folder editor to add it explictly, if required.</secondary>
 </error>

 <error id="vfolder-notunique" type="error">
  <primary>Cannot add vFolder &quot;{0}&quot;.</primary>
  <secondary>A folder named &quot;{1}&quot; already exists. Please use a different name.</secondary>
 </error>

 <error id="vfolder-updated" type="info">
  <primary>vFolders automatically updated.</primary>
  <secondary>The following vFolder(s):
{0}
Used the now removed folder:
    &quot;{1}&quot;
And have been updated.</secondary>
 </error>

 <error id="filter-updated" type="info">
  <primary>Mail filters automatically updated.</primary>
  <secondary>The following filter rule(s):
{0}
Used the now removed folder:
    &quot;{1}&quot;
And have been updated.</secondary>
 </error>

 <error id="no-folder" type="error">
  <primary>Missing folder.</primary>
  <secondary>You must specify a folder.</secondary>
 </error>

 <error id="no-name-vfolder" type="error">
  <primary>Missing name.</primary>
  <secondary>You must name this vFolder.</secondary>
 </error>

 <error id="vfolder-no-source" type="error">
  <primary>No sources selected.</primary>
  <secondary>You must specify at least one folder as a source.
Either by selecting the folders individually, and/or by selecting
all local folders, all remote folders, or both.</secondary>
 </error>

 <error id="ask-migrate-existing" type="question" default="GTK_RESPONSE_CANCEL">
  <primary>Problem migrating old mail folder &quot;{0}&quot;.</primary>
  <secondary>A non-empty folder at &quot;{1}&quot; already exists.

You can choose to ignore this folder, overwrite or append its contents, or quit.
</secondary>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  <button label="Ignore" response="GTK_RESPONSE_REJECT"/>
  <button stock="gtk-delete" label="_Overwrite" response="GTK_RESPONSE_ACCEPT"/>
  <button label="_Append" response="GTK_RESPONSE_OK"/>
 </error>

 <error id="no-load-license" type="error">
  <primary>Unable to read license file.</primary>
  <secondary>Cannot read the license file &quot;{0}&quot;, due to an
      installation problem.  You will not be able to use this provider until
      you can accept its license.</secondary>
 </error>

 <error id="gw-accountsetup-error" type="error">
 <primary><span weight="bold" size="larger">Unable to connect to the GroupWise
server.</span></primary>
<secondary>
Please check your account settings and try again.
</secondary>
</error>

</error-list>