Add UI resources for shuffle mode.

Including strings, icon, and button.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=164126101
This commit is contained in:
tonihei 2017-08-03 08:22:45 -07:00 committed by Oliver Woodman
parent 72daef7a4c
commit 53bc59b9d2
91 changed files with 117 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<!-- Copyright (C) 2017 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M10.59 9.17L5.41 4 4 5.41l5.17 5.17 1.42-1.41zM14.5 4l2.04 2.04L4 18.59 5.41 20
17.96 7.46 20 9.5V4h-5.5zm.33 9.41l-1.41 1.41 3.13 3.13L14.5 20H20v-5.5l-2.04
2.04-3.13-3.13z" />
</vector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

View File

@ -34,6 +34,9 @@
<ImageButton android:id="@id/exo_rew" <ImageButton android:id="@id/exo_rew"
style="@style/ExoMediaButton.Rewind"/> style="@style/ExoMediaButton.Rewind"/>
<ImageButton android:id="@id/exo_shuffle"
style="@style/ExoMediaButton.Shuffle"/>
<ImageButton android:id="@id/exo_repeat_toggle" <ImageButton android:id="@id/exo_repeat_toggle"
style="@style/ExoMediaButton"/> style="@style/ExoMediaButton"/>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Herhaal alles"</string> <string name="exo_controls_repeat_all_description">"Herhaal alles"</string>
<string name="exo_controls_repeat_off_description">"Herhaal niks"</string> <string name="exo_controls_repeat_off_description">"Herhaal niks"</string>
<string name="exo_controls_repeat_one_description">"Herhaal een"</string> <string name="exo_controls_repeat_one_description">"Herhaal een"</string>
<string name="exo_controls_shuffle_description">"Skommel"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"ሁሉንም ድገም"</string> <string name="exo_controls_repeat_all_description">"ሁሉንም ድገም"</string>
<string name="exo_controls_repeat_off_description">"ምንም አትድገም"</string> <string name="exo_controls_repeat_off_description">"ምንም አትድገም"</string>
<string name="exo_controls_repeat_one_description">"አንዱን ድገም"</string> <string name="exo_controls_repeat_one_description">"አንዱን ድገም"</string>
<string name="exo_controls_shuffle_description">"በው"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"تكرار الكل"</string> <string name="exo_controls_repeat_all_description">"تكرار الكل"</string>
<string name="exo_controls_repeat_off_description">"عدم التكرار"</string> <string name="exo_controls_repeat_off_description">"عدم التكرار"</string>
<string name="exo_controls_repeat_one_description">"تكرار مقطع واحد"</string> <string name="exo_controls_repeat_one_description">"تكرار مقطع واحد"</string>
<string name="exo_controls_shuffle_description">"ترتيب عشوائي"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Bütün təkrarlayın"</string> <string name="exo_controls_repeat_all_description">"Bütün təkrarlayın"</string>
<string name="exo_controls_repeat_one_description">"Təkrar bir"</string> <string name="exo_controls_repeat_one_description">"Təkrar bir"</string>
<string name="exo_controls_repeat_off_description">"Heç bir təkrar"</string> <string name="exo_controls_repeat_off_description">"Heç bir təkrar"</string>
<string name="exo_controls_shuffle_description">"Qarışdır"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Ponovi sve"</string> <string name="exo_controls_repeat_all_description">"Ponovi sve"</string>
<string name="exo_controls_repeat_off_description">"Ne ponavljaj nijednu"</string> <string name="exo_controls_repeat_off_description">"Ne ponavljaj nijednu"</string>
<string name="exo_controls_repeat_one_description">"Ponovi jednu"</string> <string name="exo_controls_repeat_one_description">"Ponovi jednu"</string>
<string name="exo_controls_shuffle_description">"Pusti nasumično"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Паўтарыць усё"</string> <string name="exo_controls_repeat_all_description">"Паўтарыць усё"</string>
<string name="exo_controls_repeat_off_description">"Паўтараць ні"</string> <string name="exo_controls_repeat_off_description">"Паўтараць ні"</string>
<string name="exo_controls_repeat_one_description">"Паўтарыць адзін"</string> <string name="exo_controls_repeat_one_description">"Паўтарыць адзін"</string>
<string name="exo_controls_shuffle_description">"Перамяшаць"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Повтаряне на всички"</string> <string name="exo_controls_repeat_all_description">"Повтаряне на всички"</string>
<string name="exo_controls_repeat_off_description">"Без повтаряне"</string> <string name="exo_controls_repeat_off_description">"Без повтаряне"</string>
<string name="exo_controls_repeat_one_description">"Повтаряне на един елемент"</string> <string name="exo_controls_repeat_one_description">"Повтаряне на един елемент"</string>
<string name="exo_controls_shuffle_description">"Разбъркване"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"সবগুলির পুনরাবৃত্তি করুন"</string> <string name="exo_controls_repeat_all_description">"সবগুলির পুনরাবৃত্তি করুন"</string>
<string name="exo_controls_repeat_off_description">"একটিরও পুনরাবৃত্তি করবেন না"</string> <string name="exo_controls_repeat_off_description">"একটিরও পুনরাবৃত্তি করবেন না"</string>
<string name="exo_controls_repeat_one_description">"একটির পুনরাবৃত্তি করুন"</string> <string name="exo_controls_repeat_one_description">"একটির পুনরাবৃত্তি করুন"</string>
<string name="exo_controls_shuffle_description">"অদলবদল"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Ponovite sve"</string> <string name="exo_controls_repeat_all_description">"Ponovite sve"</string>
<string name="exo_controls_repeat_off_description">"Ne ponavljaju"</string> <string name="exo_controls_repeat_off_description">"Ne ponavljaju"</string>
<string name="exo_controls_repeat_one_description">"Ponovite jedan"</string> <string name="exo_controls_repeat_one_description">"Ponovite jedan"</string>
<string name="exo_controls_shuffle_description">"Izmiješaj"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repeteix-ho tot"</string> <string name="exo_controls_repeat_all_description">"Repeteix-ho tot"</string>
<string name="exo_controls_repeat_off_description">"No en repeteixis cap"</string> <string name="exo_controls_repeat_off_description">"No en repeteixis cap"</string>
<string name="exo_controls_repeat_one_description">"Repeteix-ne un"</string> <string name="exo_controls_repeat_one_description">"Repeteix-ne un"</string>
<string name="exo_controls_shuffle_description">"Reprodueix aleatòriament"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Opakovat vše"</string> <string name="exo_controls_repeat_all_description">"Opakovat vše"</string>
<string name="exo_controls_repeat_off_description">"Neopakovat"</string> <string name="exo_controls_repeat_off_description">"Neopakovat"</string>
<string name="exo_controls_repeat_one_description">"Opakovat jednu položku"</string> <string name="exo_controls_repeat_one_description">"Opakovat jednu položku"</string>
<string name="exo_controls_shuffle_description">"Náhodně"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Gentag alle"</string> <string name="exo_controls_repeat_all_description">"Gentag alle"</string>
<string name="exo_controls_repeat_off_description">"Gentag ingen"</string> <string name="exo_controls_repeat_off_description">"Gentag ingen"</string>
<string name="exo_controls_repeat_one_description">"Gentag en"</string> <string name="exo_controls_repeat_one_description">"Gentag en"</string>
<string name="exo_controls_shuffle_description">"Bland"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Alle wiederholen"</string> <string name="exo_controls_repeat_all_description">"Alle wiederholen"</string>
<string name="exo_controls_repeat_off_description">"Keinen Titel wiederholen"</string> <string name="exo_controls_repeat_off_description">"Keinen Titel wiederholen"</string>
<string name="exo_controls_repeat_one_description">"Einen Titel wiederholen"</string> <string name="exo_controls_repeat_one_description">"Einen Titel wiederholen"</string>
<string name="exo_controls_shuffle_description">"Zufallsmix"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Επανάληψη όλων"</string> <string name="exo_controls_repeat_all_description">"Επανάληψη όλων"</string>
<string name="exo_controls_repeat_off_description">"Καμία επανάληψη"</string> <string name="exo_controls_repeat_off_description">"Καμία επανάληψη"</string>
<string name="exo_controls_repeat_one_description">"Επανάληψη ενός στοιχείου"</string> <string name="exo_controls_repeat_one_description">"Επανάληψη ενός στοιχείου"</string>
<string name="exo_controls_shuffle_description">"Τυχαία αναπαραγωγή"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repeat all"</string> <string name="exo_controls_repeat_all_description">"Repeat all"</string>
<string name="exo_controls_repeat_off_description">"Repeat none"</string> <string name="exo_controls_repeat_off_description">"Repeat none"</string>
<string name="exo_controls_repeat_one_description">"Repeat one"</string> <string name="exo_controls_repeat_one_description">"Repeat one"</string>
<string name="exo_controls_shuffle_description">"Shuffle"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repeat all"</string> <string name="exo_controls_repeat_all_description">"Repeat all"</string>
<string name="exo_controls_repeat_off_description">"Repeat none"</string> <string name="exo_controls_repeat_off_description">"Repeat none"</string>
<string name="exo_controls_repeat_one_description">"Repeat one"</string> <string name="exo_controls_repeat_one_description">"Repeat one"</string>
<string name="exo_controls_shuffle_description">"Shuffle"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repeat all"</string> <string name="exo_controls_repeat_all_description">"Repeat all"</string>
<string name="exo_controls_repeat_off_description">"Repeat none"</string> <string name="exo_controls_repeat_off_description">"Repeat none"</string>
<string name="exo_controls_repeat_one_description">"Repeat one"</string> <string name="exo_controls_repeat_one_description">"Repeat one"</string>
<string name="exo_controls_shuffle_description">"Shuffle"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repetir todo"</string> <string name="exo_controls_repeat_all_description">"Repetir todo"</string>
<string name="exo_controls_repeat_off_description">"No repetir"</string> <string name="exo_controls_repeat_off_description">"No repetir"</string>
<string name="exo_controls_repeat_one_description">"Repetir uno"</string> <string name="exo_controls_repeat_one_description">"Repetir uno"</string>
<string name="exo_controls_shuffle_description">"Reproducir aleatoriamente"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repetir todo"</string> <string name="exo_controls_repeat_all_description">"Repetir todo"</string>
<string name="exo_controls_repeat_off_description">"No repetir"</string> <string name="exo_controls_repeat_off_description">"No repetir"</string>
<string name="exo_controls_repeat_one_description">"Repetir uno"</string> <string name="exo_controls_repeat_one_description">"Repetir uno"</string>
<string name="exo_controls_shuffle_description">"Reproducción aleatoria"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Korda kõike"</string> <string name="exo_controls_repeat_all_description">"Korda kõike"</string>
<string name="exo_controls_repeat_off_description">"Ära korda midagi"</string> <string name="exo_controls_repeat_off_description">"Ära korda midagi"</string>
<string name="exo_controls_repeat_one_description">"Korda ühte"</string> <string name="exo_controls_repeat_one_description">"Korda ühte"</string>
<string name="exo_controls_shuffle_description">"Esita juhuslikus järjekorras"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Errepikatu guztiak"</string> <string name="exo_controls_repeat_all_description">"Errepikatu guztiak"</string>
<string name="exo_controls_repeat_off_description">"Ez errepikatu"</string> <string name="exo_controls_repeat_off_description">"Ez errepikatu"</string>
<string name="exo_controls_repeat_one_description">"Errepikatu bat"</string> <string name="exo_controls_repeat_one_description">"Errepikatu bat"</string>
<string name="exo_controls_shuffle_description">"Erreproduzitu ausaz"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"تکرار همه"</string> <string name="exo_controls_repeat_all_description">"تکرار همه"</string>
<string name="exo_controls_repeat_off_description">"تکرار هیچ‌کدام"</string> <string name="exo_controls_repeat_off_description">"تکرار هیچ‌کدام"</string>
<string name="exo_controls_repeat_one_description">"یک‌بار تکرار"</string> <string name="exo_controls_repeat_one_description">"یک‌بار تکرار"</string>
<string name="exo_controls_shuffle_description">"پخش درهم"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Toista kaikki"</string> <string name="exo_controls_repeat_all_description">"Toista kaikki"</string>
<string name="exo_controls_repeat_off_description">"Toista ei mitään"</string> <string name="exo_controls_repeat_off_description">"Toista ei mitään"</string>
<string name="exo_controls_repeat_one_description">"Toista yksi"</string> <string name="exo_controls_repeat_one_description">"Toista yksi"</string>
<string name="exo_controls_shuffle_description">"Toista satunnaisesti"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Tout lire en boucle"</string> <string name="exo_controls_repeat_all_description">"Tout lire en boucle"</string>
<string name="exo_controls_repeat_off_description">"Aucune répétition"</string> <string name="exo_controls_repeat_off_description">"Aucune répétition"</string>
<string name="exo_controls_repeat_one_description">"Répéter un élément"</string> <string name="exo_controls_repeat_one_description">"Répéter un élément"</string>
<string name="exo_controls_shuffle_description">"Lecture aléatoire"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Tout lire en boucle"</string> <string name="exo_controls_repeat_all_description">"Tout lire en boucle"</string>
<string name="exo_controls_repeat_off_description">"Ne rien lire en boucle"</string> <string name="exo_controls_repeat_off_description">"Ne rien lire en boucle"</string>
<string name="exo_controls_repeat_one_description">"Lire en boucle un élément"</string> <string name="exo_controls_repeat_one_description">"Lire en boucle un élément"</string>
<string name="exo_controls_shuffle_description">"Lire en mode aléatoire"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repetir todo"</string> <string name="exo_controls_repeat_all_description">"Repetir todo"</string>
<string name="exo_controls_repeat_off_description">"Non repetir"</string> <string name="exo_controls_repeat_off_description">"Non repetir"</string>
<string name="exo_controls_repeat_one_description">"Repetir un"</string> <string name="exo_controls_repeat_one_description">"Repetir un"</string>
<string name="exo_controls_shuffle_description">"Reprodución aleatoria"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"બધા પુનરાવર્તન કરો"</string> <string name="exo_controls_repeat_all_description">"બધા પુનરાવર્તન કરો"</string>
<string name="exo_controls_repeat_off_description">"કંઈ પુનરાવર્તન કરો"</string> <string name="exo_controls_repeat_off_description">"કંઈ પુનરાવર્તન કરો"</string>
<string name="exo_controls_repeat_one_description">"એક પુનરાવર્તન કરો"</string> <string name="exo_controls_repeat_one_description">"એક પુનરાવર્તન કરો"</string>
<string name="exo_controls_shuffle_description">"શફલ કરો"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"सभी को दोहराएं"</string> <string name="exo_controls_repeat_all_description">"सभी को दोहराएं"</string>
<string name="exo_controls_repeat_off_description">"कुछ भी न दोहराएं"</string> <string name="exo_controls_repeat_off_description">"कुछ भी न दोहराएं"</string>
<string name="exo_controls_repeat_one_description">"एक दोहराएं"</string> <string name="exo_controls_repeat_one_description">"एक दोहराएं"</string>
<string name="exo_controls_shuffle_description">"शफ़ल करें"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Ponovi sve"</string> <string name="exo_controls_repeat_all_description">"Ponovi sve"</string>
<string name="exo_controls_repeat_off_description">"Bez ponavljanja"</string> <string name="exo_controls_repeat_off_description">"Bez ponavljanja"</string>
<string name="exo_controls_repeat_one_description">"Ponovi jedno"</string> <string name="exo_controls_repeat_one_description">"Ponovi jedno"</string>
<string name="exo_controls_shuffle_description">"Reproduciraj nasumično"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Összes ismétlése"</string> <string name="exo_controls_repeat_all_description">"Összes ismétlése"</string>
<string name="exo_controls_repeat_off_description">"Nincs ismétlés"</string> <string name="exo_controls_repeat_off_description">"Nincs ismétlés"</string>
<string name="exo_controls_repeat_one_description">"Egy ismétlése"</string> <string name="exo_controls_repeat_one_description">"Egy ismétlése"</string>
<string name="exo_controls_shuffle_description">"Véletlenszerű lejátszás"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"կրկնել այն ամենը"</string> <string name="exo_controls_repeat_all_description">"կրկնել այն ամենը"</string>
<string name="exo_controls_repeat_off_description">"Չկրկնել"</string> <string name="exo_controls_repeat_off_description">"Չկրկնել"</string>
<string name="exo_controls_repeat_one_description">"Կրկնել մեկը"</string> <string name="exo_controls_repeat_one_description">"Կրկնել մեկը"</string>
<string name="exo_controls_shuffle_description">"Խառնել"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Ulangi Semua"</string> <string name="exo_controls_repeat_all_description">"Ulangi Semua"</string>
<string name="exo_controls_repeat_off_description">"Jangan Ulangi"</string> <string name="exo_controls_repeat_off_description">"Jangan Ulangi"</string>
<string name="exo_controls_repeat_one_description">"Ulangi Satu"</string> <string name="exo_controls_repeat_one_description">"Ulangi Satu"</string>
<string name="exo_controls_shuffle_description">"Acak"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Endurtaka allt"</string> <string name="exo_controls_repeat_all_description">"Endurtaka allt"</string>
<string name="exo_controls_repeat_off_description">"Endurtaka ekkert"</string> <string name="exo_controls_repeat_off_description">"Endurtaka ekkert"</string>
<string name="exo_controls_repeat_one_description">"Endurtaka eitt"</string> <string name="exo_controls_repeat_one_description">"Endurtaka eitt"</string>
<string name="exo_controls_shuffle_description">"Stokka"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Ripeti tutti"</string> <string name="exo_controls_repeat_all_description">"Ripeti tutti"</string>
<string name="exo_controls_repeat_off_description">"Non ripetere nessuno"</string> <string name="exo_controls_repeat_off_description">"Non ripetere nessuno"</string>
<string name="exo_controls_repeat_one_description">"Ripeti uno"</string> <string name="exo_controls_repeat_one_description">"Ripeti uno"</string>
<string name="exo_controls_shuffle_description">"Riproduci casualmente"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"חזור על הכל"</string> <string name="exo_controls_repeat_all_description">"חזור על הכל"</string>
<string name="exo_controls_repeat_off_description">"אל תחזור על כלום"</string> <string name="exo_controls_repeat_off_description">"אל תחזור על כלום"</string>
<string name="exo_controls_repeat_one_description">"חזור על פריט אחד"</string> <string name="exo_controls_repeat_one_description">"חזור על פריט אחד"</string>
<string name="exo_controls_shuffle_description">"ערבב"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"全曲を繰り返し"</string> <string name="exo_controls_repeat_all_description">"全曲を繰り返し"</string>
<string name="exo_controls_repeat_off_description">"繰り返しなし"</string> <string name="exo_controls_repeat_off_description">"繰り返しなし"</string>
<string name="exo_controls_repeat_one_description">"1曲を繰り返し"</string> <string name="exo_controls_repeat_one_description">"1曲を繰り返し"</string>
<string name="exo_controls_shuffle_description">"シャッフル"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"გამეორება ყველა"</string> <string name="exo_controls_repeat_all_description">"გამეორება ყველა"</string>
<string name="exo_controls_repeat_off_description">"გაიმეორეთ არცერთი"</string> <string name="exo_controls_repeat_off_description">"გაიმეორეთ არცერთი"</string>
<string name="exo_controls_repeat_one_description">"გაიმეორეთ ერთი"</string> <string name="exo_controls_repeat_one_description">"გაიმეორეთ ერთი"</string>
<string name="exo_controls_shuffle_description">"არეულად დაკვრა"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Барлығын қайталау"</string> <string name="exo_controls_repeat_all_description">"Барлығын қайталау"</string>
<string name="exo_controls_repeat_off_description">"Ешқайсысын қайталамау"</string> <string name="exo_controls_repeat_off_description">"Ешқайсысын қайталамау"</string>
<string name="exo_controls_repeat_one_description">"Біреуін қайталау"</string> <string name="exo_controls_repeat_one_description">"Біреуін қайталау"</string>
<string name="exo_controls_shuffle_description">"Кездейсоқ ретпен ойнату"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"ធ្វើ​ម្ដង​ទៀត​ទាំងអស់"</string> <string name="exo_controls_repeat_all_description">"ធ្វើ​ម្ដង​ទៀត​ទាំងអស់"</string>
<string name="exo_controls_repeat_off_description">"មិន​ធ្វើ​ឡើង​វិញ"</string> <string name="exo_controls_repeat_off_description">"មិន​ធ្វើ​ឡើង​វិញ"</string>
<string name="exo_controls_repeat_one_description">"ធ្វើ​​ឡើងវិញ​ម្ដង"</string> <string name="exo_controls_repeat_one_description">"ធ្វើ​​ឡើងវិញ​ម្ដង"</string>
<string name="exo_controls_shuffle_description">"ច្របល់"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"ಎಲ್ಲವನ್ನು ಪುನರಾವರ್ತಿಸಿ"</string> <string name="exo_controls_repeat_all_description">"ಎಲ್ಲವನ್ನು ಪುನರಾವರ್ತಿಸಿ"</string>
<string name="exo_controls_repeat_off_description">"ಯಾವುದನ್ನೂ ಪುನರಾವರ್ತಿಸಬೇಡಿ"</string> <string name="exo_controls_repeat_off_description">"ಯಾವುದನ್ನೂ ಪುನರಾವರ್ತಿಸಬೇಡಿ"</string>
<string name="exo_controls_repeat_one_description">"ಒಂದನ್ನು ಪುನರಾವರ್ತಿಸಿ"</string> <string name="exo_controls_repeat_one_description">"ಒಂದನ್ನು ಪುನರಾವರ್ತಿಸಿ"</string>
<string name="exo_controls_shuffle_description">"ಬೆರೆಸು"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"전체 반복"</string> <string name="exo_controls_repeat_all_description">"전체 반복"</string>
<string name="exo_controls_repeat_off_description">"반복 안함"</string> <string name="exo_controls_repeat_off_description">"반복 안함"</string>
<string name="exo_controls_repeat_one_description">"한 항목 반복"</string> <string name="exo_controls_repeat_one_description">"한 항목 반복"</string>
<string name="exo_controls_shuffle_description">"셔플"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Баарын кайталоо"</string> <string name="exo_controls_repeat_all_description">"Баарын кайталоо"</string>
<string name="exo_controls_repeat_off_description">"Эч бирин кайталабоо"</string> <string name="exo_controls_repeat_off_description">"Эч бирин кайталабоо"</string>
<string name="exo_controls_repeat_one_description">"Бирөөнү кайталоо"</string> <string name="exo_controls_repeat_one_description">"Бирөөнү кайталоо"</string>
<string name="exo_controls_shuffle_description">"Аралаштыруу"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"ຫຼິ້ນ​ຊ້ຳ​ທັງ​ໝົດ"</string> <string name="exo_controls_repeat_all_description">"ຫຼິ້ນ​ຊ້ຳ​ທັງ​ໝົດ"</string>
<string name="exo_controls_repeat_off_description">"​ບໍ່ຫຼິ້ນ​ຊ້ຳ"</string> <string name="exo_controls_repeat_off_description">"​ບໍ່ຫຼິ້ນ​ຊ້ຳ"</string>
<string name="exo_controls_repeat_one_description">"ຫຼິ້ນ​ຊ້ຳ"</string> <string name="exo_controls_repeat_one_description">"ຫຼິ້ນ​ຊ້ຳ"</string>
<string name="exo_controls_shuffle_description">"ຫຼີ້ນແບບສຸ່ມ"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Kartoti viską"</string> <string name="exo_controls_repeat_all_description">"Kartoti viską"</string>
<string name="exo_controls_repeat_off_description">"Nekartoti nieko"</string> <string name="exo_controls_repeat_off_description">"Nekartoti nieko"</string>
<string name="exo_controls_repeat_one_description">"Kartoti vieną"</string> <string name="exo_controls_repeat_one_description">"Kartoti vieną"</string>
<string name="exo_controls_shuffle_description">"Maišyti"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Atkārtot visu"</string> <string name="exo_controls_repeat_all_description">"Atkārtot visu"</string>
<string name="exo_controls_repeat_off_description">"Neatkārtot nevienu"</string> <string name="exo_controls_repeat_off_description">"Neatkārtot nevienu"</string>
<string name="exo_controls_repeat_one_description">"Atkārtot vienu"</string> <string name="exo_controls_repeat_one_description">"Atkārtot vienu"</string>
<string name="exo_controls_shuffle_description">"Atskaņot jauktā secībā"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Повтори ги сите"</string> <string name="exo_controls_repeat_all_description">"Повтори ги сите"</string>
<string name="exo_controls_repeat_off_description">"Не повторувај ниту една"</string> <string name="exo_controls_repeat_off_description">"Не повторувај ниту една"</string>
<string name="exo_controls_repeat_one_description">"Повтори една"</string> <string name="exo_controls_repeat_one_description">"Повтори една"</string>
<string name="exo_controls_shuffle_description">"По случаен избор"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"എല്ലാം ആവർത്തിക്കുക"</string> <string name="exo_controls_repeat_all_description">"എല്ലാം ആവർത്തിക്കുക"</string>
<string name="exo_controls_repeat_off_description">"ഒന്നും ആവർത്തിക്കരുത്"</string> <string name="exo_controls_repeat_off_description">"ഒന്നും ആവർത്തിക്കരുത്"</string>
<string name="exo_controls_repeat_one_description">"ഒന്ന് ആവർത്തിക്കുക"</string> <string name="exo_controls_repeat_one_description">"ഒന്ന് ആവർത്തിക്കുക"</string>
<string name="exo_controls_shuffle_description">"ഷഫിൾ ചെയ്യുക"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Бүгдийг давтах"</string> <string name="exo_controls_repeat_all_description">"Бүгдийг давтах"</string>
<string name="exo_controls_repeat_off_description">"Алийг нь ч давтахгүй"</string> <string name="exo_controls_repeat_off_description">"Алийг нь ч давтахгүй"</string>
<string name="exo_controls_repeat_one_description">"Нэгийг давтах"</string> <string name="exo_controls_repeat_one_description">"Нэгийг давтах"</string>
<string name="exo_controls_shuffle_description">"Холих"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"सर्व पुनरावृत्ती करा"</string> <string name="exo_controls_repeat_all_description">"सर्व पुनरावृत्ती करा"</string>
<string name="exo_controls_repeat_off_description">"काहीही पुनरावृत्ती करू नका"</string> <string name="exo_controls_repeat_off_description">"काहीही पुनरावृत्ती करू नका"</string>
<string name="exo_controls_repeat_one_description">"एक पुनरावृत्ती करा"</string> <string name="exo_controls_repeat_one_description">"एक पुनरावृत्ती करा"</string>
<string name="exo_controls_shuffle_description">"शफल करा"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Ulang semua"</string> <string name="exo_controls_repeat_all_description">"Ulang semua"</string>
<string name="exo_controls_repeat_off_description">"Tiada ulangan"</string> <string name="exo_controls_repeat_off_description">"Tiada ulangan"</string>
<string name="exo_controls_repeat_one_description">"Ulangan"</string> <string name="exo_controls_repeat_one_description">"Ulangan"</string>
<string name="exo_controls_shuffle_description">"Rombak"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"အားလုံး ထပ်တလဲလဲဖွင့်ရန်"</string> <string name="exo_controls_repeat_all_description">"အားလုံး ထပ်တလဲလဲဖွင့်ရန်"</string>
<string name="exo_controls_repeat_off_description">"ထပ်တလဲလဲမဖွင့်ရန်"</string> <string name="exo_controls_repeat_off_description">"ထပ်တလဲလဲမဖွင့်ရန်"</string>
<string name="exo_controls_repeat_one_description">"တစ်ခုအား ထပ်တလဲလဲဖွင့်ရန်"</string> <string name="exo_controls_repeat_one_description">"တစ်ခုအား ထပ်တလဲလဲဖွင့်ရန်"</string>
<string name="exo_controls_shuffle_description">"မွှေနှောက်ဖွင့်ရန်"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Gjenta alle"</string> <string name="exo_controls_repeat_all_description">"Gjenta alle"</string>
<string name="exo_controls_repeat_off_description">"Ikke gjenta noen"</string> <string name="exo_controls_repeat_off_description">"Ikke gjenta noen"</string>
<string name="exo_controls_repeat_one_description">"Gjenta én"</string> <string name="exo_controls_repeat_one_description">"Gjenta én"</string>
<string name="exo_controls_shuffle_description">"Spill av i tilfeldig rekkefølge"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"सबै दोहोर्याउनुहोस्"</string> <string name="exo_controls_repeat_all_description">"सबै दोहोर्याउनुहोस्"</string>
<string name="exo_controls_repeat_off_description">"कुनै पनि नदोहोर्याउनुहोस्"</string> <string name="exo_controls_repeat_off_description">"कुनै पनि नदोहोर्याउनुहोस्"</string>
<string name="exo_controls_repeat_one_description">"एउटा दोहोर्याउनुहोस्"</string> <string name="exo_controls_repeat_one_description">"एउटा दोहोर्याउनुहोस्"</string>
<string name="exo_controls_shuffle_description">"मिसाउनुहोस्"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Alles herhalen"</string> <string name="exo_controls_repeat_all_description">"Alles herhalen"</string>
<string name="exo_controls_repeat_off_description">"Niet herhalen"</string> <string name="exo_controls_repeat_off_description">"Niet herhalen"</string>
<string name="exo_controls_repeat_one_description">"Eén herhalen"</string> <string name="exo_controls_repeat_one_description">"Eén herhalen"</string>
<string name="exo_controls_shuffle_description">"Shuffle"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"ਸਭ ਨੂੰ ਦੁਹਰਾਓ"</string> <string name="exo_controls_repeat_all_description">"ਸਭ ਨੂੰ ਦੁਹਰਾਓ"</string>
<string name="exo_controls_repeat_off_description">"ਕੋਈ ਵੀ ਨਹੀਂ ਦੁਹਰਾਓ"</string> <string name="exo_controls_repeat_off_description">"ਕੋਈ ਵੀ ਨਹੀਂ ਦੁਹਰਾਓ"</string>
<string name="exo_controls_repeat_one_description">"ਇੱਕ ਦੁਹਰਾਓ"</string> <string name="exo_controls_repeat_one_description">"ਇੱਕ ਦੁਹਰਾਓ"</string>
<string name="exo_controls_shuffle_description">"ਸ਼ੱਫਲ"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Powtórz wszystkie"</string> <string name="exo_controls_repeat_all_description">"Powtórz wszystkie"</string>
<string name="exo_controls_repeat_off_description">"Nie powtarzaj"</string> <string name="exo_controls_repeat_off_description">"Nie powtarzaj"</string>
<string name="exo_controls_repeat_one_description">"Powtórz jeden"</string> <string name="exo_controls_repeat_one_description">"Powtórz jeden"</string>
<string name="exo_controls_shuffle_description">"Odtwarzaj losowo"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repetir tudo"</string> <string name="exo_controls_repeat_all_description">"Repetir tudo"</string>
<string name="exo_controls_repeat_off_description">"Não repetir"</string> <string name="exo_controls_repeat_off_description">"Não repetir"</string>
<string name="exo_controls_repeat_one_description">"Repetir um"</string> <string name="exo_controls_repeat_one_description">"Repetir um"</string>
<string name="exo_controls_shuffle_description">"Reproduzir aleatoriamente"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repetir tudo"</string> <string name="exo_controls_repeat_all_description">"Repetir tudo"</string>
<string name="exo_controls_repeat_off_description">"Não repetir"</string> <string name="exo_controls_repeat_off_description">"Não repetir"</string>
<string name="exo_controls_repeat_one_description">"Repetir um"</string> <string name="exo_controls_repeat_one_description">"Repetir um"</string>
<string name="exo_controls_shuffle_description">"Reproduzir aleatoriamente"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repetir tudo"</string> <string name="exo_controls_repeat_all_description">"Repetir tudo"</string>
<string name="exo_controls_repeat_off_description">"Não repetir"</string> <string name="exo_controls_repeat_off_description">"Não repetir"</string>
<string name="exo_controls_repeat_one_description">"Repetir uma"</string> <string name="exo_controls_repeat_one_description">"Repetir uma"</string>
<string name="exo_controls_shuffle_description">"Reproduzir aleatoriamente"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Repetați toate"</string> <string name="exo_controls_repeat_all_description">"Repetați toate"</string>
<string name="exo_controls_repeat_off_description">"Repetați niciuna"</string> <string name="exo_controls_repeat_off_description">"Repetați niciuna"</string>
<string name="exo_controls_repeat_one_description">"Repetați unul"</string> <string name="exo_controls_repeat_one_description">"Repetați unul"</string>
<string name="exo_controls_shuffle_description">"Redați aleatoriu"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Повторять все"</string> <string name="exo_controls_repeat_all_description">"Повторять все"</string>
<string name="exo_controls_repeat_off_description">"Не повторять"</string> <string name="exo_controls_repeat_off_description">"Не повторять"</string>
<string name="exo_controls_repeat_one_description">"Повторять один элемент"</string> <string name="exo_controls_repeat_one_description">"Повторять один элемент"</string>
<string name="exo_controls_shuffle_description">"Перемешать"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"සියලු නැවත"</string> <string name="exo_controls_repeat_all_description">"සියලු නැවත"</string>
<string name="exo_controls_repeat_off_description">"කිසිවක් නැවත"</string> <string name="exo_controls_repeat_off_description">"කිසිවක් නැවත"</string>
<string name="exo_controls_repeat_one_description">"නැවත නැවත එක්"</string> <string name="exo_controls_repeat_one_description">"නැවත නැවත එක්"</string>
<string name="exo_controls_shuffle_description">"කලවම් කරන්න"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Opakovať všetko"</string> <string name="exo_controls_repeat_all_description">"Opakovať všetko"</string>
<string name="exo_controls_repeat_off_description">"Neopakovať"</string> <string name="exo_controls_repeat_off_description">"Neopakovať"</string>
<string name="exo_controls_repeat_one_description">"Opakovať jednu položku"</string> <string name="exo_controls_repeat_one_description">"Opakovať jednu položku"</string>
<string name="exo_controls_shuffle_description">"Náhodne prehrávať"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Ponovi vse"</string> <string name="exo_controls_repeat_all_description">"Ponovi vse"</string>
<string name="exo_controls_repeat_off_description">"Ne ponovi"</string> <string name="exo_controls_repeat_off_description">"Ne ponovi"</string>
<string name="exo_controls_repeat_one_description">"Ponovi eno"</string> <string name="exo_controls_repeat_one_description">"Ponovi eno"</string>
<string name="exo_controls_shuffle_description">"Naključno predvajaj"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Përsërit të gjithë"</string> <string name="exo_controls_repeat_all_description">"Përsërit të gjithë"</string>
<string name="exo_controls_repeat_off_description">"Përsëritni asnjë"</string> <string name="exo_controls_repeat_off_description">"Përsëritni asnjë"</string>
<string name="exo_controls_repeat_one_description">"Përsëritni një"</string> <string name="exo_controls_repeat_one_description">"Përsëritni një"</string>
<string name="exo_controls_shuffle_description">"Përziej"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Понови све"</string> <string name="exo_controls_repeat_all_description">"Понови све"</string>
<string name="exo_controls_repeat_off_description">"Понављање је искључено"</string> <string name="exo_controls_repeat_off_description">"Понављање је искључено"</string>
<string name="exo_controls_repeat_one_description">"Понови једну"</string> <string name="exo_controls_repeat_one_description">"Понови једну"</string>
<string name="exo_controls_shuffle_description">"Пусти насумично"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Upprepa alla"</string> <string name="exo_controls_repeat_all_description">"Upprepa alla"</string>
<string name="exo_controls_repeat_off_description">"Upprepa inga"</string> <string name="exo_controls_repeat_off_description">"Upprepa inga"</string>
<string name="exo_controls_repeat_one_description">"Upprepa en"</string> <string name="exo_controls_repeat_one_description">"Upprepa en"</string>
<string name="exo_controls_shuffle_description">"Blanda"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Rudia zote"</string> <string name="exo_controls_repeat_all_description">"Rudia zote"</string>
<string name="exo_controls_repeat_off_description">"Usirudie Yoyote"</string> <string name="exo_controls_repeat_off_description">"Usirudie Yoyote"</string>
<string name="exo_controls_repeat_one_description">"Rudia Moja"</string> <string name="exo_controls_repeat_one_description">"Rudia Moja"</string>
<string name="exo_controls_shuffle_description">"Changanya"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"அனைத்தையும் மீண்டும் இயக்கு"</string> <string name="exo_controls_repeat_all_description">"அனைத்தையும் மீண்டும் இயக்கு"</string>
<string name="exo_controls_repeat_off_description">"எதையும் மீண்டும் இயக்காதே"</string> <string name="exo_controls_repeat_off_description">"எதையும் மீண்டும் இயக்காதே"</string>
<string name="exo_controls_repeat_one_description">"ஒன்றை மட்டும் மீண்டும் இயக்கு"</string> <string name="exo_controls_repeat_one_description">"ஒன்றை மட்டும் மீண்டும் இயக்கு"</string>
<string name="exo_controls_shuffle_description">"குலை"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"అన్నీ పునరావృతం చేయి"</string> <string name="exo_controls_repeat_all_description">"అన్నీ పునరావృతం చేయి"</string>
<string name="exo_controls_repeat_off_description">"ఏదీ పునరావృతం చేయవద్దు"</string> <string name="exo_controls_repeat_off_description">"ఏదీ పునరావృతం చేయవద్దు"</string>
<string name="exo_controls_repeat_one_description">"ఒకదాన్ని పునరావృతం చేయి"</string> <string name="exo_controls_repeat_one_description">"ఒకదాన్ని పునరావృతం చేయి"</string>
<string name="exo_controls_shuffle_description">"షఫుల్ చేయి"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"เล่นซ้ำทั้งหมด"</string> <string name="exo_controls_repeat_all_description">"เล่นซ้ำทั้งหมด"</string>
<string name="exo_controls_repeat_off_description">"ไม่เล่นซ้ำ"</string> <string name="exo_controls_repeat_off_description">"ไม่เล่นซ้ำ"</string>
<string name="exo_controls_repeat_one_description">"เล่นซ้ำรายการเดียว"</string> <string name="exo_controls_repeat_one_description">"เล่นซ้ำรายการเดียว"</string>
<string name="exo_controls_shuffle_description">"สุ่มเพลง"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Ulitin Lahat"</string> <string name="exo_controls_repeat_all_description">"Ulitin Lahat"</string>
<string name="exo_controls_repeat_off_description">"Walang Uulitin"</string> <string name="exo_controls_repeat_off_description">"Walang Uulitin"</string>
<string name="exo_controls_repeat_one_description">"Ulitin ang Isa"</string> <string name="exo_controls_repeat_one_description">"Ulitin ang Isa"</string>
<string name="exo_controls_shuffle_description">"I-shuffle"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Tümünü Tekrarla"</string> <string name="exo_controls_repeat_all_description">"Tümünü Tekrarla"</string>
<string name="exo_controls_repeat_off_description">"Hiçbirini Tekrarlama"</string> <string name="exo_controls_repeat_off_description">"Hiçbirini Tekrarlama"</string>
<string name="exo_controls_repeat_one_description">"Birini Tekrarla"</string> <string name="exo_controls_repeat_one_description">"Birini Tekrarla"</string>
<string name="exo_controls_shuffle_description">"Karıştır"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Повторити все"</string> <string name="exo_controls_repeat_all_description">"Повторити все"</string>
<string name="exo_controls_repeat_off_description">"Не повторювати"</string> <string name="exo_controls_repeat_off_description">"Не повторювати"</string>
<string name="exo_controls_repeat_one_description">"Повторити один елемент"</string> <string name="exo_controls_repeat_one_description">"Повторити один елемент"</string>
<string name="exo_controls_shuffle_description">"Перемішати"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"سبھی کو دہرائیں"</string> <string name="exo_controls_repeat_all_description">"سبھی کو دہرائیں"</string>
<string name="exo_controls_repeat_off_description">"کسی کو نہ دہرائیں"</string> <string name="exo_controls_repeat_off_description">"کسی کو نہ دہرائیں"</string>
<string name="exo_controls_repeat_one_description">"ایک کو دہرائیں"</string> <string name="exo_controls_repeat_one_description">"ایک کو دہرائیں"</string>
<string name="exo_controls_shuffle_description">"شفل کریں"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Barchasini takrorlash"</string> <string name="exo_controls_repeat_all_description">"Barchasini takrorlash"</string>
<string name="exo_controls_repeat_off_description">"Takrorlamaslik"</string> <string name="exo_controls_repeat_off_description">"Takrorlamaslik"</string>
<string name="exo_controls_repeat_one_description">"Bir marta takrorlash"</string> <string name="exo_controls_repeat_one_description">"Bir marta takrorlash"</string>
<string name="exo_controls_shuffle_description">"Tasodifiy tartibda"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Lặp lại tất cả"</string> <string name="exo_controls_repeat_all_description">"Lặp lại tất cả"</string>
<string name="exo_controls_repeat_off_description">"Không lặp lại"</string> <string name="exo_controls_repeat_off_description">"Không lặp lại"</string>
<string name="exo_controls_repeat_one_description">"Lặp lại một mục"</string> <string name="exo_controls_repeat_one_description">"Lặp lại một mục"</string>
<string name="exo_controls_shuffle_description">"Trộn bài"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"重复播放全部"</string> <string name="exo_controls_repeat_all_description">"重复播放全部"</string>
<string name="exo_controls_repeat_off_description">"不重复播放"</string> <string name="exo_controls_repeat_off_description">"不重复播放"</string>
<string name="exo_controls_repeat_one_description">"重复播放单个视频"</string> <string name="exo_controls_repeat_one_description">"重复播放单个视频"</string>
<string name="exo_controls_shuffle_description">"随机播放"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"重複播放所有媒體項目"</string> <string name="exo_controls_repeat_all_description">"重複播放所有媒體項目"</string>
<string name="exo_controls_repeat_off_description">"不重複播放任何媒體項目"</string> <string name="exo_controls_repeat_off_description">"不重複播放任何媒體項目"</string>
<string name="exo_controls_repeat_one_description">"重複播放一個媒體項目"</string> <string name="exo_controls_repeat_one_description">"重複播放一個媒體項目"</string>
<string name="exo_controls_shuffle_description">"隨機播放"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"重複播放所有媒體項目"</string> <string name="exo_controls_repeat_all_description">"重複播放所有媒體項目"</string>
<string name="exo_controls_repeat_off_description">"不重複播放"</string> <string name="exo_controls_repeat_off_description">"不重複播放"</string>
<string name="exo_controls_repeat_one_description">"重複播放單一媒體項目"</string> <string name="exo_controls_repeat_one_description">"重複播放單一媒體項目"</string>
<string name="exo_controls_shuffle_description">"隨機播放"</string>
</resources> </resources>

