summaryrefslogtreecommitdiff
path: root/src/uqm/comm/yehat/strings.h
blob: 9bea2e0844ac4f5d86cf523f477778d36f437c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
//Copyright Paul Reiche, Fred Ford. 1992-2002

/*
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */

#ifndef YEHAT_STRINGS_H
#define YEHAT_STRINGS_H

enum
{
	NULL_PHRASE,
	HOMEWORLD_HELLO_1,
	HOMEWORLD_HELLO_2,
	whats_up_homeworld,
	GENERAL_INFO_HOMEWORLD_1,
	GENERAL_INFO_HOMEWORLD_2,
	i_demand_you_ally_homeworld0,
	i_demand_you_ally_homeworld1,
	i_demand_you_ally_homeworld2,
	i_demand_you_ally_homeworld3,
	ENEMY_MUST_DIE,
	at_least_help_us_homeworld,
	NO_HELP_ENEMY,
	give_info,
	NO_INFO_FOR_ENEMY,
	what_about_pkunk_royalist,
	PKUNK_ABSORBED_ROYALIST,
	HATE_PKUNK_ROYALIST,
	bye_homeworld,
	GOODBYE_AND_DIE_HOMEWORLD,
	SPACE_HELLO_1,
	SPACE_HELLO_2,
	SPACE_HELLO_3,
	SPACE_HELLO_4,
	whats_up_space_1,
	GENERAL_INFO_SPACE_1,
	whats_up_space_2,
	GENERAL_INFO_SPACE_2,
	whats_up_space_3,
	GENERAL_INFO_SPACE_3,
	whats_up_space_4,
	GENERAL_INFO_SPACE_4,
	i_demand_you_ally_space0,
	i_demand_you_ally_space1,
	i_demand_you_ally_space2,
	i_demand_you_ally_space3,
	WE_CANNOT_1,
	obligation,
	WE_CANNOT_2,
	at_least_help_us_space,
	SORRY_CANNOT,
	dishonor,
	HERES_A_HINT,
	what_about_pkunk_space,
	PKUNK_ABSORBED_SPACE,
	HATE_PKUNK_SPACE,
	bye_space,
	GO_IN_PEACE,
	GOODBYE_AND_DIE_SPACE,
	shofixti_alive_1,
	shofixti_alive_2,
	SEND_HIM_OVER_1,
	SEND_HIM_OVER_2,
	not_here,
	not_send,
	JUST_A_TRICK_1,
	JUST_A_TRICK_2,
	ok_send,
	WE_REVOLT,
	ROYALIST_SPACE_HELLO_1,
	ROYALIST_SPACE_HELLO_2,
	ROYALIST_HOMEWORLD_HELLO_1,
	ROYALIST_HOMEWORLD_HELLO_2,
	how_is_rebellion,
	ROYALIST_REBELLION_1,
	ROYALIST_REBELLION_2,
	sorry_about_revolution,
	ALL_YOUR_FAULT,
	bye_royalist,
	GOODBYE_AND_DIE_ROYALIST,
	name_1,
	name_2,
	name_3,
	name_40,
	name_41,
	OUT_TAKES,
};

#endif /* _STRINGS_H */