From 322c0cad7043d9b4b10b7dc71cec028ad00834d9 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 11 Oct 2000 18:19:16 +0000 Subject: call calendar_config_write_on_exit() to write out some special config 2000-10-11 Damon Chaplin * gui/main.c (main): call calendar_config_write_on_exit() to write out some special config settings (as the mail component does). * gui/calendar-commands.c (properties_cmd): changed to use the new preferences dialog. (update_all_config_settings): new function to iterate over all the calendars and update the config settings. * gui/dialogs/cal-prefs-dialog.glade: preferences dialog. * gui/dialogs/cal-prefs-dialog.[hc]: new files for the preferences dialog. * gui/calendar-config.[hc]: new files to handle loading/saving config settings. * cal-util/cal-recur.c: fixed bug in YEARLY when no filters were set, plus minor changes. * cal-util/test-recur.c: updated. * gui/e-day-view-time-item.c: * gui/popup-menu.c: update to #include * gui/component-factory.c (owner_set_cb): called calendar_config_init. (owner_set_cb): (owner_unset_cb): updated the prototypes. * gui/main.c (main): added call to calendar_config_write_on_exit(). * gui/component-factory.h: * gui/component-factory.c (owner_set_cb): added global evolution_dir just like the mail component, so we know we to store config stuff. svn path=/trunk/; revision=5856 --- calendar/gui/dialogs/cal-prefs-dialog.glade.h | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 calendar/gui/dialogs/cal-prefs-dialog.glade.h (limited to 'calendar/gui/dialogs/cal-prefs-dialog.glade.h') diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade.h b/calendar/gui/dialogs/cal-prefs-dialog.glade.h new file mode 100644 index 0000000000..0a29d11999 --- /dev/null +++ b/calendar/gui/dialogs/cal-prefs-dialog.glade.h @@ -0,0 +1,67 @@ +/* + * Translatable strings file generated by Glade. + * Add this file to your project's POTFILES.in. + * DO NOT compile it as part of your application. + */ + +gchar *s = N_("Calendar Preferences"); +gchar *s = N_("Work week"); +gchar *s = N_("Mon"); +gchar *s = N_("Tue"); +gchar *s = N_("Wed"); +gchar *s = N_("Thu"); +gchar *s = N_("Fri"); +gchar *s = N_("Sat"); +gchar *s = N_("Sun"); +gchar *s = N_("First day of week:"); +gchar *s = N_("Monday"); +gchar *s = N_("Tuesday"); +gchar *s = N_("Wednesday"); +gchar *s = N_("Thursday"); +gchar *s = N_("Friday"); +gchar *s = N_("Saturday"); +gchar *s = N_("Sunday"); +gchar *s = N_("Start of day:"); +gchar *s = N_("End of day:"); +gchar *s = N_("Display options"); +gchar *s = N_("Time divisions:"); +gchar *s = N_("Time format:"); +gchar *s = N_("Show appointment end times"); +gchar *s = N_("Compress weekends"); +gchar *s = N_("12 hour (am/pm)"); +gchar *s = N_("24 hour"); +gchar *s = N_("60 minutes"); +gchar *s = N_("30 minutes"); +gchar *s = N_("15 minutes"); +gchar *s = N_("10 minutes"); +gchar *s = N_("05 minutes"); +gchar *s = N_("Date navigator options"); +gchar *s = N_("Show week numbers"); +gchar *s = N_("Calendar"); +gchar *s = N_("Show"); +gchar *s = N_("Due Date"); +gchar *s = N_("Time Until Due"); +gchar *s = N_("Priority"); +gchar *s = N_("Highlight"); +gchar *s = N_("Overdue Items"); +gchar *s = N_("Items Due Today"); +gchar *s = N_("Items Not Yet Due"); +gchar *s = N_("Colors"); +gchar *s = N_("Pick a color"); +gchar *s = N_("Pick a color"); +gchar *s = N_("Pick a color"); +gchar *s = N_("Items Not Yet Due:"); +gchar *s = N_("Items Due Today:"); +gchar *s = N_("Overdue Items:"); +gchar *s = N_("TaskPad"); +gchar *s = N_("Defaults"); +gchar *s = N_("Remind me of all appointments"); +gchar *s = N_("minutes before they occur."); +gchar *s = N_("Visual Alarms"); +gchar *s = N_("Beep when alarm windows appear."); +gchar *s = N_("Audio Alarms"); +gchar *s = N_("Alarms timeout after"); +gchar *s = N_("seconds."); +gchar *s = N_("Enable snoozing for"); +gchar *s = N_("seconds."); +gchar *s = N_("Reminders"); -- cgit v1.2.3