View File

@ -25,4 +25,5 @@
<string name="exo_controls_repeat_all_description">"Phinda konke"</string> <string name="exo_controls_repeat_all_description">"Phinda konke"</string>
<string name="exo_controls_repeat_off_description">"Ungaphindi lutho"</string> <string name="exo_controls_repeat_off_description">"Ungaphindi lutho"</string>
<string name="exo_controls_repeat_one_description">"Phida okukodwa"</string> <string name="exo_controls_repeat_one_description">"Phida okukodwa"</string>
<string name="exo_controls_shuffle_description">"Shova"</string>
</resources> </resources>

View File

@ -28,6 +28,7 @@
<item name="exo_ffwd" type="id"/> <item name="exo_ffwd" type="id"/>
<item name="exo_prev" type="id"/> <item name="exo_prev" type="id"/>
<item name="exo_next" type="id"/> <item name="exo_next" type="id"/>
<item name="exo_shuffle" type="id"/>
<item name="exo_repeat_toggle" type="id"/> <item name="exo_repeat_toggle" type="id"/>
<item name="exo_duration" type="id"/> <item name="exo_duration" type="id"/>
<item name="exo_position" type="id"/> <item name="exo_position" type="id"/>

View File

@ -24,4 +24,5 @@
<string name="exo_controls_repeat_off_description">Repeat none</string> <string name="exo_controls_repeat_off_description">Repeat none</string>
<string name="exo_controls_repeat_one_description">Repeat one</string> <string name="exo_controls_repeat_one_description">Repeat one</string>
<string name="exo_controls_repeat_all_description">Repeat all</string> <string name="exo_controls_repeat_all_description">Repeat all</string>
<string name="exo_controls_shuffle_description">Shuffle</string>
</resources> </resources>

View File

@ -51,4 +51,9 @@
<item name="android:contentDescription">@string/exo_controls_pause_description</item> <item name="android:contentDescription">@string/exo_controls_pause_description</item>
</style> </style>
<style name="ExoMediaButton.Shuffle">
<item name="android:src">@drawable/exo_controls_shuffle</item>
<item name="android:contentDescription">@string/exo_controls_shuffle_description</item>
</style>
</resources> </resources>