]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/assets/es/about_contributors.html
Exit back to the main activity when deleting a directly accessed domain setting....
[PrivacyBrowserAndroid.git] / app / src / main / assets / es / about_contributors.html
index 2d3619df4b979f7eaadf16b1dc051c89dddb077c..0057c4dcaedf5e26ea05a6489a8ad47692e9b5c7 100644 (file)
@@ -1,5 +1,7 @@
 <!--
-  Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2016-2020 Soren Stoutner <soren@stoutner.com>.
+
+  Translation 2017-2020 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>.
 
 
 <html>
     <head>
-        <style>
-            h3 {
-                color: 0D4781;
-            }
-        </style>
+        <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>Principle Developers</h3>
-        <p>Privacy Browser is primarily developed by <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
+        <h3>Desarrollador principal</h3>
+        <p>Navegador Privado es desarrollado principalmente por <a href="mailto:soren@stoutner.com">Soren Stoutner</a>.</p>
 
         <h3>Programadores</h3>
+        <a href="mailto:lianergoist@vongriffen.dk">Thomas Jensen</a><br/>
         Hendrik Knackstedt
 
-        <h3>Contributors</h3>
-        <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>: German<br/>
-        <a href="mailto:emails@joseleon.me">Jose A. Le&oacute;n Becerra</a>: Spanish<br/>
-        Francesco Buratti: Italian
+        <h3>Traductores</h3>
+        Jose A. León: Español<br/>
+        <a href="mailto:mochileiro2006-trilhas@yahoo.com.br">Thiago Nazareno Conceição Silva de Jesus</a>: Portugués brasileño<br/>
+        <a href="mailto:kevinliste@framalistes.org">Kévin LE FLOHIC</a>: Francés<br/>
+        Bernhard G. Keller: Alemán<br/>
+        Francesco Buratti: Italiano
 
+        <h3>Traductores anteriores</h3>
+        Stefan Erhardt: Alemán<br/>
+        <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>: Alemán
+
+        <br/>
         <br/>
-        <p>Contributors are welcome to submit both <a href="https://www.stoutner.com/privacy-browser/contributors/">code and translations</a>.</p>
+        <p>Los colaboradores son bienvenidos para enviar tanto <a href="https://www.stoutner.com/privacy-browser/contributors/">código como traducciones</a>.</p>
     </body>
 </html>
\ No newline at end of file