From d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 25 Aug 2009 14:37:57 +0100 Subject: 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"?). --- libempathy/empathy-utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-utils.c') 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 } -- cgit v1.2.3