diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-07-28 03:56:33 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-07-28 03:56:33 +0800 |
commit | 478eaf85395a4cfe2402cac8125ab49da1f3ceb4 (patch) | |
tree | c81d42a8a89aa6a593edd64c4aaacca28ad015f2 /mail/component-factory.c | |
parent | 2cd65ea07f54971a789b0058ace767a77170f3a5 (diff) | |
download | gsoc2013-evolution-478eaf85395a4cfe2402cac8125ab49da1f3ceb4.tar gsoc2013-evolution-478eaf85395a4cfe2402cac8125ab49da1f3ceb4.tar.gz gsoc2013-evolution-478eaf85395a4cfe2402cac8125ab49da1f3ceb4.tar.bz2 gsoc2013-evolution-478eaf85395a4cfe2402cac8125ab49da1f3ceb4.tar.lz gsoc2013-evolution-478eaf85395a4cfe2402cac8125ab49da1f3ceb4.tar.xz gsoc2013-evolution-478eaf85395a4cfe2402cac8125ab49da1f3ceb4.tar.zst gsoc2013-evolution-478eaf85395a4cfe2402cac8125ab49da1f3ceb4.zip |
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
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
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[] = "<menuitem name=\"ChangeFolderProperties\" verb=\"ChangeFolderProperties\"" " _label=\"Properties...\" _tip=\"Change this folder's properties\"/>"; |