media/library/ui/src/main/res/values-ca/strings.xml
andrewlewis 1094da2b61 Fix player state transitions for postroll ads
Before this change, the player state would be STATE_ENDED then
STATE_BUFFERING (when the postroll ad was marked as played) then
STATE_ENDED again.

Queueing a final content media period with start point equal to
the content duration after a postroll ensures that the player
state doesn't change to STATE_ENDED transiently.

Switch from using C.TIME_END_OF_SOURCE to C.TIME_UNSET for media
periods that should not have an end point and are not followed
by an ad.

Content media periods before postrolls have end position
C.TIME_END_OF_SOURCE. If the postroll ad loads, its content
position is set to the content duration, which should be known
at the point of loading the postroll, then a final 'empty'
content media period with start position equal to its duration
is queued. If the postroll fails to load, this empty content
media period is queued up directly after the preceding content
media period.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=219443683
2018-10-31 13:54:15 +00:00

36 lines
2.3 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_controls_previous_description">Pista anterior</string>
<string name="exo_controls_next_description">Pista següent</string>
<string name="exo_controls_pause_description">Posa en pausa</string>
<string name="exo_controls_play_description">Reprodueix</string>
<string name="exo_controls_stop_description">Atura</string>
<string name="exo_controls_rewind_description">Rebobina</string>
<string name="exo_controls_fastforward_description">Avança ràpidament</string>
<string name="exo_controls_repeat_off_description">No en repeteixis cap</string>
<string name="exo_controls_repeat_one_description">Repeteix una</string>
<string name="exo_controls_repeat_all_description">Repeteix tot</string>
<string name="exo_controls_shuffle_description">Reprodueix aleatòriament</string>
<string name="exo_controls_fullscreen_description">Mode de pantalla completa</string>
<string name="exo_controls_vr_description">Mode RV</string>
<string name="exo_download_description">Baixa</string>
<string name="exo_download_notification_channel_name">Baixades</string>
<string name="exo_download_downloading">S\'està baixant</string>
<string name="exo_download_completed">S\'ha completat la baixada</string>
<string name="exo_download_failed">No s\'ha pogut baixar</string>
<string name="exo_download_removing">S\'estan suprimint les baixades</string>
<string name="exo_track_selection_title_video">Vídeo</string>
<string name="exo_track_selection_title_audio">Àudio</string>
<string name="exo_track_selection_title_text">Text</string>
<string name="exo_track_selection_none">Cap</string>
<string name="exo_track_selection_auto">Automàtica</string>
<string name="exo_track_unknown">Desconegut</string>
<string name="exo_track_resolution">%1$d × %2$d</string>
<string name="exo_track_mono">Mono</string>
<string name="exo_track_stereo">Estèreo</string>
<string name="exo_track_surround">So envoltant</string>
<string name="exo_track_surround_5_point_1">So envoltant 5.1</string>
<string name="exo_track_surround_7_point_1">So envoltant 7.1</string>
<string name="exo_track_bitrate">%1$.2f Mbps</string>
<string name="exo_item_list">%1$s, %2$s</string>
</resources>