aboutsummaryrefslogtreecommitdiffstats
path: root/modules/itip-formatter/org-gnome-itip-formatter.error.xml
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-06-06 21:29:38 +0800
committerDan Vrátil <dvratil@redhat.com>2012-06-06 21:29:38 +0800
commit931191474643164e96b5778c790e42cca517e729 (patch)
treeaec00f3303dbcd95a8a3f18ee324ac80594ff9b5 /modules/itip-formatter/org-gnome-itip-formatter.error.xml
parent5b8340563c271fb684a88c6e5bb6dd3bfb629058 (diff)
downloadgsoc2013-evolution-931191474643164e96b5778c790e42cca517e729.tar
gsoc2013-evolution-931191474643164e96b5778c790e42cca517e729.tar.gz
gsoc2013-evolution-931191474643164e96b5778c790e42cca517e729.tar.bz2
gsoc2013-evolution-931191474643164e96b5778c790e42cca517e729.tar.lz
gsoc2013-evolution-931191474643164e96b5778c790e42cca517e729.tar.xz
gsoc2013-evolution-931191474643164e96b5778c790e42cca517e729.tar.zst
gsoc2013-evolution-931191474643164e96b5778c790e42cca517e729.zip
Mail formatter rewrite - convert some plugins to modules
audio-inline, itip-formatter, prefer-plain, tnef-attachments and vcard-inline plugins were converted to modules so that they can fit into concept of the new formatter. Every module still installs .eplug file, because there is no suitable API at the moment to register plugins to the plugins dialog and to extend the Preferences dialog.
Diffstat (limited to 'modules/itip-formatter/org-gnome-itip-formatter.error.xml')
-rw-r--r--modules/itip-formatter/org-gnome-itip-formatter.error.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/itip-formatter/org-gnome-itip-formatter.error.xml b/modules/itip-formatter/org-gnome-itip-formatter.error.xml
new file mode 100644
index 0000000000..e5d84c67af
--- /dev/null
+++ b/modules/itip-formatter/org-gnome-itip-formatter.error.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="org.gnome.itip-formatter">
+
+ <error id="add-unknown-attendee" type="question">
+ <_primary>This response is not from a current attendee. Add the sender as an attendee?</_primary>
+ <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
+ <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
+ </error>
+
+ <error id="add-delegate" type="question">
+ <_primary>This meeting has been delegated</_primary>
+ <_secondary>'{0}' has delegated the meeting. Do you want to add the delegate '{1}'?</_secondary>
+ <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
+ <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
+ </error>
+
+</error-list>