]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/de/about_contributors.html
Fix the bookmarks dialogs to align the icons and the radio buttons. https://redmine...
[PrivacyBrowserAndroid.git] / app / src / main / assets / de / about_contributors.html
1 <!--
2   Copyright © 2016-2021 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2019-2020 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   Translation 2016 Aaron Gerlach <aaron@gerlach.com>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
7
8   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
9
10   Privacy Browser is free software: you can redistribute it and/or modify
11   it under the terms of the GNU General Public License as published by
12   the Free Software Foundation, either version 3 of the License, or
13   (at your option) any later version.
14
15   Privacy Browser is distributed in the hope that it will be useful,
16   but WITHOUT ANY WARRANTY; without even the implied warranty of
17   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18   GNU General Public License for more details.
19
20   You should have received a copy of the GNU General Public License
21   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
22
23 <html>
24     <head>
25         <meta charset="UTF-8">
26
27         <link rel="stylesheet" href="../css/theme.css">
28
29         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
30         <meta name="color-scheme" content="light dark">
31     </head>
32
33     <body>
34         <h3>Leitender Entwickler</h3>
35         <p>Privacy Browser wird primär von <a href="mailto:soren@stoutner.com">Soren Stoutner</a> entwickelt.</p>
36
37         <h3>Weitere Entwickler</h3>
38         <a href="mailto:lianergoist@vongriffen.dk">Thomas Jensen</a><br/>
39         Hendrik Knackstedt
40
41         <h3>Mitwirkende</h3>
42         Bernhard G. Keller: Deutsch<br/>
43         <a href="mailto:mochileiro2006-trilhas@yahoo.com.br">Thiago Nazareno Conceição Silva de Jesus</a>: Brasilianisches Portugiesisch<br/>
44         <a href="mailto:kevinliste@framalistes.org">Kévin L.</a>: Französisch<br/>
45         Francesco Buratti: Italienisch<br/>
46         Jose A. León: Spanisch
47
48         <h3>Frühere Mitwirkende</h3>
49         Stefan Erhardt: Deutsch<br/>
50         <a href="mailto:aaron@gerlach.com">Aaron Gerlach</a>: Deutsch
51
52         <br/>
53         <br/>
54         <p>Mitwirkung ist willkommen in Form von <a href="https://www.stoutner.com/privacy-browser/contributors/">Code und Übersetzung</a>.</p>
55     </body>
56 </html>