1 //Copyright Paul Reiche, Fred Ford. 1992-2002
2 
3 /*
4  *  This program is free software; you can redistribute it and/or modify
5  *  it under the terms of the GNU General Public License as published by
6  *  the Free Software Foundation; either version 2 of the License, or
7  *  (at your option) any later version.
8  *
9  *  This program is distributed in the hope that it will be useful,
10  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  *  GNU General Public License for more details.
13  *
14  *  You should have received a copy of the GNU General Public License
15  *  along with this program; if not, write to the Free Software
16  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17  */
18 
19 #ifndef YEHAT_STRINGS_H
20 #define YEHAT_STRINGS_H
21 
22 enum
23 {
24 	NULL_PHRASE,
25 	HOMEWORLD_HELLO_1,
26 	HOMEWORLD_HELLO_2,
27 	whats_up_homeworld,
28 	GENERAL_INFO_HOMEWORLD_1,
29 	GENERAL_INFO_HOMEWORLD_2,
30 	i_demand_you_ally_homeworld0,
31 	i_demand_you_ally_homeworld1,
32 	i_demand_you_ally_homeworld2,
33 	i_demand_you_ally_homeworld3,
34 	ENEMY_MUST_DIE,
35 	at_least_help_us_homeworld,
36 	NO_HELP_ENEMY,
37 	give_info,
38 	NO_INFO_FOR_ENEMY,
39 	what_about_pkunk_royalist,
40 	PKUNK_ABSORBED_ROYALIST,
41 	HATE_PKUNK_ROYALIST,
42 	bye_homeworld,
43 	GOODBYE_AND_DIE_HOMEWORLD,
44 	SPACE_HELLO_1,
45 	SPACE_HELLO_2,
46 	SPACE_HELLO_3,
47 	SPACE_HELLO_4,
48 	whats_up_space_1,
49 	GENERAL_INFO_SPACE_1,
50 	whats_up_space_2,
51 	GENERAL_INFO_SPACE_2,
52 	whats_up_space_3,
53 	GENERAL_INFO_SPACE_3,
54 	whats_up_space_4,
55 	GENERAL_INFO_SPACE_4,
56 	i_demand_you_ally_space0,
57 	i_demand_you_ally_space1,
58 	i_demand_you_ally_space2,
59 	i_demand_you_ally_space3,
60 	WE_CANNOT_1,
61 	obligation,
62 	WE_CANNOT_2,
63 	at_least_help_us_space,
64 	SORRY_CANNOT,
65 	dishonor,
66 	HERES_A_HINT,
67 	what_about_pkunk_space,
68 	PKUNK_ABSORBED_SPACE,
69 	HATE_PKUNK_SPACE,
70 	bye_space,
71 	GO_IN_PEACE,
72 	GOODBYE_AND_DIE_SPACE,
73 	shofixti_alive_1,
74 	shofixti_alive_2,
75 	SEND_HIM_OVER_1,
76 	SEND_HIM_OVER_2,
77 	not_here,
78 	not_send,
79 	JUST_A_TRICK_1,
80 	JUST_A_TRICK_2,
81 	ok_send,
82 	WE_REVOLT,
83 	ROYALIST_SPACE_HELLO_1,
84 	ROYALIST_SPACE_HELLO_2,
85 	ROYALIST_HOMEWORLD_HELLO_1,
86 	ROYALIST_HOMEWORLD_HELLO_2,
87 	how_is_rebellion,
88 	ROYALIST_REBELLION_1,
89 	ROYALIST_REBELLION_2,
90 	sorry_about_revolution,
91 	ALL_YOUR_FAULT,
92 	bye_royalist,
93 	GOODBYE_AND_DIE_ROYALIST,
94 	name_1,
95 	name_2,
96 	name_3,
97 	name_40,
98 	name_41,
99 	OUT_TAKES,
100 };
101 
102 #endif /* _STRINGS_H */
103