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/mark-all-read | |
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/mark-all-read')
-rw-r--r-- | plugins/mark-all-read/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mark-all-read/org-gnome-mark-all-read.eplug.in | 6 |
2 files changed, 7 insertions, 3 deletions
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> |