cmd_game_invalid	No ruleset file has been loaded
cmd_game_load_id	Warning: ID mismatch in loaded save
cmd_game_load_miss	\"e\" requires a save file argument
cmd_game_over		Game over
cmd_game_save_miss	\"w\" requires a save file argument
cmd_game_undo_num	Invalid amount of moves to undo
cmd_game_undo_start	Nothing to undo
cmd_lang_malf		Malformed language file
cmd_lang_miss		\"l\" requires a language file argument
cmd_move_coord		Invalid board coordinate
cmd_move_illegal	Illegal move
cmd_player_aim_depth	Invalid depth for minimax player
cmd_player_aim_mem	Invalid memory for minimax player
cmd_player_index	Invalid player index for \"p\"
cmd_player_type		Unknown player type for \"p\"
cmd_restrict		The command may not be run from an RC file
cmd_rules_loadhint	No ruleset loaded; try \"r <file>\" or \"h r\"\
			for help
cmd_rules_miss		\"r\" requires a ruleset file argument
cmd_suppress		Suppressed (overridden by invocation parameter\
			or environment variable)
cmd_unk			Unknown command, type \"h\" for help
cmd_xlib_comp		XLib support has not been compiled in
help_cli_copy		Print copyright and warranty
help_cli_envvar0	Print environment variables used by the program
help_cli_envvar1	Print enrivonment variable <v>
help_cli_game_load	Load game from file <f>
help_cli_game_new	Start a new game
help_cli_game_save	Save ongoing game to file <f>
help_cli_game_undo0	Undo 1 player and computer player move
help_cli_game_undo1	Undo <n> moves
help_cli_help0		Print brief help about all commands
help_cli_help1		Print verbose help about command <c>
help_cli_lang		Load language file <f>
help_cli_move0		Print board, showing last move
help_cli_move2		Print board, showing possible moves of the\
			piece at <x>,<y>
help_cli_move4		Move <x1>,<y1> to <x2>,<y2>
help_cli_path0		Print all paths used by the program
help_cli_path1		Set path to <p>
help_cli_player0	Print all players
help_cli_player1	Print player <i>
help_cli_player2	Set player <i> to type <t> with arguments <xyz>
help_cli_player2_h	Human
help_cli_player2_m	Minimax
help_cli_player2_m_x	Plies search depth
help_cli_player2_m_y	Hash table memory
help_cli_player2_m_z	Hash collision memory
help_cli_print		Print the board without move markers
help_cli_quit		Quit the program
help_cli_rules		Load ruleset file <f>
help_cli_version	Print version
help_cli_xlib0		Run XLib interface with default theme
help_cli_xlib1		Run XLib interface with theme <t>
help_xlib_move		Toggle show last move, or move like in the CLI
help_xlib_print		Repaint X window
help_xlib_rules		Load ruleset file <1> with theme <2>
help_xlib_theme		Set theme to <1>
help_xlib_force		Force computer move
help_xlib_xlib		Close X window
xlib_font_charset_miss	Missing charset
xlib_font_fallback	Failed to create fontset, falling back on\
			Latin-1
xlib_font_fallback_locale	Locale set but fontset failed; if this\
				causes problems, try setting LC_ALL to C
xlib_themes_not_found	Missing or empty \"xlib/themes\" file
fr_1		Failed to allocate memory
fr_2		Failed to replay game from move history
fr_3		Malformed save file
fr_4		Illegal argument
fr_5		Illegal state
fr_6		Failed to close file
fr_7		Failed to open file
fr_8		Failed to read from file
fr_9		Failed to write to file
fr_10		Failed to read from stdin
fr_11		Failed to print
fr_12		Math failure
fr_13		NULL pointer
fr_14		Unspecified failure (probably XLib)
rread_1		Duplicate argument
rread_2		Excessive argument
rread_3		Missing argument
rread_4		Unrecognized argument
rread_5		Width or height encountered after pieces or squares
rread_6		Too few or too many bits in pieces or squares
rread_7		Number is not a single bit
rread_8		Number out of bounds
rread_9		Encountered pieces or squares before width and height
rread_10	Failed to convert string to number
rread_11	Duplicate definition of piece or square type
rread_12	Invalid declaration order of piece or square types
rread_13	Too many piece or square types
rread_14	Reference to undefined piece or square type
rvalid_1	Encountered multiple bits, expected 0 or single bit
rvalid_2	Invalid board size
rvalid_3	Some piece has dbl_trap, but no piece has dbl_trap_capt
rvalid_4	All pieces with dbl_trap have dbl_trap_compl
rvalid_5	dbl_trap defined without dbl_trap_squares
rvalid_6	dbl_trap_* defined without dbl_trap
rvalid_7	A piece xor square has escape
rvalid_8	Ruleset \"id\" is missing
rvalid_9	Ruleset \"name\" is missing
rvalid_10	Piece array missing
rvalid_11	Square array missing
rvalid_12	A player has no pieces on the board
rvalid_13	A piece captures a friendly piece
rvalid_14	A piece with capt_sides < 2 has custodial
rvalid_15	A piece with capt_sides < 2 has capt_edge
rvalid_16	A piece that can escape starts on an escape square
rvalid_17	A piece refers to a square which it cannot occupy
rvalid_18	A piece starts on a square which it cannot occupy
rvalid_19	Invalid owner index
rvalid_20	capt_sides is invalid for some piece type
rvalid_21	Reference to undefined piece type
rvalid_22	A defined piece does not appear in the pieces array
rvalid_23	capt_sides is invalid for some square type
rvalid_24	A piece cannot occupy a square that overrides capt_sides
rvalid_25	A square has capt_sides but capt_sides_pieces is empty
rvalid_26	Reference to undefined square type
rvalid_27	A defined square does not appear in the squares array
frx_1		X failed to create colors
frx_2		X failed to open display (is X running?)
frx_3		X failed to query fallback font
frx_4		X failed to create input context
frx_5		X failed to find any supported input styles
frx_6		X failed to open input method
frx_7		X failed to get input method values
frx_8		X failed to convert text to text property
frx_9		X failed to get window attributes
frx_10		X failed to read XPM file
