Fix seek duration not showing

This commit is contained in:
bopol 2020-03-07 18:49:14 +01:00
parent 1014ea128f
commit 098c71916d
18 changed files with 37 additions and 51 deletions

View file

@ -555,8 +555,8 @@ otevření ve vyskakovacím okně</string>
<string name="videos_string">Videa</string>
<plurals name="dynamic_seek_duration_description">
<item quantity="one">%s sekund</item>
<item quantity="few"/>
<item quantity="other"/>
<item quantity="few">%s sekund</item>
<item quantity="other">%s sekund</item>
</plurals>
<string name="new_seek_duration_toast">Kvůli omezením ExoPlayer bylo prohledávání nastaveno na %d vteřin</string>
<string name="mute">Umlčet</string>