From 352d89fdfbff56b816dad954d9c2d660662cd60b Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 10 Oct 2023 20:09:05 +0200 Subject: [PATCH] Import strings for SigneddOut module. --- features/signedout/impl/src/main/res/values/localazy.xml | 8 ++++++++ libraries/ui-strings/src/main/res/values/localazy.xml | 1 + tools/localazy/config.json | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 features/signedout/impl/src/main/res/values/localazy.xml diff --git a/features/signedout/impl/src/main/res/values/localazy.xml b/features/signedout/impl/src/main/res/values/localazy.xml new file mode 100644 index 0000000000..bfbad719c7 --- /dev/null +++ b/features/signedout/impl/src/main/res/values/localazy.xml @@ -0,0 +1,8 @@ + + + "You’ve changed your password on another session" + "You have deleted the session from another session" + "Your server’s administrator has invalidated your access" + "You might have been signed out for one of the reasons listed below. Please sign in again to continue using Element." + "You’re signed out" + diff --git a/libraries/ui-strings/src/main/res/values/localazy.xml b/libraries/ui-strings/src/main/res/values/localazy.xml index da48ac9453..6a7f0ecbb7 100644 --- a/libraries/ui-strings/src/main/res/values/localazy.xml +++ b/libraries/ui-strings/src/main/res/values/localazy.xml @@ -64,6 +64,7 @@ "Send message" "Share" "Share link" + "Sign in again" "Skip" "Start" "Start chat" diff --git a/tools/localazy/config.json b/tools/localazy/config.json index 3842198da6..7e07d269c0 100644 --- a/tools/localazy/config.json +++ b/tools/localazy/config.json @@ -25,6 +25,12 @@ "screen_onboarding_.*" ] }, + { + "name": ":features:signedout:impl", + "includeRegex": [ + "screen_signed_out_.*" + ] + }, { "name": ":features:invitelist:impl", "includeRegex": [