/* Prototypesheader

	Name:		ChangeTexts.h
	Main:		Change
	Versionstring:	$VER: ChangeTexts.h 1.3 (23.12.1997)
	Author:		SDI
	Distribution:	PD

 1.2   17.03.97 : added header
 1.3   23.12.97 : removed some texts
*/

#include <exec/types.h>

extern STRPTR strings[];

#define TEXT_CLI_HELP			strings[0]
#define TEXT_SEARCH_STR			strings[1]
#define TEXT_REPLACE_STR		strings[2]
#define TEXT_STRING_FOUND_AT		strings[3]
#define TEXT_STATUS_NOT_FOUND		strings[4]
#define TEXT_STATUS_FOUND_UNEQ_CHANGE	strings[5]
#define TEXT_STATUS_FOUND_EQ_CHANGE	strings[6]
#define TEXT_STATUS_FOUND		strings[7]
#define TEXT_STATUS_TIMES		strings[8]
#define TEXT_STATUS_TIME		strings[9]

#ifndef CLIONLY
  #define TEXT_CANT_OPEN_REPORT_WINDOW	strings[10]
  #define TEXT_CHOOSE_A_FILE		strings[11]
  #define TEXT_NO_SEARCH_STRING		strings[12]
#endif
