💬 update agenda status for bundesrat

This commit is contained in:
DrMaxNix 2023-10-03 23:09:39 +02:00
parent fd9eece94b
commit d8a752e6d7
2 changed files with 13 additions and 6 deletions

View File

@ -216,6 +216,13 @@
echo("<span>" . $one_timeline_bundesrat_text_line . "</span>");
}
?>
<div class="button-list">
<a href="https://web.archive.org/web/20231003210708/https://www.bundesrat.de/SharedDocs/TO/1037/download/1037-to-entwurf.pdf?__blob=publicationFile&v=3" target="_blank" class="button">
<span class="text"><?= $dict->get("timeline_bundesrat_button") ?></span>
<span class="icon ti ti-external-link"></span>
</a>
</div>
</div>
</div>

View File

@ -180,8 +180,8 @@
"timeline_bundesrat_date" => [
"de" => null,
"en" => null
"de" => "20 Okt 2023",
"en" => "20 Oct 2023"
],
"timeline_bundesrat_title" => [
"de" => "Stellungnahme des Bundesrates",
@ -190,16 +190,16 @@
"timeline_bundesrat_text" => [
"de" => [
"Bevor der Regierungsentwurf im Bundestag beraten werden kann, muss er dem Bundesrat zur Stellungnahme vorgelegt werden.",
"<span class=\"inline gray\">Hinweis: Der Regierungsentwurf liegt dem Bundesrat inzwischen als <i>Drucksache 432/23</i> vor. In der Tagesordnung der nächsten Plenarsitzung am 29 Sep 2023 wird der Regierungsentwurf des SBGG nicht erwähnt. Die nächste Sitzung findet am 20 Okt 2023 statt. (Stand: 27 Sep 2023)</span>"
"<span class=\"inline gray\">Hinweis: Das SBGG steht als TOP 23 auf dem Entwurf der Tagesordnung.</span>"
],
"en" => [
"Before the government draft can be discussed in the <i>Bundestag</i> (Parliament), it must be submitted to the <i>Bundesrat</i> (Federal Council) for comment.",
"<span class=\"inline gray\">Note: The government draft has been submitted to the <i>Bundesrat</i> (Federal Council) as <i>Drucksache 432/23</i>. In the agenda of the next plenary session on 29 Sep 2023, there is no mention of the government draft of the SBGG. The next session will take place on 20 Oct 2023. (As of 27 Sep 2023)</span>"
"<span class=\"inline gray\">Note: The SBGG is listed as TOP 23 in the agenda draft.</span>"
]
],
"timeline_bundesrat_button" => [
"de" => "",
"en" => ""
"de" => "Entwurf der Tagesordnung",
"en" => "Agenda Draft (German)"
],