From 9b02c881ef67ec81d137f6478d783e2b1f4efbf1 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Sat, 23 Dec 2000 01:06:22 +0000 Subject: translations 2000-12-22 JP Rosevear * gui/goto-dialog.glade.h: translations * gui/goto-dialog.glade: new glade file for goto dialog * gui/gnome-cal.c (setup_widgets): Set date navigator attributes * gui/calendar-commands.h: remove prototype * gui/goto.h: Add prototype * gui/Makefile.am: Add glade file stuff * gui/gnome-cal.c (setup_widgets): Use accessors to configure the calendar item properly 2000-12-22 JP Rosevear * e-calendar-item.h: add prototypes * e-calendar-item.c (e_calendar_item_init): Set max_days_selected to 1 and days_to_start_week_selection to -1 as documented in header (e_calendar_item_set_arg): use new accessor methods (e_calendar_item_get_arg): ditto (e_calendar_item_get_max_days_sel): accessor (e_calendar_item_set_max_days_sel): ditto (e_calendar_item_get_days_start_week_sel): ditto (e_calendar_item_set_days_start_week_sel): ditto (e_calendar_item_class_init): add display_popup argument (e_calendar_item_init): initialize display_popup member (e_calendar_item_get_arg): get display_popup member (e_calendar_item_set_arg): set display_popup member (e_calendar_item_button_press): only show the popup menu if the member is set (e_calendar_item_get_display_popup): acessor (e_calendar_item_set_display_popup): ditto svn path=/trunk/; revision=7132 --- calendar/gui/goto-dialog.glade.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 calendar/gui/goto-dialog.glade.h (limited to 'calendar/gui/goto-dialog.glade.h') diff --git a/calendar/gui/goto-dialog.glade.h b/calendar/gui/goto-dialog.glade.h new file mode 100644 index 0000000000..5d970035fc --- /dev/null +++ b/calendar/gui/goto-dialog.glade.h @@ -0,0 +1,21 @@ +/* + * 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_("Go To Date"); +gchar *s = N_("Go To Today"); +gchar *s = N_("January\n" + "February\n" + "March\n" + "April\n" + "May\n" + "June\n" + "July\n" + "August\n" + "September\n" + "October\n" + "November\n" + "December\n" + ""); -- cgit v1.2.3