# First section of messages file is general to all applications
# Third parties can change FEinterr1 to their company name so that 
# internal error messages will come up "Please report to <your name>"

FECmd1:String too long (limit %d current %d addition %d)
FECmd2:You cannot change the command used to run this tool
FECmd3:Output
FECmd4:ReRun
FECmd5:OK
FECmd6:Run
FEdbox1:Can't import from other applications when invoked from !Make
FEdbox2:Unable to start up -- not enough space (or too many windows)
FEinterr1:Acorn
FEinterr2:%s: internal error: %s (%s/%d)
FEinterr3:Please report this error to %s
FEmem1:Out of memory, on request for %d bytes
FEmenu1:>Info,Save options,Options,Help,Quit
FEmenu2:Options
FEmenu3:Auto Run,Auto Save,Display
FEmenu4:Display
FEmenu5:Text,Summary
FEmenu6:>Command line
FEmenu7:>Info,>Cmd Line,>Save,Abort,Pause,Continue
FEmenu8:>Info,>Cmd Line,>Save
FEmenus9:Task(s) active: are you sure you want to quit?
FEmsg1:Wimp$Scrap must be set to do this transfer
FEmsg2:Invalid DataSave (filename != Wimp$Scrap)
FEoutput1:No more memory for output display - requesting %d bytes
FEoutput2:Running
FEoutput3:Aborted
FEoutput4:Paused
FEoutput5:Completed
FEoutput6:Task active: abort and close?
FEoutput7:Output file produced but not saved and will be lost. OK to continue?
FEoutput8:Continue
FEoutput9:Pause
FEsaveas1:Directories can only be saved to a filer viewer
FEsaveas2:To save, drag the icon to a directory viewer.
FEtask1:Task window not active
FEtask2:Application needs at least %dK to start up
FEtask3:Command line too long for task window module
utils1:Field is too long
utils2:Save failed %s -> %s
FEOpts1:Unable to write choices file %s

# General help messages

CMDLINE:This dialogue box displays the command line equivalent of dialogue box and menu settings.
CMDLINE1:This is the command line equivalent of dialogue box and menu settings.
CMDLINE0:Click here to Run/ReRun the tool or to send options back to !Make.

SETUP:This dialogue box sets commonly used options.
SETUP0:Click here to run the application with the current options.
SETUP1:Click here to return to the previous set of options for this application.

SUMMARY:This dialogue box gives a summary of the command which has been run or is running.
SUMMARY1:This is the icon for this application.
SUMMARY2:Click here to abort a running task.
SUMMARY3:Click here to pause/continue a task.
SUMMARY4:This gives the number of lines produced by this task.
SUMMARY5:This gives the time at which a task was run.

SAVE:This dialogue box is used to save the file output of a command.
SAVE0:Click here to save the file output.
SAVE2:Filename for output appears here.
SAVE3:Drag this icon to save file output.

# Tool-specific messages follow here
SETUP3:Enter pattern to be found here.
SETUP6:Only give a count of the lines in which the pattern was found.
SETUPh:Ignore case.
SETUPi:Only give names of files in which the pattern was found.
SETUPj:Print information on files being searched.
SETUPk:Click here to extend the dialogue box to allow wildcarded patterns to be set.
SETUPn:Enter (or drag) the files to be searched here.
SETUPz:Click here to use a throwback window.
SETUP9:Click here to enter # into the field containing the caret.|M# matches any character except '.' in a filename.|M# matches any digit in a pattern.
SETUPa:Click here to enter * into the field containing the caret.|M* matches 0 or more characters other than '.' in a filename.|M*y matches 0 or more y's (e.g. *[a-z] matches >= 0 lower case letters) in a pattern.
SETUPb:Click here to enter ... into the field containing the caret.|M... is equivalent to .(*.) (ie look in all sub-directories) in a filename.|M... matches any three characters in a pattern.
SETUPc:Click here to enter { into the field containing the caret.|M{A} matches any name matched by A (but limits the scope of a ',') in a filename.|M{ has no special significance in a pattern.
SETUPd:Click here to enter } into the field containing the caret.|M{A} matches any name matched by A (but limits the scope of a ',') in a filename.|M} has no special significance in a pattern.
SETUPe:Click here to enter ( into the field containing the caret.|M(A) matches any name matched by 0 or more A's in a filename.|M( has no special significance in a pattern.
SETUPf:Click here to enter ) into the field containing the caret.|M(A) matches any name matched by 0 or more A's in a filename.|M) has no special significance in a pattern.
SETUPl:Click here to enter . into the field containing the caret.|M. matches any single character in a pattern.|M. stands for itself in a filename.
SETUPo:Click here to enter $ into the field containing the caret.|M$ matches end of line in a pattern.|M$ stands for itself in a filename.
SETUPp:Click here to enter @ into the field containing the caret.|M@ matches any 'identifier' character (A-Z, a-z, 0-9 or _) in a pattern.|M@ stands for itself in a filename.
SETUPq:Click here to enter # into the field containing the caret.|M# matches any digit in a pattern.|M# matches any character except '.' in a filename.
SETUPs:Click here to enter || into the field containing the caret.|MIn a pattern, if '@' <= c <= '_', ||c matches CTRL+c; ||? matches DEL; ||! shifts the next character or control character by 128.|M|| stands for itself in a filename.
SETUPu:Click here to enter \\ into the field containing the caret.|M\\c matches char c even if c is special in a pattern.|M\\ stands for itself in a filename.
SETUPr:Click here to enter [ into the field containing the caret.|MIn a pattern, [abc] matches any one of a, b or c; [c1-c2] matches any single char between c1 and c2 inclusive.|M[ stands for itself in a filename.
SETUPt:Click here to enter ] into the field containing the caret.|MIn a pattern, [abc] matches any one of a, b or c; [c1-c2] matches any single char between c1 and c2 inclusive.|M] stands for itself in a filename.
SETUPv:Click here to enter ~ into the field containing the caret.|M~x matches any char not matching x (e.g. ~||c matches any but CTRL+C) in a pattern.|M~ stands for itself in a filename.
SETUPw:Click here to enter * into the field containing the caret.|M*y matches 0 or more y's (e.g. *[a-z] matches >= 0 lower case letters) in a pattern.|M* matches 0 or more characters other than '.' in a filename.
SETUPx:Click here to enter ^ into the field containing the caret.|M^y matches 1 or more y's (e.g. ^[a-z] matches any lower case 'word') in a pattern.|M^ stands for itself in a filename.
