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 /mail/GNOME_Evolution_Mail.oaf.in | |
parent | b21468fd59fd85905c159c31f3671406767688db (diff) | |
download | gsoc2013-evolution-74194fa6a3c50edc4f1c691b5a446db2b8b41457.tar.gz 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
Diffstat (limited to 'mail/GNOME_Evolution_Mail.oaf.in')
-rw-r--r-- | mail/GNOME_Evolution_Mail.oaf.in | 24 |
1 files changed, 12 insertions, 12 deletions
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> |