aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:24:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-06 17:24:13 +0800
commitb9269bd09862b22a89d44a61a5eb728c28ec3761 (patch)
tree23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/mailing-list-actions/org-gnome-mailing-list-actions.error.xml
parentf77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff)
downloadgsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.gz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.bz2
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.lz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.xz
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.tar.zst
gsoc2013-evolution-b9269bd09862b22a89d44a61a5eb728c28ec3761.zip
fix names so that intltool will parse as xml
remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
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.xml38
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>