]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/fr/about_privacy_policy.html
Fix the bookmarks dialogs to align the icons and the radio buttons. https://redmine...
[PrivacyBrowserAndroid.git] / app / src / main / assets / fr / about_privacy_policy.html
1 <!--
2   Copyright © 2016-2018,2020-2021 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2019 Kévin L. <kevinliste@framalistes.org>.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
7
8   Privacy Browser is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <meta charset="UTF-8">
24
25         <link rel="stylesheet" href="../css/theme.css">
26
27         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
28         <meta name="color-scheme" content="light dark">
29     </head>
30
31     <body>
32         <h3>Privacy Browser</h3>
33         <p><strong class="red">Privacy Browser ne collecte aucune information sur l'utilisateur.</strong></p>
34
35
36         <h3>Google Play</h3>
37         <p>Google Play a sa <a href="https://www.google.com/intl/en/policies/privacy/"> propre règle de confidentialité </a>.
38              Google fournit aux développeurs des <em>informations d'installation récapitulatives et anonymisées</em>, notamment le nombre d'installations organisées selon les catégories suivantes.</p>
39         <ul>
40             <li><item>Version d'Android</item> (ex. Android 7.1)</li>
41             <li><item>Terminal</item> (ex. Samsung Galaxy S6 [zeroflte])</li>
42             <li><item>Tablettes</item> (ex. Tablettes 10" et plus)</li>
43             <li><item>Pays</item> (ex. France)</li>
44             <li><item>Langage</item> (ex. Français [Canada])</li>
45             <li><item>Version d'Application</item> (ex. 14)</li>
46             <li><item>Opérateur</item> (eg. Orange - FR)</li>
47         </ul>
48
49
50         <h3>Notes Google Play</h3>
51         <p>Google Play a sa <a href="https://www.google.com/intl/en/policies/privacy/">propre règle de confidentialité </a>.
52              Google fournit aux développeurs des <em>résumés anonymisés</em> des informations suivantes relatives aux évaluations des utilisateurs.</p>
53         <ul>
54             <li><item>Pays</item> (ex. France)</li>
55             <li><item>Langage</item> (ex. Français [Canada])</li>
56             <li><item>Version d'Application</item> (ex. 14)</li>
57             <li><item>Version d'Android</item> (ex. Android 7.1)</li>
58             <li><item>Terminal</item> (ex. Samsung Galaxy S6 [zeroflte])</li>
59             <li><item>Tablettes</item> (ex. Tablettes 10" et plus)</li>
60         </ul>
61
62
63         <h3>Avis Google Play</h3>
64         <p>Google Play a sa <a href="https://www.google.com/intl/en/policies/privacy/">propre règle de confidentialité</a>.
65              Outre le nom du réviseur, l'évaluation et le texte de la révision (tous disponibles publiquement), Google fournit au développeur tout ou partie des informations suivantes.</p>
66         <ul>
67             <li><item>Code de Version</item> (ex. 7)</li>
68             <li><item>Nom de Version</item> (ex. 1.6)</li>
69             <li><item>Version d'Android</item> (ex. Android 7.1)</li>
70             <li><item>Terminal</item> (ex. Samsung Galaxy S6 [zeroflte])</li>
71             <li><item>Constructeur</item> (ex. Samsung)</li>
72             <li><item>Type de terminal</item> (ex. Phone)</li>
73             <li><item>La marque du processeur</item> (ex. Samsung)</li>
74             <li><item>Le modèle de processeur</item> (ex. Exynos 7420)</li>
75             <li><item>Densité d'affichage</item> (ex. 560 dpi)</li>
76             <li><item>Taille d'écran</item> (ex. 2560 x 1440)</li>
77             <li><item>RAM</item> (ex. 4096 MB)</li>
78             <li><item>Plateforme native</item> (ex. armeabi-v7a,armeabi,arm64v8a)</li>
79             <li><item>Version OpenGL ES</item> (ex. 3.1)</li>
80             <li><item>Langage du terminal</item> (ex. English)</li>
81         </ul>
82
83
84         <h3>Communications directes</h3>
85         <p>Les utilisateurs peuvent choisir d'envoyer des communications directes à Stoutner, telles que des courriels et des commentaires sur <a href="https://www.stoutner.com/">stoutner.com</a>.</p>
86
87
88         <h3>Utilisation de l'information</h3>
89         <p><strong class="blue">Stoutner peut utiliser ces informations pour contribuer au développement de Privacy Browser et communiquer le statut du projet aux utilisateurs.</strong>
90              <strong class="red"> Stoutner ne vendra jamais ces informations ni ne les transférera à des tiers qui les utiliseraient à des fins publicitaires ou marketing.</strong> </p>
91
92         <hr />
93         <p style="text-align: center;"><em>Revision 1.7, 14 Mai 2019</em></p>
94     </body>
95 </html>