diff --git a/_i18n/en.yml b/_i18n/en.yml
index 88a9db5c..768a2416 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -33,6 +33,38 @@ browser:
tweaks: "Privacy Related Tweaks"
recommendations: "Recommendations"
webrtc_ip_leak: "WebRTC IP Leak"
+browser_addons:
+ improve_your_privacy: "Improve your privacy with these excellent Firefox add-ons."
+ privacy_badger: "Privacy Badger"
+ privacy_badger_title: "Privacy Badger: Stop Tracking"
+ privacy_badger_description: "is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse."
+ ublock_origin: "uBlock Origin"
+ ublock_origin_title: "uBlock Origin: Block Ads and Trackers"
+ ublock_origin_description: "is an efficient wide-spectrum-blocker that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
+ cookie_autodelete: "Cookie AutoDelete"
+ cookie_autodelete_title: "Cookie AutoDelete: Automatically Delete Cookies"
+ cookie_autodelete_description: "automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged."
+ https_everywhere: "HTTPS Everywhere"
+ https_everywhere_title: "HTTPS Everywhere: Secure Connections"
+ https_everywhere_description: "encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation."
+ decentraleyes: "Decentraleyes"
+ decentraleyes_title: "Decentraleyes: Block Content Delivery Networks"
+ decentraleyes_description: "emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required."
+ terms_of_service_didnt_read: "Terms of Service; Didn’t Read"
+ terms_of_service_didnt_read_title: "Terms of Service; Didn’t Read: Be Informed"
+ terms_of_service_didnt_read_description: "I have read and agree to the Terms” is the biggest lie on the web. This addon aims to fix that by grading websites based on their Terms of Service agreements and gives short summaries."
+ snowflake: "Snowflake"
+ snowflake_title: "Snowflake"
+ snowflake_description: "is a new pluggable transport from the Tor Project. If you have an uncensored connection, running this extension volunteers your connection to be used as a Snowflake proxy to help users unable to connect to the Tor network. Your IP will not be visible to the sites users visit using your proxy, as this extension will not make you an exit node. If your access to the Tor network is blocked, this extension will not assist you, and you should use the Tor Browser instead."
+ umatrix: "uMatrix"
+ umatrix_title: "uMatrix: Stop Cross-Site Requests"
+ umatrix_description: "gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics."
+ noScript_security_suite: "NoScript Security Suite"
+ noScript_security_suite_title: "NoScript Security Suite: Be in total control"
+ noScript_security_suite_description: "is a highly customizable plugin to selectively allow JavaScript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure."
+ for_experts_only: "For Experts Only"
+ addon_warning: "These addons require quite a lot of interaction from the user. Some sites will not work properly until you have configured the add-ons."
+ excellent_add_ons: "Excellent Firefox Privacy Add-ons"
software:
software: "Software"
notebook: "Digital Notebooks"
@@ -59,6 +91,29 @@ 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"
start_search: "start search"
+footer:
+ foo: "Spread the word and help your friends"
+ email_title: "Email"
+ facebook_title: "Facebook"
+ twitter_title: "Twitter"
+ mastodon_title: "Mastodon"
+ reddit_title: "reddit"
+ linkedin_title: "LinkedIn"
+ stumbleupon_title: "StumbleUpon"
+ diaspora_title: "Diaspora*"
+ copy_url_description: "Copy URL and Description"
+ for_easy_copy_paste: "For easy copy and paste. Share this text snippet."
+ CC0: "CC0"
+ CC0_title: "This work is free. You can redistribute it and/or modify it under the terms of the "Creative Commons CC0 1.0 Universal Public Domain Dedication"."
+ kopimi: "kopimi"
+ kopimi_title: "kopimi (copyme), symbol showing that you want to be copied. use kopimi in your own fancy. kopimi may be put on homepages or blogs, in books, in software, as sound logos in music or whatever."
+ contact: "Contact"
+ contact_title: ""
+ donate: "Donate"
+ donate_title: "Please support this project by donating. We are ad free and not affiliated with any providers. Your donation will cover our cost for server and domain."
+ no_ads: "No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests. privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt. View our privacy policy."
+ tor: "Tor v3:"
+ learn_more: "Learn More"
resources:
tools: "Privacy Tools"
classic: "Prefer the classic site? View a single-page layout."
@@ -178,3 +233,16 @@ contact:
abuse2: "Report only abuse here:"
searx_issues: "Searx Issues"
website_issues: "Website Issues"
+services:
+ title: "Services from privacytools.io"
+ description: "The privacytools.io team is proud to introduce a suite of privacy-centric online services to connect you with other privacy-minded individuals and stay safe and secure online. No advertisers, no Google Analytics, no tracking, no third party requests of any kind."
+ we_have_the_following_services: "We currently have the following free-to-use services online now."
+ searx: "Searx - Privacy Friendly Search at search.privacytools.io"
+ mastodon: "Mastodon - Tracker Free Social Networking at social.privacytools.io"
+ matrix: "Matrix - Federated private chat at chat.privacytools.io"
+ discourse: "Discourse - Forum at forum.privacytools.io"
+ gitea: "Gitea - Git-Repository Manager at git.privacytools.io"
+ write_freely: "Write Freely - Federated minimalist blog at write.privacytools.io"
+ privatebin: "PrivateBin - Encrypted Pastebin at bin.privacytools.io"
+ more_services_on_the_way: "More services are on the way. If there's something that would be super beneficial for us to run, don't hesitate to reach out and ask. And of course, if you like our services, please consider donating to support our server costs, any donation helps!"
+
diff --git a/_includes/footer.html b/_includes/footer.html
index 0acbfa82..3f53ba6c 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -2,77 +2,77 @@
-
-
No Ads, No Google Analytics, No Affiliates, No Cross-Site Requests. privacytools.io is a socially motivated website that provides information for protecting your data security and privacy. Never trust any company with your privacy, always encrypt. View our privacy policy.
-
Tor v3: privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion (Learn More)
+
{% t footer.no_ads %}
+
{% t footer.tor %} privacy2zbidut4m4jyj3ksdqidzkw3uoip2vhvhbvwxbqux5xy5obyd.onion ({% t footer.learn_more %})
diff --git a/_includes/sections/browser-addons.html b/_includes/sections/browser-addons.html
index d061eacb..29816200 100644
--- a/_includes/sections/browser-addons.html
+++ b/_includes/sections/browser-addons.html
@@ -1,14 +1,41 @@
-
-
Improve your privacy with these excellent Firefox add-ons.
+
+ {% t browser_addons.improve_your_privacy %}
+{%- capture title1 -%}{% t browser_addons.privacy_badger_title %}{%- endcapture -%}
+{%- capture name1 -%}{% t browser_addons.privacy_badger %}{%- endcapture -%}
+{%- capture descr1 -%}{% t browser_addons.privacy_badger_description %}{%- endcapture -%}
+{%- capture title2 -%}{% t browser_addons.ublock_origin_title %}{%- endcapture -%}
+{%- capture name2 -%}{% t browser_addons.ublock_origin %}{%- endcapture -%}
+{%- capture descr2 -%}{% t browser_addons.ublock_origin_description %}{%- endcapture -%}
+{%- capture title3 -%}{% t browser_addons.cookie_autodelete_title %}{%- endcapture -%}
+{%- capture name3 -%}{% t browser_addons.cookie_autodelete %}{%- endcapture -%}
+{%- capture descr3 -%}{% t browser_addons.cookie_autodelete_description %}{%- endcapture -%}
+{%- capture title4 -%}{% t browser_addons.https_everywhere_title %}{%- endcapture -%}
+{%- capture name4 -%}{% t browser_addons.https_everywhere %}{%- endcapture -%}
+{%- capture descr4 -%}{% t browser_addons.https_everywhere_description %}{%- endcapture -%}
+{%- capture title5 -%}{% t browser_addons.decentraleyes_title %}{%- endcapture -%}
+{%- capture name5 -%}{% t browser_addons.decentraleyes %}{%- endcapture -%}
+{%- capture descr5 -%}{% t browser_addons.decentraleyes_description %}{%- endcapture -%}
+{%- capture title6 -%}{% t browser_addons.terms_of_service_didnt_read_title %}{%- endcapture -%}
+{%- capture name6 -%}{% t browser_addons.terms_of_service_didnt_read %}{%- endcapture -%}
+{%- capture descr6 -%}{% t browser_addons.terms_of_service_didnt_read_description %}{%- endcapture -%}
+{%- capture title7 -%}{% t browser_addons.snowflake_title %}{%- endcapture -%}
+{%- capture name7 -%}{% t browser_addons.snowflake %}{%- endcapture -%}
+{%- capture descr7 -%}{% t browser_addons.snowflake_description %}{%- endcapture -%}
+{%- capture title8 -%}{% t browser_addons.umatrix_title %}{%- endcapture -%}
+{%- capture name8 -%}{% t browser_addons.umatrix %}{%- endcapture -%}
+{%- capture descr8 -%}{% t browser_addons.umatrix_description %}{%- endcapture -%}
+{%- capture title9 -%}{% t browser_addons.noScript_security_suite_title %}{%- endcapture -%}
+{%- capture name9 -%}{% t browser_addons.noScript_security_suite %}{%- endcapture -%}
+{%- capture descr9 -%}{% t browser_addons.noScript_security_suite_description %}{%- endcapture -%}
{% include cardv2.html
-title="Privacy Badger: Stop Tracking"
+title=title1
image="/assets/img/addons/privacy-badger.png"
-description="
Privacy Badger is a browser add-on that stops advertisers and other third-party trackers from secretly tracking where you go and what pages you look at on the web. Privacy Badger learns about trackers as you browse."
+description="
name1 descr1"
website="https://www.eff.org/privacybadger"
forum="https://forum.privacytools.io/t/discussion-privacy-badger/265"
github="https://github.com/EFForg/privacybadger"
@@ -19,9 +46,9 @@ android=""
%}
{% include cardv2.html
-title="uBlock Origin: Block Ads and Trackers"
+title=title2
image="/assets/img/addons/ublock-origin.png"
-description="
uBlock Origin is an efficient
wide-spectrum-blocker that's easy on memory, and yet can load and enforce thousands more filters than other popular blockers out there. It has no monetization strategy and is completely open source."
+description="
name2 descr2"
website="https://addons.mozilla.org/firefox/addon/ublock-origin/"
forum="https://forum.privacytools.io/t/discussion-ublock-origin/266"
github="https://github.com/gorhill/uBlock/"
@@ -34,9 +61,9 @@ android=""
%}
{% include cardv2.html
-title="Cookie AutoDelete: Automatically Delete Cookies"
+title=title3
image="/assets/img/addons/cookie-autodelete.png"
-description="
Cookie AutoDelete automatically removes cookies when they are no longer used by open browser tabs. With the cookies, lingering sessions, as well as information used to spy on you, will be expunged."
+description="
name3 descr3"
website="https://addons.mozilla.org/firefox/addon/cookie-autodelete/"
forum="https://forum.privacytools.io/t/discussion-cookie-autodelete/267"
github="https://github.com/Cookie-AutoDelete/Cookie-AutoDelete"
@@ -45,9 +72,9 @@ chrome=""
%}
{% include cardv2.html
-title="HTTPS Everywhere: Secure Connections"
+title=title4
image="/assets/img/addons/https-everywhere.png"
-description="
HTTPS Everywhere encrypts your communications with many major websites, making your browsing more secure. A collaboration between The Tor Project and the Electronic Frontier Foundation."
+description="
name4 descr4"
website="https://www.eff.org/https-everywhere"
forum="https://forum.privacytools.io/t/discussion-https-everywhere/268"
github="https://github.com/EFForg/https-everywhere"
@@ -58,9 +85,9 @@ opera=""
%}
{% include cardv2.html
-title="Decentraleyes: Block Content Delivery Networks"
+title=title5
image="/assets/img/addons/decentraleyes.png"
-description="
Decentraleyes emulates Content Delivery Networks locally by intercepting requests, finding the required resource and injecting it into the environment. This all happens instantaneously, automatically, and no prior configuration is required."
+description="
name5 descr5"
website="https://decentraleyes.org/"
forum="https://forum.privacytools.io/t/discussion-decentraleyes/269"
gitlab="https://git.synz.io/Synzvato/decentraleyes"
@@ -70,9 +97,9 @@ opera=""
%}
{% include cardv2.html
-title="Terms of Service; Didn’t Read: Be Informed"
+title=title6
image="/assets/img/addons/tosdr.png"
-description="
Terms of Service; Didn’t Read “I have read and agree to the Terms” is the biggest lie on the web. This addon aims to fix that by grading websites based on their Terms of Service agreements and gives short summaries."
+description="
name6 descr6"
website="https://tosdr.org/"
forum="https://forum.privacytools.io/t/discussion-decentraleyes/270"
github="https://github.com/tosdr/"
@@ -83,9 +110,9 @@ safari=""
%}
{% include cardv2.html
-title="Snowflake"
+title=title7
image="/assets/img/addons/snowflake.png"
-description="
Snowflake is a new
pluggable transport from the Tor Project. If you have an uncensored connection, running this extension volunteers your connection to be used as a Snowflake proxy to help users unable to connect to the Tor network. Your IP will not be visible to the sites users visit using your proxy, as this extension will not make you an exit node. If your access to the Tor network is blocked, this extension will not assist you, and you should use the
Tor Browser instead."
+description="
name7 descr7"
website="https://snowflake.torproject.org"
forum="https://forum.privacytools.io/t/discussion-snowflake/1146"
github="https://gitweb.torproject.org/pluggable-transports/snowflake.git"
@@ -94,16 +121,16 @@ chrome=""
%}
-
For Experts Only
+
{% t browser_addons.for_experts_only %}
- These addons require quite a lot of interaction from the user. Some sites will not work properly until you have configured the add-ons.
+ {% t browser_addons.addon_warning %}
{% include cardv2.html
-title="uMatrix: Stop Cross-Site Requests"
+title=title8
image="/assets/img/addons/umatrix.png"
-description="
uMatrix gives you control over the requests that websites make to other websites. Many websites integrate features which let other websites track you, such as Facebook Like Buttons or Google Analytics."
+description="
name8 descr8"
website="https://addons.mozilla.org/firefox/addon/umatrix/"
forum="https://forum.privacytools.io/t/discussion-umatrix/271"
github="https://github.com/gorhill/uMatrix"
@@ -113,9 +140,9 @@ opera=""
%}
{% include cardv2.html
-title="NoScript Security Suite: Be in total control"
+title=title9
image="/assets/img/addons/noscript.png"
-description="
NoScript is a highly customizable plugin to selectively allow JavaScript, Java, and Flash to run only on websites you trust. Not for casual users, it requires technical knowledge to configure."
+description="
name9 descr9"
website="https://addons.mozilla.org/firefox/addon/noscript/"
forum="https://forum.privacytools.io/t/discussion-noscript-security-suite/272"
github="https://github.com/hackademix/noscript"
diff --git a/pages/services.html b/pages/services.html
index 1918df89..e5e3aa24 100644
--- a/pages/services.html
+++ b/pages/services.html
@@ -1,22 +1,22 @@
---
layout: page
permalink: /services/
-title: "Services from privacytools.io"
-description: "The privacytools.io team is proud to introduce a suite of privacy-centric online services to connect you with other privacy-minded individuals and stay safe and secure online. No advertisers, no Google Analytics, no tracking, no third party requests of any kind."
+title: "{% t services.title %}"
+description: "{% t services.description %}"
---
-
We currently have the following free-to-use services online now.
+
{% t services.we_have_the_following_services %}
-
More services are on the way. If there's something that would be super beneficial for us to run, don't hesitate to reach out and ask. And of course, if you like our services, please consider donating to support our server costs, any donation helps!
+
{% t services.more_services_on_the_way %}