diff options
author | Milan Crha <mcrha@redhat.com> | 2010-07-16 20:27:56 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-07-16 20:27:56 +0800 |
commit | efc1898b70b78022bd8ec91cd54fb53c368ba714 (patch) | |
tree | 1d5568e2896165724105cd2e44dd5f0cc6334e63 /calendar | |
parent | 8b5dc5fcb1ab4b9cf6fcb4dbeda41ece0c52c49e (diff) | |
download | gsoc2013-evolution-efc1898b70b78022bd8ec91cd54fb53c368ba714.tar.gz gsoc2013-evolution-efc1898b70b78022bd8ec91cd54fb53c368ba714.tar.zst gsoc2013-evolution-efc1898b70b78022bd8ec91cd54fb53c368ba714.zip |
Report error to user when fails to open calendar/task/memo list
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/calendar.error.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 6ba4ed1e8d..3d1f2c94a5 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -271,6 +271,24 @@ <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> </error> + <error id="failed-open-calendar" type="error" default="GTK_RESPONSE_YES"> + <_primary>Error loading calendar</_primary> + <secondary>{0}</secondary> + <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> + </error> + + <error id="failed-open-tasks" type="error" default="GTK_RESPONSE_YES"> + <_primary>Error loading task list</_primary> + <secondary>{0}</secondary> + <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> + </error> + + <error id="failed-open-memos" type="error" default="GTK_RESPONSE_YES"> + <_primary>Error loading memo list</_primary> + <secondary>{0}</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> |