diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-05-30 19:39:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 19:39:17 +0200 |
commit | 2428d4c0deb5d088112ed10391932acf325e84d5 (patch) | |
tree | 692b15264e45ea4cb59b7d45dfa47edd7d4af033 /app/src/main/res/values-fr/strings.xml | |
parent | 72ede314ef02dfc255b3a28b3540e6fef10da9ac (diff) |
Switch password authentication over to SSHJ (#811)
* Switch password authentication over to SSHJ
* Address review comments and refactor further
Diffstat (limited to 'app/src/main/res/values-fr/strings.xml')
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 5a295a92..eb234323 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -209,7 +209,8 @@ <string name="git_push_generic_error">Poussée rejetée par le dépôt distant, raison:</string> <string name="git_push_other_error">Pousser au dépôt distant sans avance rapide rejetée. Vérifiez la variable receive.denyNonFastForwards dans le fichier de configuration du répertoire de destination.</string> <string name="jgit_error_push_dialog_text">Une erreur s\'est produite lors de l\'opération de poussée:</string> - <string name="remember_the_passphrase">Se rappeler de la phrase secrète dans la configuration de l\'application (peu sûr)</string> + <string name="hotp_remember_clear_choice">Effacer les préférences enregistrées pour l’incrémentation HOTP</string> + <string name="git_operation_remember_passphrase">Se rappeler de la phrase secrète dans la configuration de l\'application (peu sûr)</string> <string name="hackish_tools">Outils de hack</string> <string name="commit_hash">Commettre la clé</string> <string name="crypto_extra_edit_hint">nom d\'utilisateur: quelque chose d\'autre contenu supplémentaire</string> |