]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Spanish translation for the remaining Guide sections provided by Jose A. León Becerra.
authorSoren Stoutner <soren@stoutner.com>
Wed, 25 Jan 2017 21:47:24 +0000 (14:47 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 25 Jan 2017 21:47:24 +0000 (14:47 -0700)
app/src/main/assets/es/guide_clear_and_exit.html
app/src/main/assets/es/guide_planned_features.html
app/src/main/assets/es/guide_tor.html
app/src/main/assets/es/guide_tracking_ids.html
app/src/main/assets/es/images/advertising_id.png [new file with mode: 0644]

index 1cab07965dd818835b849c9440c1f7c9e0ff78d6..58e5e4c692e1abc63c547e373beff104a47d0d12 100644 (file)
@@ -1,50 +1,52 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright 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.  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;
-    }
-
-    item {
-        color: BF360C;
-        font-weight: bold;
-    }
-</style>
-</head>
-
-<body>
-<h3>Cleaning Out the Cruft</h3>
-
-<p><strong>Clear and Exit</strong> does the following things:</p>
-
-<ul>
-    <li><item>Removes all cookies</item>.</li>
-    <li><item>Removes all DOM storage</item>.</li>
-    <li><item>Removes all form data</item>.</li>
-    <li><item>Clears the cache, including disk files</item>.</li>
-    <li><item>Clears the back/forward history</item>.</li>
-    <li><item>Clears any saved SSL certificate preferences</item> (SSL certificates with errors that are ignored).</li>
-    <li><item>Deletes the current URL</item>.</li>
-    <li><item>Destroys the internal state of the WebView</item>.</li>
-    <li><item>Closes Privacy Browser</item>. For Android Lollipop and newer (version >= 5.0 or API >= 21), Privacy Browser is also removed from the recent app list.</li>
-</ul>
-</body>
+    <head>
+        <style>
+            h3 {
+                color: 0D4781;
+            }
+
+            item {
+                color: BF360C;
+                font-weight: bold;
+            }
+        </style>
+    </head>
+
+    <body>
+        <h3>Eliminar y salir</h3>
+
+        <p><strong>Eliminar y salir</strong> hace lo siguiente:</p>
+
+        <ul>
+            <li><item>Elimina todas las cookies</item>.</li>
+            <li><item>Elimina todo el almacenamiento DOM</item>.</li>
+            <li><item>Elimina todos los datos de formulario</item>.</li>
+            <li><item>Borra la cach&eacute;, incluidos los archivos de disco</item>.</li>
+            <li><item>Borra el historial de atr&aacute;s/adelante</item>.</li>
+            <li><item>Borra las preferencias de certificado SSL guardadas</item> (certificados SSL con errores que se ignoran).</li>
+            <li><item>Elimina la URL actual</item>.</li>
+            <li><item>Destruye el estado interno del WebView</item>.</li>
+            <li><item>Cierra Navegador Privado</item>. Para Android Lollipop y m&aacute;s reciente (versi&oacute;n >= 5.0 o API >= 21), Navegador Privado tambi&eacute;n se elimina de la lista de aplicaciones recientes.</li>
+        </ul>
+    </body>
 </html>
\ No newline at end of file
index 84d9ebe1ea5a5c8d1c3196c527e8d81d884f050f..82d16a25e69e4ed06ae44820fe229976dc2e2b07 100644 (file)
@@ -1,46 +1,48 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright 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.  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;
-    }
-
-    strong {
-        color: BF360C;
-    }
-</style>
-</head>
-
-<body>
-<h3>The Best Is Yet to Come</h3>
-
-<p>Privacy Browser is still in its infancy.  Most of the best features are yet to be implemented.  They include the following:</p>
-
-<ul>
-    <li><strong>Fine grained controls for cookies and DOM storage</strong>.</li>
-    <li><strong>Automatically loading of privacy settings by URL</strong>.</li>
-    <li><strong>Encrypted sync between devices</strong>.</li>
-    <li><strong>Tabbed browsing</strong>.</li>
-</ul>
-
-<p>A full list of planned features and bug reports is available at <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">redmine.stoutner.com</a>.</p>
-</body>
+    <head>
+        <style>
+            h3 {
+                color: 0D4781;
+            }
+
+            strong {
+                color: BF360C;
+            }
+        </style>
+    </head>
+
+    <body>
+        <h3>Lo mejor est&aacute; por venir</h3>
+
+        <p>Navegador Privado a&uacute;n est&aacute; en su infancia. La mayor&iacute;a de sus mejores caracter&iacute;sticas est&aacute;n a&uacute;n por implementar. &Eacute;stas incluyen lo siguiente:</p>
+
+        <ul>
+            <li><strong>Controles muy precisos para cookies y almacenamiento DOM</strong>.</li>
+            <li><strong>Carga autom&aacute;tica de la configuración de privacidad por URL</strong>.</li>
+            <li><strong>Sincronizaci&oacute;n cifrada entre dispositivos</strong>.</li>
+            <li><strong>Navegaci&oacute;n por pesta&ntilde;as</strong>.</li>
+        </ul>
+
+        <p>Una lista completa de caracter&iacute;sticas planeadas e informe de errores est&aacute; disponible en <a href="https://redmine.stoutner.com/projects/privacy-browser/issues">redmine.stoutner.com</a>.</p>
+    </body>
 </html>
