💬 update agenda status for bundesrat

This commit is contained in:
DrMaxNix 2023-10-10 21:12:19 +02:00
parent c74b9c7c83
commit f8958f94d2
2 changed files with 5 additions and 5 deletions

View File

@ -218,7 +218,7 @@
?>
<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">
<a href="https://web.archive.org/web/20231010190945/https://www.bundesrat.de/SharedDocs/TO/1037/download/1037-to.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>

View File

@ -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: Das SBGG steht als TOP 23 auf dem Entwurf der Tagesordnung.</span>"
"<span class=\"inline gray\">Hinweis: Das SBGG steht als TOP 14 auf 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 SBGG is listed as TOP 23 in the agenda draft.</span>"
"<span class=\"inline gray\">Note: The SBGG is listed as TOP 14 in the agenda.</span>"
]
],
"timeline_bundesrat_button" => [
"de" => "Entwurf der Tagesordnung",
"en" => "Agenda Draft (German)"
"de" => "Tagesordnung",
"en" => "Agenda (German)"
],