From dccf5bd8de595224630938d0f65fa441c1aa8830 Mon Sep 17 00:00:00 2001 From: mxandreas Date: Thu, 23 Apr 2026 09:10:58 +0100 Subject: [PATCH 1/2] Translations for the "verify device before October" banner. --- Riot/Assets/de.lproj/Vector.strings | 6 ++++++ Riot/Assets/en.lproj/Vector.strings | 2 +- Riot/Assets/fr.lproj/Vector.strings | 6 ++++++ Riot/Assets/nl.lproj/Vector.strings | 6 ++++++ Riot/Assets/pl.lproj/Vector.strings | 7 +++++++ 5 files changed, 26 insertions(+), 1 deletion(-) diff --git a/Riot/Assets/de.lproj/Vector.strings b/Riot/Assets/de.lproj/Vector.strings index ff635dc4ce..9a0312c7ad 100644 --- a/Riot/Assets/de.lproj/Vector.strings +++ b/Riot/Assets/de.lproj/Vector.strings @@ -2795,3 +2795,9 @@ "call_unsupported_matrix_rtc_call" = "Nicht unterstützter Anruf. Die neue Element X App wird benötigt, um an diesem Anruf teilzunehmen."; "wysiwyg_composer_action_minimise_action" = "Editor verkleinern"; "wysiwyg_composer_action_maximise_action" = "Editor erweitern"; + +// Verification Required Banner +"verification_required_banner_title" = "Verifiziere dieses Gerät"; +"verification_required_banner_description" = "As of April 2026 unverified devices will not be able to send and receive messages"; +"verification_required_banner_learn_more" = "Mehr erfahren"; +"verification_required_banner_verify_button" = "Verify now"; \ No newline at end of file diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 5e213d526b..e3b8362f37 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -2617,7 +2617,7 @@ To enable access, tap Settings> Location and select Always"; // MARK: - Verification Required Banner "verification_required_banner_title" = "Verify this device"; -"verification_required_banner_description" = "As of April 2026 unverified devices will not be able to send and receive messages"; +"verification_required_banner_description" = "As of October 2026 unverified devices will not be able to send and receive messages"; "verification_required_banner_learn_more" = "Learn more"; "verification_required_banner_verify_button" = "Verify now"; diff --git a/Riot/Assets/fr.lproj/Vector.strings b/Riot/Assets/fr.lproj/Vector.strings index ee14358945..955d25baac 100644 --- a/Riot/Assets/fr.lproj/Vector.strings +++ b/Riot/Assets/fr.lproj/Vector.strings @@ -2733,3 +2733,9 @@ // MARK: Password policy errors "password_policy_too_short_pwd_error" = "Mot de passe trop court"; "accessibility_selected" = "sélectionné"; + +// Verification Required Banner +"verification_required_banner_title" = "Vérifier cet appareil"; +"verification_required_banner_description" = "À partir d’octobre 2026, les appareils non vérifiés ne pourront plus envoyer ni recevoir de messages."; +"verification_required_banner_learn_more" = "En savoir plus"; +"verification_required_banner_verify_button" = "Vérifier maintenant"; diff --git a/Riot/Assets/nl.lproj/Vector.strings b/Riot/Assets/nl.lproj/Vector.strings index f0ddd9d106..55afcd7240 100644 --- a/Riot/Assets/nl.lproj/Vector.strings +++ b/Riot/Assets/nl.lproj/Vector.strings @@ -2800,3 +2800,9 @@ "manage_session_sign_out_other_sessions" = "Bij alle andere sessies afmelden"; "user_sessions_hide_location_info" = "Verberg IP-adres"; "user_sessions_show_location_info" = "Toon IP-adres"; + +// Verification Required Banner +"verification_required_banner_title" = "Dit apparaat verifiëren"; +"verification_required_banner_description" = "Vanaf oktober 2026 kunnen niet-geverifieerde apparaten geen berichten meer verzenden en ontvangen."; +"verification_required_banner_learn_more" = "Meer informatie"; +"verification_required_banner_verify_button" = "Nu verifiëren"; diff --git a/Riot/Assets/pl.lproj/Vector.strings b/Riot/Assets/pl.lproj/Vector.strings index 900783a861..e7c1f5e30d 100644 --- a/Riot/Assets/pl.lproj/Vector.strings +++ b/Riot/Assets/pl.lproj/Vector.strings @@ -2868,3 +2868,10 @@ "wysiwyg_composer_action_maximise_action" = "Powiększ edytora treści"; "room_action_report_prompt_reason" = "Powód zgłoszenia tego pokoju"; "room_action_report" = "Zgłoś pokój"; + +// Verification Required Banner +"verification_required_banner_title" = "Zweryfikuj to urządzenie"; +"verification_required_banner_description" = "Od października 2026 r. niezweryfikowane urządzenia nie będą mogły wysyłać ani odbierać wiadomości."; +"verification_required_banner_learn_more" = "Dowiedz się więcej"; +"verification_required_banner_verify_button" = "Zweryfikuj teraz"; + From 5bdd1ad2a144ba9a8025e5a814ecba8bb335bdc9 Mon Sep 17 00:00:00 2001 From: mxandreas Date: Thu, 23 Apr 2026 09:31:41 +0100 Subject: [PATCH 2/2] Fixes to German translations. --- Riot/Assets/de.lproj/Vector.strings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Riot/Assets/de.lproj/Vector.strings b/Riot/Assets/de.lproj/Vector.strings index 9a0312c7ad..efb18499e6 100644 --- a/Riot/Assets/de.lproj/Vector.strings +++ b/Riot/Assets/de.lproj/Vector.strings @@ -2798,6 +2798,6 @@ // Verification Required Banner "verification_required_banner_title" = "Verifiziere dieses Gerät"; -"verification_required_banner_description" = "As of April 2026 unverified devices will not be able to send and receive messages"; +"verification_required_banner_description" = "Ab Oktober 2026 können unverifizierte Geräte keine Nachrichten mehr senden und empfangen."; "verification_required_banner_learn_more" = "Mehr erfahren"; -"verification_required_banner_verify_button" = "Verify now"; \ No newline at end of file +"verification_required_banner_verify_button" = "Jetzt verifizieren"; \ No newline at end of file