From 05d8b60c0616a69d91e8bcec600804f32c895c79 Mon Sep 17 00:00:00 2001 From: thesoundofom <45923716+thesoundofom@users.noreply.github.com> Date: Tue, 5 Feb 2019 03:33:28 -0500 Subject: [PATCH] Update Localizable.strings (#875) Add missing French localization for toolbar items, for action toolbar dropdown, and for accessibility permission notification. --- MacPass/fr.lproj/Localizable.strings | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MacPass/fr.lproj/Localizable.strings b/MacPass/fr.lproj/Localizable.strings index 0d605b49..8c950202 100644 --- a/MacPass/fr.lproj/Localizable.strings +++ b/MacPass/fr.lproj/Localizable.strings @@ -39,12 +39,13 @@ "NEW_DATABASE" = "Base de données"; "OPEN_URL" = "Ouvrir URL"; "PERFORM_AUTOTYPE_FOR_ENTRY" = "Saisie automatique"; +"TOOLBAR_PERFORM_AUTOTYPE_FOR_ENTRY" = "Saisie automatique"; "PREVIEW" = "Aperçu"; "PASSWORD_GENERATOR_SET_DEFAULTS" = "Utiliser par défaut"; "PASSWORD_GENERATOR_RESET_ENTRY_DEFAULTS" = "Réinitialiser"; "TRASH_ENTRY" = "Effacer entrée"; "TRASH_GROUP" = "Effacer groupe"; -"SHOW_HISTORY" = "SHOW_HISTORY"; +"SHOW_HISTORY" = "Afficher l'historique"; /* @@ -98,6 +99,9 @@ /* Dock Badge */ "CLEARING_PASTEBOARD" = "…"; +/* Notification: Autotype failed, MacPass has no permission to send key strokes */ +"AUTOTYPE_NOTIFICATION_MACPASS_HAS_NO_ACCESSIBILTY_PERMISSIONS" = "Autorisation accessibilité manquant, saisie automatique désactivé."; + /* Group Inspector */ /* Autotype Combobox */ "AUTOTYPE_NO" = "Désactiver la saisie automatique";