diff --git a/_i18n/en.yml b/_i18n/en.yml index 49501b1d..2a88ea53 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -88,6 +88,16 @@ os: mobile: "Mobile OS" pc_os: "PC OS" router: "Router Firmware" +android_addons: + description: "Improve your privacy with these add-ons for Android." + block_ads: "Block ads with" + control_traffic: "Control your traffic with" + tor: "Use Tor on Android with" + blokada: "works across all of your apps, not only the browser. It doesn't require root, supports both wifi and mobile networks, and is perfectly safe and simple to use. Just turn it on, and it will do the job silently!" + netguard: "provides simple and advanced ways to block certain apps' access to the internet without the help of root privileges. Applications and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection, allowing you to control which apps are able to call home or not." + orbot: "is a free proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world." + root_mode: "Root Mode:" + orbot_root: "Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor." header: lead: "You are being watched. Private and state-sponsored organizations are monitoring and recording your online activities. privacytools.io provides services, tools and knowledge to protect your privacy against global mass surveillance." search: "Try search.privacytools.io, a Privacy-Respecting Search Engine" diff --git a/_includes/sections/android-addons.html b/_includes/sections/android-addons.html index 1779258a..910c7f1b 100644 --- a/_includes/sections/android-addons.html +++ b/_includes/sections/android-addons.html @@ -1,7 +1,7 @@ -

Android Privacy Add-ons

+

{% t os.android_addons %}

@@ -11,8 +11,8 @@ Blokada
-

Block ads with Blokada

-

Blokada works across all of your apps, not only the browser. It doesn't require root, supports both wifi and mobile networks, and is perfectly safe and simple to use. Just turn it on, and it will do the job silently! +

{% t android_addons.block_ads %} Blokada

+

Blokada {% t android_addons.blokada %}

@@ -21,8 +21,8 @@ NetGuard
-

Control your traffic with NetGuard

-

NetGuard provides simple and advanced ways to block certain apps' access to the internet without the help of root privileges. Applications and addresses can individually be allowed or denied access to your Wi-Fi and/or mobile connection, allowing you to control which apps are able to call home or not. +

{% t android_addons.control_traffic %} NetGuard

+

NetGuard {% t android_addons.netguard %}

@@ -31,9 +31,9 @@ Orbot
-

Tor for Android with Orbot

-

Orbot is a free proxy app that empowers other apps to use the internet more securely. Orbot uses Tor to encrypt your Internet traffic and then hides it by bouncing through a series of computers around the world. Root Mode: Orbot can be configured to transparently proxy all of your Internet traffic through Tor. You can also choose which specific apps you want to use through Tor. +

{% t android_addons.tor %} Orbot

+

Orbot {% t android_addons.orbot %} {% t android_addons.root_mode %} {% t android_addons.orbot_root %}

- \ No newline at end of file +