aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/values-fr/strings_activity_input_password.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/res/values-fr/strings_activity_input_password.xml')
-rw-r--r--app/res/values-fr/strings_activity_input_password.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/app/res/values-fr/strings_activity_input_password.xml b/app/res/values-fr/strings_activity_input_password.xml
new file mode 100644
index 0000000..17f78cd
--- /dev/null
+++ b/app/res/values-fr/strings_activity_input_password.xml
@@ -0,0 +1,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>