| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2020 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <!-- Label for PIP close button [CHAR LIMIT=NONE]--> |
| <string name="pip_phone_close">Close</string> |
| |
| <!-- Making the PIP fullscreen [CHAR LIMIT=25] --> |
| <string name="pip_phone_expand">Expand</string> |
| |
| <!-- Label for PIP settings button [CHAR LIMIT=NONE]--> |
| <string name="pip_phone_settings">Settings</string> |
| |
| <!-- Title of menu shown over picture-in-picture. Used for accessibility. --> |
| <string name="pip_menu_title">Menu</string> |
| |
| <!-- PiP BTW notification title. [CHAR LIMIT=50] --> |
| <string name="pip_notification_title"><xliff:g id="name" example="Google Maps">%s</xliff:g> is in picture-in-picture</string> |
| |
| <!-- PiP BTW notification description. [CHAR LIMIT=NONE] --> |
| <string name="pip_notification_message">If you don\'t want <xliff:g id="name" example="Google Maps">%s</xliff:g> to use this feature, tap to open settings and turn it off.</string> |
| |
| <!-- Button to play the current media on picture-in-picture (PIP) [CHAR LIMIT=30] --> |
| <string name="pip_play">Play</string> |
| |
| <!-- Button to pause the current media on picture-in-picture (PIP) [CHAR LIMIT=30] --> |
| <string name="pip_pause">Pause</string> |
| |
| <!-- Button to skip to the next media on picture-in-picture (PIP) [CHAR LIMIT=30] --> |
| <string name="pip_skip_to_next">Skip to next</string> |
| |
| <!-- Button to skip to the prev media on picture-in-picture (PIP) [CHAR LIMIT=30] --> |
| <string name="pip_skip_to_prev">Skip to previous</string> |
| |
| <!-- Accessibility action for resizing PIP [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_pip_resize">Resize</string> |
| |
| <!-- TODO Deprecated. Label for PIP action to Minimize the PIP. DO NOT TRANSLATE [CHAR LIMIT=25] --> |
| <string name="pip_phone_minimize">Minimize</string> |
| |
| <!-- TODO Deprecated. Label for PIP the drag to dismiss hint. DO NOT TRANSLATE [CHAR LIMIT=NONE]--> |
| <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> |
| <!-- Warning message when we try to dock a non-resizeable task and launch it in fullscreen instead. --> |
| <string name="dock_non_resizeble_failed_to_dock_text">App does not support 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 on a secondary display and that things might crash/not work properly [CHAR LIMIT=NONE] --> |
| <string name="forced_resizable_secondary_display">App may not work on a secondary display.</string> |
| <!-- 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 for the divider that separates the windows in split-screen mode [CHAR LIMIT=NONE] --> |
| <string name="accessibility_divider">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> |
| <!-- Accessibility action for moving docked stack divider to make the left screen 70% [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_left_70">Left 70%</string> |
| <!-- Accessibility action for moving docked stack divider to make the left screen 50% [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_left_50">Left 50%</string> |
| <!-- Accessibility action for moving docked stack divider to make the left screen 30% [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_left_30">Left 30%</string> |
| <!-- Accessibility action for moving docked stack divider to make the right screen full screen [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_right_full">Right full screen</string> |
| |
| <!-- Accessibility action for moving docked stack divider to make the top screen full screen [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_top_full">Top full screen</string> |
| <!-- Accessibility action for moving docked stack divider to make the top screen 70% [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_top_70">Top 70%</string> |
| <!-- Accessibility action for moving docked stack divider to make the top screen 50% [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_top_50">Top 50%</string> |
| <!-- Accessibility action for moving docked stack divider to make the top screen 30% [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_top_30">Top 30%</string> |
| <!-- Accessibility action for moving docked stack divider to make the bottom screen full screen [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_divider_bottom_full">Bottom full screen</string> |
| |
| <!-- One-Handed Tutorial title [CHAR LIMIT=60] --> |
| <string name="one_handed_tutorial_title">Using one-handed mode</string> |
| <!-- One-Handed Tutorial description [CHAR LIMIT=NONE] --> |
| <string name="one_handed_tutorial_description">To exit, swipe up from the bottom of the screen or tap anywhere above the app</string> |
| <!-- Accessibility description for start one-handed mode [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_start_one_handed">Start one-handed mode</string> |
| <!-- Accessibility description for stop one-handed mode [CHAR LIMIT=NONE] --> |
| <string name="accessibility_action_stop_one_handed">Exit one-handed mode</string> |
| </resources> |