Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4992d64 authored by Helen Cheuk's avatar Helen Cheuk Committed by Android (Google) Code Review
Browse files

Merge "Add education texts to string resource file" into main

parents 54411923 497cb4e8
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -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>