Fix some string discrepancies between master and i18n
This commit is contained in:
parent
a104e4a767
commit
5da6a8d418
@ -57,14 +57,14 @@ browser_addons:
|
||||
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: "<strong>Terms of Service; Didn’t Read</strong> is an addon that aims to fix how \"I have read and agree to the Terms\" is the biggest lie on the web by grading websites based on their terms of service agreements and privacy policies. It also gives short summaries of those agreements. The analysis and ratings are done transparently by a community of reviewers."
|
||||
terms_of_service_didnt_read_description: "is an addon that aims to fix how \"I have read and agree to the Terms\" is the biggest lie on the web by grading websites based on their terms of service agreements and privacy policies. It also gives short summaries of those agreements. The analysis and ratings are done transparently by a community of reviewers."
|
||||
snowflake: "Snowflake"
|
||||
snowflake_title: "Snowflake"
|
||||
snowflake_description: "is a new <a href=https://2019.www.torproject.org/docs/pluggable-transports.html.en>pluggable transport</a> 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 <a href=https://www.torproject.org>Tor Browser</a> 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: "NoScript"
|
||||
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_power_users_only: "For Power Users Only"
|
||||
@ -117,7 +117,7 @@ windows_10:
|
||||
cortana2: "Calendar data."
|
||||
cortana3: "Music you listen to."
|
||||
cortana4: "Credit card information."
|
||||
cortana5: "Purchases"
|
||||
cortana5: "Purchases."
|
||||
collection: "Microsoft can collect any personal data."
|
||||
collection1: "Your identity."
|
||||
collection2: "Passwords."
|
||||
|
@ -95,9 +95,9 @@ chrome="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnll
|
||||
%}
|
||||
|
||||
{% include cardv2.html
|
||||
title="Privacy Badger: Stop Tracking"
|
||||
title=title1
|
||||
image="/assets/img/addons/privacy-badger.png"
|
||||
description="<strong>Privacy Badger</strong> 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=descr1
|
||||
website="https://www.eff.org/privacybadger"
|
||||
forum="https://forum.privacytools.io/t/discussion-privacy-badger/265"
|
||||
github="https://github.com/EFForg/privacybadger"
|
||||
|
Reference in New Issue
Block a user