Files
website/lang/en/mail.php

13 lines
791 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'preapplication' => [
'subject' => 'Your pre-applicaction for issuing a hacker passport',
'body1' => "Hello,<br /><br />Your preliminary application has been successfully submitted.<br />Your reference number is:",
'body2' => "<br /><br />The following data has been submitted:<br />",
'body3' => "<br /><br />Please keep this email for your records. <br />If possible, print out form 5, which is attached to the email. Fill in your reference number and bring it with you when you pick up your hacker passport.",
'body4' => "<br /><br />We also ask you to observe the donation regulation, which is also attached.",
'signature' => "Sincerely,<br /><br /><br />Your C3Gov Your office in the CCC district region"
]
];