Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2021-10-07 10:48:49 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-10-07 10:48:49 +0300
commit6d2e406ee55be5213b41eeabf4175ca177128cef (patch)
tree20e8e2a573fbbbd365b122c1989478cfc4221612 /src/main/res/values/strings.xml
parentcc489ef7bfdba59417e0098779d37c7a7a1bcce4 (diff)
attempt to parse Link header from https url scanned from welcome screen
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 6a3815073..4e520e856 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -968,5 +968,7 @@
<string name="backup_started_message">The backup has been started. You’ll get a notification once it has been completed.</string>
<string name="unable_to_enable_video">Unable to enable video.</string>
<string name="plain_text_document">Plain text document</string>
+ <string name="account_registrations_are_not_supported">Account registrations are not supported</string>
+ <string name="no_xmpp_adddress_found">No XMPP address found</string>
</resources>