mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
This makes DownloadService easier to use in general and when only single notification is used for all downloads. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193165982
18 lines
1.1 KiB
XML
18 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="exo_controls_previous_description">Předchozí skladba</string>
|
|
<string name="exo_controls_next_description">Další skladba</string>
|
|
<string name="exo_controls_pause_description">Pozastavit</string>
|
|
<string name="exo_controls_play_description">Přehrát</string>
|
|
<string name="exo_controls_stop_description">Zastavit</string>
|
|
<string name="exo_controls_rewind_description">Přetočit zpět</string>
|
|
<string name="exo_controls_fastforward_description">Rychle vpřed</string>
|
|
<string name="exo_controls_repeat_off_description">Neopakovat</string>
|
|
<string name="exo_controls_repeat_one_description">Opakovat jednu</string>
|
|
<string name="exo_controls_repeat_all_description">Opakovat vše</string>
|
|
<string name="exo_controls_shuffle_description">Náhodně</string>
|
|
<string name="exo_controls_fullscreen_description">Režim celé obrazovky</string>
|
|
<string name="exo_downloading">Stahování</string>
|
|
<string name="exo_download_completed">Stahování bylo dokončeno</string>
|
|
<string name="exo_download_failed">Stažení se nezdařilo</string>
|
|
</resources>
|