diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-08-25 21:37:57 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-08-25 22:06:14 +0800 |
commit | d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed (patch) | |
tree | 0552cf2d744101b14311c8992b322439ffcc0025 /libempathy | |
parent | 8f8d69de56449b6259d6567652dea8e9ac7930a8 (diff) | |
download | gsoc2013-empathy-d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed.tar gsoc2013-empathy-d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed.tar.gz gsoc2013-empathy-d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed.tar.bz2 gsoc2013-empathy-d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed.tar.lz gsoc2013-empathy-d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed.tar.xz gsoc2013-empathy-d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed.tar.zst gsoc2013-empathy-d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed.zip |
Add human-readable names for Yahoo! Japan and Facebook Chat
These are both marked for translation. Obviously the first should be
localized in its target market, and the latter probably wants
translating too (perhaps "Clavardage de Facebook"?).
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 1b49e5a80..92d12cb63 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -381,6 +381,8 @@ empathy_protocol_name_to_display_name (const gchar *proto_name) { "icq", "ICQ", FALSE }, { "aim", "AIM", FALSE }, { "yahoo", "Yahoo!", FALSE }, + { "yahoojp", N_("Yahoo! Japan"), TRUE }, + { "facebook", N_("Facebook Chat"), TRUE }, { "groupwise", "GroupWise", FALSE }, { "sip", "SIP", FALSE }, { NULL, NULL } |