media/library/ui/src/main/res/values-sr/strings.xml
eguven a8e16f3cfe Simplify DownloadService notification requirements
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
2018-05-07 05:29:20 +01:00

18 lines
1.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>