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/bools.xml1
-rwxr-xr-xmain/src/main/res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/main/src/main/res/values/bools.xml b/main/src/main/res/values/bools.xml
index d38f0c84..9cab9760 100644
--- a/main/src/main/res/values/bools.xml
+++ b/main/src/main/res/values/bools.xml
@@ -6,4 +6,5 @@
<resources>
<bool name="supportFileScheme">true</bool>
+ <bool name="allowTranslationDefault">false</bool>
</resources> \ No newline at end of file
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>