\ No newline at end of file
index 652281b539ce4b540ddd0f4aef41b496e14b592f..bb57d93aec0b4d2add47836bd0f03dc72b492cb1 100644 (file)
@@ -59,7 +59,7 @@
             Los peque&ntilde;os servidores web normalmente se basan en las direcciones IP para identificar la ubicaci&oacute;n de los usuarios que visitan su web. Tor es una buena soluci&oacute;n para ocultar la ubicaci&oacute;n del usuario de estos servidores.
             Pero las m&aacute;s grandes corporaciones que poseen medios sociales y redes de publicidad usan un perfil completo de informaci&oacute;n diseñado para rastrear a los usuarios a trav&eacute;s de los dispositivos y direcciones IP.
             Estos perfiles emplean una variedad de t&eacute;cnicas para identificar a los usuarios, incluyendo Javascript, cookies, IDs de seguimiento, y <a href="https://panopticlick.eff.org/">huellas del navegador</a>.
-            Debido a que la gran mayoría de p&aacute;ginas web en internet o cargan un anuncio de una de las principales redes, o integran iconos de medios sociales con su Javascript asociado,
+            Debido a que la gran mayoría de p&aacute;ginas web en internet, o cargan un anuncio de una de las principales redes, o integran iconos de medios sociales con su Javascript asociado,
             estas corporaciones han creado perfiles para casi todos los usuarios en l&iacute;nea y pueden rastrear su actividad en internet a trav&eacute;s de sitios que no est&aacute;n relacionados.</p>
 
         <p>Ellos rastrean cada sitio web visitado, todo lo que se compra, cada tarjeta de cr&eacute;dito que es usada para realizar una compra, cada direcci&oacute;n a la que se env&iacute;an los art&iacute;culos,
index d24932eec49fe7cd5600c163859ee42dc78989b5..450a2bb7901760b8dd6032b19b9276fcf8d71a3a 100644 (file)
@@ -1,67 +1,66 @@
 <!--
-  Copyright 2016 Soren Stoutner <soren@stoutner.com>.
+  Copyright 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.  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;
-    }
+    <head>
+        <style>
+            h3 {
+                color: 0D4781;
+            }
 
-    img.center {
-        display: block;
-        margin-left: auto;
-        margin-right: auto;
-    }
-</style>
-</head>
+            img.center {
+                display: block;
+                margin-left: auto;
+                margin-right: auto;
+            }
+        </style>
+    </head>
 
-<body>
-<h3>Do Not Track</h3>
+    <body>
+        <h3>No Rastrear</h3>
 
-<p>A few years ago the W3C (World Wide Web Consortium) created a mechanism for browsers to inform web servers that they would not like to be tracked.
-    This is accomplished by including a <a href="https://en.wikipedia.org/wiki/Do_Not_Track">DNT (Do Not Track) header</a> with web requests.
-    This header is enabled by default in Privacy Browser, although if desired it can be disabled in the settings.</p>
+        <p>Hace algunos a&ntilde;os la W3C (Consorcio Mundial de la Red) cre&oacute; un mecanismo para que los navegadores informaran a los servidores web que no les gustar&iacute;a ser rastreados.
+            Esto se logra incluyendo un <a href="https://en.wikipedia.org/wiki/Do_Not_Track">encabezado DNT (Do Not Track o No Rastrear)</a> con las solicitudes web.</p>
 
