pidgin/gtkdialogs.c

branch
soc.2013.gobjectification.plugins
changeset 36838
9dd39a792240
parent 36806
c55849ed482d
parent 34978
08260d94d8dd
child 36861
799cc4a31a49
equal deleted inserted replaced
36837:d87dfa15aeb7 36838:9dd39a792240
77 77
78 /* Order: Alphabetical by Last Name */ 78 /* Order: Alphabetical by Last Name */
79 static const struct developer developers[] = { 79 static const struct developer developers[] = {
80 {"Daniel 'datallah' Atallah", NULL, NULL}, 80 {"Daniel 'datallah' Atallah", NULL, NULL},
81 {"Paul 'darkrain42' Aurich", NULL, NULL}, 81 {"Paul 'darkrain42' Aurich", NULL, NULL},
82 {"John 'rekkanoryo' Bailey", NULL, NULL},
83 {"Ethan 'Paco-Paco' Blanton", NULL, NULL}, 82 {"Ethan 'Paco-Paco' Blanton", NULL, NULL},
84 {"Hylke Bons", N_("artist"), "hylkebons@gmail.com"}, 83 {"Hylke Bons", N_("artist"), "hylkebons@gmail.com"},
85 {"Sadrul Habib Chowdhury", NULL, NULL}, 84 {"Sadrul Habib Chowdhury", NULL, NULL},
86 {"Mark 'KingAnt' Doliner", NULL, "mark@kingant.net"}, 85 {"Mark 'KingAnt' Doliner", NULL, "mark@kingant.net"},
87 {"Gary 'grim' Kramlich", NULL, "grim@pidgin.im"}, 86 {"Gary 'grim' Kramlich", NULL, "grim@pidgin.im"},
110 {NULL, NULL, NULL} 109 {NULL, NULL, NULL}
111 }; 110 };
112 111
113 /* Order: Alphabetical by Last Name */ 112 /* Order: Alphabetical by Last Name */
114 static const struct developer retired_developers[] = { 113 static const struct developer retired_developers[] = {
114 {"John 'rekkanoryo' Bailey", NULL, NULL},
115 {"Herman Bloggs", N_("win32 port"), "herman@bluedigits.com"}, 115 {"Herman Bloggs", N_("win32 port"), "herman@bluedigits.com"},
116 {"Thomas Butter", NULL, NULL}, 116 {"Thomas Butter", NULL, NULL},
117 /* feel free to not translate this */ 117 /* Translators: This is a person's name. For most languages we recommend
118 not translating it. */
118 {N_("Ka-Hing Cheung"), NULL, NULL}, 119 {N_("Ka-Hing Cheung"), NULL, NULL},
119 {"Jim Duchek", N_("maintainer"), "jim@linuxpimps.com"}, 120 {"Jim Duchek", N_("maintainer"), "jim@linuxpimps.com"},
120 {"Sean Egan", NULL, "sean.egan@gmail.com"}, 121 {"Sean Egan", NULL, "sean.egan@gmail.com"},
121 {"Rob Flynn", N_("maintainer"), NULL}, 122 {"Rob Flynn", N_("maintainer"), NULL},
122 {"Adam Fritzler", N_("libfaim maintainer"), NULL}, 123 {"Adam Fritzler", N_("libfaim maintainer"), NULL},

mercurial