summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorsaber safavi <saber.safavi@codic.se>2023-03-24 10:08:56 +0100
committerAlbin <albin@mullvad.net>2023-04-11 08:11:46 +0200
commit703688442824ed67bb8732021bccf3cc0eb744b1 (patch)
treef2128dec8c180d48395d6c04f9f7a7fb9293ea01 /android
parent2cc9013dfe0b5336d7b7c3146a5c8702e3007477 (diff)
downloadmullvadvpn-703688442824ed67bb8732021bccf3cc0eb744b1.tar.xz
mullvadvpn-703688442824ed67bb8732021bccf3cc0eb744b1.zip
Add content blocker strings
Co-authored-by: Albin <albin@mullvad.net>
Diffstat (limited to 'android')
-rw-r--r--android/app/src/main/res/values/strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index 747c3ee31e..477c299513 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -209,4 +209,23 @@
<string name="add_dns_server_dialog_title">Add DNS server</string>
<string name="update_dns_server_dialog_title">Update DNS server</string>
<string name="duplicate_address_warning">This address has already been entered.</string>
+ <string name="dns_content_blockers_title">DNS content blockers</string>
+ <string name="dns_content_blockers_info">When this feature is enabled it stops the device from
+ contacting certain domains or websites known for distributing ads, malware, trackers and
+ more.</string>
+ <string name="dns_content_blockers_warning">This might cause issues on certain websites,
+ services, and programs.</string>
+ <string name="block_ads_title">Ads</string>
+ <string name="block_trackers_title">Trackers</string>
+ <string name="block_malware_title">Malware</string>
+ <string name="malware_info">Warning: The malware blocker is not an anti-virus and should not be
+ treated as such, this is just an extra layer of protection.</string>
+ <string name="block_gambling_title">Gambling</string>
+ <string name="block_adult_content_title">Adult content</string>
+ <string name="dns_content_blockers_subtitle">
+<![CDATA[Disable <b>%s</b> below to activate these settings.]]>
+ </string>
+ <string name="custom_dns_disable_mode_subtitle">
+<![CDATA[Disable all <b>DNS content blockers</b> above to activate this setting.]]>
+ </string>
</resources>