aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.error.xml
blob: 6ff80e929ca075077d72bbd975f34ec67384df32 (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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="mail">

  <error id="camel-service-auth-invalid" type="warning">
    <_primary>Invalid authentication</_primary>
    <_secondary xml:space="preserve">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 "{0}" as "{0}" failed.</_primary>
    <_secondary xml:space="preserve">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 xml:space="preserve">Please make sure the following recipients are willing and able to receive HTML email:
{0}</_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 xml:space="preserve">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 xml:space="preserve">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 xml:space="preserve">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="ask-send-invalid-recip-one" type="question" default="GTK_RESPONSE_YES">
    <_primary>Are you sure you want to send a message with invalid address?</_primary>
    <_secondary xml:space="preserve">The following recipient was not recognized as a valid mail address:
{0}</_secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button _label="_Send" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="ask-send-invalid-recip-multi" type="question" default="GTK_RESPONSE_YES">
    <_primary>Are you sure you want to send a message with invalid addresses?</_primary>
    <_secondary xml:space="preserve">The following recipients were not recognized as valid mail addresses:
{0}</_secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button _label="_Send" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="ask-list-honour-reply-to" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Send private reply?</_primary>
    <_secondary>You are replying privately to a message which arrived via a mailing list, but the list is trying to redirect your reply to go back to the list. Are you sure you want to proceed?</_secondary>
    <button response="GTK_RESPONSE_NO" _label="Reply _Privately"/>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button response="GTK_RESPONSE_OK" _label="Reply to _List"></button>
  </error>

  <error id="ask-list-private-reply" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Send private reply?</_primary>
    <_secondary>You are replying to a message which arrived via a mailing list, but you are replying privately to the sender; not to the list. Are you sure you want to proceed?</_secondary>
    <button response="GTK_RESPONSE_NO" _label="Reply _Privately"/>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button response="GTK_RESPONSE_YES" _label="Reply to _All"></button>
    <button response="GTK_RESPONSE_OK" _label="Reply to _List"></button>
  </error>

  <error id="ask-reply-many-recips" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Send reply to all recipients?</_primary>
    <_secondary>You are replying to a message which was sent to many recipients. Are you sure you want to reply to ALL of them?</_secondary>
    <button response="GTK_RESPONSE_YES" _label="Reply to _All"></button>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button response="GTK_RESPONSE_NO" _label="Reply _Privately"/>
  </error>

  <error id="send-no-recipients" type="warning">
    <_primary>This message cannot be sent because you have not specified any recipients</_primary>
    <_secondary xml:space="preserve">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 xml:space="preserve">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 messages in folder "{0}"?</_primary>
    <_secondary xml:space="preserve">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 xml:space="preserve">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="ask-open-many" type="warning" default="GTK_RESPONSE_CANCEL">
    <primary>{0}</primary>
    <_secondary xml:space="preserve">Opening too many messages at once may take a long time.</_secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button _label="_Open Messages" 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 xml:space="preserve">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="async-error" type="warning">
    <!-- Translators: the {0} is replaced with an operation name, which failed.
         It can be basically anything run asynchronously, like "Fetching Mail",
     "Sending message" and others, mostly from mail-ops.c file. -->
    <_primary>Error while {0}.</_primary>
    <secondary>{1}</secondary>
  </error>

  <error id="async-error-nodescribe" type="warning" scroll="yes">
    <_primary>Error while performing operation.</_primary>
    <secondary>{0}</secondary>
  </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 "{0}".</_primary>
    <secondary>{1}</secondary>
  </error>

  <error id="no-create-path" type="error">
    <_primary>Cannot save to file "{0}".</_primary>
    <_secondary xml:space="preserve">Cannot create the save directory, because "{1}"</_secondary>
  </error>

  <error id="no-create-tmp-path" type="error">
    <_primary>Cannot create temporary save directory.</_primary>
    <secondary xml:space="preserve">{1}.</secondary>
  </error>

  <error id="no-write-path-exists" type="error">
    <_primary>Cannot save to file "{0}".</_primary>
    <_secondary xml:space="preserve">File exists but cannot overwrite it.</_secondary>
  </error>

  <error id="no-write-path-notfile" type="error">
    <_primary>Cannot save to file "{0}".</_primary>
    <_secondary xml:space="preserve">File exists but is not a regular file.</_secondary>
  </error>

  <error id="no-delete-folder" type="error">
    <_primary>Cannot delete folder "{0}".</_primary>
    <secondary xml:space="preserve">{1}.</secondary>
  </error>

  <error id="no-delete-special-folder" type="error">
    <_primary>Cannot delete system folder "{0}".</_primary>
    <_secondary xml:space="preserve">System folders are required for Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary>
  </error>

  <error id="no-expunge-folder" type="warning">
    <_primary>Failed to expunge folder &quot;{0}&quot;.</_primary>
    <_secondary>The reported error was &quot;{1}&quot;.</_secondary>
  </error>

  <error id="no-refresh-folder" type="warning">
    <_primary>Failed to refresh folder &quot;{0}&quot;.</_primary>
    <_secondary>The reported error was &quot;{1}&quot;.</_secondary>
  </error>

  <error id="no-rename-special-folder" type="error">
    <_primary>Cannot rename or move system folder "{0}".</_primary>
    <_secondary xml:space="preserve">System folders are required for Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary>
  </error>

  <error id="ask-delete-folder" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Really delete folder "{0}" and all of its subfolders?</_primary>
    <_secondary xml:space="preserve">If you delete the folder, all of its contents and its subfolders' contents will be deleted permanently.</_secondary>
    <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
  </error>

  <error id="ask-delete-vfolder" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Really delete folder "{0}" and all of its subfolders?</_primary>
    <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
  </error>

  <error id="ask-delete-folder-nochild" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Really delete folder "{0}"?</_primary>
    <_secondary xml:space="preserve">If you delete the folder, all of its contents will be deleted permanently.</_secondary>
    <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
  </error>

  <error id="ask-delete-vfolder-nochild" type="question" default="GTK_RESPONSE_CANCEL">
    <_primary>Really delete folder "{0}"?</_primary>
    <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
  </error>

  <error id="ask-delete-vfolder-msg" type="warning" default="GTK_RESPONSE_CANCEL">
    <_primary>These messages are not copies.</_primary>
    <_secondary xml:space="preserve">Messages shown in Search Folders are not copies. Deleting them from a Search Folder will delete the actual messages from the folder or folders in which they physically reside. Do you really want to delete these messages?</_secondary>
    <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_OK"/>
  </error>

  <error id="no-rename-folder-exists" type="error">
    <_primary>Cannot rename "{0}" to "{1}".</_primary>
    <_secondary xml:space="preserve">A folder named "{1}" already exists. Please use a different name.</_secondary>
  </error>

  <error id="no-rename-folder" type="error">
    <_primary>Cannot rename "{0}" to "{1}".</_primary>
    <secondary xml:space="preserve">{2}.</secondary>
  </error>

  <error id="no-move-folder-nostore" type="error">
    <_primary>Cannot move folder "{0}" to "{1}".</_primary>
    <_secondary xml:space="preserve">Cannot open source folder. Error: {2}</_secondary>
  </error>

  <error id="no-move-folder-to-nostore" type="error">
    <_primary>Cannot move folder "{0}" to "{1}".</_primary>
    <_secondary xml:space="preserve">Cannot open target folder. Error: {2}</_secondary>
  </error>

  <error id="no-copy-folder-nostore" type="error">
    <_primary>Cannot copy folder "{0}" to "{1}".</_primary>
    <_secondary xml:space="preserve">Cannot open source folder. Error: {2}</_secondary>
  </error>

  <error id="no-copy-folder-to-nostore" type="error">
    <_primary>Cannot copy folder "{0}" to "{1}".</_primary>
    <_secondary xml:space="preserve">Cannot open target folder. Error: {2}</_secondary>
  </error>

  <error id="no-create-folder-nostore" type="error">
    <_primary>Cannot create folder "{0}".</_primary>
    <_secondary xml:space="preserve">Cannot open folder. Error: {1}</_secondary>
  </error>

  <error id="account-incomplete" type="error">
    <_primary>Cannot save changes to account.</_primary>
    <_secondary xml:space="preserve">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 xml:space="preserve">You may not create two accounts with the same name.</_secondary>
  </error>

  <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO">
    <_primary>Are you sure you want to delete this account?</_primary>
    <_secondary xml:space="preserve">If you proceed, the account information will be deleted permanently.</_secondary>
    <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO">
    <_primary>Are you sure you want to delete this account and all its proxies?</_primary>
    <_secondary xml:space="preserve">If you proceed, the account information and
all proxy information will be deleted permanently.</_secondary>
    <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="ask-delete-proxy-accounts" type="question" default="GTK_RESPONSE_NO">
    <_primary>Are you sure you want to disable this account and delete all its proxies?</_primary>
    <_secondary xml:space="preserve">If you proceed, all proxy accounts will be deleted permanently.</_secondary>
    <button _label="Do _Not Disable" response="GTK_RESPONSE_NO"/>
    <button _label="_Disable" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="vfolder-notexist" type="error">
    <_primary>Cannot edit Search Folder "{0}" as it does not exist.</_primary>
    <_secondary xml:space="preserve">This folder may have been added implicitly,
go to the Search Folder editor to add it explicitly, if required.</_secondary>
  </error>

  <error id="vfolder-notunique" type="error">
    <_primary>Cannot add Search Folder "{0}".</_primary>
    <_secondary xml:space="preserve">A folder named "{0}" already exists. Please use a different name.</_secondary>
  </error>

  <error id="vfolder-updated" type="info">
    <_primary>Search Folders automatically updated.</_primary>
    <secondary xml:space="preserve">{0}</secondary>
  </error>

  <error id="filter-updated" type="info">
    <_primary>Mail filters automatically updated.</_primary>
    <secondary xml:space="preserve">{0}</secondary>
  </error>

  <error id="no-folder" type="error">
    <_primary>Missing folder.</_primary>
    <_secondary xml:space="preserve">You must specify a folder.</_secondary>
  </error>

  <error id="no-name-vfolder" type="error">
    <_primary>Missing name.</_primary>
    <_secondary xml:space="preserve">You must name this Search Folder.</_secondary>
  </error>

  <error id="vfolder-no-source" type="error">
    <_primary>No folder selected.</_primary>
    <_secondary xml:space="preserve">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 "{0}".</_primary>
    <_secondary xml:space="preserve">A non-empty folder at "{1}" 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="ask-migrate-store" type="question" default="GTK_RESPONSE_YES">
    <_primary>Evolution's local mail format has changed.</_primary>
    <_secondary xml:space="preserve">Evolution's local mail format has changed from mbox to Maildir. Your local mail must be migrated to the new format before Evolution can proceed. Do you want to migrate now?

An mbox account will be created to preserve the old mbox folders. You can delete the account after ensuring the data is safely migrated. Please make sure there is enough disk space if you choose to migrate now.</_secondary>
    <button _label="_Exit Evolution" response="GTK_RESPONSE_CANCEL"/>
    <button _label="_Migrate Now" response="GTK_RESPONSE_OK"/>
  </error>

  <error id="no-load-license" type="error">
    <_primary>Unable to read license file.</_primary>
    <_secondary xml:space="preserve">Cannot read the license file "{0}", due to an installation problem. You will not be able to use this provider until you can accept its license.</_secondary>
  </error>

  <error id="checking-service" type="info">
    <_primary>Please wait.</_primary>
    <_secondary xml:space="preserve">Querying server for a list of supported authentication mechanisms.</_secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
  </error>

  <error id="checking-service-error" type="error">
    <_primary>Failed to query server for a list of supported authentication mechanisms.</_primary>
    <secondary xml:space="preserve">{0}</secondary>
  </error>

  <error id="ask-quick-offline" type="question" default="GTK_RESPONSE_NO">
    <_primary>Synchronize folders locally for offline usage?</_primary>
    <_secondary xml:space="preserve">Do you want to locally synchronize the folders that are marked for offline usage?</_secondary>
    <button _label="Do _Not Synchronize" response="GTK_RESPONSE_NO"/>
    <button _label="_Synchronize" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="ask-mark-all-read" type="question" default="GTK_RESPONSE_NO">
    <_primary>Do you want to mark all messages as read?</_primary>
    <_secondary xml:space="preserve">This will mark all messages as read in the selected folder.</_secondary>
    <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
    <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="ask-mark-all-read-sub" type="question" default="GTK_RESPONSE_NO">
    <_primary>Also mark messages in subfolders?</_primary>
    <_secondary xml:space="preserve">Do you want to mark messages as read in the current folder only, or in the current folder as well as all subfolders?</_secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button _label="In Current Folder and _Subfolders" response="GTK_RESPONSE_YES"/>
    <button _label="In Current _Folder Only" response="GTK_RESPONSE_NO"/>
  </error>

  <error id="browser-close-on-reply" type="question" default="GTK_RESPONSE_NO">
    <_secondary>Should Evolution close this window when replying or forwarding?</_secondary>
    <button _label="_Yes, Always" response="GTK_RESPONSE_YES"/>
    <button _label="_No, Never" response="GTK_RESPONSE_NO"/>
  </error>

  <error id="ask-folder-drop-copy" type="question" default="GTK_RESPONSE_YES">
    <_primary>Copy folder in folder tree.</_primary>
    <_secondary xml:space="preserve">Are you sure you want to copy folder '{0}' to folder '{1}'?</_secondary>
    <button _label="_Yes" response="GTK_RESPONSE_YES"/>
    <button _label="_No" response="GTK_RESPONSE_NO"/>
    <button _label="_Always" response="GTK_RESPONSE_OK"/>
    <button _label="N_ever" response="GTK_RESPONSE_CANCEL"/>
  </error>

  <error id="ask-folder-drop-move" type="question" default="GTK_RESPONSE_YES">
    <_primary>Move folder in folder tree.</_primary>
    <_secondary xml:space="preserve">Are you sure you want to to move folder '{0}' to folder '{1}'?</_secondary>
    <button _label="_Yes" response="GTK_RESPONSE_YES"/>
    <button _label="_No" response="GTK_RESPONSE_NO"/>
    <button _label="_Always" response="GTK_RESPONSE_OK"/>
    <button _label="N_ever" response="GTK_RESPONSE_CANCEL"/>
  </error>

  <error id="send-no-account-enabled" type="warning">
    <_primary>This message cannot be sent because the account you chose to send with is not enabled</_primary>
    <_secondary xml:space="preserve">Please enable the account or send using another account.</_secondary>
  </error>

  <error id="no-delete-permission" type="warning">
    <_primary>Mail Deletion Failed</_primary>
    <_secondary xml:space="preserve">You do not have sufficient permissions to delete this mail.</_secondary>
  </error>

  <error id="junk-check-error" type="error">
    <_primary>"Check Junk" Failed</_primary>
    <secondary xml:space="preserve">{0}</secondary>
  </error>

  <error id="junk-report-error" type="error">
    <_primary>"Report Junk" Failed</_primary>
    <secondary xml:space="preserve">{0}</secondary>
  </error>

  <error id="junk-not-report-error" type="error">
    <_primary>"Report Not Junk" Failed</_primary>
    <secondary xml:space="preserve">{0}</secondary>
  </error>

  <error id="ask-remove-duplicates" type="question" default="GTK_RESPONSE_YES">
    <_primary>Remove duplicate messages?</_primary>
    <secondary>{0}</secondary>
    <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
    <button stock="gtk-delete" response="GTK_RESPONSE_YES"/>
  </error>

  <error id="info-no-remove-duplicates" type="info" default="GTK_RESPONSE_OK">
    <_primary>No duplicate messages found.</_primary>
    <!-- Translators: {0} is replaced with a folder name -->
    <_secondary>Folder '{0}' doesn't contain any duplicate message.</_secondary>
    <button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
  </error>

  <error id="disconnect" type="warning">
    <_primary>Failed to disconnect account &quot;{0}&quot;.</_primary>
    <_secondary>The reported error was &quot;{0}&quot;.</_secondary>
  </error>

  <error id="folder-unsubscribe" type="warning">
    <_primary>Failed to unsubscribe from folder &quot;{0}&quot;.</_primary>
    <_secondary>The reported error was &quot;{1}&quot;.</_secondary>
  </error>

  <error id="no-retrieve-message" type="warning">
    <_primary>Unable to retrieve message.</_primary>
    <_secondary xml:space="preserve">{0}</_secondary>
  </error>

  <error id="folder-open" type="error">
    <_primary>Failed to open folder.</_primary>
    <_secondary>The reported error was &quot;{0}&quot;.</_secondary>
  </error>

  <error id="find-duplicate-messages" type="error">
    <_primary>Failed to find duplicate messages.</_primary>
    <_secondary>The reported error was &quot;{0}&quot;.</_secondary>
  </error>

  <error id="get-multiple-messages" type="error">
    <_primary>Failed to retrieve messages.</_primary>
    <_secondary>The reported error was &quot;{0}&quot;.</_secondary>
  </error>

  <error id="mark-all-read" type="error">
    <_primary>Failed to mark messages as read.</_primary>
    <_secondary>The reported error was &quot;{0}&quot;.</_secondary>
  </error>

  <error id="remove-attachments" type="error">
    <_primary>Failed to remove attachments from messages.</_primary>
    <_secondary>The reported error was &quot;{0}&quot;.</_secondary>
  </error>

  <error id="prepare-for-offline" type="warning">
    <_primary>Failed to download messages for offline viewing.</_primary>
    <_secondary>The reported error was &quot;{0}&quot;.</_secondary>
  </error>

  <error id="save-messages" type="error">
    <_primary>Failed to save messages to disk.</_primary>
    <_secondary>The reported error was &quot;{0}&quot;.</_secondary>
  </error>

  <error id="blacklisted-file" type="warning">
    <_primary>Hidden file is attached.</_primary>
    <_secondary xml:space="preserve">The attachment named {0} is a hidden file and may contain sensitive data. Please review it before sending.</_secondary>
  </error>

  <error id="printing-failed" type="error">
    <_primary>Printing failed.</_primary>
    <_secondary>The printer replied &quot;{0}&quot;.</_secondary>
  </error>

  <error id="online-operation" type="error">
    <_primary>Could not perform this operation on {0}.</_primary>
    <_secondary xml:space="preserve">You must be working online to complete this operation.</_secondary>
  </error>

  <error id="user-alert-info" type="info">
    <_primary>Message from &quot;{0}&quot; account:</_primary>
    <secondary>{1}</secondary>
  </error>

  <error id="user-alert-warning" type="warning">
    <_primary>Message from &quot;{0}&quot; account:</_primary>
    <secondary>{1}</secondary>
  </error>

  <error id="user-alert-error" type="error">
    <_primary>Message from &quot;{0}&quot; account:</_primary>
    <secondary>{1}</secondary>
  </error>

</error-list>