Add some Windows 10 strings
This commit is contained in:
parent
84117ceff8
commit
cb2ae143ed
30
_i18n/en.yml
30
_i18n/en.yml
@ -4,6 +4,8 @@ global:
|
||||
home: "Home"
|
||||
participate: "Participate"
|
||||
language: "Language"
|
||||
download: "Download"
|
||||
related_information: "Related Information"
|
||||
aria:
|
||||
nav_toggle: "Toggle navigation"
|
||||
service_descriptions:
|
||||
@ -98,6 +100,34 @@ android_addons:
|
||||
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."
|
||||
windows_10:
|
||||
header: "Don't use Windows 10 - It's a privacy nightmare"
|
||||
warning: "Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy."
|
||||
alt: "Windows 10 Privacy"
|
||||
data: "Data syncing is by default enabled."
|
||||
data1: "Browsing history and open websites."
|
||||
data2: "Apps settings."
|
||||
data3: "WiFi hotspot names and passwords."
|
||||
ad_id: "Your device is by default tagged with a unique advertising ID."
|
||||
ad_id1: "Used to serve you with personalized advertisements by third-party advertisers and ad networks."
|
||||
cortana: "Cortana can collect any of your data."
|
||||
cortana1: "Your keystrokes, searches and mic input."
|
||||
cortana2: "Calendar data."
|
||||
cortana3: "Music you listen to."
|
||||
cortana4: "Credit card information."
|
||||
cortana5: "Purchases"
|
||||
collection: "Microsoft can collect any personal data."
|
||||
collection1: "Your identity."
|
||||
collection2: "Passwords."
|
||||
collection3: "Demographics."
|
||||
collection4: "Interests and habits."
|
||||
collection5: "Usage data."
|
||||
collection6: "Contacts and relationships."
|
||||
collection7: "Location data."
|
||||
collection8: "Content like emails, instant messages, caller list, audio and video recordings."
|
||||
sharing: "Your data can be shared."
|
||||
sharing1: "When downloading Windows 10, you are authorizing Microsoft to share any of above-mentioned data with any third-party, with or without your consent."
|
||||
tool: "This tool uses some known methods that attempt to disable major tracking features in Windows 10."
|
||||
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"
|
||||
|
@ -1,83 +1,83 @@
|
||||
<h1 id="win10" class="anchor"><a href="#win10"><i class="fas fa-link anchor-icon"></i></a> Don't use Windows 10 - It's a privacy nightmare</h1>
|
||||
<h1 id="win10" class="anchor"><a href="#win10"><i class="fas fa-link anchor-icon"></i></a> {% t windows_10.header %}</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy.</strong>
|
||||
<strong>{% t windows_10.warning %}</strong>
|
||||
</div>
|
||||
|
||||
<img src="/assets/img/layout/Windows-10-Privacy.jpg" width="367" height="369" class="img-fluid float-right" alt="Windows 10 Privacy" style="margin-left:10px;">
|
||||
<img src="/assets/img/layout/Windows-10-Privacy.jpg" width="367" height="369" class="img-fluid float-right" alt="{% t windows_10.alt %}" style="margin-left:10px;">
|
||||
|
||||
<ol>
|
||||
<li><strong>Data syncing is by default enabled.</strong>
|
||||
<li><strong>{% t windows_10.data %}</strong>
|
||||
<ul>
|
||||
<li>Browsing history and open websites.</li>
|
||||
<li>Apps settings.</li>
|
||||
<li>WiFi hotspot names and passwords.</li>
|
||||
<li>{% t windows_10.data1 %}</li>
|
||||
<li>{% t windows_10.data2 %}</li>
|
||||
<li>{% t windows_10.data3 %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Your device is by default tagged with a unique advertising ID.</strong>
|
||||
<li><strong>{% t windows_10.ad_id %}</strong>
|
||||
<ul>
|
||||
<li>Used to serve you with personalized advertisements by third-party advertisers and ad networks.</li>
|
||||
<li>{% t windows_10.ad_id1 %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Cortana can collect any of your data.</strong>
|
||||
<li><strong>{% t windows_10.cortana %}</strong>
|
||||
<ul>
|
||||
<li>Your keystrokes, searches and mic input.</li>
|
||||
<li>{% t windows_10.cortana1 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Calendar data.</li>
|
||||
<li>{% t windows_10.cortana2 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Music you listen to.</li>
|
||||
<li>{% t windows_10.cortana3 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Credit Card information.</li>
|
||||
<li>{% t windows_10.cortana4 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Purchases.</li>
|
||||
<li>{% t windows_10.cortana5 %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Microsoft can collect any personal data.</strong>
|
||||
<li><strong>{% t windows_10.collection %}</strong>
|
||||
<ul>
|
||||
<li>Your identity.</li>
|
||||
<li>{% t windows_10.collection1 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Passwords.</li>
|
||||
<li>{% t windows_10.collection2 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Demographics.</li>
|
||||
<li>{% t windows_10.collection3 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Interests and habits.</li>
|
||||
<li>{% t windows_10.collection4 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Usage data.</li>
|
||||
<li>{% t windows_10.collection5 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Contacts and relationships.</li>
|
||||
<li>{% t windows_10.collection6 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Location data.</li>
|
||||
<li>{% t windows_10.collection7 %}</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Content like emails, instant messages, caller list, audio and video recordings.</li>
|
||||
<li>{% t windows_10.collection8 %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li><strong>Your data can be shared.</strong>
|
||||
<li><strong>{% t windows_10.sharing %}</strong>
|
||||
<ul>
|
||||
<li>When downloading Windows 10, you are authorizing Microsoft to share any of above-mentioned data with any third-party, with or without your consent.</li>
|
||||
<li>{% t windows_10.sharing1 %}</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p><a class="btn btn-warning" href="https://www.winprivacy.de/english-home/">Download: W10Privacy</a></p>
|
||||
<p><a class="btn btn-warning" href="https://www.winprivacy.de/english-home/">{% t global.download %}: W10Privacy</a></p>
|
||||
|
||||
<p>This tool uses some known methods that attempt to disable major tracking features in Windows 10.</p>
|
||||
<p>{% t windows_10.tool %}</p>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
<h3>{% t global.related_information %}</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://privacy.microsoft.com/en-us/privacystatement">Microsoft Privacy Statement</a> - Microsoft collects, uses and discloses personal information as described here. This allows One Drive data, Cortana searches and MS browser history to be sold to third parties.</li>
|
||||
|
Reference in New Issue
Block a user