diff options
| author | Jules Aguillon | 2024-01-09 00:43:28 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-01-09 00:43:28 +0100 |
| commit | 73267d68fb3ba04a5233a605a10969a8a9052961 (patch) | |
| tree | 632a6b81fe9360f0de7a8215b52548330d2b35ee /res/values-es | |
| parent | 3f2f3177dafab4e44a827f8614f3731a177ae281 (diff) | |
| download | unexpected-keyboard-73267d68fb3ba04a5233a605a10969a8a9052961.tar.gz unexpected-keyboard-73267d68fb3ba04a5233a605a10969a8a9052961.zip | |
Revert "Remove the vibration settings"
This reverts commits ef03dfed5c802a855c4655204eee39a8769cfed7 and
ff01678ba688778d67f824a0be56634974c1b0e8.
The "vibration duration" slider is bought back.
The "vibration enabled" option is replaced by "custom vibration", which switch between the system haptic feedback or the custom vibration.
The slider is greyed when "custom vibration" is unchecked and is
allowed to have a value of 0 to disable vibrations within the app.
The intermediate values "light", "medium" and "strong" are removed and
no migration of the setting is made.
Diffstat (limited to 'res/values-es')
| -rw-r--r-- | res/values-es/strings.xml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index d8b7ea9..077111c 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -42,8 +42,8 @@ <string name="pref_autocapitalisation_summary">Presionar Mayús al principio de una oración</string> <string name="pref_switch_input_immediate_title">Cambiar al último teclado usado</string> <string name="pref_switch_input_immediate_summary">Comportamiento de la tecla para cambiar diseño</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_vibrate_custom">Custom vibration</string> --> + <!-- <string name="pref_vibrate_duration_title">Vibration intensity</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_category_style">Estilo</string> @@ -69,11 +69,6 @@ <string name="pref_swipe_dist_e_very_far">Muy larga</string> <string name="pref_key_horizontal_space">Espaciado horizontal entre las teclas</string> <string name="pref_key_vertical_space">Espaciado vertical entre las teclas</string> - <string name="pref_vibration_e_disabled">Deshabilitada</string> - <string name="pref_vibration_e_system">Igual al sistema</string> - <string name="pref_vibration_e_strong">Fuerte</string> - <string name="pref_vibration_e_medium">Media</string> - <string name="pref_vibration_e_light">Suave</string> <string name="key_action_next">Siguiente</string> <string name="key_action_done">Hecho</string> <string name="key_action_go">Ir</string> |
