mirror of
https://github.com/samsonjs/media.git
synced 2026-04-17 13:15: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">Edellinen kappale</string>
|
|
<string name="exo_controls_next_description">Seuraava kappale</string>
|
|
<string name="exo_controls_pause_description">Keskeytä</string>
|
|
<string name="exo_controls_play_description">Toista</string>
|
|
<string name="exo_controls_stop_description">Lopeta</string>
|
|
<string name="exo_controls_rewind_description">Kelaa taaksepäin</string>
|
|
<string name="exo_controls_fastforward_description">Kelaa eteenpäin</string>
|
|
<string name="exo_controls_repeat_off_description">Ei uudelleentoistoa</string>
|
|
<string name="exo_controls_repeat_one_description">Toista yksi uudelleen</string>
|
|
<string name="exo_controls_repeat_all_description">Toista kaikki uudelleen</string>
|
|
<string name="exo_controls_shuffle_description">Satunnaistoisto</string>
|
|
<string name="exo_controls_fullscreen_description">Koko näytön tila</string>
|
|
<string name="exo_downloading">Ladataan</string>
|
|
<string name="exo_download_completed">Lataus valmis</string>
|
|
<string name="exo_download_failed">Lataus epäonnistui</string>
|
|
</resources>
|