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

Commit 497cb4e8 authored by helencheuk's avatar helencheuk
Browse files

Add education texts to string resource file

Add texts for home,back,overview,all apps to begin translation process
Text from: https://www.figma.com/design/CHoBCfGUKnqng9HZ9s4uqU/Large-Screens-Gesture-Education?node-id=352-4212&t=Rd90ZWeycnU5gDT6-4

Bug: 317496783
Test: Manual
Flag: EXEMPT resource only update
Change-Id: Ibd152fbed3984acf0124b2cb864aa6d1f380d0ee
parent 18b35c90
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -3660,4 +3660,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>