diff options
Diffstat (limited to 'plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml')
-rw-r--r-- | plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml new file mode 100644 index 0000000000..31089a5dcd --- /dev/null +++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml @@ -0,0 +1,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 xml:space="preserve">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 xml:space="preserve">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 xml:space="preserve">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> |