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.4 KiB
XML
18 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="exo_controls_previous_description">પહેલાંનો ટ્રૅક</string>
|
|
<string name="exo_controls_next_description">આગલો ટ્રૅક</string>
|
|
<string name="exo_controls_pause_description">થોભો</string>
|
|
<string name="exo_controls_play_description">ચલાવો</string>
|
|
<string name="exo_controls_stop_description">રોકો</string>
|
|
<string name="exo_controls_rewind_description">રિવાઇન્ડ કરો</string>
|
|
<string name="exo_controls_fastforward_description">ફાસ્ટ ફૉરવર્ડ કરો</string>
|
|
<string name="exo_controls_repeat_off_description">કોઈ રિપીટ કરતા નહીં</string>
|
|
<string name="exo_controls_repeat_one_description">એક રિપીટ કરો</string>
|
|
<string name="exo_controls_repeat_all_description">બધાને રિપીટ કરો</string>
|
|
<string name="exo_controls_shuffle_description">શફલ કરો</string>
|
|
<string name="exo_controls_fullscreen_description">પૂર્ણસ્ક્રીન મોડ</string>
|
|
<string name="exo_downloading">ડાઉનલોડ કરી રહ્યાં છીએ</string>
|
|
<string name="exo_download_completed">ડાઉનલોડ પૂર્ણ થયું</string>
|
|
<string name="exo_download_failed">ડાઉનલોડ નિષ્ફળ થયું</string>
|
|
</resources>
|