pidgin/gtkdialogs.c

changeset 16961
b6955f946f8f
parent 16799
349ba03a78dc
child 16977
c9cb49bea66d
equal deleted inserted replaced
16957:b74ce411bea8 16961:b6955f946f8f
110 {"Jim Duchek", N_("maintainer"), "jim@linuxpimps.com"}, 110 {"Jim Duchek", N_("maintainer"), "jim@linuxpimps.com"},
111 {"Rob Flynn", N_("maintainer"), NULL}, 111 {"Rob Flynn", N_("maintainer"), NULL},
112 {"Adam Fritzler", N_("libfaim maintainer"), NULL}, 112 {"Adam Fritzler", N_("libfaim maintainer"), NULL},
113 /* If "lazy bum" translates literally into a serious insult, use something else or omit it. */ 113 /* If "lazy bum" translates literally into a serious insult, use something else or omit it. */
114 {"Syd Logan", N_("hacker and designated driver [lazy bum]"), NULL}, 114 {"Syd Logan", N_("hacker and designated driver [lazy bum]"), NULL},
115 {"Jim Seymour", N_("Jabber developer"), NULL}, 115 {"Jim Seymour", N_("XMPP developer"), NULL},
116 {"Mark Spencer", N_("original author"), "markster@marko.net"}, 116 {"Mark Spencer", N_("original author"), "markster@marko.net"},
117 {"Eric Warmenhoven", N_("lead developer"), "warmenhoven@yahoo.com"}, 117 {"Eric Warmenhoven", N_("lead developer"), "warmenhoven@yahoo.com"},
118 {NULL, NULL, NULL} 118 {NULL, NULL, NULL}
119 }; 119 };
120 120
359 359
360 str = g_string_sized_new(4096); 360 str = g_string_sized_new(4096);
361 361
362 g_string_append_printf(str, 362 g_string_append_printf(str,
363 _("%s is a modular messaging client capable of using " 363 _("%s is a modular messaging client capable of using "
364 "AIM, MSN, Yahoo!, Jabber, ICQ, IRC, SILC, SIP/SIMPLE, " 364 "AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, "
365 "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, " 365 "Novell GroupWise, Lotus Sametime, Bonjour, Zephyr, "
366 "Gadu-Gadu, and QQ all at once. " 366 "Gadu-Gadu, and QQ all at once. "
367 "It is written using GTK+.<BR><BR>" 367 "It is written using GTK+.<BR><BR>"
368 "You may modify and redistribute the program under " 368 "You may modify and redistribute the program under "
369 "the terms of the GPL (version 2 or later). A copy of the GPL is " 369 "the terms of the GPL (version 2 or later). A copy of the GPL is "

mercurial