diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-02-13 07:42:37 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-02-13 07:42:37 +0800 |
commit | 74194fa6a3c50edc4f1c691b5a446db2b8b41457 (patch) | |
tree | 9aac63aaa923ee1a95a86a084b9245d013d143b2 | |
parent | b21468fd59fd85905c159c31f3671406767688db (diff) | |
download | gsoc2013-evolution-74194fa6a3c50edc4f1c691b5a446db2b8b41457.tar gsoc2013-evolution-74194fa6a3c50edc4f1c691b5a446db2b8b41457.tar.gz gsoc2013-evolution-74194fa6a3c50edc4f1c691b5a446db2b8b41457.tar.bz2 gsoc2013-evolution-74194fa6a3c50edc4f1c691b5a446db2b8b41457.tar.lz gsoc2013-evolution-74194fa6a3c50edc4f1c691b5a446db2b8b41457.tar.xz gsoc2013-evolution-74194fa6a3c50edc4f1c691b5a446db2b8b41457.tar.zst gsoc2013-evolution-74194fa6a3c50edc4f1c691b5a446db2b8b41457.zip |
xml-i18n-tools setup. Mark strings for translation.
2001-02-12 Kjartan Maraas <kmaraas@gnome.org>
* Makefile.am: xml-i18n-tools setup.
* GNOME_Evolution_Mail.oaf.in: Mark strings for translation.
svn path=/trunk/; revision=8187
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/GNOME_Evolution_Mail.oaf.in | 24 | ||||
-rw-r--r-- | mail/Makefile.am | 8 |
3 files changed, 23 insertions, 14 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 283a727c11..db02cf0c80 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-02-12 Kjartan Maraas <kmaraas@gnome.org> + + * Makefile.am: xml-i18n-tools setup. + * GNOME_Evolution_Mail.oaf.in: Mark strings for translation. + 2001-02-11 Dan Winship <danw@ximian.com> * mail-callbacks.[ch]: Re-add non-static forward_messages. diff --git a/mail/GNOME_Evolution_Mail.oaf.in b/mail/GNOME_Evolution_Mail.oaf.in index b976e15a1c..5febb74724 100644 --- a/mail/GNOME_Evolution_Mail.oaf.in +++ b/mail/GNOME_Evolution_Mail.oaf.in @@ -9,7 +9,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Evolution mail folder factory component."/> + _value="Evolution mail folder factory component."/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Control" @@ -22,7 +22,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Evolution mail folder display component."/> + _value="Evolution mail folder display component."/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ShellComponentFactory" @@ -34,7 +34,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Factory for the Evolution mail component."/> + _value="Factory for the Evolution mail component."/> </oaf_server> @@ -47,7 +47,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Evolution component for handling mail."/> + _value="Evolution component for handling mail."/> <oaf_attribute name="evolution:shell-component-icon" type="string" value="evolution-inbox.png"/> @@ -62,7 +62,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Factory for the Mail Summary component."/> + _value="Factory for the Mail Summary component."/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponent" @@ -74,7 +74,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Evolution mail executive summary component."/> + _value="Evolution mail executive summary component."/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_ComposerFactory" @@ -86,7 +86,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Factory for the Evolution composer."/> + _value="Factory for the Evolution composer."/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Composer" @@ -99,7 +99,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Evolution mail composer."/> + _value="Evolution mail composer."/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Outlook_ImporterFactory" @@ -111,7 +111,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Factory to import Outlook Express 4 mails into Evolution"/> + _value="Factory to import Outlook Express 4 mails into Evolution"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Outlook_Importer" @@ -125,7 +125,7 @@ <oaf_attribute name="evolution:menu-name" type="string" value="Outlook Express 4 (.mbx)"/> <oaf_attribute name="description" type="string" - value="Imports Outlook Express 4 files into Evolution"/> + _value="Imports Outlook Express 4 files into Evolution"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Mbox_ImporterFactory" @@ -137,7 +137,7 @@ </oaf_attribute> <oaf_attribute name="description" type="string" - value="Factory to import mbox into Evolution"/> + _value="Factory to import mbox into Evolution"/> </oaf_server> <oaf_server iid="OAFIID:GNOME_Evolution_Mail_Mbox_Importer" @@ -151,7 +151,7 @@ <oaf_attribute name="evolution:menu-name" type="string" value="MBox (mbox)"/> <oaf_attribute name="description" type="string" - value="Imports mbox files into Evolution"/> + _value="Imports mbox files into Evolution"/> </oaf_server> </oaf_info> diff --git a/mail/Makefile.am b/mail/Makefile.am index 15335f2aed..c2ffbfe5e1 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -163,7 +163,11 @@ test_mail_LDADD = \ #test_thread_CFLAGS = -g $(THREADS_CFLAGS) oafdir = $(datadir)/oaf -oaf_DATA = GNOME_Evolution_Mail.oafinfo +oaf_in_files = GNOME_Evolution_Mail.oaf.in +oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) + +@XML_I18N_MERGE_OAF_RULE@ + gladedir = $(datadir)/evolution/glade glade_DATA = mail-config.glade local-config.glade @@ -174,7 +178,7 @@ $(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl -I `$(GNOME_CONFIG) --cflags idl` \ -I `$(GNOME_CONFIG) --datadir`/idl $(srcdir)/Mail.idl -EXTRA_DIST = Mail.idl $(glade_DATA) $(oaf_DATA) +EXTRA_DIST = Mail.idl $(glade_DATA) $(oaf_in_files) $(oaf_DATA) if ENABLE_PURIFY PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |