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-es/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-es/strings.xml')
| -rw-r--r-- | res/values-es/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 85a2d0d..c54106b 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -45,6 +45,8 @@ <string name="pref_switch_input_immediate_summary">Comportamiento de la tecla para cambiar formatos</string> <string name="pref_vibrate_title">Vibración</string> <string name="pref_vibrate_summary">Habilitar/deshabilitar vibración al presionar una tecla</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">Estilo</string> <string name="pref_margin_bottom_title">Margen del pie</string> <string name="pref_keyboard_height_title">Altura del teclado</string> |
