new newsletter: 2024-07-29-sbggjetzt-1-3

This commit is contained in:
DrMaxNix 2024-07-29 19:14:27 +02:00
parent 79c57b650d
commit 0e1b52f153

View File

@ -0,0 +1,37 @@
<?php
return [
"subject" => [
"de" => "SBGG.jetzt: Großes SBGG.jetzt Update!",
"en" => "SBGG.jetzt: Big SBGG.jetzt Update!"
],
"main" => [
"de" => <<<HTML
<h2>Großes SBGG.jetzt Update!</h2>
<p>Bald ist es so weit: In drei Tagen können Anmeldungen für die Personenstandsänderung beim Standesamt abgegeben werden! Pünktlich dazu jetzt auf der Webseite:</p>
<ul>
<li><b>In 5 Schritten zur Personenstandsänderung</b>, eine Schritt-für-Schritt Anleitung zur Verwendung des Selbstbestimmungsgesetzes.</li>
<li><b>Häufig gestellte Fragen (FAQ)</b>, eine Sammlung von häufig gestellten Fragen rund um das SBGG und ihre entsprechenden Antworten.</li>
<li>Die altbekannte Timeline findet sich nun hier: <a href="https://sbgg.jetzt/timeline">sbgg.jetzt/timeline</a></li>
</ul>
<p>Alles hier ansehen: <a href="https://sbgg.jetzt?ref=newsletter">www.SBGG.jetzt</a></p>
HTML,
"en" => <<<HTML
<h2>Big SBGG.jetzt Update!</h2>
<p>It will soon be time: In three days, registrations for the change in civil status can be submitted to the registry office! Just on time on the website:</p>
<ul>
<li><b>Changing Civil Status in 5 Steps</b>, A step-by-step guide for the use of the Self-Determination Law.</li>
<li><b>Frequently Asked Questions</b>, a collection of frequently asked questions about the SBGG and their corresponding answers.</li>
<li>The well-known timeline can now be found here: <a href="https://sbgg.jetzt/en/timeline">sbgg.jetzt/en/timeline</a></li>
</ul>
<p>View it here: <a href="https://sbgg.jetzt/en?ref=newsletter">www.SBGG.jetzt</a></p>
HTML
]
];
?>