aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h')
-rw-r--r--plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h28
1 files changed, 28 insertions, 0 deletions
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}");