]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/assets/de/contributors.html
Release 1.11.
[PrivacyCell.git] / app / src / main / assets / de / contributors.html
1 <!--
2   SPDX-License-Identifier: GPL-3.0-or-later
3   SPDX-FileCopyrightText: 2021, 2025 Soren Stoutner <soren@stoutner.com>
4
5   Translation 2021 Bernhard G. Keller.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
6
7   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell/>.
8
9   This program is free software: you can redistribute it and/or modify it under
10   the terms of the GNU General Public License as published by the Free Software
11   Foundation, either version 3 of the License, or (at your option) any later
12   version.
13
14   This program is distributed in the hope that it will be useful, but WITHOUT
15   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16   FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
17   details.
18
19   You should have received a copy of the GNU General Public License along with
20   this program.  If not, see <https://www.gnu.org/licenses/>. -->
21
22 <html lang="de">
23     <head>
24         <meta charset="UTF-8">
25
26         <link rel="stylesheet" href="../css/theme.css">
27
28         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
29         <meta name="color-scheme" content="light dark">
30
31         <title>Contributors</title>
32     </head>
33
34     <body>
35         <h3>Leitender Entwickler</h3>
36         <p>Privacy Cell wird primär von <a href="mailto:soren@stoutner.com">Soren Stoutner</a> entwickelt.</p>
37
38         <h3>Übersetzer</h3>
39         <a href="mailto:kevinliste@framalistes.org">Kévin L.</a>: Französisch<br/>
40         Bernhard G. Keller: Deutsch<br/>
41         Francesco Buratti: Italienisch<br/>
42         Jose A. León: Spanisch
43
44         <br/>
45         <p>Mitwirkung ist willkommen in Form von <a href="https://www.stoutner.com/privacy-cell/contributors/">Code und Übersetzung</a>.</p>
46     </body>
47 </html>