From 43cb468dd4af0b522d91d782ce61461d9d6c9d31 Mon Sep 17 00:00:00 2001 From: Stéphane D'Alu Date: Mon, 2 Jan 2017 19:32:36 +0100 Subject: Pref i18n (#258) * preference i18n * wrong key --- app/src/main/res/values-fr/strings.xml | 2 ++ app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/preference.xml | 6 +++--- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 74ba7288..8bcb8cca 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -118,6 +118,7 @@ Message : \n Filtre récursif Cherche le mot de passe dans tous les sous-répertoires du répertoire actuel. + Saisie automatique Saisie automatique Tapez OK pour aller dans les paramètres d\'Accessibilité. Puis, choisissez \"Password Store\" dans \"Services\", ensuite utilisez le boutton dans le coin supérieur droit pour activer/désactiver la saisie automatique. Lorsque le service est activé une fenêtre de dialogue apparaitra lorsque vous cliquez sur un champ de type mot de passe. @@ -127,6 +128,7 @@ Correspondance automatique par défaut Default to \"Automatically match\" for apps without custom settings. Otherwise, \"Never match.\" Toujours montrer la fenêtre de dialogue + Divers Effacer le presse-papier 20 fois Enregistre des informations absurdes dans le presse-papier 20 fois à la place d\'une seule. Utile sur les téléphones Samsung qui disposent d\'un historique du presse-papier. Supprime le dépot local (caché) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ba377a0b..1bc6d9cc 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -118,6 +118,7 @@ Message : \n Recursive filtering Recursively find passwords of the current directory. + Autofill Enable autofill Tap OK to go to Accessibility settings. There, tap Password Store under Services then tap the switch in the top right to turn it on or off. Once the service is on, a dialog will appear when you click on a password field in an app if a matching password for the app exists. @@ -127,6 +128,7 @@ Automatically match by default Default to \'Automatically match\' for apps without custom settings. Otherwise, \'Never match.\' Always show dialog + Misc Clear clipboard 20 times Store nonsense in the clipboard 20 times instead of just once. Useful on Samsung phones that feature clipboard history. Deletes local (hidden) repository diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index b605058c..09b026d1 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -62,7 +62,7 @@ android:title="@string/pref_recursive_filter" /> - + - + - \ No newline at end of file + -- cgit v1.2.3