media/library/ui/src/main/res/values-kk/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

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