]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/es/guide_overview.html
Updates about_licenses, adding the full text of the Apache License 2.0 and the 3...
[PrivacyBrowserAndroid.git] / app / src / main / assets / es / guide_overview.html
index 6470e9e8f8e7f737a27be1c5402eba7b13abc0ce..03628f1d767e02dc619b7c015c296a6feca163a3 100644 (file)
@@ -1,48 +1,53 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
 
-  This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
+  Translation 2017 Jose A. León Becerra <emails@joseleon.me>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
 
-  Privacy Browser is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation, either version 3 of the License, or
-  (at your option) any later version.
+  Este archivo es parte de Navegador Privado (Privacy Browser) <https://www.stoutner.com/privacy-browser>.
 
-  Privacy Browser is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
+  Navegador Privado (Privacy Browser) es software libre: puedes redistribuirlo y/o modificarlo
+  bajo los términos de la Licencia Pública General GNU, como se ha publicado por
+  la Fundación del Software Libre, tanto la versión 3 de la Licencia, o
+  (a su opción) cualquier versión posterior.
 
-  You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  Navegador Privado (Privacy Browser) es distribuído con la esperanza de que será útil,
+  pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de
+  MERCANTILIDAD o APTITUD PARA UN PROPÓSITO PARTICULAR.  Vea la
+  Licencia Pública General para más detalles.
+
+  Usted debería haber recibido una copia de la Licencia Pública General GNU
+  junto con Navegador Privado (Privacy Browser).  Si no es así, vea <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">
+        <style>
+            h3 {
+                color: 0D4781;
+            }
+        </style>
+    </head>
+
+    <body>
+        <h3>Verdadera privacidad</h3>
+
+        <p>Navegador Privado está diseñado para ofrecerte todo el control posible de tu privacidad mientras navegas por internet.
+            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 ofrecer al usuario toda la información y control sobre estas técnicas de rastreo como sea posible.</p>
+
+
+        <h3>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/february-2017-roadmap/">WebView Privado</a>.</p>
+    </body>
 </html>
\ No newline at end of file