$txt = [];
// English

$txt['nameerror'] = 'Your name is too short';
$txt['emailerror'] = 'Your email address is invalid';
$txt['weberror'] = 'Your URL (web address) is invalid (must start with http:\/\/)';
$txt['commenterror'] = 'Your comments are too short';
$txt['spoterror'] = 'You haven\'t selected a marker colour';
$txt['errors'] = 'Please correct the following errors';
$txt['trunc'] = 'your input has been truncated!';
$txt['emailerr1'] = 'email address is mandatory';
$txt['emailerr2'] = 'email address contains invalid characters';
$txt['emailerr3'] = 'email address contains non ascii  characters';
$txt['emailerr4'] = 'email address must contain an @';
$txt['emailerr5'] = 'email address must not start with @';
$txt['emailerr6'] = 'email address must contain only one @';
$txt['emailerr7'] = 'email address must contain a period in the domain name';
$txt['emailerr8'] = 'period must not immediately follow @ in email address';
$txt['emailerr9'] = 'period must not immediately precede @ in email address';
$txt['emailerr10'] = 'two periods must not be adjacent in email  address';
$txt['emailerr11'] = 'invalid primary domain in email address';
$txt['map'] = 'Map';
$txt['operaerror'] = 'The guestmap does not support Opera 6 or earlier';
$txt['netscapeerror'] = 'The guestmap does not support Netscape 4 or earlier';

