]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/free/res/values-fr/strings.xml
Release 3.9.
[PrivacyBrowserAndroid.git] / app / src / free / res / values-fr / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!--
4   Copyright © 2015-2019 Soren Stoutner <soren@stoutner.com>.
5
6   Translation 2019 Kévin L. <kevinliste@framalistes.org>.  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 <!-- `tools:ignore="MissingTranslation"` allows release APKs to be built if translation strings are missing.  The missing strings will fall back to English. -->
24 <resources
25     xmlns:tools="http://schemas.android.com/tools"
26     tools:ignore="MissingTranslation" >
27
28     <!-- Activities. -->
29     <string name="privacy_browser">Privacy Browser Free</string>
30
31     <!-- Create Home Screen Shortcut Alert Dialog. -->
32     <string name="open_with_privacy_browser">Ouvrir avec Privacy Browser Free.</string>
33
34     <!-- Ad Consent. -->
35     <string name="ad_consent_text">Privacy Browser Free affiche une bannière publicitaire en bas de l\'écran.
36          Ces annonces proviennent des fournisseurs de Google couramment utilisés et sont configurées pour être non personnalisées.
37          \n\nLa version standard de Privacy Browser ne contient pas d\'annonces d\'applications.</string>
38     <string name="close_browser">Fermer le navigateur</string>
39     <string name="accept_ads">Accepter les annonces</string>
40 </resources>