mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-12 22:54:32 +00:00
b5103743e8
* fix: call startForeground() immediately in onStartCommand() to prevent ForegroundServiceDidNotStartInTimeException * fix: use string resources for notification text instead of hardcoded strings * fix: add missing import * fix: resolve CI issues * fix: use getString() method to convert string resource IDs to actual strings
30 lines
1.3 KiB
XML
30 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
|
|
<string name="error_no_decoder">This device does not provide a decoder for <xliff:g id="mime_type">%1$s</xliff:g></string>
|
|
|
|
<string name="error_no_secure_decoder">This device does not provide a secure decoder for <xliff:g id="mime_type">%1$s</xliff:g></string>
|
|
|
|
<string name="error_querying_decoders">Unable to query device decoders</string>
|
|
|
|
<string name="error_instantiating_decoder">Unable to instantiate decoder <xliff:g id="decoder_name">%1$s</xliff:g></string>
|
|
|
|
<string name="error_drm_not_supported">Protected content not supported on API levels below 18</string>
|
|
|
|
<string name="unrecognized_media_format">Unrecognized media format</string>
|
|
|
|
<string name="error_drm_unsupported_scheme">This device does not support the required DRM scheme</string>
|
|
|
|
<string name="error_drm_unknown">An unknown DRM error occurred</string>
|
|
|
|
<string name="settings">Settings</string>
|
|
|
|
<string name="playback_speed">Playback Speed</string>
|
|
|
|
<string name="select_playback_speed">Select Playback Speed</string>
|
|
|
|
<string name="media_playback_notification_title">Media playback</string>
|
|
|
|
<string name="media_playback_notification_text">Preparing playback</string>
|
|
</resources>
|