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 CHMMR_STRINGS_H
20 #define CHMMR_STRINGS_H
21 
22 enum
23 {
24 	NULL_PHRASE,
25 	WHY_YOU_HERE_1,
26 	WHY_YOU_HERE_2,
27 	WHY_YOU_HERE_3,
28 	WHY_YOU_HERE_4,
29 	find_out_whats_up,
30 	HYBRID_PROCESS,
31 	need_help,
32 	CANT_HELP,
33 	why_no_help,
34 	LONG_TIME,
35 	what_if_more_energy,
36 	DANGER_TO_US,
37 	need_advice,
38 	WHAT_ADVICE,
39 	how_defeat_urquan,
40 	DEFEAT_LIKE_SO,
41 	what_about_tpet,
42 	SCARY_BUT_USEFUL,
43 	what_about_bomb,
44 	ABOUT_BOMB,
45 	what_about_sun_device,
46 	ABOUT_SUN_DEVICE,
47 	what_about_samatra,
48 	ABOUT_SAMATRA,
49 	enough_advice,
50 	OK_ENOUGH_ADVICE,
51 	bye_shielded,
52 	GOODBYE_SHIELDED,
53 	WE_ARE_FREE,
54 	WHO_ARE_YOU,
55 	i_am_captain0,
56 	i_am_captain1,
57 	i_am_captain2,
58 	i_am_savior,
59 	i_am_silly,
60 	WHY_HAVE_YOU_FREED_US,
61 	serious_1,
62 	serious_2,
63 	silly,
64 	WILL_HELP_ANALYZE_LOGS,
65 	YOU_KNOW_SAMATRA,
66 	DONT_KNOW_ABOUT_SAMATRA,
67 	NEED_DISTRACTION,
68 	HAVE_TALKING_PET,
69 	NEED_WEAPON,
70 	HAVE_BOMB,
71 	RETURN_WHEN_READY,
72 	YOU_ARE_READY,
73 	further_assistance,
74 	NO_FURTHER_ASSISTANCE,
75 	tech_help,
76 	USE_OUR_SHIPS_BEFORE,
77 	where_weapon,
78 	PRECURSOR_WEAPON,
79 	where_distraction,
80 	PSYCHIC_WEAPONRY,
81 	what_now,
82 	WE_WILL_IMPROVE_BOMB,
83 	MODIFY_VESSEL,
84 	wont_hurt_my_ship,
85 	WILL_DESTROY_IT,
86 	bummer_about_my_ship,
87 	DEAD_SILENCE,
88 	other_assistance,
89 	USE_OUR_SHIPS_AFTER,
90 	proceed,
91 	TAKE_2_WEEKS,
92 	HELLO_AFTER_BOMB_1,
93 	HELLO_AFTER_BOMB_2,
94 	whats_up_after_bomb,
95 	GENERAL_INFO_AFTER_BOMB_1,
96 	GENERAL_INFO_AFTER_BOMB_2,
97 	what_do_after_bomb,
98 	DO_AFTER_BOMB,
99 	bye_after_bomb,
100 	GOODBYE_AFTER_BOMB,
101 	bye,
102 	GOODBYE,
103 };
104 
105 #endif /* _STRINGS_H */
106