From ad0bc590f54d7132c8c505d538b109429288052f Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 29 Nov 2004 09:03:43 +0000 Subject: committed this file. Missed to commit this one. 2004-11-29 Chenthill Palanisamy * calendar-errors.xml.h: committed this file. Missed to commit this one. svn path=/trunk/; revision=28010 --- calendar/calendar-errors.xml.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'calendar/calendar-errors.xml.h') 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"); -- cgit