aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/calendar.error.xml
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-12-04 04:33:01 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:07 +0800
commit989c370729b764423d4528b314cb8490c3df2b3d (patch)
tree261c88b43904cd7027aa35de8d4e08a76be6acbc /calendar/calendar.error.xml
parent8e848e505983e5fd61b057b38b862c2cc0781873 (diff)
downloadgsoc2013-evolution-989c370729b764423d4528b314cb8490c3df2b3d.tar
gsoc2013-evolution-989c370729b764423d4528b314cb8490c3df2b3d.tar.gz
gsoc2013-evolution-989c370729b764423d4528b314cb8490c3df2b3d.tar.bz2
gsoc2013-evolution-989c370729b764423d4528b314cb8490c3df2b3d.tar.lz
gsoc2013-evolution-989c370729b764423d4528b314cb8490c3df2b3d.tar.xz
gsoc2013-evolution-989c370729b764423d4528b314cb8490c3df2b3d.tar.zst
gsoc2013-evolution-989c370729b764423d4528b314cb8490c3df2b3d.zip
Show calendar backend errors in an alert sink
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r--calendar/calendar.error.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml
index 3d1f2c94a5..3d7d657f9d 100644
--- a/calendar/calendar.error.xml
+++ b/calendar/calendar.error.xml
@@ -289,6 +289,14 @@
<button stock ="gtk-ok" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="backend-error" type="error" default="GTK_RESPONSE_YES">
+ <!-- Translators: {0} is replaced with a group name, like CalDAV, Google, or such;
+ {1} is replaced with a calendar/task/memo list name, where the error happened -->
+ <_primary>Error on {0}: {1}</_primary>
+ <secondary>{2}</secondary>
+ <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/>
+ </error>
+
<error id="server-version" type="warning">
<_primary>Some features may not work properly with your current server.</_primary>
<_secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results, the server should be upgraded to a supported version.</_secondary>