diff options
| author | 2024-07-18 10:52:58 +0000 | |
|---|---|---|
| committer | 2024-07-18 10:52:58 +0000 | |
| commit | a4992d64e1c35c6e3f8045c6595466457a5003db (patch) | |
| tree | 1815b15ff76d7ea63799f24ae54ff3d677b2e36c | |
| parent | 544119237a859917dda97c16f358dca535453634 (diff) | |
| parent | 497cb4e8e1159c2efa5bec542d753f0d607bae0e (diff) | |
Merge "Add education texts to string resource file" into main
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 8322b6c85aed..68c83c747d73 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -3677,4 +3677,31 @@ <string name="home_controls_dream_description">Quickly access your home controls as a screensaver</string> <!-- Label for volume undo action [CHAR LIMIT=NONE] --> <string name="volume_undo_action">Undo</string> + + <!-- Keyboard touchpad contextual education strings--> + <!-- Education toast text for Back [CHAR_LIMIT=100] --> + <string name="back_edu_toast_content">To go back, swipe left or right with three fingers on the touchpad</string> + <!-- Education toast text for Home [CHAR_LIMIT=100] --> + <string name="home_edu_toast_content">To go home, swipe up with three fingers on the touchpad</string> + <!-- Education toast text for Overview [CHAR_LIMIT=100] --> + <string name="overview_edu_toast_content">To view recent apps, swipe up and hold with three fingers on the touchpad</string> + <!-- Education toast text for All Apps [CHAR_LIMIT=100] --> + <string name="all_apps_edu_toast_content">To view all your apps, press the action key on your keyboard</string> + + <!-- Education notification title for Back [CHAR_LIMIT=100] --> + <string name="back_edu_notification_title">Use your touchpad to go back</string> + <!-- Education notification text for Back [CHAR_LIMIT=100] --> + <string name="back_edu_notification_content">Swipe left or right using three fingers. Tap to learn more gestures.</string> + <!-- Education notification title for Home [CHAR_LIMIT=100] --> + <string name="home_edu_notification_title">Use your touchpad to go home</string> + <!-- Education notification text for Home [CHAR_LIMIT=100] --> + <string name="home_edu_notification_content">Swipe up using three fingers. Tap to learn more gestures.</string> + <!-- Education notification title for Overview [CHAR_LIMIT=100] --> + <string name="overview_edu_notification_title">Use your touchpad to view recent apps</string> + <!-- Education notification text for Overview [CHAR_LIMIT=100] --> + <string name="overview_edu_notification_content">Swipe up and hold using three fingers. Tap to learn more gestures.</string> + <!-- Education notification title for All Apps [CHAR_LIMIT=100] --> + <string name="all_apps_edu_notification_title">Use your keyboard to view all apps</string> + <!-- Education notification text for All Apps [CHAR_LIMIT=100] --> + <string name="all_apps_edu_notification_content">Press the action key at any time. Tap to learn more gestures.</string> </resources> |