-<p>The DNT header doesn't really provide much privacy because most web servers ignore it. For example, Yahoo, Google, Microsoft, and Facebook
-    all ignore at least some DNT headers.</p>
+        <p>El encabezado DNT no provee realmente de mucha privacidad porque la mayor&iacute;a de servidores web lo ignoran. Por ejemplo, Yahoo, Google, Microsoft y Facebook, todos ellos ignoran al menos algunos encabezados DNT.</p>
 
 
-<h3>Advertisements</h3>
+        <h3>Anuncios</h3>
 
-<p>Privacy Browser Free includes a banner advertisement across the bottom of the screen that is populated by Google's
-    AdMob network.  By default, Google provides the <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">advertising ID</a>
-    of the device to the ads displayed through this network. This allows advertising companies to build a profile of
-    the device that show which apps are installed (that display ads), how often they are used, and which ads the user is interested in.</p>
+        <p>Navegador Privado Gratu&iacute;to incluye un anuncio de banner en la parte inferior de la pantalla que est&aacute; poblado por la red AdMob de Google.
+            Por defecto, Google proporciona el <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">ID publicitario</a> del dispositivo a los anuncios que se muestran a trav&eacute;s de esta red.
+            Esto permite a las compa&ntilde;&iacute;as publicitarias construir un perfil del dispositivo que muestre qu&eacute; aplicaciones est&aacute;n instaladas (que muestran anuncios),
+            la frecuencia con la que se utilizan y los anuncios en los que est&aacute; interesado el usuario.</p>
 
-<p>Users can choose to disable the advertising ID in <strong>Settings</strong>, <strong>Google</strong>, <strong>Ads</strong>.</p>
+        <p>Los usuarios pueden elegir deshabilitar el ID publicitario en <strong>Configuraci&oacute;n</strong>, <strong>Google</strong>, <strong>Anuncios</strong>.</p>
 
-<img class="center" src="../en/images/advertising_id.png" height="640" width="360">
+        <img class="center" src="images/advertising_id.png" height="640" width="360">
 
-<p>The purpose of the free version of Privacy Browser is to allow people to test the features of the app.  The standard version can be purchased
-    on the major app stores or downloaded for free from
-    <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.</p>
+        <p>El prop&oacute;sito de la versi&oacute;n gratu&iacute;ta de Navegador Privado es la de permitir a la gente probar las caracter&iacute;sticas de la aplicaci&oacute;n.
+            La versi&oacute;n est&aacute;ndar se puede comprar en las principales tiendas de aplicaciones o descargarse gratuitamente de <a href="https://f-droid.org/repository/browse/?fdfilter=privacy+browser&fdid=com.stoutner.privacybrowser.standard">F-Droid</a>.
 
 
-<h3>Verizon Tracking Headers</h3>
+        <h3>Encabezado de Rastreo de Verizon</h3>
 
-<p>Verizon, one of the major mobile carriers in the United States, adds a unique tracking header to all HTTP traffic on their network.  The Electronic Frontier
-    Foundation has written about the <a href="https://www.eff.org/deeplinks/2014/11/verizon-x-uidh">privacy implications of this practice</a>.  Due to public pressure
-    Verizon has created a way to <a href="http://www.clark.com/how-opt-out-verizons-super-cookie-tracking">opt out of this tracking</a>.</p>
-</body>
+        <p>Verizon, una de las principales compa&ntilde;&iacute;as de telefon&iacute;a m&oacute;vil en los Estados Unidos, agrega un encabezado de rastreo &uacute;nico a todo el tr&aacute;fico HTTP sin cifrar en su red.
+            La EFF (Fundaci&oacute;n de Frontera Electr&oacute;nica) ha escrito sobre las <a href="https://www.eff.org/deeplinks/2014/11/verizon-x-uidh">implicaciones de privacidad de esta pr&aacute;ctica</a>.
+            Debido a la presi&oacute;n p&uacute;blica Verizon ha creado una manera de <a href="http://www.clark.com/how-opt-out-verizons-super-cookie-tracking">optar por evitar este rastreo</a>.</p>
+    </body>
 </html>
\ No newline at end of file
diff --git a/app/src/main/assets/es/images/advertising_id.png b/app/src/main/assets/es/images/advertising_id.png
new file mode 100644 (file)
index 0000000..66efaaf
Binary files /dev/null and b/app/src/main/assets/es/images/advertising_id.png differ