'smart qotes' now will replace '<', '>' and '&' inside 'pre' and 'code' tags
[k8lowj.git] / src / thanks.h
blobd691b31c13ded80d0eddc8c8c88666b5c9252512
1 /* autogenerated by thanks.pl. */
2 typedef struct {
3 char *name;
4 char *username;
5 char *email;
6 char *contribution;
7 } Contributor;
9 Contributor contribs[] = {
10 /* this translation is not crucial */
11 { "Aleksander Adamowski", "", "aleksander.adamowski@gmail.com", N_("patches") },
12 /* this translation is not crucial */
13 { "Satoru SATOH", "", "ss@gnome.gr.jp", N_("Japanese translation") },
14 /* this translation is not crucial */
15 { "Grigory Bakunov", "", "black@asplinux.ru", N_("Russian translation") },
16 /* this translation is not crucial */
17 { "Frank Hofmann", "", "frankhofmann@gmx.ch", N_("German translation") },
18 /* this translation is not crucial */
19 { "George Mason", "", "georgemason@mindspring.com", N_("accelerator saving") },
20 /* this translation is not crucial */
21 { "Dave Spadea", "", "dave@spadea.net", N_("lj-cut patch") },
22 /* this translation is not crucial */
23 { "Dmitry Dyomin", "old_one", "old@old.com.ua", N_("Ukrainian translation") },
24 /* this translation is not crucial */
25 { "Ricardo Mones Lastra", "mones", "ricardo.mones@hispalinux.es", N_("Spanish translation") },
26 /* this translation is not crucial */
27 { "Jon Nall", "", "nall@gentoo.org", N_("Gentoo packaging") },
28 /* this translation is not crucial */
29 { "Mikhail Chekanov", "", "mihun@bitex.com", N_("Russian translation") },
30 /* this translation is not crucial */
31 { "Asaf Bartov", "ijon", "ijon@forum2.org", N_("win32 multithread support") },
32 /* this translation is not crucial */
33 { "Gaal Yahas", "gaal", "gaal@forum2.org", N_("checkfriends, poll creator, i18n") },
34 /* this translation is not crucial */
35 { "Sergei Barbarash", "sgt", "sgt@fep.ru", N_("support for cyrillic translation") },
36 /* this translation is not crucial */
37 { "Michael Bravo", "", "mbravo@tag-ltd.spb.ru", N_("locale fixes") },
38 /* this translation is not crucial */
39 { "Ari Pollak", "", "ari@debian.org", N_("Debian package, undo") },
40 /* this translation is not crucial */
41 { "Steve Bernacki, Jr.", "", "steve@copacetic.net", N_("typo in configure.in") },
42 /* this translation is not crucial */
43 { "Artem Baguinski", "", "artm@v2.nl", N_("locale setting") },
44 /* this translation is not crucial */
45 { "nulld", "", "nulld@encryptedemail.net", N_("OpenBSD box to test on") },
46 /* this translation is not crucial */
47 { "Decklin Foster", "decklin", "decklin@red-bean.com", N_("window geometry save/restore") },
48 /* this translation is not crucial */
49 { "Matthew Vernon", "", "matthew@pick.ucam.org", N_("simple login proxy patch") },
50 /* this translation is not crucial */
51 { "Bill Crawford", "", "bill@eb0ne.net", N_("variety of patches") },
52 /* this translation is not crucial */
53 { "Gabriel Martinez", "diamondc", "gabrielfm@yahoo.com", N_("Solaris box to test on") },
54 /* this translation is not crucial */
55 { "Tom Callaway", "spot", "spot@redhat.com", N_("Advanced RPM packaging") },
56 /* this translation is not crucial */
57 { "Alexander Gräfe", "", "nachtfalke@retrogra.de", N_("Initial RPM packaging") },
58 /* this translation is not crucial */
59 { "Christian Surchi", "christian", "csurchi@debian.org", N_("Debian maintainer") },
60 /* this translation is not crucial */
61 { "Joe Wreschnig", "piman", "piman@sacredchao.net", N_("Debian package help") },
62 /* this translation is not crucial */
63 { "Ryan Younce", "", "ryan@manunkind.org", N_("FreeBSD packaging") },
64 /* this translation is not crucial */
65 { "Raja Mukerji", "", "mukerji@pobox.com", N_("a multitude of patches") },
66 /* this translation is not crucial */
67 { "Adam Bidema", "", "hijinx@klone.nwraves.net", N_("initial file save patch") },
68 /* this translation is not crucial */
69 { "Matt Roper", "", "mdroper@ucdavis.edu", N_("parallel make tips") },
70 /* this translation is not crucial */
71 { "Brad Fitzpatrick", "", "brad@danga.com", N_("much of the original client") },
74 #define CONTRIBCOUNT 31