This is a cherry-pick of https://googleplex-android-review.git.corp.google.com/#/c/859952/ Adjusted to fix merge conflicts. Change-Id: I8395a4172bd34faff88094913ee4afd97f71076a
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_close" 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 />
|
|
<!-- 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>
|
|
<!-- Font for Recents -->
|
|
<!-- DO NOT TRANSLATE -->
|
|
<string name="font_roboto_regular" translatable="false">sans-serif</string>
|
|
</resources>
|