aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/values-fr/strings_activity_settings.xml
blob: 6e8610b62ead497b10c12877e0a760e267617d2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <!--
        RepWifiApp is Copyright 2017 Filippo "Fil" Bergamo <fil.bergamo@riseup.net>
        French translation is Copyright (C) 2017  Nicola Spanti

        This file is part of RepWifiApp.
        RepWifiApp is free software: you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.

        RepWifiApp is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with RepWifiApp.  If not, see <http://www.gnu.org/licenses/>.
    -->

    <string name="title_activity_settings">Paramètres</string>

    <!-- Strings related to Settings -->


    <!-- Example General settings -->
    <string name="pref_header_general">Général</string>
    <string name="pref_title_social_recommendations">Activer les recommendations sociales</string>
    <string name="pref_description_social_recommendations">Recommendations pour que les gens puissent vous contacter en se basant sur votre historique de messages</string>
    <string name="pref_title_display_name">Afficher le nom</string>
    <string name="pref_default_display_name">John Smith</string>
    <string name="pref_title_add_friends_to_messages">Ajouter des ami·e·s aux messages</string>

    <string-array name="pref_example_list_titles">
        <item>Toujours</item>
        <item>Quand c\'est possible</item>
        <item>Jamais</item>
    </string-array>

    <!-- Example settings for Data & Sync -->
    <string name="pref_header_data_sync">Données &amp; synchronisation</string>
    <string name="pref_title_sync_frequency">Fréquence de la synchronisation</string>

    <string-array name="pref_sync_frequency_titles">
        <item>15 minutes</item>
        <item>30 minutes</item>
        <item>1 heure</item>
        <item>3 heures</item>
        <item>6 heures</item>
        <item>Jamais</item>
    </string-array>

    <string name="pref_title_system_sync_settings">Paramètres de la synchronisation système</string>

    <!-- Example settings for Notifications -->
    <string name="pref_header_notifications">Notifications</string>
    <string name="pref_title_new_message_notifications">Nouveaux messages de notifications</string>
    <string name="pref_title_ringtone">Sonnerie</string>
    <string name="pref_ringtone_silent">Muet</string>
    <string name="pref_title_vibrate">Vibrer</string>
</resources>