Import strings for SigneddOut module.

This commit is contained in:
Benoit Marty
2023-10-10 20:09:05 +02:00
parent 669e0a2ff5
commit 352d89fdfb
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="screen_signed_out_reason_1">"Youve changed your password on another session"</string>
<string name="screen_signed_out_reason_2">"You have deleted the session from another session"</string>
<string name="screen_signed_out_reason_3">"Your servers administrator has invalidated your access"</string>
<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>
<string name="screen_signed_out_title">"Youre signed out"</string>
</resources>

View File

@@ -64,6 +64,7 @@
<string name="action_send_message">"Send message"</string>
<string name="action_share">"Share"</string>
<string name="action_share_link">"Share link"</string>
<string name="action_sign_in_again">"Sign in again"</string>
<string name="action_skip">"Skip"</string>
<string name="action_start">"Start"</string>
<string name="action_start_chat">"Start chat"</string>

View File

@@ -25,6 +25,12 @@
"screen_onboarding_.*"
]
},
{
"name": ":features:signedout:impl",
"includeRegex": [
"screen_signed_out_.*"
]
},
{
"name": ":features:invitelist:impl",
"includeRegex": [