]> git.0d.be Git - empathy.git/commitdiff
Add human-readable names for Yahoo! Japan and Facebook Chat
authorWill Thompson <will.thompson@collabora.co.uk>
Tue, 25 Aug 2009 13:37:57 +0000 (14:37 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 25 Aug 2009 14:06:14 +0000 (15:06 +0100)
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

index 1b49e5a808b638b3d91f18505fdc0c38ce930273..92d12cb63f0c18f7041d273f7d4bcd499f7b9626 100644 (file)
@@ -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 }