summaryrefslogtreecommitdiff
path: root/main/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-10-13 03:33:28 +0200
committerArne Schwabe <arne@rfc2549.org>2021-10-13 03:34:30 +0200
commitd54b7f0a3528307f4218412037b017f37d924b00 (patch)
tree7d781298502eb2adc437d591dd9e28ef4fb13a71 /main/src/main/res/values/strings.xml
parentcbb44807587e7e51acd3813099059a94448a6de4 (diff)
Make a toggle to allow community translation (closes #681)
Since it is hard for me to check languages other than the ones that I speak myself, languages other than English/German default to off. This might change if I have someone trusted to review other languages.
Diffstat (limited to 'main/src/main/res/values/strings.xml')
-rwxr-xr-xmain/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/main/res/values/strings.xml b/main/src/main/res/values/strings.xml
index 0fa36c05..3d91c58b 100755
--- a/main/src/main/res/values/strings.xml
+++ b/main/src/main/res/values/strings.xml
@@ -510,5 +510,7 @@
<string name="compat_mode_label">Compatibility mode</string>
<string name="loadossllegacy">Load OpenSSL legacy provider</string>
<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_translatiosn_summary">Allows the English to be translated with translations contributed by the community. Requires a restart of the app to activate.</string>
</resources>