diff options
| author | Ralf Luther <luther.ralf@gmail.com> | 2020-03-22 15:22:28 +0100 |
|---|---|---|
| committer | Ralf Luther <luther.ralf@gmail.com> | 2020-03-22 15:22:28 +0100 |
| commit | 8066faeeb626ffe26412920f82a8ceec1bf4c76e (patch) | |
| tree | e2e4d5a05e7ac8ed082b9e4a12b56de5f9aee298 | |
| parent | c40988cc170c39a70714786f416ebc2c5711f2ce (diff) | |
deviceparts: add some more strings
* add strings for fingerprint gestures on devices like the 5 series that have no in-screen sensor.
* shorten the DND string for the slider (too long for a bubble)
* rename Advanced to Advanced settings
| -rw-r--r-- | res/values/strings.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 96e8fd7..78e5712 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -17,7 +17,7 @@ <string name="app_name">DeviceParts</string> <string name="device_title">Additional device settings</string> <string name="device_summary">Adjust manufacturer-specific device settings</string> - <string name="advanced_settings">Advanced</string> + <string name="advanced_settings">Advanced settings</string> <string name="wake_entry">Wakeup</string> <string name="single_tap_title">Single tap</string> @@ -63,6 +63,18 @@ <string name="not_ready_summary">Resolving...</string> <string name="resolve_failed_summary">Resolving app failed</string> + <!-- fingerprnt gestures - NOT for in-screen sensors --> + <string name="fp_gesture_title">Fingerprint gestures</string> + <string name="fp_gesture_title_summary">Perform quick actions by swiping over the fp scanner</string> + <string name="category_fp_down_swipe_gesture">Fingerprint down swipe</string> + <string name="category_fp_up_swipe_gesture">Fingerprint up swipe</string> + <string name="category_fp_right_swipe_gesture">Fingerprint right swipe</string> + <string name="category_fp_left_swipe_gesture">Fingerprint left swipe</string> + <string name="category_fp_long_press_gesture">Fingerprint long press</string> + + <string name="fp_swipe_down_switch_title_head">AOSP Fingerprint swipe down gesture</string> + <string name="fp_swipe_down_switch_summary_head">Turn the default notification swipe down gesture on/off</string> + <!-- Vibrator options --> <string name="category_vibrator">Vibrator</string> <string name="vib_test">Test</string> @@ -86,7 +98,7 @@ <string name="slider_mode_priority">Priority only</string> <string name="slider_mode_silent">Silent</string> <string name="slider_mode_vibrate">Vibrate</string> - <string name="slider_mode_zen">Do Not Disturb</string> + <string name="slider_mode_zen">DND</string> <!-- Display/Graphics options --> <string name="graphics_title">Display</string> |
