commit bc898db2b685e551e5f26da446e8d6a0504dcfd9 Author: Bastien Nocera Date: Tue May 5 10:49:48 2009 +0100 Release 1.1.5 NEWS | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) commit 5018a6a11f9b4d0eca42869d9f0d22ee19e0e335 Author: David Planella Date: Sat May 2 16:56:37 2009 +0200 Updated Catalan translation by David Planella po/ca.po | 206 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 124 insertions(+), 82 deletions(-) commit dc9851816ca9ae9c003714537fd940ff3d856667 Author: Sweta Kothari Date: Wed Apr 29 15:08:34 2009 +0530 Committed gu.po file and Added LINGUAS po/LINGUAS | 1 + po/gu.po | 314 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 315 insertions(+), 0 deletions(-) commit 7981dd7263682446d6dfe2ff4f4aea31b09fd099 Author: Bastien Nocera Date: Mon Apr 27 14:08:50 2009 +0100 Remove mention of Evolution in the mail plugin name As the plugin now supports Sylpheed, Thunderbird and Balsa as well as Evolution. See https://bugzilla.redhat.com/show_bug.cgi?id=497775 for the confusion po/ar.po | 4 ++-- po/ast.po | 4 ++-- po/be.po | 4 ++-- po/be@latin.po | 4 ++-- po/bg.po | 4 ++-- po/ca.po | 4 ++-- po/cs.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/dz.po | 4 ++-- po/el.po | 4 ++-- po/en_CA.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hu.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/ka.po | 4 ++-- po/ko.po | 4 ++-- po/lt.po | 4 ++-- po/mk.po | 4 ++-- po/mr.po | 4 ++-- po/nb.po | 4 ++-- po/ne.po | 4 ++-- po/nl.po | 4 ++-- po/oc.po | 4 ++-- po/or.po | 4 ++-- po/pa.po | 4 ++-- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/rw.po | 2 +- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sv.po | 4 ++-- po/th.po | 4 ++-- po/uk.po | 4 ++-- po/vi.po | 6 +++--- po/zh_CN.po | 4 ++-- po/zh_TW.po | 4 ++-- src/plugins/evolution/evolution.c | 2 +- 50 files changed, 99 insertions(+), 99 deletions(-) commit 7ffcea7a84006a26507461420862d1169c404185 Author: Bastien Nocera Date: Sun Apr 26 12:43:32 2009 +0100 Remove calls to textdomain() in the plugins It's unnecessary. Spotted by Christian Persch src/plugins/bluetooth/bluetooth.c | 3 +-- src/plugins/empathy/empathy.c | 1 - src/plugins/evolution/evolution.c | 1 - src/plugins/gajim/gajim.c | 1 - src/plugins/nautilus-burn/nautilus-burn.c | 1 - src/plugins/pidgin/pidgin.c | 1 - src/plugins/removable-devices/removable-devices.c | 1 - src/plugins/upnp/upnp.c | 1 - 8 files changed, 1 insertions(+), 9 deletions(-) commit 0c2d16f7b1c158a6464c1084153c62525265c05b Author: Bastien Nocera Date: Sun Apr 26 12:16:00 2009 +0100 Bug 579929 – Plugins strings are not displayed translated Call the necessary gettext functions in all the plugins, and translate the combo box labels. (Closes: #579929) src/nautilus-sendto-command.c | 2 +- src/plugins/bluetooth/bluetooth.c | 4 ++++ src/plugins/empathy/empathy.c | 4 ++++ src/plugins/evolution/evolution.c | 4 ++-- src/plugins/gajim/gajim.c | 6 ++++-- src/plugins/nautilus-burn/nautilus-burn.c | 4 ++++ src/plugins/pidgin/pidgin.c | 4 ++++ src/plugins/removable-devices/removable-devices.c | 6 ++++++ src/plugins/upnp/upnp.c | 4 ++++ 9 files changed, 33 insertions(+), 5 deletions(-)