diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/e-calendar-table.c | 17 |
2 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 11a0cb12f5..832ccadd09 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2001-01-12 Miguel de Icaza <miguel@ximian.com> + + * gui/e-calendar-table.c: Add translation strings. + 2001-01-08 Iain Holmes <iain@helixcode.com> * gui/calendar-summary.c (create_summary_view): Add a PropertyControl diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c index df1c8a5225..cd3aacc058 100644 --- a/calendar/gui/e-calendar-table.c +++ b/calendar/gui/e-calendar-table.c @@ -137,6 +137,23 @@ e_calendar_table_class_init (ECalendarTableClass *class) #endif } +#ifdef JUST_FOR_TRANSLATORS +static char *list [] = { + N_("Categories"), + N_("Classification"), + N_("Completion Date"), + N_("End Date"), + N_("Start Date"), + N_("Due Date"), + N_("Geographical Position"), + N_("Precent complete"), + N_("Priority"), + N_("Summary"), + N_("Transparency"), + N_("URL"), + N_("Alarms") +}; +#endif #define E_CALENDAR_TABLE_SPEC \ "<ETableSpecification click-to-add=\"true\" " \ |