[empathy] Add human-readable names for Yahoo! Japan and Facebook Chat



commit d3ab5e2272f7fa5f20657c386cdc1cc80880e1ed
Author: Will Thompson <will thompson collabora co uk>
Date:   Tue Aug 25 14:37:57 2009 +0100

    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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 1b49e5a..92d12cb 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 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]