aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2004-11-29 17:03:43 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2004-11-29 17:03:43 +0800
commitad0bc590f54d7132c8c505d538b109429288052f (patch)
tree06c00f7f8963b0cee8ac9f69f5a66cb072e207bc /calendar
parent3e3dcc5c1160ce23415ebcd962bbc661e834c0f1 (diff)
downloadgsoc2013-evolution-ad0bc590f54d7132c8c505d538b109429288052f.tar
gsoc2013-evolution-ad0bc590f54d7132c8c505d538b109429288052f.tar.gz
gsoc2013-evolution-ad0bc590f54d7132c8c505d538b109429288052f.tar.bz2
gsoc2013-evolution-ad0bc590f54d7132c8c505d538b109429288052f.tar.lz
gsoc2013-evolution-ad0bc590f54d7132c8c505d538b109429288052f.tar.xz
gsoc2013-evolution-ad0bc590f54d7132c8c505d538b109429288052f.tar.zst
gsoc2013-evolution-ad0bc590f54d7132c8c505d538b109429288052f.zip
committed this file. Missed to commit this one.
2004-11-29 Chenthill Palanisamy <pchenthill@novell.com> * calendar-errors.xml.h: committed this file. Missed to commit this one. svn path=/trunk/; revision=28010
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");