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.h | |
parent | 2bc223da691dd5dd9cd09063053fca8b5ec7d201 (diff) | |
download | gsoc2013-evolution-b6306f760aa0b747835ed19ecb1a4baed10248f4.tar gsoc2013-evolution-b6306f760aa0b747835ed19ecb1a4baed10248f4.tar.gz gsoc2013-evolution-b6306f760aa0b747835ed19ecb1a4baed10248f4.tar.bz2 gsoc2013-evolution-b6306f760aa0b747835ed19ecb1a4baed10248f4.tar.lz gsoc2013-evolution-b6306f760aa0b747835ed19ecb1a4baed10248f4.tar.xz 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.h')
-rw-r--r-- | calendar/calendar-errors.xml.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index e33134b27a..963f7d251d 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -130,6 +130,14 @@ char *s = N_("Are you sure you want to send the task without a summary?"); /* calendar:prompt-send-no-subject-task secondary */ char *s = N_("Adding a meaningful Summary to your task will give your recipients an idea of what your task is about."); char *s = N_("_Send"); +/* calendar:prompt-no-contents-offline-calendar primary */ +char *s = N_("Error loading calendar"); +/* calendar:prompt-no-contents-offline-calendar secondary */ +char *s = N_("The calendar is not marked for offline usage"); +/* calendar:prompt-no-contents-offline-tasks primary */ +char *s = N_("Error loading task list"); +/* calendar:prompt-no-contents-offline-tasks secondary */ +char *s = N_("The task list is not marked for offline usage"); /* calendar:server-version title */ char *s = N_("Server Version"); /* calendar:server-version primary */ |