diff options
| author | Miguel de Icaza <miguel@ximian.com> | 2001-01-12 16:41:34 +0800 | 
|---|---|---|
| committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-12 16:41:34 +0800 | 
| commit | af75a5a7fa48925268b27307e6a033a01ba454f3 (patch) | |
| tree | 8786601e11296f01d9bd514bce3a9c1555b4a6c2 /calendar | |
| parent | 9aab4e5eb9a4d13f9c5127b874a5705b6a51fd27 (diff) | |
| download | gsoc2013-evolution-af75a5a7fa48925268b27307e6a033a01ba454f3.tar.gz gsoc2013-evolution-af75a5a7fa48925268b27307e6a033a01ba454f3.tar.zst gsoc2013-evolution-af75a5a7fa48925268b27307e6a033a01ba454f3.zip | |
Add translation strings.
2001-01-12  Miguel de Icaza  <miguel@ximian.com>
	* gui/e-calendar-table.c: Add translation strings.
svn path=/trunk/; revision=7448
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\" "				\ | 
