2005-01-16 22:53:36 +00:00
|
|
|
/* $Id$ */
|
1999-05-15 07:23:34 +00:00
|
|
|
|
2004-10-16 22:30:19 +00:00
|
|
|
#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>
|
1999-05-15 07:23:34 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* String table
|
|
|
|
*
|
|
|
|
* Order is the same as in the status report published weekly in
|
2005-01-16 22:53:36 +00:00
|
|
|
* the "ros-kernel" mailing list by Rex Jolliff. (obsolete)
|
1999-05-15 07:23:34 +00:00
|
|
|
*
|
2005-01-16 22:53:36 +00:00
|
|
|
* 20050116.EA: new coders are added scanning the ros-svn mailing
|
2003-06-02 12:30:05 +00:00
|
|
|
* list, in no particular order. Current order is kept for historical
|
|
|
|
* reason.
|
|
|
|
*
|
1999-05-15 07:23:34 +00:00
|
|
|
*/
|
|
|
|
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"
|
2003-10-11 21:06:18 +00:00
|
|
|
END
|
|
|
|
|
|
|
|
STRINGTABLE MOVEABLE
|
|
|
|
BEGIN
|
1999-05-15 07:23:34 +00:00
|
|
|
16, "David Welch"
|
2000-01-23 22:52:57 +00:00
|
|
|
17, "Emanuele Aliberti"
|
|
|
|
18, "Phillip Susi"
|
|
|
|
19, "Paolo Pantaleo"
|
|
|
|
20, "Hernan Ochoa"
|
2000-09-12 23:21:20 +00:00
|
|
|
21, "Casper Hornstrup"
|
2001-10-16 21:02:02 +00:00
|
|
|
22, "Hartmut Birr"
|
2002-03-09 16:04:50 +00:00
|
|
|
23, "Steven Edwards"
|
|
|
|
24, "KJK::Hyperion"
|
2002-07-07 19:47:04 +00:00
|
|
|
25, "Robert Dickenson"
|
2003-01-04 15:21:18 +00:00
|
|
|
26, "Eugene Ingerman"
|
|
|
|
27, "Guido de Jong"
|
|
|
|
28, "Jurgen van Gael"
|
|
|
|
29, "Marty Dill"
|
|
|
|
30, "Ge van Geldorp"
|
2003-10-11 21:06:18 +00:00
|
|
|
END
|
|
|
|
|
|
|
|
STRINGTABLE MOVEABLE
|
|
|
|
BEGIN
|
2003-06-02 12:30:05 +00:00
|
|
|
31, "Richard Campbell"
|
|
|
|
32, "Gunnar Andre' Dalsnes"
|
2003-06-07 09:43:16 +00:00
|
|
|
33, "Aleksey Bragin"
|
2003-07-20 06:51:29 +00:00
|
|
|
34, "Royce Mitchell III"
|
2003-10-11 21:06:18 +00:00
|
|
|
35, "Mark Tempel"
|
|
|
|
36, "Art Yerkes"
|
|
|
|
37, "Martin Fuchs"
|
|
|
|
38, "Vizzini"
|
|
|
|
39, "Filip Navara"
|
|
|
|
40, "Andrew Greenwood"
|
|
|
|
41, "Thomas Weidenmueller"
|
|
|
|
42, "Jonathan Wilson"
|
2005-01-16 22:53:36 +00:00
|
|
|
43, "Alex Ionescu"
|
2005-02-01 17:40:21 +00:00
|
|
|
44, "Jim Tabor"
|
1999-05-15 07:23:34 +00:00
|
|
|
END
|
|
|
|
|
|
|
|
/* EOF */
|