aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/values-fr/strings_activity_input_password.xml
blob: 17f78cdd6f1884bf060c52737c6972ad596eb48c (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
<?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_input_password">Entrer le mot de passe pour le réseau</string>

    <!-- Strings related to login -->
    <string name="prompt_email">Email</string>
    <string name="prompt_password">Mot de passe</string>
    <string name="action_sign_in_register"><b>S\'identifier</b> ou s\'enregistrer</string>
    <string name="action_sign_in_short">S\'identifier</string>
    <string name="menu_forgot_password">Récupérer un mot de passe perdu</string>
    <string name="login_progress_signing_in">Identification&#8230;</string>
    <string name="error_invalid_email">Cette adresse email est invalide</string>
    <string name="error_invalid_password">Ce mot de passe est trop court</string>
    <string name="error_incorrect_password">Ce mot de passe est incorrect</string>
    <string name="error_field_required">Ce champ est obligatoire</string>
</resources>