mirror of
https://github.com/samsonjs/media.git
synced 2026-04-19 13:35:47 +00:00
Some of the events are emitted by the media periods itself and their index may not be available in the publicly accessible timeline yet. To prevent this, we currently check for timeline.isEmpty() only. But this may also happen for dynamic changes, e.g. when new sources are added in fast succession and a manifest for one of the new sources starts loading before the updated timeline is reported. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194057401
25 lines
1.5 KiB
XML
25 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="exo_controls_previous_description">Wimbo uliotangulia</string>
|
|
<string name="exo_controls_next_description">Wimbo unaofuata</string>
|
|
<string name="exo_controls_pause_description">Sitisha</string>
|
|
<string name="exo_controls_play_description">Cheza</string>
|
|
<string name="exo_controls_stop_description">Simamisha</string>
|
|
<string name="exo_controls_rewind_description">Rudisha nyuma</string>
|
|
<string name="exo_controls_fastforward_description">Sogeza mbele haraka</string>
|
|
<string name="exo_controls_repeat_off_description">Usirudie yoyote</string>
|
|
<string name="exo_controls_repeat_one_description">Rudia moja</string>
|
|
<string name="exo_controls_repeat_all_description">Rudia zote</string>
|
|
<string name="exo_controls_shuffle_description">Changanya</string>
|
|
<string name="exo_controls_fullscreen_description">Hali ya skrini nzima</string>
|
|
<string name="exo_download_description">Download</string>
|
|
<string name="exo_download_notification_channel_name">Downloads</string>
|
|
<string name="exo_download_downloading">Downloading</string>
|
|
<string name="exo_download_completed">Imepakuliwa</string>
|
|
<string name="exo_download_failed">Imeshindwa kupakua</string>
|
|
<string name="exo_track_selection_title_video">Video</string>
|
|
<string name="exo_track_selection_title_audio">Audio</string>
|
|
<string name="exo_track_selection_title_text">Text</string>
|
|
<string name="exo_track_selection_none">Hamna</string>
|
|
<string name="exo_track_selection_auto">Otomatiki</string>
|
|
</resources>
|