]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/es/guide_overview.html
Fix the bookmarks dialogs to align the icons and the radio buttons. https://redmine...
[PrivacyBrowserAndroid.git] / app / src / main / assets / es / guide_overview.html
index 6470e9e8f8e7f737a27be1c5402eba7b13abc0ce..ff9ac1cfbd845c78d0323f1751c42b94a7f8bf7a 100644 (file)
@@ -1,5 +1,7 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2018,2020-2021 Soren Stoutner <soren@stoutner.com>.
+
+  Translation 2017,2021 Jose A. León.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <html>
-<head>
-<style>
-    h3 {
-        color: 0D4781;
-    }
-</style>
-</head>
-
-<body>
-<h3>True Privacy</h3>
-
-<p>Privacy Browser is designed to let you take as much control of your privacy as possible while still browsing the internet.
-    When you connect to a website, certain pieces of information which are necessary to facilitate the connection are transferred to the server.
-    For example, the server will receive your IP address and a port number, which are necessary so it knows where to send the response.
-    This information is often logged by the server, allowing the website developer to produce reports showing how often a webpage was loaded
-    and how many different IP addresses accessed it.</p>
-
-<p>However, most website operators want to track your web browsing across multiple websites, not just on a single server.  There are many techniques they use to do so.
-    Some of them involve requesting or placing extra information on your device that facilitates this tracking.  Almost all browsers will voluntarily participate in this tracking
-    without informing the user they are doing so.  Privacy Browser is designed to grant the user as much information and control over these tracking techniques as possible.</p>
-
-
-<h3>Android's WebView Limitations</h3>
-
-<p>Privacy Browser uses Android's built-in WebView to render websites.  There are some limitations in the controls WebView exposes for managing privacy settings.  For example,
-    it isn't possible to enable some JavaScript commands while disabling others. Once Privacy Browser has matured to take full advantage of all the privacy options WebView
-    does offer, some consideration might be made to embedding a customized WebView or using a different rendering engine.</p>
-</body>
+    <head>
+        <meta charset="UTF-8">
+
+        <link rel="stylesheet" href="../css/theme.css">
+
+        <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
+        <meta name="color-scheme" content="light dark">
+    </head>
+
+    <body>
+        <h3><svg class="header"><use href="../shared_images/visibility_off.svg#icon"/></svg> Verdadera privacidad</h3>
+
+        <p>La única manera de evitar que se abuse de los datos es impedir que se recojan en primer lugar.
+            Cuando conectas a un sitio web, parte de la información que es necesaria para facilitar la conexión son transferidas al servidor.
+            Por ejemplo, el servidor recibirá tu dirección IP y un número de puerto, los cuales son necesarios, así sabe dónde enviar la respuesta.
+            Esta información es a menudo registrada por el servidor,
+            permitiendo al desarrollador del sitio web realizar informes mostrando las veces que ha sido cargada una web y cuántas diferentes direcciones IP accedieron a ella.</p>
+
+        <p>Sin embargo, la mayoría de operadores de un sitio web quieren rastrear tu navegación web a través de muchas webs, no sólo en un servidor.
+            Existen muchas técnicas que usan para conseguirlo. Algunas de ellas solicitan o colocan información extra en tu dispositivo que facilita este rastreo.
+            Casi todos los navegadores participarán voluntariamente en este rastreo sin informar al usuario de lo que están haciendo.
+            Navegador Privado está diseñado para ofrecerte todo el control posible de tu privacidad mientras navegas por internet.</p>
+
+
+        <h3><svg class="header"><use href="../shared_images/chrome_reader_mode.svg#icon"/></svg> Limitaciones del WebView de Android</h3>
+
+        <p>Navegador Privado usa el WebView que incorpora Android para interpretar los sitios web.
+            Existen algunas limitaciones en los controles que WebView expone para administrar la configuración de privacidad.
+            Por ejemplo, no es posible habilitar algunos comandos JavaScript mientras que se deshabilitan otros.
+            En el futuro, Navegador Privado cambiará a un WebView personalizado llamado <a href="https://www.stoutner.com/category/roadmap/">WebView Privado</a>.</p>
+    </body>
 </html>
\ No newline at end of file