diff options
| author | Jules Aguillon | 2023-07-29 17:29:45 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-07-29 17:29:45 +0200 |
| commit | fce8ff7ce2920861804ccfd3e3e7cb0ff3165a33 (patch) | |
| tree | 0f870b212d01b51906e2d0c44af50b3ecbe7f531 /res/values-fr/strings.xml | |
| parent | d1f0d5a7bf99e36bb7c7aa082d208bb54e73c118 (diff) | |
| download | unexpected-keyboard-fce8ff7ce2920861804ccfd3e3e7cb0ff3165a33.tar.gz unexpected-keyboard-fce8ff7ce2920861804ccfd3e3e7cb0ff3165a33.zip | |
Add option to disable pin entry layout
The pin entry layout might be inferior for some usecases and people
might be more used to the numeric layout.
Diffstat (limited to 'res/values-fr/strings.xml')
| -rw-r--r-- | res/values-fr/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 5398563..4619ca4 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -45,6 +45,8 @@ <string name="pref_switch_input_immediate_summary">Comportement de la touche de changement de clavier</string> <string name="pref_vibrate_title">Vibreur</string> <string name="pref_vibrate_summary">Vibration a chaque touche</string> + <!-- <string name="pref_pin_entry_enabled_title">Pin entry layout</string> --> + <!-- <string name="pref_pin_entry_enabled_summary">When typing numbers, dates and phone numbers</string> --> <string name="pref_category_style">Style</string> <string name="pref_margin_bottom_title">Marge du bas</string> <string name="pref_keyboard_height_title">Hauteur du clavier</string> |
