19 lines
629 B
XML
19 lines
629 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<textset>
|
|
<errors>
|
|
<text id="error">An error occured when attempting to send your
|
|
message.</text>
|
|
<text id="missing_name">Please specify your name.</text>
|
|
<text id="missing_email">Please specify your e-mail.</text>
|
|
<text id="missing_message">Please specify a message.</text>
|
|
<text id="invalid_email">This e-mail is not valid.</text>
|
|
<text id="invalid_message">This message is too short.</text>
|
|
</errors>
|
|
<response>
|
|
<text id="1">Your message has been dispatched! You will recieve a
|
|
reply from our office soon.</text>
|
|
</response>
|
|
</textset>
|
|
|