Merge "Implement trackpad settings UI"

This commit is contained in:
Daniel Huang
2022-12-21 03:46:40 +00:00
committed by Android (Google) Code Review
21 changed files with 728 additions and 0 deletions

View File

@@ -3662,6 +3662,53 @@
<!-- Title for the 'Virtual keyboards for work' preference. [CHAR LIMIT=45] -->
<string name="virtual_keyboards_for_work_title">On-screen keyboard for work</string>
<!-- Title for the button to trigger the 'trackpad settings' page if only connect with a touchpad. [CHAR LIMIT=35] -->
<string name="trackpad_settings">Touchpad</string>
<!-- Title for the button to trigger the 'trackpad settings' page if connect with a touchpad and a mouse. [CHAR LIMIT=35] -->
<string name="trackpad_mouse_settings">Touchpad &amp; mouse</string>
<!-- Summary text for the 'trackpad settings' page. [CHAR LIMIT=100] -->
<string name="trackpad_settings_summary">Pointer speed, gestures</string>
<!-- Title text for 'Tap to click'. [CHAR LIMIT=35] -->
<string name="trackpad_tap_to_click">Tap to click</string>
<!-- Title text for 'Touchpad gestures' [CHAR LIMIT=35] -->
<string name="trackpad_touchpad_gesture_title">Touchpad gestures</string>
<!-- Summary text for 'Touchpad gestures' [CHAR LIMIT=60] -->
<string name="trackpad_touchpad_gesture_summary">Customize individual touchpad navigation gestures</string>
<!-- Title text for 'Reverse scrolling' [CHAR LIMIT=35] -->
<string name="trackpad_reverse_scrolling_title">Reverse scrolling</string>
<!-- Summary text for 'Reverse scrolling' [CHAR LIMIT=60] -->
<string name="trackpad_reverse_scrolling_summary">Content moves up when you scroll down</string>
<!-- Title text for 'Bottom-right tap' [CHAR LIMIT=35] -->
<string name="trackpad_bottom_right_tap_title">Bottom-right tap</string>
<!-- Summary text for 'Bottom-right tap' [CHAR LIMIT=60] -->
<string name="trackpad_bottom_right_tap_summary">Tap the bottom right corner of the touchpad for more options</string>
<!-- Title text for 'Pointer speed'. [CHAR LIMIT=35] -->
<string name="trackpad_pointer_speed">Pointer speed</string>
<!-- Title for the button to trigger the 'touch gesture' education. [CHAR LIMIT=35] -->
<string name="trackpad_touch_gesture">Learn touchpad gestures</string>
<!-- Title text for 'Go back' [CHAR LIMIT=35] -->
<string name="trackpad_go_back_title">Go back</string>
<!-- Summary text for 'Go back' [CHAR LIMIT=60] -->
<string name="trackpad_go_back_summary">Swipe left or right with three fingers</string>
<!-- Title text for 'Go home' [CHAR LIMIT=35] -->
<string name="trackpad_go_home_title">Go home</string>
<!-- Summary text for 'Go home' [CHAR LIMIT=60] -->
<string name="trackpad_go_home_summary">Swipe up with three fingers</string>
<!-- Title text for 'Recent apps' [CHAR LIMIT=35] -->
<string name="trackpad_recent_apps_title">Recent apps</string>
<!-- Summary text for 'Recent apps' [CHAR LIMIT=60] -->
<string name="trackpad_recent_apps_summary">Swipe up with three fingers, then hold</string>
<!-- Title text for 'Notifications' [CHAR LIMIT=35] -->
<string name="trackpad_notifications_title">Notifications</string>
<!-- Summary text for 'Notifications' [CHAR LIMIT=60] -->
<string name="trackpad_notifications_summary">Swipe down with three fingers</string>
<!-- Title text for 'Switch apps' [CHAR LIMIT=35] -->
<string name="trackpad_switch_apps_title">Switch apps</string>
<!-- Summary text for 'Switch apps' [CHAR LIMIT=60] -->
<string name="trackpad_switch_apps_summary">Swipe left or right with four fingers</string>
<!-- Summary text for keyboards when no layout has been selected. [CHAR LIMIT=35] -->
<string name="default_keyboard_layout">Default</string>