aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-fr/strings.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-01-10 00:31:03 +0530
committerGitHub <noreply@github.com>2022-01-09 19:01:03 +0000
commitcfceb38ee72896dad3701dcf3f12d8480166e009 (patch)
treebf6fca975c92e2756d0a5cb6a527300193cbc7ea /app/src/main/res/values-fr/strings.xml
parent35155e55841bc87b2c0e0dc577e1433041b44bc5 (diff)
Fix a bunch of Lint warnings and errors (#1655)
* autofill-parser: add missing `@RequiresApi` annotations * app: remove unused strings and sync with Crowdin * app: remove unused chip_text_color selector * app: remove unused capitalization_type_values array * app: add `PendingIntent.FLAG_IMMUTABLE` flag where required
Diffstat (limited to 'app/src/main/res/values-fr/strings.xml')
-rw-r--r--app/src/main/res/values-fr/strings.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 86ad9793..732bfe94 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -231,7 +231,6 @@
<string name="sdcard_root_warning_remove_everything">Tout supprimer</string>
<string name="git_abort_and_push_title">Abandonner et pousser</string>
<string name="biometric_prompt_title">Identification biométrique</string>
- <string name="biometric_auth_error">Échec de l\'authentification</string>
<string name="biometric_auth_error_reason">Échec de l\'authentification : %s</string>
<string name="pref_biometric_auth_title">Activer l\'authentification biométrique</string>
<string name="pref_biometric_auth_summary">Lorsque cette option est activée, Password Store vous demandera votre empreinte digitale au lancement</string>
@@ -318,7 +317,6 @@
<!-- GPG key selection in folder creation -->
<string name="folder_creation_err_file_exists">Un fichier portant ce nom existe déjà</string>
<string name="folder_creation_err_folder_exists">Un dossier portant ce nom existe déjà</string>
- <string name="xkpwgen_extrachars_label">Chiffres(d)/Symboles(s)</string>
<!-- Onboarding flow -->
<string name="repository_n_location">Emplacement du dépôt \n</string>
<string name="let_s_go">Allons-y</string>