diff options
author | Milan Crha <mcrha@redhat.com> | 2010-12-04 04:33:01 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-12-04 04:33:01 +0800 |
commit | ab0430a3f37b01f104d8a4556fdb527c0bd92116 (patch) | |
tree | 2210ef2d1263ec3ca3dc2f2f88310266cdf9dc74 /calendar | |
parent | a63688f4e72be7b2b93312e4af0403a4a3e0517b (diff) | |
download | gsoc2013-evolution-ab0430a3f37b01f104d8a4556fdb527c0bd92116.tar gsoc2013-evolution-ab0430a3f37b01f104d8a4556fdb527c0bd92116.tar.gz gsoc2013-evolution-ab0430a3f37b01f104d8a4556fdb527c0bd92116.tar.bz2 gsoc2013-evolution-ab0430a3f37b01f104d8a4556fdb527c0bd92116.tar.lz gsoc2013-evolution-ab0430a3f37b01f104d8a4556fdb527c0bd92116.tar.xz gsoc2013-evolution-ab0430a3f37b01f104d8a4556fdb527c0bd92116.tar.zst gsoc2013-evolution-ab0430a3f37b01f104d8a4556fdb527c0bd92116.zip |
Show calendar backend errors in an alert sink
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/calendar.error.xml | 8 |
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> |