aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/calendar-errors.xml.h10
2 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d50ad1e371..303ee28e39 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,8 @@
2004-11-29 Chenthill Palanisamy <pchenthill@novell.com>
+ * calendar-errors.xml.h: committng this file. Missed to
+ commit this one.
+
+2004-11-29 Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/comp-editor.c (response_cb): Moved the call
for the warning dialog (send_component_prompt_subject) after
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h
index 6e9df6221f..e2b98155b5 100644
--- a/calendar/calendar-errors.xml.h
+++ b/calendar/calendar-errors.xml.h
@@ -120,3 +120,13 @@ char *s = N_("This calendar will be removed permanently.");
char *s = N_("Delete task list '{0}'?");
/* calendar:prompt-delete-task-list secondary */
char *s = N_("This task list will be removed permanently.");
+/* calendar:prompt-send-no-subject-calendar primary */
+char *s = N_("Are you sure you want to send the appointment without a summary?");
+/* calendar:prompt-send-no-subject-calendar secondary */
+char *s = N_("Adding a meaningful Summary to your appointment will give your recipients an idea of what your appointment is about.");
+char *s = N_("_Send");
+/* calendar:prompt-send-no-subject-task primary */
+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 appointment is about.");
+char *s = N_("_Send");