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

Commit 42c33648 authored by Paul Keith's avatar Paul Keith
Browse files

CMParts: Add strings for stylus gestures

Change-Id: I5f128e867677b74e7c5cb1a53efa81aff7d8de51
parent 841d627f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -627,6 +627,13 @@
    <string name="touchscreen_gesture_letter_w_title">Draw the letter \"W\"</string>
    <string name="touchscreen_gesture_letter_z_title">Draw the letter \"Z\"</string>

    <!-- Gesture: Stylus gestures -->
    <string name="touchscreen_gesture_swipe_up_stylus_title">Swipe up with the stylus</string>
    <string name="touchscreen_gesture_swipe_down_stylus_title">Swipe down with the stylus</string>
    <string name="touchscreen_gesture_swipe_left_stylus_title">Swipe left with the stylus</string>
    <string name="touchscreen_gesture_swipe_right_stylus_title">Swipe right with the stylus</string>
    <string name="touchscreen_gesture_long_press_stylus_title">Long press with the stylus</string>

    <string name="touchscreen_gesture_action_dialog_title">Gesture action</string>
    <string name="touchscreen_gesture_action_do_nothing">Do nothing</string>
    <string name="touchscreen_gesture_action_flashlight">Toggle the flashlight</string>