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": [