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

Commit 3dcbfe89 authored by Jeff Chang's avatar Jeff Chang Committed by Android (Google) Code Review
Browse files

Merge "Update split screen string" into udc-dev

parents f85d969f 898431ce
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -67,10 +67,10 @@
    <string name="pip_phone_dismiss_hint">Drag down to dismiss</string>

    <!-- Multi-Window strings -->
    <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed in split-screen and that things might crash/not work properly [CHAR LIMIT=NONE] -->
    <string name="dock_forced_resizable">App may not work with split-screen.</string>
    <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed in split screen and that things might crash/not work properly [CHAR LIMIT=NONE] -->
    <string name="dock_forced_resizable">App may not work with split screen</string>
    <!-- Warning message when we try to dock a non-resizeable task and launch it in fullscreen instead  [CHAR LIMIT=NONE] -->
    <string name="dock_non_resizeble_failed_to_dock_text">App does not support split-screen.</string>
    <string name="dock_non_resizeble_failed_to_dock_text">App does not support split screen</string>
    <!-- Warning message when we try to dock an app not supporting multiple instances split into multiple sides [CHAR LIMIT=NONE] -->
    <string name="dock_multi_instances_not_supported_text">This app can only be opened in 1 window.</string>
    <!-- Text that gets shown on top of current activity to inform the user that the system force-resized the current activity to be displayed on a secondary display and that things might crash/not work properly [CHAR LIMIT=NONE] -->
@@ -78,10 +78,10 @@
    <!-- Warning message when we try to launch a non-resizeable activity on a secondary display and launch it on the primary instead. -->
    <string name="activity_launch_on_secondary_display_failed_text">App does not support launch on secondary displays.</string>

    <!-- Accessibility label and window tile for the divider that separates the windows in split-screen mode [CHAR LIMIT=NONE] -->
    <string name="accessibility_divider">Split-screen divider</string>
    <!-- Accessibility window title for the split-screen divider window [CHAR LIMIT=NONE] -->
    <string name="divider_title">Split-screen divider</string>
    <!-- Accessibility label and window tile for the divider that separates the windows in split screen mode [CHAR LIMIT=NONE] -->
    <string name="accessibility_divider">Split screen divider</string>
    <!-- Accessibility window title for the split screen divider window [CHAR LIMIT=NONE] -->
    <string name="divider_title">Split screen divider</string>

    <!-- Accessibility action for moving docked stack divider to make the left screen full screen [CHAR LIMIT=NONE] -->
    <string name="accessibility_action_divider_left_full">Left full screen</string>
@@ -193,7 +193,7 @@
    <string name="letterbox_education_dialog_title">See and do more</string>

    <!-- Description of the split screen action. [CHAR LIMIT=NONE] -->
    <string name="letterbox_education_split_screen_text">Drag in another app for split-screen</string>
    <string name="letterbox_education_split_screen_text">Drag in another app for split screen</string>

    <!-- Description of the reposition app action. [CHAR LIMIT=NONE] -->
    <string name="letterbox_education_reposition_text">Double-tap outside an app to reposition it</string>