diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-02-05 19:55:03 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-02-05 19:55:03 +0800 |
commit | b6306f760aa0b747835ed19ecb1a4baed10248f4 (patch) | |
tree | ce569283358db5c2027e7a98f515729f41e9decb /calendar/calendar-errors.xml | |
parent | 2bc223da691dd5dd9cd09063053fca8b5ec7d201 (diff) | |
download | gsoc2013-evolution-b6306f760aa0b747835ed19ecb1a4baed10248f4.tar.gz gsoc2013-evolution-b6306f760aa0b747835ed19ecb1a4baed10248f4.tar.zst gsoc2013-evolution-b6306f760aa0b747835ed19ecb1a4baed10248f4.zip |
add messages for calendar/tasks not marked for offline usage.
* calendar-errors.xml:
* calendar-errors.xml.h:
* gui/e-tasks.c: (client_cal_opened_cb):
* gui/gnome-cal.c: (client_cal_opened_cb),
(default_client_cal_opened_cb): add messages for
calendar/tasks not marked for offline usage.
svn path=/trunk/; revision=28718
Diffstat (limited to 'calendar/calendar-errors.xml')
-rw-r--r-- | calendar/calendar-errors.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/calendar-errors.xml b/calendar/calendar-errors.xml index 71e2f74618..f129da7e51 100644 --- a/calendar/calendar-errors.xml +++ b/calendar/calendar-errors.xml @@ -191,6 +191,18 @@ <button label="_Send" response="GTK_RESPONSE_YES"/> </error> + <error id="prompt-no-contents-offline-calendar" type="error" default="GTK_RESPONSE_YES"> + <primary>Error loading calendar</primary> + <secondary>The calendar is not marked for offline usage</secondary> + <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> + </error> + + <error id="prompt-no-contents-offline-tasks" type="error" default="GTK_RESPONSE_YES"> + <primary>Error loading task list</primary> + <secondary>The task list is not marked for offline usage</secondary> + <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> + </error> + <error id="server-version" type="warning"> <title>Server Version</title> <primary>Your server needs to be updated</primary> |