mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
This wasn't actually used for anything other than showing a toast, which is now generated based on the manifest instead.
50 lines
1.6 KiB
XML
50 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2014 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">
|
|
|
|
<!-- The user visible name of the application. [CHAR LIMIT=20] -->
|
|
<string name="application_name">ExoPlayer Demo</string>
|
|
|
|
<string name="enable_background_audio">Play in background</string>
|
|
|
|
<string name="video">Video</string>
|
|
|
|
<string name="audio">Audio</string>
|
|
|
|
<string name="text">Text</string>
|
|
|
|
<string name="logging">Logging</string>
|
|
|
|
<string name="logging_normal">Normal</string>
|
|
|
|
<string name="logging_verbose">Verbose</string>
|
|
|
|
<string name="retry">Retry</string>
|
|
|
|
<string name="off">[off]</string>
|
|
|
|
<string name="on">[on]</string>
|
|
|
|
<string name="drm_error_not_supported">Protected content not supported on API levels below 18</string>
|
|
|
|
<string name="drm_error_unsupported_scheme">This device does not support the required DRM scheme</string>
|
|
|
|
<string name="drm_error_unknown">An unknown DRM error occurred</string>
|
|
|
|
<string name="failed">Playback failed</string>
|
|
|
|
</resources>
|