aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor-dialog.glade.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-10-28 08:50:11 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-10-28 08:50:11 +0800
commit88116cf2ea5d12b4d9e954fa004a6f72474d72ec (patch)
tree115cf9294be7d026d2cba21587f33f0863622b53 /calendar/gui/event-editor-dialog.glade.h
parentc3abfc7154e9e839f967b19c0dffd73fa0af9d4f (diff)
downloadgsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar
gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.gz
gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.bz2
gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.lz
gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.xz
gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.tar.zst
gsoc2013-evolution-88116cf2ea5d12b4d9e954fa004a6f72474d72ec.zip
Connect to the recurrence ending menu. (recur_ending_selection_done_cb):
2000-10-27 Federico Mena Quintero <federico@helixcode.com> * gui/event-editor.c (init_widgets): Connect to the recurrence ending menu. (recur_ending_selection_done_cb): Implemented. (make_recurrence_ending_special): Implemented. (make_recur_ending_until_special): Implemented. (fill_ending_date): Implemented. (make_recur_ending_count_special): Implemented. (simple_recur_to_comp_object): Fill in the ending date. (clear_widgets): Clear the recurrence ending widgets. * gui/event-editor-dialog.glade: Moved the recurrence type radio buttons to a single hbox to save space. Fixed the lower value of the recurrence interval spin button. Removed the stale widgets from the recurrence ending date part. svn path=/trunk/; revision=6245
Diffstat (limited to 'calendar/gui/event-editor-dialog.glade.h')
-rw-r--r--calendar/gui/event-editor-dialog.glade.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/calendar/gui/event-editor-dialog.glade.h b/calendar/gui/event-editor-dialog.glade.h
index 4ac32e4643..8266d8dcdd 100644
--- a/calendar/gui/event-editor-dialog.glade.h
+++ b/calendar/gui/event-editor-dialog.glade.h
@@ -88,6 +88,7 @@ gchar *s = N_("_Starting date:");
gchar *s = N_("Recurrence Rule");
gchar *s = N_("No recurrence");
gchar *s = N_("Simple recurrence");
+gchar *s = N_("Custom recurrence");
gchar *s = N_("Every");
gchar *s = N_("day(s)");
gchar *s = N_("week(s)");
@@ -96,12 +97,6 @@ gchar *s = N_("year(s)");
gchar *s = N_("for");
gchar *s = N_("until");
gchar *s = N_("forever");
-gchar *s = N_("days");
-gchar *s = N_("weeks");
-gchar *s = N_("months");
-gchar *s = N_("years");
-gchar *s = N_("iterations");
-gchar *s = N_("Custom recurrence");
gchar *s = N_("Exceptions");
gchar *s = N_("Add");
gchar *s = N_("Modify");
@@ -109,5 +104,5 @@ gchar *s = N_("Delete");
gchar *s = N_("label21");
gchar *s = N_("This appointment has custom recurrence rules that cannot be edited by Evolution.\n"
"\n"
- "However, the appointment will recur at the appropriate time and be displayed in the calendar views.");
+ "However, the appointment will recur at the appropriate time and will be displayed properly in the calendar views.");
gchar *s = N_("Recurrence");