20 lines
728 B
XML
20 lines
728 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_first_name">Please specify your name.</text>
|
|
<text id="missing_family_email">Please specify your e-mail.</text>
|
|
<text id="missing_tel_gsm">Please specify your phone number.</text>
|
|
<text id="invalid_email">This e-mail is not valid.</text>
|
|
<text id="invalid_invoice_address">The invoice is too long.</text>
|
|
<text id="invalid_comment">The comment is too long.</text>
|
|
</errors>
|
|
<response>
|
|
<text id="1">
|
|
Your reservation was successful!
|
|
You will recieve a confirmation per email soon.
|
|
</text>
|
|
</response>
|
|
</textset> |