pidgin/gtkdialogs.c

changeset 22014
afdb75f9a609
parent 21764
773b66076151
child 22018
6e6d55c1bb7b
equal deleted inserted replaced
22013:1ff155dcd277 22014:afdb75f9a609
87 {"Tim 'marv' Ringenbach", N_("developer"), NULL}, 87 {"Tim 'marv' Ringenbach", N_("developer"), NULL},
88 {"Luke 'LSchiere' Schierer", N_("support"), "lschiere@users.sf.net"}, 88 {"Luke 'LSchiere' Schierer", N_("support"), "lschiere@users.sf.net"},
89 {"Megan 'Cae' Schneider", N_("support/QA"), NULL}, 89 {"Megan 'Cae' Schneider", N_("support/QA"), NULL},
90 {"Evan Schoenberg", N_("developer"), NULL}, 90 {"Evan Schoenberg", N_("developer"), NULL},
91 {"Kevin 'SimGuy' Stange", N_("developer & webmaster"), NULL}, 91 {"Kevin 'SimGuy' Stange", N_("developer & webmaster"), NULL},
92 {"Will 'resiak' Thompson", NULL, NULL},
92 {"Stu 'nosnilmot' Tomlinson", N_("developer"), NULL}, 93 {"Stu 'nosnilmot' Tomlinson", N_("developer"), NULL},
93 {"Nathan 'faceprint' Walp", N_("developer"), NULL}, 94 {"Nathan 'faceprint' Walp", N_("developer"), NULL},
94 {NULL, NULL, NULL} 95 {NULL, NULL, NULL}
95 }; 96 };
96 97
97 /* Order: Alphabetical by Last Name */ 98 /* Order: Alphabetical by Last Name */
98 static const struct developer patch_writers[] = { 99 static const struct developer patch_writers[] = {
99 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL}, 100 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
100 {"Peter 'Fmoo' Ruibal", NULL, NULL}, 101 {"Peter 'Fmoo' Ruibal", NULL, NULL},
101 {"Gabriel 'Nix' Schulhof", NULL, NULL}, 102 {"Gabriel 'Nix' Schulhof", NULL, NULL},
102 {"Will 'resiak' Thompson", NULL, NULL}, 103 {"Elliott Sales de Andrade", NULL, NULL},
103 {NULL, NULL, NULL} 104 {NULL, NULL, NULL}
104 }; 105 };
105 106
106 /* Order: Alphabetical by Last Name */ 107 /* Order: Alphabetical by Last Name */
107 static const struct developer retired_developers[] = { 108 static const struct developer retired_developers[] = {

mercurial