aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml
blob: 69b20fa834dd5971185eaafe815fdb8e822ac15f (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
<?xml version="1.0" encoding="UTF-8"?>
<error-list domain="org.gnome.mailing-list-actions">

 <error id="no-header" type="error">
  <primary>Action not available</primary>
  <secondary>This message does not contain the header information required for this action.</secondary>
 </error>

 <error id="posting-not-allowed" type="error">
  <primary>Posting not allowed</primary>
  <secondary>Posting to this mailing list is not allowed. Possibly, this is a read-only mailing list. Contact the list owner for details.</secondary>
 </error>

 <error id="ask-send-message" type="question" default="GTK_RESPONSE_YES">
  <primary>Send e-mail message to mailing list?</primary>
  <secondary>An e-mail message will be sent to the URL "{0}". You can either send the message automatically, or see and change it first.

You should receive an answer from the mailing list shortly after the message has been sent.</secondary>
  <button label="_Send message" response="GTK_RESPONSE_YES"/>
  <button label="_Edit message" response="GTK_RESPONSE_NO"/>
  <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
 </error>

 <error id="malformed-header" type="error">
  <primary>Malformed header</primary>
  <secondary>The {0} header of this message is malformed and could not be processed.

Header: {1}</secondary>
 </error>

 <error id="no-action" type="error">
  <primary>No e-mail action</primary>
  <secondary>The action could not be performed. This means the header for this action did not contain any action we could handle.

Header: {0}</secondary>
 </error>

</error-list>