summaryrefslogtreecommitdiff
path: root/main/src/main/res/values/untranslatable.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-10-13 19:24:42 +0200
committerArne Schwabe <arne@rfc2549.org>2021-10-13 19:24:42 +0200
commit9ca366fb2db61926021866a37e14c332ebc57c59 (patch)
treea45ed863cf2c171bd16f553055edade89b957fb6 /main/src/main/res/values/untranslatable.xml
parent893ce60f739bb3432eecf540329b732debb38ed3 (diff)
Fix summary of Auth settings dialog and add TLS Profile setting
Diffstat (limited to 'main/src/main/res/values/untranslatable.xml')
-rw-r--r--main/src/main/res/values/untranslatable.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/main/res/values/untranslatable.xml b/main/src/main/res/values/untranslatable.xml
index db64efa6..0260de8d 100644
--- a/main/src/main/res/values/untranslatable.xml
+++ b/main/src/main/res/values/untranslatable.xml
@@ -83,4 +83,10 @@
<string name="faq_title_ncp">Failed to negotiate cipher with server</string>
<string name="import_from_URL">URL</string>
+ <string-array name="tls_profile_values" translatable="false">
+ <item>insecure</item>
+ <item>legacy</item>
+ <item>preferred</item>
+ <item>suiteb</item>
+ </string-array>
</resources>