diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-06 17:24:13 +0800 |
commit | b9269bd09862b22a89d44a61a5eb728c28ec3761 (patch) | |
tree | 23320801f462224ce60b4545175b66e55d1fc6f3 /plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h | |
parent | f77c58f8ae17a65a78213e54f78f8c316ddfc839 (diff) | |
download | gsoc2013-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-errors.xml.h')
-rw-r--r-- | plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h | 28 |
1 files changed, 0 insertions, 28 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 deleted file mode 100644 index a5bbbbcc20..0000000000 --- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h +++ /dev/null @@ -1,28 +0,0 @@ -/* 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}"); |