comparison pidgin/gtkdialogs.c @ 29693:7925bb7f2aa7

propagate from branch 'im.pidgin.pidgin' (head 92e101e3698042e7600729bc09dec9e28f81de8f) to branch 'im.pidgin.cpw.attention_ui' (head 563c35d20efcc234a74567ebb88c059d10ce1e09)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 24 Aug 2009 19:23:56 +0000
parents c921fe62cf59
children 36b5b0872f10
comparison
equal deleted inserted replaced
29692:fb99a0067812 29693:7925bb7f2aa7
168 {N_("Canadian English"), "en_CA", "Adam Weinberger", "adamw@gnome.org"}, 168 {N_("Canadian English"), "en_CA", "Adam Weinberger", "adamw@gnome.org"},
169 {N_("British English"), "en_GB", "Luke Ross", "lukeross@sys3175.co.uk"}, 169 {N_("British English"), "en_GB", "Luke Ross", "lukeross@sys3175.co.uk"},
170 {N_("Esperanto"), "eo", "Stéphane Fillod", "fillods@users.sourceforge.net"}, 170 {N_("Esperanto"), "eo", "Stéphane Fillod", "fillods@users.sourceforge.net"},
171 {N_("Spanish"), "es", "Javier Fernández-Sanguino Peña", "jfs@debian.org"}, 171 {N_("Spanish"), "es", "Javier Fernández-Sanguino Peña", "jfs@debian.org"},
172 {N_("Estonian"), "et", "Ivar Smolin", "okul@linux.ee"}, 172 {N_("Estonian"), "et", "Ivar Smolin", "okul@linux.ee"},
173 {N_("Euskera(Basque)"), "eu", "Mikel Pascual Aldabaldetreku", "mikel.paskual@gmail.com"}, 173 {N_("Basque"), "eu", "Mikel Pascual Aldabaldetreku", "mikel.paskual@gmail.com"},
174 {N_("Euskera(Basque)"), "eu", "Iñaki Larrañaga Murgoitio", "dooteo@zundan.com"},
175 {N_("Euskera(Basque)"), "eu", "Hizkuntza Politikarako Sailburuordetza", "hizkpol@ej-gv.es"},
176 {N_("Persian"), "fa", "Elnaz Sarbar", "elnaz@farsiweb.info"}, 174 {N_("Persian"), "fa", "Elnaz Sarbar", "elnaz@farsiweb.info"},
177 {N_("Persian"), "fa", "Meelad Zakaria", "meelad@farsiweb.info"}, 175 {N_("Persian"), "fa", "Meelad Zakaria", "meelad@farsiweb.info"},
178 {N_("Persian"), "fa", "Roozbeh Pournader ", "roozbeh@farsiweb.info"}, 176 {N_("Persian"), "fa", "Roozbeh Pournader ", "roozbeh@farsiweb.info"},
179 {N_("Finnish"), "fi", "Timo Jyrinki", "timo.jyrinki@iki.fi"}, 177 {N_("Finnish"), "fi", "Timo Jyrinki", "timo.jyrinki@iki.fi"},
180 {N_("French"), "fr", "Éric Boumaour", "zongo_fr@users.sourceforge.net"}, 178 {N_("French"), "fr", "Éric Boumaour", "zongo_fr@users.sourceforge.net"},
255 {N_("German"), "de", "Daniel Seifert, Karsten Weiss", NULL}, 253 {N_("German"), "de", "Daniel Seifert, Karsten Weiss", NULL},
256 {N_("Spanish"), "es", "JM Pérez Cáncer", NULL}, 254 {N_("Spanish"), "es", "JM Pérez Cáncer", NULL},
257 {N_("Spanish"), "es", "Nicolás Lichtmaier", NULL}, 255 {N_("Spanish"), "es", "Nicolás Lichtmaier", NULL},
258 {N_("Spanish"), "es", "Amaya Rodrigo", NULL}, 256 {N_("Spanish"), "es", "Amaya Rodrigo", NULL},
259 {N_("Spanish"), "es", "Alejandro G Villar", NULL}, 257 {N_("Spanish"), "es", "Alejandro G Villar", NULL},
258 {N_("Basque"), "eu", "Iñaki Larrañaga Murgoitio", "dooteo@zundan.com"},
259 {N_("Basque"), "eu", "Hizkuntza Politikarako Sailburuordetza", "hizkpol@ej-gv.es"},
260 {N_("Finnish"), "fi", "Arto Alakulju", NULL}, 260 {N_("Finnish"), "fi", "Arto Alakulju", NULL},
261 {N_("Finnish"), "fi", "Tero Kuusela", NULL}, 261 {N_("Finnish"), "fi", "Tero Kuusela", NULL},
262 {N_("French"), "fr", "Sébastien François", NULL}, 262 {N_("French"), "fr", "Sébastien François", NULL},
263 {N_("French"), "fr", "Stéphane Pontier", NULL}, 263 {N_("French"), "fr", "Stéphane Pontier", NULL},
264 {N_("French"), "fr", "Stéphane Wirtel", NULL}, 264 {N_("French"), "fr", "Stéphane Wirtel", NULL},
470 g_string_append_printf(str, _("<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\"" 470 g_string_append_printf(str, _("<FONT SIZE=\"4\">FAQ:</FONT> <A HREF=\""
471 "http://developer.pidgin.im/wiki/FAQ\">" 471 "http://developer.pidgin.im/wiki/FAQ\">"
472 "http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>")); 472 "http://developer.pidgin.im/wiki/FAQ</A><BR/><BR/>"));
473 g_string_append_printf(str, _("<FONT SIZE=\"4\">Help via e-mail:</FONT>" 473 g_string_append_printf(str, _("<FONT SIZE=\"4\">Help via e-mail:</FONT>"
474 " <A HREF=\"mailto:support@pidgin.im\">support@pidgin.im</A>" 474 " <A HREF=\"mailto:support@pidgin.im\">support@pidgin.im</A>"
475 "<BR/><BR/>")); 475 " (This is a"
476 " <A HREF=\"http://pidgin.im/cgi-bin/mailman/listinfo/support\">"
477 "mailing list</A>, and messages sent here are"
478 " <A HREF=\"http://pidgin.im/pipermail/support/\">publicly"
479 " archived!</A> Furthermore, we do <I><B>not</B></I> support"
480 " MXit, Facebook, Skype, or any other third-party plugins on"
481 " this list.)<BR/><BR/>"));
476 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC Channel:</FONT> " 482 g_string_append_printf(str, _("<FONT SIZE=\"4\">IRC Channel:</FONT> "
477 "#pidgin on irc.freenode.net<BR><BR>")); 483 "#pidgin on irc.freenode.net<BR><BR>"));
478 g_string_append_printf(str, _("<FONT SIZE=\"4\">XMPP MUC:</FONT> " 484 g_string_append_printf(str, _("<FONT SIZE=\"4\">XMPP MUC:</FONT> "
479 "devel@conference.pidgin.im<BR><BR>")); 485 "devel@conference.pidgin.im<BR><BR>"));
480 486