diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/calendar-errors.xml.h | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 47dde57416..d29a510ecf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2005-02-03 Rodney Dawes <dobey@novell.com> + + * calendar-errors.xml.h: Update to include new strings from the + calendar-errors.xml file + 2005-02-03 Li Yuan <li.yuan@sun.com> * gui/dialogs/task-details-page.c: (get_widgets): diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index bbead6601b..54792e87c9 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -130,3 +130,9 @@ 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:server-version title */ +char *s = N_("Server Version"); +/* calendar:server-version primary */ +char *s = N_("Your server needs to be updated"); +/* calendar:server-version secondary */ +char *s = N_(" Some features may not work properly with the current server version"); |