Chaos-Events und Voranmeldungen

This commit is contained in:
2026-03-28 02:16:58 +01:00
parent ba2dcb98e2
commit a99b8eb9c1
23 changed files with 485 additions and 33 deletions

11
lang/en/mail.php Normal file
View File

@@ -0,0 +1,11 @@
<?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.",
'signature' => "Sincerely,<br /><br /><br />Your C3Gov Your office in the CCC district region"
]
];