mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
0bb5b736d8
svn path=/trunk/; revision=21229
89 lines
1.8 KiB
Text
89 lines
1.8 KiB
Text
/* $Id$ */
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Coders Console Parade\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "notevil\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "notevil.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
/*
|
|
* String table
|
|
*
|
|
* Order is the same as in the status report published weekly in
|
|
* the "ros-kernel" mailing list by Rex Jolliff. (obsolete)
|
|
*
|
|
* 20050116.EA: new coders are added scanning the ros-svn mailing
|
|
* list, in no particular order. Current order is kept for historical
|
|
* reason.
|
|
*
|
|
* 2006-03-05, frik85: add new coders (in no particular order)
|
|
*
|
|
*/
|
|
|
|
STRINGTABLE MOVEABLE
|
|
BEGIN
|
|
1, "Boudewijn Dekker (Ariadne)"
|
|
2, "Robert Bergkvist (FragDance Galore)"
|
|
3, "Arindam Das"
|
|
4, "Boudewijn Dekker"
|
|
5, "Jason Eager"
|
|
6, "Jason Filby"
|
|
7, "Rex Jolliff"
|
|
8, "Eric Kohl"
|
|
9, "Hans Kremer"
|
|
10, "Frederik Leemans"
|
|
11, "Jean Michault"
|
|
12, "Jim Noeth"
|
|
13, "Brian Palmer"
|
|
14, "Matt Pyne"
|
|
15, "Jason Weiler"
|
|
END
|
|
|
|
STRINGTABLE MOVEABLE
|
|
BEGIN
|
|
16, "David Welch"
|
|
17, "Emanuele Aliberti"
|
|
18, "Phillip Susi"
|
|
19, "Paolo Pantaleo"
|
|
20, "Hernan Ochoa"
|
|
21, "Casper Hornstrup"
|
|
22, "Steven Edwards"
|
|
23, "KJK::Hyperion"
|
|
24, "Robert Dickenson"
|
|
25, "Eugene Ingerman"
|
|
26, "Guido de Jong"
|
|
27, "Jurgen van Gael"
|
|
28, "Marty Dill"
|
|
29, "Ge van Geldorp"
|
|
30, "Richard Campbell"
|
|
END
|
|
|
|
STRINGTABLE MOVEABLE
|
|
BEGIN
|
|
31, "Gunnar Andre' Dalsnes"
|
|
32, "Aleksey Bragin"
|
|
33, "Royce Mitchell III"
|
|
34, "Mark Tempel"
|
|
35, "Art Yerkes"
|
|
36, "Martin Fuchs"
|
|
37, "Vizzini"
|
|
38, "Filip Navara"
|
|
39, "Andrew Greenwood"
|
|
40, "Thomas Weidenmueller"
|
|
41, "Jonathan Wilson"
|
|
42, "Alex Ionescu"
|
|
43, "Jim Tabor"
|
|
44, "Magnus Olsen"
|
|
45, "Herve Poussineau"
|
|
END
|
|
|
|
STRINGTABLE MOVEABLE
|
|
BEGIN
|
|
46, "Christoph von Wittich"
|
|
47, "Brandon Turner"
|
|
48, "Ged Murphy"
|
|
49, "Klemens R. Friedl"
|
|
50, "Maarten Bosma"
|
|
51, "Saveliy Tretiakov"
|
|
END
|
|
|
|
/* EOF */
|