aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/org-gnome-shared-folder.errors.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-07-28 15:32:54 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-07-28 15:32:54 +0800
commit764a1b7b002565c7115be0f0087fcf8f867a475e (patch)
tree9298d792db4b2952aace6a13fcf3b0dfc13157c0 /plugins/groupwise-features/org-gnome-shared-folder.errors.xml
parent338375efacaf594ab9759845ce88fbf8ea6a0f4b (diff)
downloadgsoc2013-evolution-764a1b7b002565c7115be0f0087fcf8f867a475e.tar
gsoc2013-evolution-764a1b7b002565c7115be0f0087fcf8f867a475e.tar.gz
gsoc2013-evolution-764a1b7b002565c7115be0f0087fcf8f867a475e.tar.bz2
gsoc2013-evolution-764a1b7b002565c7115be0f0087fcf8f867a475e.tar.lz
gsoc2013-evolution-764a1b7b002565c7115be0f0087fcf8f867a475e.tar.xz
gsoc2013-evolution-764a1b7b002565c7115be0f0087fcf8f867a475e.tar.zst
gsoc2013-evolution-764a1b7b002565c7115be0f0087fcf8f867a475e.zip
** Fix for bug #543756
2008-07-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #543756 * org-gnome-shared-folder.errors.xml: * process-meeting.c: (process_meeting): Make question better translatable. svn path=/trunk/; revision=35851
Diffstat (limited to 'plugins/groupwise-features/org-gnome-shared-folder.errors.xml')
-rw-r--r--plugins/groupwise-features/org-gnome-shared-folder.errors.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml b/plugins/groupwise-features/org-gnome-shared-folder.errors.xml
index 85ce4ac156..5e7bfb28e5 100644
--- a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml
+++ b/plugins/groupwise-features/org-gnome-shared-folder.errors.xml
@@ -15,9 +15,17 @@ You cannot share folder with specified user &quot;{0}&quot;
</_secondary>
</error>
-<error id="recurrence" type="question" default="GTK_RESPONSE_YES">
+<error id="recurrence-accept" type="question" default="GTK_RESPONSE_YES">
<_primary>This is a recurring meeting</_primary>
-<_secondary>What would you like to {0}?</_secondary>
+<_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>
+<_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"/>