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 UTWIG_STRINGS_H
20 #define UTWIG_STRINGS_H
21 
22 enum
23 {
24 	NULL_PHRASE,
25 	NEUTRAL_SPACE_HELLO_1,
26 	NEUTRAL_SPACE_HELLO_2,
27 	HOSTILE_SPACE_HELLO_1,
28 	HOSTILE_SPACE_HELLO_2,
29 	BOMB_WORLD_HELLO_1,
30 	BOMB_WORLD_HELLO_2,
31 	HOSTILE_BOMB_HELLO_1,
32 	HOSTILE_BOMB_HELLO_2,
33 	NEUTRAL_HOMEWORLD_HELLO_1,
34 	NEUTRAL_HOMEWORLD_HELLO_2,
35 	NEUTRAL_HOMEWORLD_HELLO_3,
36 	NEUTRAL_HOMEWORLD_HELLO_4,
37 	HOSTILE_HOMEWORLD_HELLO_1,
38 	HOSTILE_HOMEWORLD_HELLO_2,
39 	why_you_here,
40 	WE_GUARD_BOMB,
41 	what_about_bomb,
42 	ABOUT_BOMB,
43 	give_us_bomb_or_die,
44 	GUARDS_WARN,
45 	demand_bomb,
46 	GUARDS_FIGHT,
47 	may_we_have_bomb,
48 	NO_BOMB,
49 	please,
50 	SORRY_NO_BOMB,
51 	whats_up_bomb,
52 	GENERAL_INFO_BOMB_1,
53 	GENERAL_INFO_BOMB_2,
54 	bye_bomb,
55 	GOODBYE_BOMB,
56 	hey_wait_got_ultron,
57 	TAUNT_US_BUT_WE_LOOK,
58 	TRICKED_US_1,
59 	TRICKED_US_2,
60 	we_are_vindicator0,
61 	we_are_vindicator1,
62 	we_are_vindicator2,
63 	WOULD_BE_HAPPY_BUT,
64 	why_sad,
65 	ULTRON_BROKE,
66 	what_ultron,
67 	GLORIOUS_ULTRON,
68 	dont_be_babies,
69 	MOCK_OUR_PAIN,
70 	real_sorry_about_ultron,
71 	APPRECIATE_SYMPATHY,
72 	what_about_you_1,
73 	ABOUT_US_1,
74 	what_about_you_2,
75 	ABOUT_US_2,
76 	what_about_you_3,
77 	ABOUT_US_3,
78 	what_about_urquan_1,
79 	ABOUT_URQUAN_1,
80 	what_about_urquan_2,
81 	ABOUT_URQUAN_2,
82 	got_ultron,
83 	DONT_WANT_TO_LOOK,
84 	SICK_TRICK_1,
85 	SICK_TRICK_2,
86 	bye_neutral,
87 	GOODBYE_NEUTRAL,
88 	TOO_LATE,
89 	name_1,
90 	name_2,
91 	name_3,
92 	name_40,
93 	name_41,
94 	HAPPY_DAYS,
95 	OK_ATTACK_KOHRAH,
96 	whats_up_after_space,
97 	GENERAL_INFO_AFTER_SPACE_1,
98 	GENERAL_INFO_AFTER_SPACE_2,
99 	what_now_after_space,
100 	DO_THIS_AFTER_SPACE,
101 	bye_after_space,
102 	GOODBYE_AFTER_SPACE,
103 	whats_up_before_space,
104 	GENERAL_INFO_BEFORE_SPACE_1,
105 	GENERAL_INFO_BEFORE_SPACE_2,
106 	what_now_before_space,
107 	DO_THIS_BEFORE_SPACE,
108 	bye_before_space,
109 	GOODBYE_BEFORE_SPACE,
110 	how_went_war,
111 	ABOUT_BATTLE,
112 	how_goes_war,
113 	BATTLE_HAPPENS_1,
114 	BATTLE_HAPPENS_2,
115 	FLEET_ON_WAY,
116 	learn_new_info,
117 	NO_NEW_INFO,
118 	SAMATRA,
119 	what_now_homeworld,
120 	HOPE_KILL_EACH_OTHER,
121 	how_is_ultron,
122 	ULTRON_IS_GREAT,
123 	bye_allied_homeworld,
124 	GOODBYE_ALLIED_HOMEWORLD,
125 	ALLIED_HOMEWORLD_HELLO_1,
126 	ALLIED_HOMEWORLD_HELLO_2,
127 	ALLIED_HOMEWORLD_HELLO_3,
128 	ALLIED_HOMEWORLD_HELLO_4,
129 	HELLO_BEFORE_KOHRAH_SPACE_1,
130 	HELLO_BEFORE_KOHRAH_SPACE_2,
131 	HELLO_DURING_KOHRAH_SPACE_1,
132 	HELLO_DURING_KOHRAH_SPACE_2,
133 	HELLO_AFTER_KOHRAH_SPACE_1,
134 	HELLO_AFTER_KOHRAH_SPACE_2,
135 	UP_TO_YOU,
136 	can_you_help,
137 	HOW_HELP,
138 	DONT_NEED,
139 	HAVE_4_SHIPS,
140 	NO_ULTRON_AT_BOMB,
141 	OUT_TAKES,
142 };
143 
144 #endif /* _STRINGS_H */
145