Files
IronFox/patches/ironfox-static-strings.patch

23 lines
1.5 KiB
Diff

diff --git a/mobile/android/fenix/app/src/main/res/values/static_strings.xml b/mobile/android/fenix/app/src/main/res/values/static_strings.xml
index eaa31f53dd..b1ee4c5532 100644
--- a/mobile/android/fenix/app/src/main/res/values/static_strings.xml
+++ b/mobile/android/fenix/app/src/main/res/values/static_strings.xml
@@ -229,4 +229,17 @@
<string name="glean_debug_tools_send_ping_button_text">Send Ping</string>
<!-- The send pings toast message. The first parameter is the type of ping -->
<string name="glean_debug_tools_send_ping_toast_message">Sent %1$s ping</string>
+ <!-- Spoof locale to English -->
+ <string name="tor_spoof_english">Request English versions of web pages for enhanced privacy</string>
+ <!-- Warn users that the browser will restart -->
+ <string name="restart_required_summary">Changing this setting will restart your browser</string>
+ <!-- Accessibility Services -->
+ <string name="preference_accessibility_enabled">Enable Accessibility Services</string>
+ <string name="preference_accessibility_enabled_summary">Enable to allow communication with Accessibility Services on your device.</string>
+ <!-- Safe Browsing -->
+ <string name="preference_safe_browsing_enabled">Enable Safe Browsing</string>
+ <!-- Content Settings -->
+ <string name="preference_javascript_enabled">Enable JavaScript</string>
+ <string name="preference_jit_enabled">Enable JavaScript Just-in-time Compilation (JIT)</string>
+ <string name="preference_wasm_enabled">Enable WebAssembly (WASM)</string>
</resources>