From d8a752e6d70112ae75e53e258153d015ca89e7fd Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 3 Oct 2023 23:09:39 +0200 Subject: [PATCH] :speech_balloon: update agenda status for bundesrat --- page/start/index.php | 7 +++++++ page/strings.php | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/page/start/index.php b/page/start/index.php index 7ab554a..4d9d19e 100644 --- a/page/start/index.php +++ b/page/start/index.php @@ -216,6 +216,13 @@ echo("" . $one_timeline_bundesrat_text_line . ""); } ?> + +
+ + get("timeline_bundesrat_button") ?> + + +
diff --git a/page/strings.php b/page/strings.php index b1fedae..6999f30 100644 --- a/page/strings.php +++ b/page/strings.php @@ -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.", - "Hinweis: Der Regierungsentwurf liegt dem Bundesrat inzwischen als Drucksache 432/23 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)" + "Hinweis: Das SBGG steht als TOP 23 auf dem Entwurf der Tagesordnung." ], "en" => [ "Before the government draft can be discussed in the Bundestag (Parliament), it must be submitted to the Bundesrat (Federal Council) for comment.", - "Note: The government draft has been submitted to the Bundesrat (Federal Council) as Drucksache 432/23. 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)" + "Note: The SBGG is listed as TOP 23 in the agenda draft." ] ], "timeline_bundesrat_button" => [ - "de" => "", - "en" => "" + "de" => "Entwurf der Tagesordnung", + "en" => "Agenda Draft (German)" ],