Note: packages/SystemUI/res/values-sl/strings.xml contain blocked
keywords, left the strings file unchanged
Test: make SystemUI
Test: make ArcSystemUI
Test: make WindowManager-Shell
Test: atest SystemUITests
Bug: 161118569
Change-Id: I1c70d4e92befdc2e53723eec66fe1e6477b9ea14
57 lines
2.6 KiB
XML
57 lines
2.6 KiB
XML
<?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>
|
|
</resources>
|