diff options
author | Milan Crha <mcrha@redhat.com> | 2010-12-04 04:33:01 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:07 +0800 |
commit | 989c370729b764423d4528b314cb8490c3df2b3d (patch) | |
tree | 261c88b43904cd7027aa35de8d4e08a76be6acbc /calendar/calendar.error.xml | |
parent | 8e848e505983e5fd61b057b38b862c2cc0781873 (diff) | |
download | gsoc2013-evolution-989c370729b764423d4528b314cb8490c3df2b3d.tar.gz 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.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> |