Skip to content

Commit 257927f

Browse files
committed
Import strings for SigneddOut module.
1 parent 8f1ccfc commit 257927f

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
3+
<string name="screen_signed_out_reason_1">"You’ve changed your password on another session"</string>
4+
<string name="screen_signed_out_reason_2">"You have deleted the session from another session"</string>
5+
<string name="screen_signed_out_reason_3">"Your server’s administrator has invalidated your access"</string>
6+
<string name="screen_signed_out_subtitle">"You might have been signed out for one of the reasons listed below. Please sign in again to continue using Element."</string>
7+
<string name="screen_signed_out_title">"You’re signed out"</string>
8+
</resources>

libraries/ui-strings/src/main/res/values/localazy.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<string name="action_send_message">"Send message"</string>
6565
<string name="action_share">"Share"</string>
6666
<string name="action_share_link">"Share link"</string>
67+
<string name="action_sign_in_again">"Sign in again"</string>
6768
<string name="action_skip">"Skip"</string>
6869
<string name="action_start">"Start"</string>
6970
<string name="action_start_chat">"Start chat"</string>

tools/localazy/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"screen_onboarding_.*"
2626
]
2727
},
28+
{
29+
"name": ":features:signedout:impl",
30+
"includeRegex": [
31+
"screen_signed_out_.*"
32+
]
33+
},
2834
{
2935
"name": ":features:invitelist:impl",
3036
"includeRegex": [

0 commit comments

Comments
 (0)