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 SPAHOME_STRINGS_H
20 #define SPAHOME_STRINGS_H
21 
22 enum
23 {
24 	NULL_PHRASE,
25 	killed_fwiffo,
26 	POOR_FWIFFO,
27 	fwiffo_fine,
28 	NOT_LIKELY,
29 	we_attack_again,
30 	WE_FIGHT_AGAIN,
31 	bye_no_ally_offer,
32 	GOODBYE_NO_ALLY_OFFER,
33 	bye_angry_spathi,
34 	GOODBYE_ANGRY_SPATHI,
35 	why_dont_you_do_it,
36 	WE_WONT_BECAUSE,
37 	MEAN_GUYS_RETURN,
38 	we_apologize,
39 	DONT_BELIEVE,
40 	HELLO_AGAIN,
41 	HATE_YOU_FOREVER,
42 	WHAT_IS_PASSWORD,
43 	WHAT_IS_PASSWORD_AGAIN,
44 	we_are_vindicator0,
45 	we_are_vindicator1,
46 	we_are_vindicator2,
47 	gort_merenga,
48 	guph_florp,
49 	pleeese,
50 	wagngl_fthagn,
51 	screw_password,
52 	good_password,
53 	WRONG_PASSWORD,
54 	NO_PASSWORD,
55 	what_do_i_get,
56 	YOU_GET_TO_LIVE,
57 	YES_GOOD_PASSWORD,
58 	spathi_on_pluto,
59 	WHERE_SPATHI,
60 	hostage,
61 	GUN_TO_HEAD,
62 	we_come_in_peace,
63 	OF_COURSE,
64 	KILLED_SPATHI,
65 	misunderstanding,
66 	JUST_MISUNDERSTANDING,
67 //	JUST_MISUNDERSTANDING0,
68 //	JUST_MISUNDERSTANDING1,
69 	give_us_resources,
70 	NO_RESOURCES,
71 	resources_please,
72 	SORRY_NO_RESOURCES,
73 	bye_ally,
74 	GOODBYE_ALLY,
75 	what_about_hierarchy,
76 	what_about_history,
77 	what_about_alliance,
78 	what_about_other,
79 	what_about_precursors,
80 	enough_info,
81 	OK_ENOUGH_INFO,
82 	ABOUT_HIERARCHY,
83 	ABOUT_HISTORY,
84 	ABOUT_ALLIANCE,
85 	ABOUT_OTHER,
86 	ABOUT_PRECURSORS,
87 	little_mistake,
88 	BIG_MISTAKE,
89 	bye_before_party,
90 	QUEST_AGAIN,
91 	GOODBYE_BEFORE_PARTY,
92 	GOOD_START,
93 	something_fishy,
94 	NOTHING_FISHY,
95 	surrender,
96 	NO_SURRENDER,
97 	surrender_or_die,
98 	DEFEND_OURSELVES,
99 	hand_in_friendship,
100 	TOO_AFRAID,
101 	stronger,
102 	YOURE_NOT,
103 	yes_we_are,
104 	NO_YOURE_NOT,
105 	how_prove,
106 	BETTER_IDEA,
107 	share_info,
108 	NO_INFO,
109 	WE_UNDERSTAND,
110 	prove_strength,
111 	YOUR_BEHAVIOR,
112 	what_test,
113 	BEFORE_ACCEPT,
114 	WIPE_EVIL,
115 	think_more,
116 	COWARD,
117 	tell_evil,
118 	i_accept,
119 	AWAIT_RETURN,
120 	talk_test,
121 	already_got_them,
122 	EARLY_BIRD_CHECK,
123 	NOT_SURPRISED,
124 	TEST_AGAIN,
125 	too_dangerous,
126 	WE_AGREE,
127 	HOW_GO_EFFORTS,
128 	killed_them_all_1,
129 	killed_them_all_2,
130 	WILL_CHECK_1,
131 	WILL_CHECK_2,
132 	zapped_a_few,
133 	RETURN_COMPLETE,
134 	MUST_DESTROY_ALL,
135 	no_landing,
136 	saw_creatures,
137 	YOU_FORTUNATE,
138 	YOU_LIED_1,
139 	YOU_LIED_2,
140 	bye_from_party_1,
141 	bye_from_party_2,
142 	bye_from_party_3,
143 	GOODBYE_FROM_PARTY,
144 	MUST_PARTY_1,
145 	MUST_PARTY_2,
146 	MUST_PARTY_3,
147 	deals_a_deal,
148 	WAIT_A_WHILE,
149 	how_long,
150 	TEN_YEARS,
151 	reneging,
152 	ADULT_VIEW,
153 	return_beasts,
154 	WHAT_RELATIONSHIP,
155 	minds_and_might,
156 	HUH,
157 	fellowship,
158 	WHAT,
159 	do_as_we_say,
160 	DEPART_FOR_EARTH,
161 	HELLO_ALLIES_1,
162 	HELLO_ALLIES_2,
163 	HELLO_ALLIES_3,
164 	whats_up,
165 	GENERAL_INFO_1,
166 	GENERAL_INFO_2,
167 	GENERAL_INFO_3,
168 	GENERAL_INFO_4,
169 	GENERAL_INFO_5,
170 	like_some_info,
171 	WHAT_ABOUT
172 };
173 
174 #endif /* _STRINGS_H */
175