diff options
author | Funda Wang <fwang@src.gnome.org> | 2005-12-07 14:14:58 +0800 |
---|---|---|
committer | Funda Wang <fwang@src.gnome.org> | 2005-12-07 14:14:58 +0800 |
commit | b218e6c24ebe6311220cb8284f9e411532af8f11 (patch) | |
tree | 7f57b3de1eb877db9cbc4e1aa83520ee8caee527 /plugins | |
parent | 5db98a0b628cb996295bb6dcf3817268a36f9045 (diff) | |
download | gsoc2013-evolution-b218e6c24ebe6311220cb8284f9e411532af8f11.tar.gz gsoc2013-evolution-b218e6c24ebe6311220cb8284f9e411532af8f11.tar.zst gsoc2013-evolution-b218e6c24ebe6311220cb8284f9e411532af8f11.zip |
Mark various plugins translatable.
svn path=/trunk/; revision=30733
Diffstat (limited to 'plugins')
10 files changed, 32 insertions, 12 deletions
diff --git a/plugins/addressbook-file/ChangeLog b/plugins/addressbook-file/ChangeLog index 94c4386bae..24e67ace79 100644 --- a/plugins/addressbook-file/ChangeLog +++ b/plugins/addressbook-file/ChangeLog @@ -1,3 +1,7 @@ +2005-12-07 Funda Wang <fundawang@linux.net.cn> + + * org-gnome-addressbook-file.eplug.in: i18nlized. + 2005-08-23 Not Zed <NotZed@Ximian.com> * addressbook-file.c (e_book_file_dummy): fix relative_uri type, diff --git a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in index 6a77a0f1a3..13dd132bd5 100644 --- a/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in +++ b/plugins/addressbook-file/org-gnome-addressbook-file.eplug.in @@ -4,9 +4,9 @@ type="shlib" location="@PLUGINDIR@/liborg-gnome-addressbook-file@SOEXT@" id="org.gnome.evolution.addressbook.file" - name="Local Address Books"> + _name="Local Address Books"> <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/> - <description>Provides core functionallity for local address books.</description> + <_description>Provides core functionallity for local address books.</_description> <hook class="org.gnome.evolution.addressbook.config:1.0"> <group target="source" diff --git a/plugins/default-source/ChangeLog b/plugins/default-source/ChangeLog index 3baa73d146..414a84e609 100644 --- a/plugins/default-source/ChangeLog +++ b/plugins/default-source/ChangeLog @@ -1,3 +1,7 @@ +2005-12-07 Funda Wang <fundawang@linux.net.cn> + + * org-gnome-default-source.eplug.in: i18nlized. + 2005-08-23 Not Zed <NotZed@Ximian.com> * default-source.c: forward declare exported func. diff --git a/plugins/default-source/org-gnome-default-source.eplug.in b/plugins/default-source/org-gnome-default-source.eplug.in index 056684e242..acde978fe0 100644 --- a/plugins/default-source/org-gnome-default-source.eplug.in +++ b/plugins/default-source/org-gnome-default-source.eplug.in @@ -4,9 +4,9 @@ type="shlib" location="@PLUGINDIR@/liborg-gnome-default-source@SOEXT@" id="org.gnome.evolution.plugin.default-source" - name="Default Sources"> + _name="Default Sources"> <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/> - <description>Provides functionallity for marking a calendar or addressbook as the default one.</description> + <_description>Provides functionallity for marking a calendar or addressbook as the default one.</_description> <hook class="org.gnome.evolution.calendar.config:1.0"> <group target="source" diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 08af9b374d..ab3cc8f8b6 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,7 @@ +2005-12-07 Funda Wang <fundawang@linux.net.cn> + + * org-gnome-exchange-operations.eplug.in: i18nlized. + 2005-11-24 Sushma Rai <rsushma@novell.com> * exchange-account-setup.c (org_gnome_exchange_settings): Initialize diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in index 1ae16d376a..2c43856ca2 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in +++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.in @@ -5,11 +5,11 @@ id="org.gnome.evolution.plugin.exchange-operations" location="@PLUGINDIR@/liborg-gnome-exchange-operations@SOEXT@" load-on-startup="true" - name="Exchange Operations"> + _name="Exchange Operations"> <author name="Sushma Rai" email="rsushma@novell.com"/> <author name="Praveen Kumar" email="kpraveen@novell.com"/> <author name="Shakti Sen" email="shprasad@novell.com"/> - <description>A plugin that handles a collection of Exchange account specific operations and features.</description> + <_description>A plugin that handles a collection of Exchange account specific operations and features.</_description> <hook class="org.gnome.evolution.mail.config:1.0"> <group @@ -19,7 +19,7 @@ commit="org_gnome_exchange_commit"> <item type="page" path="40.oof" - label="Exchange Settings" + _label="Exchange Settings" factory="org_gnome_exchange_settings"/> <item type="item_table" path="10.receive/10.config/20.owa" @@ -209,7 +209,7 @@ <item type="page" path="10.size" - label="Size" + _label="Size" factory="org_gnome_exchange_show_folder_size_factory"/> </group> </hook> diff --git a/plugins/hula-account-setup/ChangeLog b/plugins/hula-account-setup/ChangeLog index 367a45fc30..4c3d1740bc 100644 --- a/plugins/hula-account-setup/ChangeLog +++ b/plugins/hula-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-12-07 Funda Wang <fundawang@linux.net.cn> + + * org-gnome-evolution-hula-account-setup.eplug.xml: i18nlized. + 2005-11-14 Harish Krishnaswamy <kharish@novell.com> * Makefile.am, camel-hula-listener.[ch], hula-account-setup.c, diff --git a/plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml b/plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml index 658a361f30..9a0c92e891 100644 --- a/plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml +++ b/plugins/hula-account-setup/org-gnome-evolution-hula-account-setup.eplug.xml @@ -3,7 +3,7 @@ <e-plugin id="org.gnome.evolution.plugin.hula-account-setup" type="shlib" _name="Hula Account Setup" location="@PLUGINDIR@/liborg-gnome-evolution-hula-account-setup@SOEXT@" load-on-startup="true"> <author name="Harish Krishnaswamy" email="kharish@novell.com"/> - <description>A plugin to setup hula calendar sources.</description> + <_description>A plugin to setup hula calendar sources.</_description> <hook class="org.gnome.evolution.mail.config:1.0"> <group target="account" id="org.gnome.evolution.mail.config.accountDruid"> diff --git a/plugins/mark-all-read/ChangeLog b/plugins/mark-all-read/ChangeLog index fb619c5dce..bcadeb2ce1 100644 --- a/plugins/mark-all-read/ChangeLog +++ b/plugins/mark-all-read/ChangeLog @@ -1,3 +1,7 @@ +2005-12-07 Funda Wang <fundawang@linux.net.cn> + + * org-gnome-mark-all-read.eplug.in: i18nlized. + 2005-06-27 Tor Lillqvist <tml@novell.com> * Makefile.am: Use NO_UNDEFINED. Link with more libraries. diff --git a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in index b2cddae7bf..ab3f12af3e 100644 --- a/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in +++ b/plugins/mark-all-read/org-gnome-mark-all-read.eplug.in @@ -1,13 +1,13 @@ <?xml version="1.0"?> <e-plugin-list> <e-plugin id="org.gnome.mail.folder.mark_all_read" - type="shlib" domain="evolution" name="Mark All Read" + type="shlib" domain="evolution" _name="Mark All Read" location="@PLUGINDIR@/liborg-gnome-mark-all-read@SOEXT@"> - <description>Used for marking all the messages under a folder as read</description> + <_description>Used for marking all the messages under a folder as read</_description> <author name="Chenthill Palanisamy" email="pchenthill@novell.com"/> <hook class="org.gnome.evolution.mail.popup:1.0"> <menu id="org.gnome.evolution.mail.foldertree.popup" target="folder"> - <item type="item" path="10.emc.01" label="Mark me_ssages as read" + <item type="item" path="10.emc.01" _label="Mark me_ssages as read" activate="org_gnome_mark_all_read" enable="folder" visible="folder"/> </menu> </hook> |