diff options
author | حسين <zidhussein@gmail.com> | 2018-12-25 14:39:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-25 14:39:32 +0000 |
commit | 81aff5d870af5da4b16cc5ed455106dd58aefd54 (patch) | |
tree | 69923380f3522b603d5041e72f65335e5ff0a0dd /app/src/main/res/values-fr/strings.xml | |
parent | 62954ee78f007545d7630d74c9e11ede90627309 (diff) |
Commit messages (#455)
* use full password path in add/edit git commit message
* commit strings are format strings
* use format strings in other languages
* use move/rename commit message
Diffstat (limited to 'app/src/main/res/values-fr/strings.xml')
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 0f4b427d..a3905ced 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -18,9 +18,8 @@ <string name="delete_dialog_text">Êtes-vous sûr de vouloir supprimer le mot de passe /"</string> <!-- git commits --> - <string name="add_commit_text">[ANDROID PwdStore] Ajouter  </string> - <string name="edit_commit_text">[ANDROID PwdStore] Editer  </string> - <string name="from_store">  depuis le dépôt.</string> + <string name="git_commit_add_text">Ajouter %1$s depuis le dépôt.</string> + <string name="git_commit_edit_text">Editer %1$s depuis le dépôt.</string> <!-- PGPHandler --> <string name="provider_toast_text">Aucun prestataire OpenPGP sélectionné !</string> |