mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +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">Lagu sebelumnya</string>
|
|
<string name="exo_controls_next_description">Lagu seterusnya</string>
|
|
<string name="exo_controls_pause_description">Jeda</string>
|
|
<string name="exo_controls_play_description">Main</string>
|
|
<string name="exo_controls_stop_description">Berhenti</string>
|
|
<string name="exo_controls_rewind_description">Mandir</string>
|
|
<string name="exo_controls_fastforward_description">Mundar laju</string>
|
|
<string name="exo_controls_repeat_off_description">Jangan ulang</string>
|
|
<string name="exo_controls_repeat_one_description">Ulang satu</string>
|
|
<string name="exo_controls_repeat_all_description">Ulang semua</string>
|
|
<string name="exo_controls_shuffle_description">Rombak</string>
|
|
<string name="exo_controls_fullscreen_description">Mod skrin penuh</string>
|
|
<string name="exo_downloading">Memuat turun</string>
|
|
<string name="exo_download_completed">Muat turun selesai</string>
|
|
<string name="exo_download_failed">Muat turun gagal</string>
|
|
</resources>
|