From 8a735d08fed0cdf9b344232a88cef4ef767251ac Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 27 Sep 2023 21:00:35 +0200 Subject: [PATCH 1/4] :speech_balloon: assume date of entry into force will not change --- page/strings.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/page/strings.php b/page/strings.php index ae13c36..90776fd 100644 --- a/page/strings.php +++ b/page/strings.php @@ -284,8 +284,8 @@ "timeline_inkrafttreten_date" => [ - "de" => "01 Nov 2024 (laut Regierungsentwurf)", - "en" => "01 Nov 2024 (according to the government draft)" + "de" => "01 Nov 2024", + "en" => "01 Nov 2024" ], "timeline_inkrafttreten_title" => [ "de" => "Inkrafttreten des Gesetzes", @@ -294,11 +294,11 @@ "timeline_inkrafttreten_text" => [ "de" => [ "Insofern der Bundesrat keine Einwände hat, wird das Gesetz veröffentlicht und tritt an einem bestimmten Tag in Kraft.", - "Hinweis: Das Datum 01 Nov 2024 stammt aus Artikel 13 SBGG des Regierungsentwurfs und wird sich vermutlich noch ändern." + "Hinweis: Das Datum 01 Nov 2024 stammt aus Artikel 13 SBGG des Regierungsentwurfs und kann sich noch ändern." ], "en" => [ "If the Bundesrat (Federal Council) has no objections, the law will be published and will come into force on a specific date.", - "Note: The date 01 Nov 2024 is derived from the government draft and is presumably going to be changed." + "Note: The date 01 Nov 2024 is derived from the government draft and could still change." ] ], "timeline_inkrafttreten_button" => [ From e02c7818664f93d9c5dde23b572467405e2e14bf Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 27 Sep 2023 21:06:16 +0200 Subject: [PATCH 2/4] :speech_balloon: recheck bundesrat agenda status --- page/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page/strings.php b/page/strings.php index 90776fd..f9e5770 100644 --- a/page/strings.php +++ b/page/strings.php @@ -190,11 +190,11 @@ "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. Im Entwurf für die 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: 13 Sep 2023)" + "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)" ], "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 draft for 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 13 Sep 2023)" + "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)" ] ], "timeline_bundesrat_button" => [ From f7295fc5f6905c59858230cc9790220285e74732 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 27 Sep 2023 21:06:23 +0200 Subject: [PATCH 3/4] :speech_balloon: recheck bundestag agenda status --- page/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page/strings.php b/page/strings.php index f9e5770..ec6a04e 100644 --- a/page/strings.php +++ b/page/strings.php @@ -217,11 +217,11 @@ "timeline_lesung_1_text" => [ "de" => [ "In der ersten Lesung im Bundestag wird der Regierungsentwurf zum ersten mal gemeinsam mit den anderen Parteien debattiert. Danach wird der Gesetzentwurf an die zuständigen Ausschüsse übergeben, wo er weiter beraten wird.", - "Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die erste Lesung angesetzt. (Stand: 13 Sep 2023)" + "Hinweis: In der Tagesordnung des Deutschen Bundestags ist derzeit noch kein Termin für die erste Lesung angesetzt. (Stand: 27 Sep 2023)" ], "en" => [ "In the first reading in the Bundestag (Parliament), the government draft is debated for the first time together with the other parties. After that, the bill will be passed to the relevant committees, where it will be discussed further.", - "Note: The agenda of the Bundestag (Parliament) does currently not contain an appointment for the first reading. (As of 13 Sep 2023)" + "Note: The agenda of the Bundestag (Parliament) does currently not contain an appointment for the first reading. (As of 27 Sep 2023)" ] ], "timeline_lesung_1_button" => [ From aa76d750d10bb4b6d109c9064c6bf1585b9c487b Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 27 Sep 2023 21:06:57 +0200 Subject: [PATCH 4/4] :bookmark: bump version to v1.0.18 --- meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.php b/meta.php index ad4e05c..17cecfa 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@