From ee52b57b90ca5ed5bc6468c42d1903427fe0f8f1 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Thu, 4 Nov 2004 05:47:02 +0000 Subject: Added mailing list actions plugin from Meilof Veeningen svn path=/trunk/; revision=27835 --- .../org-gnome-mailing-list-actions-errors.xml.h | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h (limited to 'plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h') diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h b/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h new file mode 100644 index 0000000000..a5bbbbcc20 --- /dev/null +++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h @@ -0,0 +1,28 @@ +/* org.gnome.mailing-list-actions:no-header primary */ +char *s = N_("Action not available"); +/* org.gnome.mailing-list-actions:no-header secondary */ +char *s = N_("This message does not contain the header information required for this action."); +/* org.gnome.mailing-list-actions:posting-not-allowed primary */ +char *s = N_("Posting not allowed"); +/* org.gnome.mailing-list-actions:posting-not-allowed secondary */ +char *s = N_("Posting to this mailing list is not allowed. Possibly, this is a read-only mailing list. Contact the list owner for details."); +/* org.gnome.mailing-list-actions:ask-send-message primary */ +char *s = N_("Send e-mail message to mailing list?"); +/* org.gnome.mailing-list-actions:ask-send-message secondary */ +char *s = N_("An e-mail message will be sent to the URL \"{0}\". You can either send the message automatically, or see and change it first.\n" + "\n" + "You should receive an answer from the mailing list shortly after the message has been sent."); +char *s = N_("_Send message"); +char *s = N_("_Edit message"); +/* org.gnome.mailing-list-actions:malformed-header primary */ +char *s = N_("Malformed header"); +/* org.gnome.mailing-list-actions:malformed-header secondary */ +char *s = N_("The {0} header of this message is malformed and could not be processed.\n" + "\n" + "Header: {1}"); +/* org.gnome.mailing-list-actions:no-action primary */ +char *s = N_("No e-mail action"); +/* org.gnome.mailing-list-actions:no-action secondary */ +char *s = N_("The action could not be performed. This means the header for this action did not contain any action we could handle.\n" + "\n" + "Header: {0}"); -- cgit v1.2.3