aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/org-gnome-shared-folder.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-04-27 17:34:11 +0800
committerMilan Crha <mcrha@redhat.com>2009-04-27 17:34:11 +0800
commit0f7060ee7dcceac8d10aaa9100c919712de491ff (patch)
treed9eb5b7f00d21884f4b6add882d3371863ca85e4 /plugins/groupwise-features/org-gnome-shared-folder.error.xml
parent631d0bfd080409da87545d42de7bc4588abdf5b7 (diff)
downloadgsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.gz
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.bz2
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.lz
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.xz
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.tar.zst
gsoc2013-evolution-0f7060ee7dcceac8d10aaa9100c919712de491ff.zip
Define .error files correctly and external-editor crash fix
** Fix for bug #561188
Diffstat (limited to 'plugins/groupwise-features/org-gnome-shared-folder.error.xml')
-rw-r--r--plugins/groupwise-features/org-gnome-shared-folder.error.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/groupwise-features/org-gnome-shared-folder.error.xml b/plugins/groupwise-features/org-gnome-shared-folder.error.xml
new file mode 100644
index 0000000000..ca63ad80aa
--- /dev/null
+++ b/plugins/groupwise-features/org-gnome-shared-folder.error.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<error-list domain="org.gnome.evolution.mail_shared_folder">
+
+<error id="invalid-user" type="error">
+<_primary>Invalid user</_primary>
+<_secondary>
+You cannot share this folder with the specified user &quot;{0}&quot;
+</_secondary>
+</error>
+
+<error id="no-user" type="error">
+<_primary>Specify User</_primary>
+<_secondary>
+ You have to specify a user name which you want to add to the list
+</_secondary>
+</error>
+
+<error id="recurrence-accept" type="question" default="GTK_RESPONSE_YES">
+<_primary>This is a recurring meeting</_primary>
+<!--Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -->
+<_secondary>Would you like to accept it?</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button label="This instance" response="GTK_RESPONSE_NO"/>
+ <button label="All instances" response="GTK_RESPONSE_YES"/>
+</error>
+
+<error id="recurrence-decline" type="question" default="GTK_RESPONSE_YES">
+<_primary>This is a recurring meeting</_primary>
+<!--Translators: "it" is a "recurring meeting" (string refers to "This is a recurring meeting") -->
+<_secondary>Would you like to decline it?</_secondary>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button label="This instance" response="GTK_RESPONSE_NO"/>
+ <button label="All instances" response="GTK_RESPONSE_YES"/>
+</error>
+
+</error-list>
+