diff options
| author | Jules Aguillon | 2022-06-24 22:00:23 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-06-24 22:00:23 +0200 |
| commit | ff01678ba688778d67f824a0be56634974c1b0e8 (patch) | |
| tree | a6878b95181c826daa515d8481d375a116b628ff /res/values-de | |
| parent | d74e8f3b0877570964715ff3d75435b5276cb69d (diff) | |
| download | unexpected-keyboard-ff01678ba688778d67f824a0be56634974c1b0e8.tar.gz unexpected-keyboard-ff01678ba688778d67f824a0be56634974c1b0e8.zip | |
Revert "Remove the vibration settings"
Bring back the "Vibration" option.
The duration option isn't added back because the vibration settings are
still handled by Android. In fact, the option has no effect if the
vibration are disabled in the system settings.
This partially reverts commit ef03dfed5c802a855c4655204eee39a8769cfed7.
Diffstat (limited to 'res/values-de')
| -rw-r--r-- | res/values-de/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index 585fd5a..4727f36 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -15,6 +15,8 @@ <string name="pref_swipe_dist_summary">Abstand der Zeichen in den Ecken der Tasten (%s)</string> <string name="pref_long_timeout_title">Zeitüberschreitung bei Tastenwiederholung</string> <string name="pref_long_interval_title">Intervall der Tastenwiederholung</string> + <string name="pref_vibrate_title">Vibration</string> + <string name="pref_vibrate_summary">Vibration bei Tastendruck ein-/ausschalten</string> <string name="pref_precise_repeat_title">Präzise Cursorsteuerung</string> <string name="pref_precise_repeat_summary">Geschwindigkeit der Tastenwiederholung durch weniger oder mehr Wischen anpassen</string> <string name="pref_lockable_keys_title">Sperrbare Hilfstasten</string> |
