Import strings for SigneddOut module.

This commit is contained in:
Benoit Marty 2023-10-10 20:09:05 +02:00
parent 8f1ccfccf2
commit 257927f4f5
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>