comparison pidgin/gtkdialogs.c @ 26195:9fcff08ce726

propagate from branch 'im.pidgin.pidgin' (head e39dfbe6c3a61b035fc764dfaad7b49c84666d14) to branch 'im.pidgin.pidgin.vv' (head 22553645a6b7273105d6333de2a0cec0f32b8478)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Thu, 19 Feb 2009 11:29:08 +0000
parents af42303654a5 e97fc1577a0f
children ff4212a5268f
comparison
equal deleted inserted replaced
26194:1fa62c559a78 26195:9fcff08ce726
455 "%s is copyrighted by its contributors. See the 'COPYRIGHT' " 455 "%s is copyrighted by its contributors. See the 'COPYRIGHT' "
456 "file for the complete list of contributors. We provide no " 456 "file for the complete list of contributors. We provide no "
457 "warranty for this program.<BR><BR>"), PIDGIN_NAME, PIDGIN_NAME, PIDGIN_NAME); 457 "warranty for this program.<BR><BR>"), PIDGIN_NAME, PIDGIN_NAME, PIDGIN_NAME);
458 458
459 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\"" 459 g_string_append(str, "<FONT SIZE=\"4\">URL:</FONT> <A HREF=\""
460 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>"); 460 PURPLE_WEBSITE "\">" PURPLE_WEBSITE "</A><BR/><BR/>");
461 g_string_append(str, "<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\"" 461 g_string_append_printf(str, _("<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\""
462 "http://developer.pidgin.im/wiki/FAQ\">" 462 "http://developer.pidgin.im/wiki/FAQ\">"
463 "http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>"); 463 "http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>"));
464 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC:</FONT> " 464 g_string_append_printf(str, _("<FONT SIZE=\"4\">Help via e-mail:</FONT>"
465 "#pidgin on irc.freenode.net<BR><BR>")); 465 " <A HREF=\"mailto:support@pidgin.im\">support@pidgin.im</A>"
466 "<BR/><BR/>"));
467 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC Channel:</FONT> "
468 "#pidgin on irc.freenode.net<BR><BR>"));
469 g_string_append_printf(str, _("<FONT SIZE=\"4\">XMPP MUC:</FONT> "
470 "devel@conference.pidgin.im<BR><BR>"));
466 471
467 /* Current Developers */ 472 /* Current Developers */
468 g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>", 473 g_string_append_printf(str, "<FONT SIZE=\"4\">%s:</FONT><BR/>",
469 _("Current Developers")); 474 _("Current Developers"));
470 add_developers(str, developers); 475 add_developers(str, developers);