diff options
| author | Matej Drobnič | 2025-06-29 16:50:56 +0200 |
|---|---|---|
| committer | GitHub | 2025-06-29 16:50:56 +0200 |
| commit | 4ed8594794691e5991c414337fd4ede7a9e857cc (patch) | |
| tree | f3c77fa81bf000f4b617c57536989ed4da051464 /res/values-es/strings.xml | |
| parent | f36a7c8e9d123c268c559a946304c45360b36810 (diff) | |
| download | unexpected-keyboard-4ed8594794691e5991c414337fd4ede7a9e857cc.tar.gz unexpected-keyboard-4ed8594794691e5991c414337fd4ede7a9e857cc.zip | |
Add option to also disable number entry layout (#1007)
Diffstat (limited to 'res/values-es/strings.xml')
| -rw-r--r-- | res/values-es/strings.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index a3556da..38b4a74 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -49,8 +49,10 @@ <string name="pref_switch_input_immediate_summary">Comportamiento de la tecla para cambiar diseño</string> <string name="pref_vibrate_custom">Vibración personalizada</string> <string name="pref_vibrate_duration_title">Intensidad de vibración</string> - <string name="pref_pin_entry_enabled_title">Diseño de introducción de PIN</string> - <string name="pref_pin_entry_enabled_summary">Para escribir cifras, fechas y números telefónicos</string> + <!-- <string name="pref_number_entry_title">Layout when typing numbers, dates and phone numbers</string> --> + <!-- <string name="pref_number_entry_layout_pin">PIN Entry</string> --> + <!-- <string name="pref_number_entry_layout_number">Number pane</string> --> + <!-- <string name="pref_number_entry_layout_normal">Use the main layout</string> --> <string name="pref_category_style">Estilo</string> <string name="pref_margin_bottom_title">Margen inferior</string> <string name="pref_keyboard_height_title">Altura del teclado</string> |
