Redlines and assets will be applied later. Bug: 26676479 Change-Id: I1a42fad0b918681c64ae84abb1bff8fac3289004
44 lines
2.0 KiB
XML
44 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/**
|
|
* Copyright (c) 2016, 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">
|
|
<!-- Picture-in-Picture menu -->
|
|
<eat-comment />
|
|
<!-- Button to close PIP on PIP UI -->
|
|
<string name="pip_exit" translatable="false">Close PIP</string>
|
|
<!-- Button to move PIP screen to the fullscreen on PIP UI -->
|
|
<string name="pip_fullscreen" translatable="false">Full screen</string>
|
|
<!-- Button to play the current media on PIP UI -->
|
|
<string name="pip_play" translatable="false">Play</string>
|
|
<!-- Button to pause the current media on PIP UI -->
|
|
<string name="pip_pause" translatable="false">Pause</string>
|
|
<!-- Button to close PIP overlay menu on PIP UI -->
|
|
<string name="pip_cancel" translatable="false">Cancel</string>
|
|
<!-- Overlay text on PIP -->
|
|
<string name="pip_hold_home" translatable="false">Hold HOME to control PIP</string>
|
|
|
|
<!-- Picture-in-Picture onboarding screen -->
|
|
<eat-comment />
|
|
<!-- Title for onboarding screen. -->
|
|
<string name="pip_onboarding_title" translatable="false">Picture-in-picture</string>
|
|
<!-- Description for onboarding screen. -->
|
|
<string name="pip_onboarding_description" translatable="false">Press and hold the HOME\nbutton to close or control it</string>
|
|
<!-- Button to close onboarding screen. -->
|
|
<string name="pip_onboarding_button" translatable="false">Got it</string>
|
|
</resources>
|