# For the Configure plugin system
_TaskName:Hosts editor
_Purpose:Updating the hosts database
_Author: Justin Fletcher, 1999-2001
_Version:1.06 (13 Sep 2001)
_ConfigSprite:co_hostsedit
_ConfigText:Hosts
_ConfigHelp:Click SELECT to open the hosts file editing window.
_ConfigOSVersion:420

# Help Messages for windows/icons
HInfobox:This \w displays information about Appname$
HInfobox3:Justin Fletcher wrote this program|M\Sopen his homepage (www)
HInfobox4:\Ssee the latest version of this program (www)
HIconbar:\TAppname$ icon
Purpose:Editing the host file

# Menu Help Information
HMQuit:\Squit Appname$
HMInfo:\Rsee information about Appname$

# Misc.
Message:Message from Appname$
Unterminated:Unterminated host name - hosts must not start or end with dots
TooShort:Host name too short - must be longer than two characters
MissingComponent:Components must be fully specified - cannot omit components with ..
InvalidIP:IP address invalid - must be of the form www.xxx.yyy.zzz
Discard:The hosts database has been modified but not saved. Are you sure you want to quit ?
DiscardQ:Cancel,Quit
HostsTitle:Hosts database%0

#Menu
mainmenu:Hosts|Address '255.255.255.255'|Select all|Clear selection|New host...]D|Save
selmenu:Address|Delete
Host:Address '%0'
Selection:Selection

#Hosts file header
HostFile1:#
HostFile2:# Host Database
HostFile3:#
HostFile4:# This file should contain information regarding the known hosts on
HostFile5:# the accessible internet.  For each host a single line should be
HostFile6:# present with the following information:
HostFile7:#
HostFile9:#     Internet address
HostFile8:#     official host name
HostFile10:#     aliases
HostFile11:#
HostFile12:# Items are separated by any number of blanks and/or tab characters.
HostFile13:#  A "#" indicates the beginning of a comment; characters up to the
HostFile14:# end of the line are not interpreted by routines which search the file.
HostFile15:#
HostFile16:# Network addresses are specified in the conventional dot notation, a.b.c.d.
HostFile17:# Host names may contain any printable character other than a field delimiter,
HostFile18:# newline, or comment character.
HostFile19:#
