From 478eaf85395a4cfe2402cac8125ab49da1f3ceb4 Mon Sep 17 00:00:00 2001 From: Chyla Zbigniew Date: Fri, 27 Jul 2001 19:56:33 +0000 Subject: Added (unused) table with strings intended to be translated (i18n tools * component-factory.c (populate_folder_context_menu): Added (unused) table with strings intended to be translated (i18n tools can't extract strings from XML data inside .c file). svn path=/trunk/; revision=11458 --- mail/ChangeLog | 6 ++++++ mail/component-factory.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 728b13a248..b73c2488d8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-07-27 Zbigniew Chyla + + * component-factory.c (populate_folder_context_menu): Added (unused) + table with strings intended to be translated (i18n tools can't extract + strings from XML data inside .c file). + 2001-07-27 Jeffrey Stedfast * mail-mt.c (focus_on_entry): Don't need this anymore. diff --git a/mail/component-factory.c b/mail/component-factory.c index b9b9fa698d..58248d97d7 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -333,6 +333,9 @@ populate_folder_context_menu (EvolutionShellComponent *shell_component, const char *type, void *closure) { +#ifdef TRANSLATORS_ONLY + static char popup_xml_i18n[] = {N_("Properties..."), N_("Change this folder's properties")}; +#endif static char popup_xml[] = ""; -- cgit v1.2.3