1 /*
2   lang_english.h
3 
4   Language file for ICBM3D
5   English
6 
7   by Bill Kendrick
8   nbs@sonic.net
9   http://www.newbreedsoftware.com/
10 
11   July 29, 1998 - July 29, 1998
12   */
13 
14 
15 /* General: */
16 
17 #define LANG_LEVEL     "Level"
18 #define LANG_SCORE     "Score"
19 #define LANG_GAMEOVER  "Gameover"
20 #define LANG_PAUSED    "Paused"
21 
22 
23 /* Title Text: */
24 
25 #define LANG_SELECT_NEXT_LEVEL  "to select next level"
26 #define LANG_SELECT_PREV_LEVEL  "to select prev level"
27 #define LANG_BEGIN              "to begin"
28 #define LANG_QUIT               "to quit"
29 
30 
31 /* View Status Text:   (each needs a trailing space!) */
32 
33 #define LANG_VIEW          "View: "
34 #define LANG_VIEW_FAST     "Fast "
35 #define LANG_VIEW_HALF     "Half "
36 #define LANG_VIEW_MISSILE  "Missile "
37 #define LANG_VIEW_BULLET   "Bullet "
38 #define LANG_VIEW_NORMAL   "Normal "
39 
40 
41 /* Errors and messages: */
42 
43 #define LANG_ERROR_NODISPLAY  "Can't determine your display!\nPlease specify it on the command line."
44 #define LANG_CONNECTING       "Connecting to: "
45