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/exchange-operations | |
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/exchange-operations')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-operations.eplug.in | 8 |
2 files changed, 8 insertions, 4 deletions
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> |