summaryrefslogtreecommitdiff
path: root/main/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/res/values')
-rw-r--r--main/src/main/res/values/arrays.xml6
-rwxr-xr-xmain/src/main/res/values/strings.xml1
-rw-r--r--main/src/main/res/values/untranslatable.xml6
3 files changed, 13 insertions, 0 deletions
diff --git a/main/src/main/res/values/arrays.xml b/main/src/main/res/values/arrays.xml
index 97c10ff7..d5e21f3a 100644
--- a/main/src/main/res/values/arrays.xml
+++ b/main/src/main/res/values/arrays.xml
@@ -42,4 +42,10 @@
<item>OpenVPN 2.4.x peers</item>
<item>OpenVPN 2.3.x and older peers</item>
</string-array>
+ <string-array name="tls_profile_entries">
+ <item>insecure (not recommend, allows insecure crypto)</item>
+ <item>legacy (default)</item>
+ <item>preferred (recommended but limited compabbility)</item>
+ <item>Suite B</item>
+ </string-array>
</resources>
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml
index 4a4df03d..b82d70ca 100755
--- a/main/src/main/res/values/strings.xml
+++ b/main/src/main/res/values/strings.xml
@@ -508,5 +508,6 @@
<string name="bf_cbc_requires_legacy">Profiles uses BF-CBC which depends on OpenSSL legacy provider (not enabled).</string>
<string name="allow_translations_title">Allow community contributed translations</string>
<string name="allow_translations_summary">Allows the app to be translated with translations contributed by the community. Requires a restart of the app to activate.</string>
+ <string name="tls_profile">TLS Security Profile</string>
</resources>
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>