Commit 132c9d15 by olly Committed by Oliver Woodman

UI module string cleanup

PiperOrigin-RevId: 322323784
parent 7ed729b1
Showing with 522 additions and 543 deletions
......@@ -678,8 +678,10 @@ public class StyledPlayerControlView extends FrameLayout {
trackNameProvider = new DefaultTrackNameProvider(getResources());
subtitleOnButtonDrawable = resources.getDrawable(R.drawable.exo_styled_controls_subtitle_on);
subtitleOffButtonDrawable = resources.getDrawable(R.drawable.exo_styled_controls_subtitle_off);
subtitleOnContentDescription = resources.getString(R.string.exo_controls_cc_is_on);
subtitleOffContentDescription = resources.getString(R.string.exo_controls_cc_is_off);
subtitleOnContentDescription =
resources.getString(R.string.exo_controls_cc_enabled_description);
subtitleOffContentDescription =
resources.getString(R.string.exo_controls_cc_disabled_description);
textTrackSelectionAdapter = new TextTrackSelectionAdapter();
audioTrackSelectionAdapter = new AudioTrackSelectionAdapter();
......@@ -1155,7 +1157,7 @@ public class StyledPlayerControlView extends FrameLayout {
}
if (rewindButton != null) {
rewindButton.setContentDescription(
resources.getString(R.string.exo_controls_rewind_desc_holder, rewindSec));
resources.getString(R.string.exo_controls_rewind_by_amount_description, rewindSec));
}
}
......@@ -1169,7 +1171,8 @@ public class StyledPlayerControlView extends FrameLayout {
}
if (fastForwardButton != null) {
fastForwardButton.setContentDescription(
resources.getString(R.string.exo_controls_ffwd_desc_holder, fastForwardSec));
resources.getString(
R.string.exo_controls_fastforward_by_amount_description, fastForwardSec));
}
}
......
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Oudiosnit</string>
<string name="exo_controls_playback_speed">Terugspeelspoed</string>
<string name="exo_controls_playback_speed_normal">Normaal</string>
<string name="exo_controls_overflow_left_button_description">\"Terug na vorige\"-knoppielys</string>
<string name="exo_controls_overflow_right_button_description">Sien nog knoppies</string>
<string name="exo_controls_overflow_hide_description">\"Terug na vorige\"-knoppielys</string>
<string name="exo_controls_overflow_show_description">Sien nog knoppies</string>
<string name="exo_controls_seek_bar_description">Terugspeelvordering</string>
<string name="exo_controls_settings_description">Instellings</string>
<string name="exo_controls_cc_is_on">Tik om onderskrifte te versteek</string>
<string name="exo_controls_cc_is_off">Tik om onderskrifte te wys</string>
<string name="exo_controls_rewind_desc_holder">Gaan %d sekondes terug</string>
<string name="exo_controls_ffwd_desc_holder">Gaan %d sekondes vinnig vorentoe</string>
<string name="exo_controls_cc_enabled_description">Tik om onderskrifte te versteek</string>
<string name="exo_controls_cc_disabled_description">Tik om onderskrifte te wys</string>
<string name="exo_controls_rewind_by_amount_description">Gaan %d sekondes terug</string>
<string name="exo_controls_fastforward_by_amount_description">Gaan %d sekondes vinnig vorentoe</string>
<string name="exo_controls_fullscreen_enter_description">Gaan na volskerm</string>
<string name="exo_controls_fullscreen_exit_description">Verlaat volskerm</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ኦዲዮ ትራክ</string>
<string name="exo_controls_playback_speed">የመልሶ ማጫወት ፍጥነት</string>
<string name="exo_controls_playback_speed_normal">መደበኛ</string>
<string name="exo_controls_overflow_left_button_description">ወደ ቀዳሚው የአዝራር ዝርዝር ተመለስ</string>
<string name="exo_controls_overflow_right_button_description">ተጨማሪ አዝራሮችን ይመልከቱ</string>
<string name="exo_controls_overflow_hide_description">ወደ ቀዳሚው የአዝራር ዝርዝር ተመለስ</string>
<string name="exo_controls_overflow_show_description">ተጨማሪ አዝራሮችን ይመልከቱ</string>
<string name="exo_controls_seek_bar_description">የመልሶ ማጫወት ሂደት</string>
<string name="exo_controls_settings_description">ቅንብሮች</string>
<string name="exo_controls_cc_is_on">የግርጌ ጽሑፎችን ለመደበቅ መታ ያድርጉ</string>
<string name="exo_controls_cc_is_off">የግርጌ ጽሑፎችን ለማሳየት መታ ያድርጉ</string>
<string name="exo_controls_rewind_desc_holder">በ%d ሰከንዶች ወደኋላ መልስ</string>
<string name="exo_controls_ffwd_desc_holder">በ%d ሰከንዶች ወደፊት አሳልፍ</string>
<string name="exo_controls_cc_enabled_description">የግርጌ ጽሑፎችን ለመደበቅ መታ ያድርጉ</string>
<string name="exo_controls_cc_disabled_description">የግርጌ ጽሑፎችን ለማሳየት መታ ያድርጉ</string>
<string name="exo_controls_rewind_by_amount_description">በ%d ሰከንዶች ወደኋላ መልስ</string>
<string name="exo_controls_fastforward_by_amount_description">በ%d ሰከንዶች ወደፊት አሳልፍ</string>
<string name="exo_controls_fullscreen_enter_description">ወደ ሙሉ ማያ ገጽ ግባ</string>
<string name="exo_controls_fullscreen_exit_description">ከሙሉ ማያገጽ ውጣ</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">المقطع الصوتي</string>
<string name="exo_controls_playback_speed">سرعة التشغيل</string>
<string name="exo_controls_playback_speed_normal">عادية</string>
<string name="exo_controls_overflow_left_button_description">الرجوع إلى قائمة الازرار السابقة</string>
<string name="exo_controls_overflow_right_button_description">عرض مزيد من الأزرار</string>
<string name="exo_controls_overflow_hide_description">الرجوع إلى قائمة الازرار السابقة</string>
<string name="exo_controls_overflow_show_description">عرض مزيد من الأزرار</string>
<string name="exo_controls_seek_bar_description">مستوى تقدُّم التشغيل</string>
<string name="exo_controls_settings_description">الإعدادات</string>
<string name="exo_controls_cc_is_on">النقر لإخفاء الترجمة</string>
<string name="exo_controls_cc_is_off">النقر لإظهار الترجمة</string>
<string name="exo_controls_rewind_desc_holder">ترجيع الفيديو بمقدار %d ثانية</string>
<string name="exo_controls_ffwd_desc_holder">تقديم سريع للفيديو بمقدار %d ثانية</string>
<string name="exo_controls_cc_enabled_description">النقر لإخفاء الترجمة</string>
<string name="exo_controls_cc_disabled_description">النقر لإظهار الترجمة</string>
<string name="exo_controls_rewind_by_amount_description">ترجيع الفيديو بمقدار %d ثانية</string>
<string name="exo_controls_fastforward_by_amount_description">تقديم سريع للفيديو بمقدار %d ثانية</string>
<string name="exo_controls_fullscreen_enter_description">دخول إلى وضع ملء الشاشة</string>
<string name="exo_controls_fullscreen_exit_description">خروج من وضع ملء الشاشة</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio trek</string>
<string name="exo_controls_playback_speed">Oxutma sürəti</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Əvvəlki düymə siyahısına geri</string>
<string name="exo_controls_overflow_right_button_description">Daha çox düyməyə baxın</string>
<string name="exo_controls_overflow_hide_description">Əvvəlki düymə siyahısına geri</string>
<string name="exo_controls_overflow_show_description">Daha çox düyməyə baxın</string>
<string name="exo_controls_seek_bar_description">Oxutmanın gedişatı</string>
<string name="exo_controls_settings_description">Ayarlar</string>
<string name="exo_controls_cc_is_on">Altyazıları gizlətmək üçün toxunun</string>
<string name="exo_controls_cc_is_off">Altyazıları göstərmək üçün toxunun</string>
<string name="exo_controls_rewind_desc_holder">%d saniyə geri keçin</string>
<string name="exo_controls_ffwd_desc_holder">%d saniyə irəli keçin</string>
<string name="exo_controls_cc_enabled_description">Altyazıları gizlətmək üçün toxunun</string>
<string name="exo_controls_cc_disabled_description">Altyazıları göstərmək üçün toxunun</string>
<string name="exo_controls_rewind_by_amount_description">%d saniyə geri keçin</string>
<string name="exo_controls_fastforward_by_amount_description">%d saniyə irəli keçin</string>
<string name="exo_controls_fullscreen_enter_description">Tam ekrana daxil olun</string>
<string name="exo_controls_fullscreen_exit_description">Tam ekrandan çıxın</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio snimak</string>
<string name="exo_controls_playback_speed">Brzina reprodukcije</string>
<string name="exo_controls_playback_speed_normal">Uobičajena</string>
<string name="exo_controls_overflow_left_button_description">Nazad na prethodnu listu dugmadi</string>
<string name="exo_controls_overflow_right_button_description">Prikaži još dugmadi</string>
<string name="exo_controls_overflow_hide_description">Nazad na prethodnu listu dugmadi</string>
<string name="exo_controls_overflow_show_description">Prikaži još dugmadi</string>
<string name="exo_controls_seek_bar_description">Napredovanje reprodukcije</string>
<string name="exo_controls_settings_description">Podešavanja</string>
<string name="exo_controls_cc_is_on">Dodirnite da bi se titlovi sakrili</string>
<string name="exo_controls_cc_is_off">Dodirnite da bi se titlovi prikazivali</string>
<string name="exo_controls_rewind_desc_holder">Premotaj %d sekundi unazad</string>
<string name="exo_controls_ffwd_desc_holder">Premotaj %d sekundi unapred</string>
<string name="exo_controls_cc_enabled_description">Dodirnite da bi se titlovi sakrili</string>
<string name="exo_controls_cc_disabled_description">Dodirnite da bi se titlovi prikazivali</string>
<string name="exo_controls_rewind_by_amount_description">Premotaj %d sekundi unazad</string>
<string name="exo_controls_fastforward_by_amount_description">Premotaj %d sekundi unapred</string>
<string name="exo_controls_fullscreen_enter_description">Pređi na ceo ekran</string>
<string name="exo_controls_fullscreen_exit_description">Izađi iz celog ekrana</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Гукавая дарожка</string>
<string name="exo_controls_playback_speed">Хуткасць прайгравання</string>
<string name="exo_controls_playback_speed_normal">Звычайная</string>
<string name="exo_controls_overflow_left_button_description">Да папярэдняга спіса кнопак</string>
<string name="exo_controls_overflow_right_button_description">Паказаць дадатковыя кнопкі</string>
<string name="exo_controls_overflow_hide_description">Да папярэдняга спіса кнопак</string>
<string name="exo_controls_overflow_show_description">Паказаць дадатковыя кнопкі</string>
<string name="exo_controls_seek_bar_description">Ход прайгравання</string>
<string name="exo_controls_settings_description">Налады</string>
<string name="exo_controls_cc_is_on">Націсніце, каб схаваць субцітры</string>
<string name="exo_controls_cc_is_off">Націсніце, каб паказаць субцітры</string>
<string name="exo_controls_rewind_desc_holder">Пераматаць назад на %d с</string>
<string name="exo_controls_ffwd_desc_holder">Пераматаць уперад на %d с</string>
<string name="exo_controls_cc_enabled_description">Націсніце, каб схаваць субцітры</string>
<string name="exo_controls_cc_disabled_description">Націсніце, каб паказаць субцітры</string>
<string name="exo_controls_rewind_by_amount_description">Пераматаць назад на %d с</string>
<string name="exo_controls_fastforward_by_amount_description">Пераматаць уперад на %d с</string>
<string name="exo_controls_fullscreen_enter_description">Уключыць поўнаэкранны рэжым</string>
<string name="exo_controls_fullscreen_exit_description">Выключыць поўнаэкранны рэжым</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Аудиозапис</string>
<string name="exo_controls_playback_speed">Скорост на възпроизвеждане</string>
<string name="exo_controls_playback_speed_normal">Нормално</string>
<string name="exo_controls_overflow_left_button_description">Към предишния списък с бутони</string>
<string name="exo_controls_overflow_right_button_description">Вижте още бутони</string>
<string name="exo_controls_overflow_hide_description">Към предишния списък с бутони</string>
<string name="exo_controls_overflow_show_description">Вижте още бутони</string>
<string name="exo_controls_seek_bar_description">Напредък на възпроизвеждането</string>
<string name="exo_controls_settings_description">Настройки</string>
<string name="exo_controls_cc_is_on">Докоснете за скриване на субтитрите</string>
<string name="exo_controls_cc_is_off">Докоснете за показване на субтитрите</string>
<string name="exo_controls_rewind_desc_holder">Превъртане с(ъс) %d секунди назад</string>
<string name="exo_controls_ffwd_desc_holder">Превъртане с(ъс) %d секунди напред</string>
<string name="exo_controls_cc_enabled_description">Докоснете за скриване на субтитрите</string>
<string name="exo_controls_cc_disabled_description">Докоснете за показване на субтитрите</string>
<string name="exo_controls_rewind_by_amount_description">Превъртане с(ъс) %d секунди назад</string>
<string name="exo_controls_fastforward_by_amount_description">Превъртане с(ъс) %d секунди напред</string>
<string name="exo_controls_fullscreen_enter_description">Вход в цял екран</string>
<string name="exo_controls_fullscreen_exit_description">Изход от цял екран</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">অডিও ট্র্যাক</string>
<string name="exo_controls_playback_speed">প্লেব্যাক স্পিড</string>
<string name="exo_controls_playback_speed_normal">সাধারণ</string>
<string name="exo_controls_overflow_left_button_description">আগের বোতামের তালিকাতে ফিরে যান</string>
<string name="exo_controls_overflow_right_button_description">আরও বোতাম দেখুন</string>
<string name="exo_controls_overflow_hide_description">আগের বোতামের তালিকাতে ফিরে যান</string>
<string name="exo_controls_overflow_show_description">আরও বোতাম দেখুন</string>
<string name="exo_controls_seek_bar_description">কতটা প্লেব্যাক হয়েছে</string>
<string name="exo_controls_settings_description">সেটিংস</string>
<string name="exo_controls_cc_is_on">সাবটাইটেল লুকাতে ট্যাপ করুন</string>
<string name="exo_controls_cc_is_off">সাবটাইটেল দেখাতে ট্যাপ করুন</string>
<string name="exo_controls_rewind_desc_holder">%d সেকেন্ড রিওয়াইন্ড করুন</string>
<string name="exo_controls_ffwd_desc_holder">%d সেকেন্ড ফাস্ট ফরওয়ার্ড করুন</string>
<string name="exo_controls_cc_enabled_description">সাবটাইটেল লুকাতে ট্যাপ করুন</string>
<string name="exo_controls_cc_disabled_description">সাবটাইটেল দেখাতে ট্যাপ করুন</string>
<string name="exo_controls_rewind_by_amount_description">%d সেকেন্ড রিওয়াইন্ড করুন</string>
<string name="exo_controls_fastforward_by_amount_description">%d সেকেন্ড ফাস্ট ফরওয়ার্ড করুন</string>
<string name="exo_controls_fullscreen_enter_description">ফুল-স্ক্রিন মোডে দেখুন</string>
<string name="exo_controls_fullscreen_exit_description">ফুল-স্ক্রিন মোড ছেড়ে বেরোন</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Zvučni zapis</string>
<string name="exo_controls_playback_speed">Brzina reprodukcije</string>
<string name="exo_controls_playback_speed_normal">Normalno</string>
<string name="exo_controls_overflow_left_button_description">Nazad na prethodnu listu dugmadi</string>
<string name="exo_controls_overflow_right_button_description">Prikaz više dugmadi</string>
<string name="exo_controls_overflow_hide_description">Nazad na prethodnu listu dugmadi</string>
<string name="exo_controls_overflow_show_description">Prikaz više dugmadi</string>
<string name="exo_controls_seek_bar_description">Napredak reprodukcije</string>
<string name="exo_controls_settings_description">Postavke</string>
<string name="exo_controls_cc_is_on">Dodirnite da sakrijete titlove</string>
<string name="exo_controls_cc_is_off">Dodirnite da prikažete titlove</string>
<string name="exo_controls_rewind_desc_holder">Premotavanje %d s nazad</string>
<string name="exo_controls_ffwd_desc_holder">Premotavanje %d s naprijed</string>
<string name="exo_controls_cc_enabled_description">Dodirnite da sakrijete titlove</string>
<string name="exo_controls_cc_disabled_description">Dodirnite da prikažete titlove</string>
<string name="exo_controls_rewind_by_amount_description">Premotavanje %d s nazad</string>
<string name="exo_controls_fastforward_by_amount_description">Premotavanje %d s naprijed</string>
<string name="exo_controls_fullscreen_enter_description">Prikaz preko cijelog ekrana</string>
<string name="exo_controls_fullscreen_exit_description">Isključ. prikaza preko cijelog ekrana</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Pista d\'àudio</string>
<string name="exo_controls_playback_speed">Velocitat de reproducció</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Torna a llista de botons anterior</string>
<string name="exo_controls_overflow_right_button_description">Mostra més botons</string>
<string name="exo_controls_overflow_hide_description">Torna a llista de botons anterior</string>
<string name="exo_controls_overflow_show_description">Mostra més botons</string>
<string name="exo_controls_seek_bar_description">Progrés de la reproducció</string>
<string name="exo_controls_settings_description">Configuració</string>
<string name="exo_controls_cc_is_on">Toca per amagar els subtítols</string>
<string name="exo_controls_cc_is_off">Toca per mostrar els subtítols</string>
<string name="exo_controls_rewind_desc_holder">Rebobina %d segons</string>
<string name="exo_controls_ffwd_desc_holder">Avança ràpidament %d segons</string>
<string name="exo_controls_cc_enabled_description">Toca per amagar els subtítols</string>
<string name="exo_controls_cc_disabled_description">Toca per mostrar els subtítols</string>
<string name="exo_controls_rewind_by_amount_description">Rebobina %d segons</string>
<string name="exo_controls_fastforward_by_amount_description">Avança ràpidament %d segons</string>
<string name="exo_controls_fullscreen_enter_description">Entra a la pantalla completa</string>
<string name="exo_controls_fullscreen_exit_description">Surt de la pantalla completa</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Zvuková stopa</string>
<string name="exo_controls_playback_speed">Rychlost přehrávání</string>
<string name="exo_controls_playback_speed_normal">Normální</string>
<string name="exo_controls_overflow_left_button_description">Zpět na předchozí seznam tlačítek</string>
<string name="exo_controls_overflow_right_button_description">Zobrazit další tlačítka</string>
<string name="exo_controls_overflow_hide_description">Zpět na předchozí seznam tlačítek</string>
<string name="exo_controls_overflow_show_description">Zobrazit další tlačítka</string>
<string name="exo_controls_seek_bar_description">Průběh přehrávání</string>
<string name="exo_controls_settings_description">Nastavení</string>
<string name="exo_controls_cc_is_on">Klepnutím skryjete titulky</string>
<string name="exo_controls_cc_is_off">Klepnutím zobrazíte titulky</string>
<string name="exo_controls_rewind_desc_holder">Přetočit zpět o %d s</string>
<string name="exo_controls_ffwd_desc_holder">Posunout vpřed o %d s</string>
<string name="exo_controls_cc_enabled_description">Klepnutím skryjete titulky</string>
<string name="exo_controls_cc_disabled_description">Klepnutím zobrazíte titulky</string>
<string name="exo_controls_rewind_by_amount_description">Přetočit zpět o %d s</string>
<string name="exo_controls_fastforward_by_amount_description">Posunout vpřed o %d s</string>
<string name="exo_controls_fullscreen_enter_description">Přejít do režimu celé obrazovky</string>
<string name="exo_controls_fullscreen_exit_description">Ukončit režim celé obrazovky</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Lydspor</string>
<string name="exo_controls_playback_speed">Afspilningshastighed</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Tilbage til forrige liste over knapper</string>
<string name="exo_controls_overflow_right_button_description">Se flere knapper</string>
<string name="exo_controls_overflow_hide_description">Tilbage til forrige liste over knapper</string>
<string name="exo_controls_overflow_show_description">Se flere knapper</string>
<string name="exo_controls_seek_bar_description">Afspilningsstatus</string>
<string name="exo_controls_settings_description">Indstillinger</string>
<string name="exo_controls_cc_is_on">Tryk for at skjule undertekster</string>
<string name="exo_controls_cc_is_off">Tryk for at vise undertekster</string>
<string name="exo_controls_rewind_desc_holder">Spol %d sekunder tilbage</string>
<string name="exo_controls_ffwd_desc_holder">Spol %d sekunder frem</string>
<string name="exo_controls_cc_enabled_description">Tryk for at skjule undertekster</string>
<string name="exo_controls_cc_disabled_description">Tryk for at vise undertekster</string>
<string name="exo_controls_rewind_by_amount_description">Spol %d sekunder tilbage</string>
<string name="exo_controls_fastforward_by_amount_description">Spol %d sekunder frem</string>
<string name="exo_controls_fullscreen_enter_description">Åbn fuld skærm</string>
<string name="exo_controls_fullscreen_exit_description">Afslut fuld skærm</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audiotitel</string>
<string name="exo_controls_playback_speed">Wiedergabegeschwindigkeit</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Zurück zur vorherigen Schaltflächenliste</string>
<string name="exo_controls_overflow_right_button_description">Weitere Schaltflächen zeigen</string>
<string name="exo_controls_overflow_hide_description">Zurück zur vorherigen Schaltflächenliste</string>
<string name="exo_controls_overflow_show_description">Weitere Schaltflächen zeigen</string>
<string name="exo_controls_seek_bar_description">Wiedergabefortschritt</string>
<string name="exo_controls_settings_description">Einstellungen</string>
<string name="exo_controls_cc_is_on">Zum Ausblenden von Untertiteln tippen</string>
<string name="exo_controls_cc_is_off">Zum Einblenden von Untertiteln tippen</string>
<string name="exo_controls_rewind_desc_holder">%d Sekunden zurückspulen</string>
<string name="exo_controls_ffwd_desc_holder">%d Sekunden vorspulen</string>
<string name="exo_controls_cc_enabled_description">Zum Ausblenden von Untertiteln tippen</string>
<string name="exo_controls_cc_disabled_description">Zum Einblenden von Untertiteln tippen</string>
<string name="exo_controls_rewind_by_amount_description">%d Sekunden zurückspulen</string>
<string name="exo_controls_fastforward_by_amount_description">%d Sekunden vorspulen</string>
<string name="exo_controls_fullscreen_enter_description">Vollbild aktivieren</string>
<string name="exo_controls_fullscreen_exit_description">Vollbild beenden</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Κομμάτι ήχου</string>
<string name="exo_controls_playback_speed">Ταχύτητα αναπαραγωγής</string>
<string name="exo_controls_playback_speed_normal">Κανονική</string>
<string name="exo_controls_overflow_left_button_description">Επιστρ. σε προηγ. λίστα κουμπιών</string>
<string name="exo_controls_overflow_right_button_description">Εμφάνιση περισσότερων κουμπιών</string>
<string name="exo_controls_overflow_hide_description">Επιστρ. σε προηγ. λίστα κουμπιών</string>
<string name="exo_controls_overflow_show_description">Εμφάνιση περισσότερων κουμπιών</string>
<string name="exo_controls_seek_bar_description">Πρόοδος αναπαραγωγής</string>
<string name="exo_controls_settings_description">Ρυθμίσεις</string>
<string name="exo_controls_cc_is_on">Πατήστε για απόκρυψη υποτίτλων</string>
<string name="exo_controls_cc_is_off">Πατήστε για εμφάνιση υποτίτλων</string>
<string name="exo_controls_rewind_desc_holder">Μετάβαση προς τα πίσω κατά %d δευτερόλεπτα</string>
<string name="exo_controls_ffwd_desc_holder">Γρήγορη προώθηση κατά %d δευτερόλεπτα</string>
<string name="exo_controls_cc_enabled_description">Πατήστε για απόκρυψη υποτίτλων</string>
<string name="exo_controls_cc_disabled_description">Πατήστε για εμφάνιση υποτίτλων</string>
<string name="exo_controls_rewind_by_amount_description">Μετάβαση προς τα πίσω κατά %d δευτερόλεπτα</string>
<string name="exo_controls_fastforward_by_amount_description">Γρήγορη προώθηση κατά %d δευτερόλεπτα</string>
<string name="exo_controls_fullscreen_enter_description">Πλήρης οθόνη</string>
<string name="exo_controls_fullscreen_exit_description">Έξοδος από πλήρη οθόνη</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio track</string>
<string name="exo_controls_playback_speed">Playback speed</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Back to previous button list</string>
<string name="exo_controls_overflow_right_button_description">See more buttons</string>
<string name="exo_controls_overflow_hide_description">Back to previous button list</string>
<string name="exo_controls_overflow_show_description">See more buttons</string>
<string name="exo_controls_seek_bar_description">Playback progress</string>
<string name="exo_controls_settings_description">Settings</string>
<string name="exo_controls_cc_is_on">Tap to hide subtitles</string>
<string name="exo_controls_cc_is_off">Tap to show subtitles</string>
<string name="exo_controls_rewind_desc_holder">Rewind %d seconds</string>
<string name="exo_controls_ffwd_desc_holder">Fast forward %d seconds</string>
<string name="exo_controls_cc_enabled_description">Tap to hide subtitles</string>
<string name="exo_controls_cc_disabled_description">Tap to show subtitles</string>
<string name="exo_controls_rewind_by_amount_description">Rewind %d seconds</string>
<string name="exo_controls_fastforward_by_amount_description">Fast forward %d seconds</string>
<string name="exo_controls_fullscreen_enter_description">Enter fullscreen</string>
<string name="exo_controls_fullscreen_exit_description">Exit fullscreen</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio track</string>
<string name="exo_controls_playback_speed">Playback speed</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Back to previous button list</string>
<string name="exo_controls_overflow_right_button_description">See more buttons</string>
<string name="exo_controls_overflow_hide_description">Back to previous button list</string>
<string name="exo_controls_overflow_show_description">See more buttons</string>
<string name="exo_controls_seek_bar_description">Playback progress</string>
<string name="exo_controls_settings_description">Settings</string>
<string name="exo_controls_cc_is_on">Tap to hide subtitles</string>
<string name="exo_controls_cc_is_off">Tap to show subtitles</string>
<string name="exo_controls_rewind_desc_holder">Rewind %d seconds</string>
<string name="exo_controls_ffwd_desc_holder">Fast forward %d seconds</string>
<string name="exo_controls_cc_enabled_description">Tap to hide subtitles</string>
<string name="exo_controls_cc_disabled_description">Tap to show subtitles</string>
<string name="exo_controls_rewind_by_amount_description">Rewind %d seconds</string>
<string name="exo_controls_fastforward_by_amount_description">Fast forward %d seconds</string>
<string name="exo_controls_fullscreen_enter_description">Enter fullscreen</string>
<string name="exo_controls_fullscreen_exit_description">Exit fullscreen</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio track</string>
<string name="exo_controls_playback_speed">Playback speed</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Back to previous button list</string>
<string name="exo_controls_overflow_right_button_description">See more buttons</string>
<string name="exo_controls_overflow_hide_description">Back to previous button list</string>
<string name="exo_controls_overflow_show_description">See more buttons</string>
<string name="exo_controls_seek_bar_description">Playback progress</string>
<string name="exo_controls_settings_description">Settings</string>
<string name="exo_controls_cc_is_on">Tap to hide subtitles</string>
<string name="exo_controls_cc_is_off">Tap to show subtitles</string>
<string name="exo_controls_rewind_desc_holder">Rewind %d seconds</string>
<string name="exo_controls_ffwd_desc_holder">Fast forward %d seconds</string>
<string name="exo_controls_cc_enabled_description">Tap to hide subtitles</string>
<string name="exo_controls_cc_disabled_description">Tap to show subtitles</string>
<string name="exo_controls_rewind_by_amount_description">Rewind %d seconds</string>
<string name="exo_controls_fastforward_by_amount_description">Fast forward %d seconds</string>
<string name="exo_controls_fullscreen_enter_description">Enter fullscreen</string>
<string name="exo_controls_fullscreen_exit_description">Exit fullscreen</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Pista de audio</string>
<string name="exo_controls_playback_speed">Velocidad de reproducción</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Volver a la lista anterior</string>
<string name="exo_controls_overflow_right_button_description">Ver más botones</string>
<string name="exo_controls_overflow_hide_description">Volver a la lista anterior</string>
<string name="exo_controls_overflow_show_description">Ver más botones</string>
<string name="exo_controls_seek_bar_description">Reproducción en curso</string>
<string name="exo_controls_settings_description">Configuración</string>
<string name="exo_controls_cc_is_on">Presiona para ocultar los subtítulos</string>
<string name="exo_controls_cc_is_off">Presiona para mostrar los subtítulos</string>
<string name="exo_controls_rewind_desc_holder">Retroceder %d segundos</string>
<string name="exo_controls_ffwd_desc_holder">Avanzar %d segundos</string>
<string name="exo_controls_cc_enabled_description">Presiona para ocultar los subtítulos</string>
<string name="exo_controls_cc_disabled_description">Presiona para mostrar los subtítulos</string>
<string name="exo_controls_rewind_by_amount_description">Retroceder %d segundos</string>
<string name="exo_controls_fastforward_by_amount_description">Avanzar %d segundos</string>
<string name="exo_controls_fullscreen_enter_description">Iniciar pantalla completa</string>
<string name="exo_controls_fullscreen_exit_description">Salir de pantalla completa</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Pista de audio</string>
<string name="exo_controls_playback_speed">Velocidad de reproducción</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Ir a la lista anterior de botones</string>
<string name="exo_controls_overflow_right_button_description">Ver más botones</string>
<string name="exo_controls_overflow_hide_description">Ir a la lista anterior de botones</string>
<string name="exo_controls_overflow_show_description">Ver más botones</string>
<string name="exo_controls_seek_bar_description">Progreso de reproducción</string>
<string name="exo_controls_settings_description">Ajustes</string>
<string name="exo_controls_cc_is_on">Toca para ocultar subtítulos</string>
<string name="exo_controls_cc_is_off">Toca para mostrar subtítulos</string>
<string name="exo_controls_rewind_desc_holder">Retroceder %d segundos</string>
<string name="exo_controls_ffwd_desc_holder">Avanzar %d segundos</string>
<string name="exo_controls_cc_enabled_description">Toca para ocultar subtítulos</string>
<string name="exo_controls_cc_disabled_description">Toca para mostrar subtítulos</string>
<string name="exo_controls_rewind_by_amount_description">Retroceder %d segundos</string>
<string name="exo_controls_fastforward_by_amount_description">Avanzar %d segundos</string>
<string name="exo_controls_fullscreen_enter_description">Activar pantalla completa</string>
<string name="exo_controls_fullscreen_exit_description">Salir de pantalla completa</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Heliriba</string>
<string name="exo_controls_playback_speed">Taasesituskiirus</string>
<string name="exo_controls_playback_speed_normal">Tavaline</string>
<string name="exo_controls_overflow_left_button_description">Tagasi eelmise nupuloendi juurde</string>
<string name="exo_controls_overflow_right_button_description">Kuva rohkem nuppe</string>
<string name="exo_controls_overflow_hide_description">Tagasi eelmise nupuloendi juurde</string>
<string name="exo_controls_overflow_show_description">Kuva rohkem nuppe</string>
<string name="exo_controls_seek_bar_description">Taasesitus on pooleli</string>
<string name="exo_controls_settings_description">Seaded</string>
<string name="exo_controls_cc_is_on">Puudutage subtiitrite peitmiseks</string>
<string name="exo_controls_cc_is_off">Puudutage subtiitrite kuvamiseks</string>
<string name="exo_controls_rewind_desc_holder">Keri %d sekundit tagasi</string>
<string name="exo_controls_ffwd_desc_holder">Keri %d sekundit edasi</string>
<string name="exo_controls_cc_enabled_description">Puudutage subtiitrite peitmiseks</string>
<string name="exo_controls_cc_disabled_description">Puudutage subtiitrite kuvamiseks</string>
<string name="exo_controls_rewind_by_amount_description">Keri %d sekundit tagasi</string>
<string name="exo_controls_fastforward_by_amount_description">Keri %d sekundit edasi</string>
<string name="exo_controls_fullscreen_enter_description">Avamine täisekraanil</string>
<string name="exo_controls_fullscreen_exit_description">Väljumine täisekraanilt</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio-pista</string>
<string name="exo_controls_playback_speed">Erreprodukzioaren abiadura</string>
<string name="exo_controls_playback_speed_normal">Normala</string>
<string name="exo_controls_overflow_left_button_description">Itzuli aurreko botoi-zerrendara</string>
<string name="exo_controls_overflow_right_button_description">Ikusi botoi gehiago</string>
<string name="exo_controls_overflow_hide_description">Itzuli aurreko botoi-zerrendara</string>
<string name="exo_controls_overflow_show_description">Ikusi botoi gehiago</string>
<string name="exo_controls_seek_bar_description">Erreprodukzioaren garapena</string>
<string name="exo_controls_settings_description">Ezarpenak</string>
<string name="exo_controls_cc_is_on">Sakatu azpitituluak ezkutatzeko</string>
<string name="exo_controls_cc_is_off">Sakatu azpitituluak erakusteko</string>
<string name="exo_controls_rewind_desc_holder">Atzeratu %d segundo</string>
<string name="exo_controls_ffwd_desc_holder">Aurreratu %d segundo</string>
<string name="exo_controls_cc_enabled_description">Sakatu azpitituluak ezkutatzeko</string>
<string name="exo_controls_cc_disabled_description">Sakatu azpitituluak erakusteko</string>
<string name="exo_controls_rewind_by_amount_description">Atzeratu %d segundo</string>
<string name="exo_controls_fastforward_by_amount_description">Aurreratu %d segundo</string>
<string name="exo_controls_fullscreen_enter_description">Erreproduzitu pantaila osoan</string>
<string name="exo_controls_fullscreen_exit_description">Irten pantaila osotik</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">قطعه</string>
<string name="exo_controls_playback_speed">سرعت بازپخش</string>
<string name="exo_controls_playback_speed_normal">عادی</string>
<string name="exo_controls_overflow_left_button_description">فهرست دکمه برگشت به عقب</string>
<string name="exo_controls_overflow_right_button_description">مشاهده دکمه‌های بیشتر</string>
<string name="exo_controls_overflow_hide_description">فهرست دکمه برگشت به عقب</string>
<string name="exo_controls_overflow_show_description">مشاهده دکمه‌های بیشتر</string>
<string name="exo_controls_seek_bar_description">پیشرفت بازپخش</string>
<string name="exo_controls_settings_description">تنظیمات</string>
<string name="exo_controls_cc_is_on">برای پنهان کردن زیرنویس ضربه بزنید</string>
<string name="exo_controls_cc_is_off">برای نمایش زیرنویس ضربه بزنید</string>
<string name="exo_controls_rewind_desc_holder">عقب بردن %d ثانیه</string>
<string name="exo_controls_ffwd_desc_holder">جلو بردن سریع %d ثانیه</string>
<string name="exo_controls_cc_enabled_description">برای پنهان کردن زیرنویس ضربه بزنید</string>
<string name="exo_controls_cc_disabled_description">برای نمایش زیرنویس ضربه بزنید</string>
<string name="exo_controls_rewind_by_amount_description">عقب بردن %d ثانیه</string>
<string name="exo_controls_fastforward_by_amount_description">جلو بردن سریع %d ثانیه</string>
<string name="exo_controls_fullscreen_enter_description">ورود به حالت تمام‌صفحه</string>
<string name="exo_controls_fullscreen_exit_description">خروج از حالت تمام‌صفحه</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Ääniraita</string>
<string name="exo_controls_playback_speed">Toistonopeus</string>
<string name="exo_controls_playback_speed_normal">Normaali</string>
<string name="exo_controls_overflow_left_button_description">Palaa edellisiin painikkeisiin</string>
<string name="exo_controls_overflow_right_button_description">Näytä lisää painikkeita</string>
<string name="exo_controls_overflow_hide_description">Palaa edellisiin painikkeisiin</string>
<string name="exo_controls_overflow_show_description">Näytä lisää painikkeita</string>
<string name="exo_controls_seek_bar_description">Toiston edistyminen</string>
<string name="exo_controls_settings_description">Asetukset</string>
<string name="exo_controls_cc_is_on">Piilota tekstitykset napauttamalla</string>
<string name="exo_controls_cc_is_off">Näytä tekstitykset napauttamalla</string>
<string name="exo_controls_rewind_desc_holder">Kelaa taaksepäin %d sekuntia</string>
<string name="exo_controls_ffwd_desc_holder">Kelaa eteenpäin %d sekuntia</string>
<string name="exo_controls_cc_enabled_description">Piilota tekstitykset napauttamalla</string>
<string name="exo_controls_cc_disabled_description">Näytä tekstitykset napauttamalla</string>
<string name="exo_controls_rewind_by_amount_description">Kelaa taaksepäin %d sekuntia</string>
<string name="exo_controls_fastforward_by_amount_description">Kelaa eteenpäin %d sekuntia</string>
<string name="exo_controls_fullscreen_enter_description">Siirry koko näytön tilaan</string>
<string name="exo_controls_fullscreen_exit_description">Sulje koko näytön tila</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Piste audio</string>
<string name="exo_controls_playback_speed">Vitesse de lecture</string>
<string name="exo_controls_playback_speed_normal">Normale</string>
<string name="exo_controls_overflow_left_button_description">Retour à liste de boutons précéd.</string>
<string name="exo_controls_overflow_right_button_description">Afficher plus de boutons</string>
<string name="exo_controls_overflow_hide_description">Retour à liste de boutons précéd.</string>
<string name="exo_controls_overflow_show_description">Afficher plus de boutons</string>
<string name="exo_controls_seek_bar_description">Progression de la lecture</string>
<string name="exo_controls_settings_description">Paramètres</string>
<string name="exo_controls_cc_is_on">Touchez pour masquer les sous-titres</string>
<string name="exo_controls_cc_is_off">Touchez pour afficher les sous-titres</string>
<string name="exo_controls_rewind_desc_holder">Reculez de %d seconde</string>
<string name="exo_controls_ffwd_desc_holder">Avancez rapidement de %d secondes</string>
<string name="exo_controls_cc_enabled_description">Touchez pour masquer les sous-titres</string>
<string name="exo_controls_cc_disabled_description">Touchez pour afficher les sous-titres</string>
<string name="exo_controls_rewind_by_amount_description">Reculez de %d seconde</string>
<string name="exo_controls_fastforward_by_amount_description">Avancez rapidement de %d secondes</string>
<string name="exo_controls_fullscreen_enter_description">Activez le mode plein écran</string>
<string name="exo_controls_fullscreen_exit_description">Quittez le mode plein écran</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Piste audio</string>
<string name="exo_controls_playback_speed">Vitesse de lecture</string>
<string name="exo_controls_playback_speed_normal">Normale</string>
<string name="exo_controls_overflow_left_button_description">Retour à liste boutons précédente</string>
<string name="exo_controls_overflow_right_button_description">Afficher plus de boutons</string>
<string name="exo_controls_overflow_hide_description">Retour à liste boutons précédente</string>
<string name="exo_controls_overflow_show_description">Afficher plus de boutons</string>
<string name="exo_controls_seek_bar_description">Progression de la lecture</string>
<string name="exo_controls_settings_description">Paramètres</string>
<string name="exo_controls_cc_is_on">Appuyer pour masquer les sous-titres</string>
<string name="exo_controls_cc_is_off">Appuyer pour afficher les sous-titres</string>
<string name="exo_controls_rewind_desc_holder">Revenir en arrière de %d secondes</string>
<string name="exo_controls_ffwd_desc_holder">Avancer de %d secondes</string>
<string name="exo_controls_cc_enabled_description">Appuyer pour masquer les sous-titres</string>
<string name="exo_controls_cc_disabled_description">Appuyer pour afficher les sous-titres</string>
<string name="exo_controls_rewind_by_amount_description">Revenir en arrière de %d secondes</string>
<string name="exo_controls_fastforward_by_amount_description">Avancer de %d secondes</string>
<string name="exo_controls_fullscreen_enter_description">Activer le mode plein écran</string>
<string name="exo_controls_fullscreen_exit_description">Quitter le mode plein écran</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Pista de audio</string>
<string name="exo_controls_playback_speed">Velocidade de reprodución</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Volver á lista anterior</string>
<string name="exo_controls_overflow_right_button_description">Mostrar máis botóns</string>
<string name="exo_controls_overflow_hide_description">Volver á lista anterior</string>
<string name="exo_controls_overflow_show_description">Mostrar máis botóns</string>
<string name="exo_controls_seek_bar_description">Progreso da reprodución</string>
<string name="exo_controls_settings_description">Configuración</string>
<string name="exo_controls_cc_is_on">Tocar para ocultar subtítulos</string>
<string name="exo_controls_cc_is_off">Tocar para mostrar subtítulos</string>
<string name="exo_controls_rewind_desc_holder">Rebobinar %d segundos</string>
<string name="exo_controls_ffwd_desc_holder">Avanzar rapidamente %d segundos</string>
<string name="exo_controls_cc_enabled_description">Tocar para ocultar subtítulos</string>
<string name="exo_controls_cc_disabled_description">Tocar para mostrar subtítulos</string>
<string name="exo_controls_rewind_by_amount_description">Rebobinar %d segundos</string>
<string name="exo_controls_fastforward_by_amount_description">Avanzar rapidamente %d segundos</string>
<string name="exo_controls_fullscreen_enter_description">Acceder a pantalla completa</string>
<string name="exo_controls_fullscreen_exit_description">Saír de pantalla completa</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ઑડિયો ટ્રૅક</string>
<string name="exo_controls_playback_speed">પ્લેબૅકની ઝડપ</string>
<string name="exo_controls_playback_speed_normal">સામાન્ય</string>
<string name="exo_controls_overflow_left_button_description">પહેલાંની બટન સૂચિ પર પાછા જાઓ</string>
<string name="exo_controls_overflow_right_button_description">વધુ બટન જુઓ</string>
<string name="exo_controls_overflow_hide_description">પહેલાંની બટન સૂચિ પર પાછા જાઓ</string>
<string name="exo_controls_overflow_show_description">વધુ બટન જુઓ</string>
<string name="exo_controls_seek_bar_description">પ્લેબૅક ચાલુ છે</string>
<string name="exo_controls_settings_description">સેટિંગ</string>
<string name="exo_controls_cc_is_on">સબટાઇટલ છુપાવવા માટે ટૅપ કરો</string>
<string name="exo_controls_cc_is_off">સબટાઇટલ બતાવવા માટે ટૅપ કરો</string>
<string name="exo_controls_rewind_desc_holder">%d સેકન્ડ રિવાઇન્ડ કરો</string>
<string name="exo_controls_ffwd_desc_holder">%d સેકન્ડ ફાસ્ટ ફૉરવર્ડ કરો</string>
<string name="exo_controls_cc_enabled_description">સબટાઇટલ છુપાવવા માટે ટૅપ કરો</string>
<string name="exo_controls_cc_disabled_description">સબટાઇટલ બતાવવા માટે ટૅપ કરો</string>
<string name="exo_controls_rewind_by_amount_description">%d સેકન્ડ રિવાઇન્ડ કરો</string>
<string name="exo_controls_fastforward_by_amount_description">%d સેકન્ડ ફાસ્ટ ફૉરવર્ડ કરો</string>
<string name="exo_controls_fullscreen_enter_description">પૂર્ણસ્ક્રીન મોડમાં દાખલ થાઓ</string>
<string name="exo_controls_fullscreen_exit_description">પૂર્ણસ્ક્રીન મોડમાંથી બહાર નીકળો</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ऑडियो ट्रैक</string>
<string name="exo_controls_playback_speed">वीडियो चलाने की रफ़्तार</string>
<string name="exo_controls_playback_speed_normal">सामान्य</string>
<string name="exo_controls_overflow_left_button_description">बटन की पिछली सूची पर वापस जाएं</string>
<string name="exo_controls_overflow_right_button_description">ज़्यादा बटन देखें</string>
<string name="exo_controls_overflow_hide_description">बटन की पिछली सूची पर वापस जाएं</string>
<string name="exo_controls_overflow_show_description">ज़्यादा बटन देखें</string>
<string name="exo_controls_seek_bar_description">वीडियो चलने की प्रगति</string>
<string name="exo_controls_settings_description">सेटिंग</string>
<string name="exo_controls_cc_is_on">सबटाइटल छिपाने के लिए टैप करें</string>
<string name="exo_controls_cc_is_off">सबटाइटल देखने के लिए टैप करें</string>
<string name="exo_controls_rewind_desc_holder">वीडियो को %d सेकंड पीछे ले जाएं</string>
<string name="exo_controls_ffwd_desc_holder">वीडियो को %d सेकंड आगे बढ़ाएं</string>
<string name="exo_controls_cc_enabled_description">सबटाइटल छिपाने के लिए टैप करें</string>
<string name="exo_controls_cc_disabled_description">सबटाइटल देखने के लिए टैप करें</string>
<string name="exo_controls_rewind_by_amount_description">वीडियो को %d सेकंड पीछे ले जाएं</string>
<string name="exo_controls_fastforward_by_amount_description">वीडियो को %d सेकंड आगे बढ़ाएं</string>
<string name="exo_controls_fullscreen_enter_description">फ़ुलस्क्रीन मोड पर देखें</string>
<string name="exo_controls_fullscreen_exit_description">फ़ुलस्क्रीन मोड से बाहर निकलें</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Zvučni zapis</string>
<string name="exo_controls_playback_speed">Brzina reprodukcije</string>
<string name="exo_controls_playback_speed_normal">Obično</string>
<string name="exo_controls_overflow_left_button_description">Natrag na prethodni popis gumba</string>
<string name="exo_controls_overflow_right_button_description">Pogledajte više gumba</string>
<string name="exo_controls_overflow_hide_description">Natrag na prethodni popis gumba</string>
<string name="exo_controls_overflow_show_description">Pogledajte više gumba</string>
<string name="exo_controls_seek_bar_description">Napredak reprodukcije</string>
<string name="exo_controls_settings_description">Postavke</string>
<string name="exo_controls_cc_is_on">Dodirnite za sakrivanje titlova</string>
<string name="exo_controls_cc_is_off">Dodirnite za prikazivanje titlova</string>
<string name="exo_controls_rewind_desc_holder">Premotavanje %d s unatrag</string>
<string name="exo_controls_ffwd_desc_holder">Premotavanje %d s unaprijed</string>
<string name="exo_controls_cc_enabled_description">Dodirnite za sakrivanje titlova</string>
<string name="exo_controls_cc_disabled_description">Dodirnite za prikazivanje titlova</string>
<string name="exo_controls_rewind_by_amount_description">Premotavanje %d s unatrag</string>
<string name="exo_controls_fastforward_by_amount_description">Premotavanje %d s unaprijed</string>
<string name="exo_controls_fullscreen_enter_description">Otvaranje prikaza na cijelom zaslonu</string>
<string name="exo_controls_fullscreen_exit_description">Zatvaranje prikaza na cijelom zaslonu</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Hangsáv</string>
<string name="exo_controls_playback_speed">Lejátszási sebesség</string>
<string name="exo_controls_playback_speed_normal">Normál</string>
<string name="exo_controls_overflow_left_button_description">Vissza az előző gomblistára</string>
<string name="exo_controls_overflow_right_button_description">További gombok megjelenítése</string>
<string name="exo_controls_overflow_hide_description">Vissza az előző gomblistára</string>
<string name="exo_controls_overflow_show_description">További gombok megjelenítése</string>
<string name="exo_controls_seek_bar_description">Lejátszási folyamat</string>
<string name="exo_controls_settings_description">Beállítások</string>
<string name="exo_controls_cc_is_on">A feliratok elrejtéséhez koppintson</string>
<string name="exo_controls_cc_is_off">A feliratok megjelenítéséhez koppintson</string>
<string name="exo_controls_rewind_desc_holder">Visszatekerés %d másodperccel</string>
<string name="exo_controls_ffwd_desc_holder">Gyors előretekerés %d másodperccel</string>
<string name="exo_controls_cc_enabled_description">A feliratok elrejtéséhez koppintson</string>
<string name="exo_controls_cc_disabled_description">A feliratok megjelenítéséhez koppintson</string>
<string name="exo_controls_rewind_by_amount_description">Visszatekerés %d másodperccel</string>
<string name="exo_controls_fastforward_by_amount_description">Gyors előretekerés %d másodperccel</string>
<string name="exo_controls_fullscreen_enter_description">Teljes képernyő</string>
<string name="exo_controls_fullscreen_exit_description">Kilépés a teljes képernyős módból</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Ձայնային կատարում</string>
<string name="exo_controls_playback_speed">Նվագարկման արագությունը</string>
<string name="exo_controls_playback_speed_normal">Սովորական</string>
<string name="exo_controls_overflow_left_button_description">Անցնել կոճակների նախորդ ցանկին</string>
<string name="exo_controls_overflow_right_button_description">Այլ կոճակներ</string>
<string name="exo_controls_overflow_hide_description">Անցնել կոճակների նախորդ ցանկին</string>
<string name="exo_controls_overflow_show_description">Այլ կոճակներ</string>
<string name="exo_controls_seek_bar_description">Նվագարկման ընթացքը</string>
<string name="exo_controls_settings_description">Կարգավորումներ</string>
<string name="exo_controls_cc_is_on">Հպեք՝ ենթագրերը թաքցնելու համար</string>
<string name="exo_controls_cc_is_off">Հպեք՝ ենթագրերը ցուցադրելու համար</string>
<string name="exo_controls_rewind_desc_holder">%d վայրկյան հետ</string>
<string name="exo_controls_ffwd_desc_holder">%d վայրկյան առաջ</string>
<string name="exo_controls_cc_enabled_description">Հպեք՝ ենթագրերը թաքցնելու համար</string>
<string name="exo_controls_cc_disabled_description">Հպեք՝ ենթագրերը ցուցադրելու համար</string>
<string name="exo_controls_rewind_by_amount_description">%d վայրկյան հետ</string>
<string name="exo_controls_fastforward_by_amount_description">%d վայրկյան առաջ</string>
<string name="exo_controls_fullscreen_enter_description">Մտնել լիաէկրան ռեժիմ</string>
<string name="exo_controls_fullscreen_exit_description">Դուրս գալ լիաէկրան ռեժիմից</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Trek audio</string>
<string name="exo_controls_playback_speed">Kecepatan pemutaran</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Daftar tombol sebelumnya</string>
<string name="exo_controls_overflow_right_button_description">Lihat tombol lainnya</string>
<string name="exo_controls_overflow_hide_description">Daftar tombol sebelumnya</string>
<string name="exo_controls_overflow_show_description">Lihat tombol lainnya</string>
<string name="exo_controls_seek_bar_description">Progres pemutaran</string>
<string name="exo_controls_settings_description">Setelan</string>
<string name="exo_controls_cc_is_on">Ketuk untuk menyembunyikan subtitel</string>
<string name="exo_controls_cc_is_off">Ketuk untuk menampilkan subtitel</string>
<string name="exo_controls_rewind_desc_holder">Mundur %d detik</string>
<string name="exo_controls_ffwd_desc_holder">Maju cepat %d detik</string>
<string name="exo_controls_cc_enabled_description">Ketuk untuk menyembunyikan subtitel</string>
<string name="exo_controls_cc_disabled_description">Ketuk untuk menampilkan subtitel</string>
<string name="exo_controls_rewind_by_amount_description">Mundur %d detik</string>
<string name="exo_controls_fastforward_by_amount_description">Maju cepat %d detik</string>
<string name="exo_controls_fullscreen_enter_description">Masuk layar penuh</string>
<string name="exo_controls_fullscreen_exit_description">Keluar dari layar penuh</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Hljóðrás</string>
<string name="exo_controls_playback_speed">Spilunarhraði</string>
<string name="exo_controls_playback_speed_normal">Venjulegur</string>
<string name="exo_controls_overflow_left_button_description">Aftur á fyrri hnappalista</string>
<string name="exo_controls_overflow_right_button_description">Sjá fleiri hnappa</string>
<string name="exo_controls_overflow_hide_description">Aftur á fyrri hnappalista</string>
<string name="exo_controls_overflow_show_description">Sjá fleiri hnappa</string>
<string name="exo_controls_seek_bar_description">Framvinda spilunar</string>
<string name="exo_controls_settings_description">Stillingar</string>
<string name="exo_controls_cc_is_on">Ýttu til að fela skjátexta</string>
<string name="exo_controls_cc_is_off">Ýttu til að sýna skjátexta</string>
<string name="exo_controls_rewind_desc_holder">Spóla aftur um %d sekúndur</string>
<string name="exo_controls_ffwd_desc_holder">Spóla fram um %d sekúndur</string>
<string name="exo_controls_cc_enabled_description">Ýttu til að fela skjátexta</string>
<string name="exo_controls_cc_disabled_description">Ýttu til að sýna skjátexta</string>
<string name="exo_controls_rewind_by_amount_description">Spóla aftur um %d sekúndur</string>
<string name="exo_controls_fastforward_by_amount_description">Spóla fram um %d sekúndur</string>
<string name="exo_controls_fullscreen_enter_description">Nota allan skjáinn</string>
<string name="exo_controls_fullscreen_exit_description">Hætta að nota allan skjáinn</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Traccia audio</string>
<string name="exo_controls_playback_speed">Velocità di riproduzione</string>
<string name="exo_controls_playback_speed_normal">Normale</string>
<string name="exo_controls_overflow_left_button_description">Torna a elenco pulsanti preced.</string>
<string name="exo_controls_overflow_right_button_description">Visualizza altri pulsanti</string>
<string name="exo_controls_overflow_hide_description">Torna a elenco pulsanti preced.</string>
<string name="exo_controls_overflow_show_description">Visualizza altri pulsanti</string>
<string name="exo_controls_seek_bar_description">Avanzamento della riproduzione</string>
<string name="exo_controls_settings_description">Impostazioni</string>
<string name="exo_controls_cc_is_on">Tocca per nascondere i sottotitoli</string>
<string name="exo_controls_cc_is_off">Tocca per mostrare i sottotitoli</string>
<string name="exo_controls_rewind_desc_holder">Indietro di %d secondi</string>
<string name="exo_controls_ffwd_desc_holder">Avanti veloce di %d secondi</string>
<string name="exo_controls_cc_enabled_description">Tocca per nascondere i sottotitoli</string>
<string name="exo_controls_cc_disabled_description">Tocca per mostrare i sottotitoli</string>
<string name="exo_controls_rewind_by_amount_description">Indietro di %d secondi</string>
<string name="exo_controls_fastforward_by_amount_description">Avanti veloce di %d secondi</string>
<string name="exo_controls_fullscreen_enter_description">Attiva schermo intero</string>
<string name="exo_controls_fullscreen_exit_description">Esci da schermo intero</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">טראק של אודיו</string>
<string name="exo_controls_playback_speed">מהירות הפעלה</string>
<string name="exo_controls_playback_speed_normal">רגילה</string>
<string name="exo_controls_overflow_left_button_description">חזרה לרשימת הלחצנים הקודמת</string>
<string name="exo_controls_overflow_right_button_description">הצגת לחצנים נוספים</string>
<string name="exo_controls_overflow_hide_description">חזרה לרשימת הלחצנים הקודמת</string>
<string name="exo_controls_overflow_show_description">הצגת לחצנים נוספים</string>
<string name="exo_controls_seek_bar_description">התקדמות ההפעלה</string>
<string name="exo_controls_settings_description">הגדרות</string>
<string name="exo_controls_cc_is_on">יש להקיש כדי להסתיר את הכתוביות</string>
<string name="exo_controls_cc_is_off">יש להקיש כדי להציג את הכתוביות</string>
<string name="exo_controls_rewind_desc_holder">הרצה %d שניות אחורה</string>
<string name="exo_controls_ffwd_desc_holder">הרצה %d שניות קדימה</string>
<string name="exo_controls_cc_enabled_description">יש להקיש כדי להסתיר את הכתוביות</string>
<string name="exo_controls_cc_disabled_description">יש להקיש כדי להציג את הכתוביות</string>
<string name="exo_controls_rewind_by_amount_description">הרצה %d שניות אחורה</string>
<string name="exo_controls_fastforward_by_amount_description">הרצה %d שניות קדימה</string>
<string name="exo_controls_fullscreen_enter_description">כניסה למסך מלא</string>
<string name="exo_controls_fullscreen_exit_description">יציאה ממסך מלא</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">音声トラック</string>
<string name="exo_controls_playback_speed">再生速度</string>
<string name="exo_controls_playback_speed_normal">標準</string>
<string name="exo_controls_overflow_left_button_description">前のボタンリストに戻る</string>
<string name="exo_controls_overflow_right_button_description">他のボタンを見る</string>
<string name="exo_controls_overflow_hide_description">前のボタンリストに戻る</string>
<string name="exo_controls_overflow_show_description">他のボタンを見る</string>
<string name="exo_controls_seek_bar_description">再生中</string>
<string name="exo_controls_settings_description">設定</string>
<string name="exo_controls_cc_is_on">タップすると、字幕が非表示になります</string>
<string name="exo_controls_cc_is_off">タップすると、字幕が表示されます</string>
<string name="exo_controls_rewind_desc_holder">%d 秒巻き戻し</string>
<string name="exo_controls_ffwd_desc_holder">%d 秒早送り</string>
<string name="exo_controls_cc_enabled_description">タップすると、字幕が非表示になります</string>
<string name="exo_controls_cc_disabled_description">タップすると、字幕が表示されます</string>
<string name="exo_controls_rewind_by_amount_description">%d 秒巻き戻し</string>
<string name="exo_controls_fastforward_by_amount_description">%d 秒早送り</string>
<string name="exo_controls_fullscreen_enter_description">全画面表示に変更</string>
<string name="exo_controls_fullscreen_exit_description">全画面表示を終了</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">აუდიოჩანაწერი</string>
<string name="exo_controls_playback_speed">დაკვრის სიჩქარე</string>
<string name="exo_controls_playback_speed_normal">ჩვეულებრივი</string>
<string name="exo_controls_overflow_left_button_description">ღილაკების წინა სიაზე გადასვლა</string>
<string name="exo_controls_overflow_right_button_description">სხვა ღილაკების ნახვა</string>
<string name="exo_controls_overflow_hide_description">ღილაკების წინა სიაზე გადასვლა</string>
<string name="exo_controls_overflow_show_description">სხვა ღილაკების ნახვა</string>
<string name="exo_controls_seek_bar_description">დაკვრის პროგრესი</string>
<string name="exo_controls_settings_description">პარამეტრები</string>
<string name="exo_controls_cc_is_on">შეეხეთ სუბტიტრების დასამალად</string>
<string name="exo_controls_cc_is_off">შეეხეთ სუბტიტრების საჩვენებლად</string>
<string name="exo_controls_rewind_desc_holder">უკან გადახვევა %d წამით</string>
<string name="exo_controls_ffwd_desc_holder">წინ გადახვევა %d წამით</string>
<string name="exo_controls_cc_enabled_description">შეეხეთ სუბტიტრების დასამალად</string>
<string name="exo_controls_cc_disabled_description">შეეხეთ სუბტიტრების საჩვენებლად</string>
<string name="exo_controls_rewind_by_amount_description">უკან გადახვევა %d წამით</string>
<string name="exo_controls_fastforward_by_amount_description">წინ გადახვევა %d წამით</string>
<string name="exo_controls_fullscreen_enter_description">სრულეკრანიან რეჟიმში შესვლა</string>
<string name="exo_controls_fullscreen_exit_description">სრულეკრანიანი რეჟიმიდან გამოსვლა</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Аудиотрек</string>
<string name="exo_controls_playback_speed">Ойнату жылдамдығы</string>
<string name="exo_controls_playback_speed_normal">Қалыпты</string>
<string name="exo_controls_overflow_left_button_description">Алдыңғы түймелер тізіміне оралу</string>
<string name="exo_controls_overflow_right_button_description">Басқа түймелерді көру</string>
<string name="exo_controls_overflow_hide_description">Алдыңғы түймелер тізіміне оралу</string>
<string name="exo_controls_overflow_show_description">Басқа түймелерді көру</string>
<string name="exo_controls_seek_bar_description">Ойнату барысы</string>
<string name="exo_controls_settings_description">Параметрлер</string>
<string name="exo_controls_cc_is_on">Субтитрді жасыру үшін түртіңіз</string>
<string name="exo_controls_cc_is_off">Субтитрді көрсету үшін түртіңіз</string>
<string name="exo_controls_rewind_desc_holder">%d секунд артқа айналдыру</string>
<string name="exo_controls_ffwd_desc_holder">%d секунд алға айналдыру</string>
<string name="exo_controls_cc_enabled_description">Субтитрді жасыру үшін түртіңіз</string>
<string name="exo_controls_cc_disabled_description">Субтитрді көрсету үшін түртіңіз</string>
<string name="exo_controls_rewind_by_amount_description">%d секунд артқа айналдыру</string>
<string name="exo_controls_fastforward_by_amount_description">%d секунд алға айналдыру</string>
<string name="exo_controls_fullscreen_enter_description">Толық экранды режимге кіру</string>
<string name="exo_controls_fullscreen_exit_description">Толық экранды режимнен шығу</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ភ្លេង</string>
<string name="exo_controls_playback_speed">ល្បឿន​ចាក់</string>
<string name="exo_controls_playback_speed_normal">ធម្មតា</string>
<string name="exo_controls_overflow_left_button_description">ត្រឡប់ទៅ​បញ្ជី​ប៊ូតុង​មុនវិញ</string>
<string name="exo_controls_overflow_right_button_description">មើលប៊ូតុងច្រើនទៀត</string>
<string name="exo_controls_overflow_hide_description">ត្រឡប់ទៅ​បញ្ជី​ប៊ូតុង​មុនវិញ</string>
<string name="exo_controls_overflow_show_description">មើលប៊ូតុងច្រើនទៀត</string>
<string name="exo_controls_seek_bar_description">ការចាក់​កំពុង​ដំណើរការ</string>
<string name="exo_controls_settings_description">ការកំណត់</string>
<string name="exo_controls_cc_is_on">ចុច ដើម្បី​លាក់អក្សររត់</string>
<string name="exo_controls_cc_is_off">ចុច ដើម្បី​បង្ហាញអក្សររត់</string>
<string name="exo_controls_rewind_desc_holder">ខា​ថយក្រោយ %d វិនាទី</string>
<string name="exo_controls_ffwd_desc_holder">ខា​ទៅមុខ %d វិនាទី</string>
<string name="exo_controls_cc_enabled_description">ចុច ដើម្បី​លាក់អក្សររត់</string>
<string name="exo_controls_cc_disabled_description">ចុច ដើម្បី​បង្ហាញអក្សររត់</string>
<string name="exo_controls_rewind_by_amount_description">ខា​ថយក្រោយ %d វិនាទី</string>
<string name="exo_controls_fastforward_by_amount_description">ខា​ទៅមុខ %d វិនាទី</string>
<string name="exo_controls_fullscreen_enter_description">ចូលអេក្រង់ពេញ</string>
<string name="exo_controls_fullscreen_exit_description">ចាកចេញពីអេក្រង់ពេញ</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ಆಡಿಯೊ ಟ್ರ್ಯಾಕ್</string>
<string name="exo_controls_playback_speed">ಪ್ಲೇಬ್ಯಾಕ್ ವೇಗ</string>
<string name="exo_controls_playback_speed_normal">ಸಾಮಾನ್ಯ</string>
<string name="exo_controls_overflow_left_button_description">ಹಿಂದಿನ ಬಟನ್ ಪಟ್ಟಿಗೆ ಹಿಂತಿರುಗಿ</string>
<string name="exo_controls_overflow_right_button_description">ಇನ್ನಷ್ಟು ಬಟನ್‌ಗಳನ್ನು ವೀಕ್ಷಿಸಿ</string>
<string name="exo_controls_overflow_hide_description">ಹಿಂದಿನ ಬಟನ್ ಪಟ್ಟಿಗೆ ಹಿಂತಿರುಗಿ</string>
<string name="exo_controls_overflow_show_description">ಇನ್ನಷ್ಟು ಬಟನ್‌ಗಳನ್ನು ವೀಕ್ಷಿಸಿ</string>
<string name="exo_controls_seek_bar_description">ಪ್ಲೇಬ್ಯಾಕ್ ಪ್ರಗತಿಯಲ್ಲಿದೆ</string>
<string name="exo_controls_settings_description">ಸೆಟ್ಟಿಂಗ್‌ಗಳು</string>
<string name="exo_controls_cc_is_on">ಉಪಶೀರ್ಷಿಕೆಗಳನ್ನು ಮರೆಮಾಡಲು ಟ್ಯಾಪ್ ಮಾಡಿ</string>
<string name="exo_controls_cc_is_off">ಉಪಶೀರ್ಷಿಕೆಗಳನ್ನು ತೋರಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ</string>
<string name="exo_controls_rewind_desc_holder">%d ಸೆಕೆಂಡ್‌ಗಳಷ್ಟು ರಿವೈಂಡ್ ಮಾಡಿ</string>
<string name="exo_controls_ffwd_desc_holder">%d ಸೆಕೆಂಡ್‌ಗಳಷ್ಟು ಫಾಸ್ಟ್ ಫಾರ್ವರ್ಡ್ ಮಾಡಿ</string>
<string name="exo_controls_cc_enabled_description">ಉಪಶೀರ್ಷಿಕೆಗಳನ್ನು ಮರೆಮಾಡಲು ಟ್ಯಾಪ್ ಮಾಡಿ</string>
<string name="exo_controls_cc_disabled_description">ಉಪಶೀರ್ಷಿಕೆಗಳನ್ನು ತೋರಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ</string>
<string name="exo_controls_rewind_by_amount_description">%d ಸೆಕೆಂಡ್‌ಗಳಷ್ಟು ರಿವೈಂಡ್ ಮಾಡಿ</string>
<string name="exo_controls_fastforward_by_amount_description">%d ಸೆಕೆಂಡ್‌ಗಳಷ್ಟು ಫಾಸ್ಟ್ ಫಾರ್ವರ್ಡ್ ಮಾಡಿ</string>
<string name="exo_controls_fullscreen_enter_description">ಫುಲ್‌ಸ್ಕ್ರೀನ್‌ಗೆ ಪ್ರವೇಶಿಸಿ</string>
<string name="exo_controls_fullscreen_exit_description">ಫುಲ್‌ಸ್ಕ್ರೀನ್‌ನಿಂದ ನಿರ್ಗಮಿಸಿ</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">오디오 트랙</string>
<string name="exo_controls_playback_speed">재생 속도</string>
<string name="exo_controls_playback_speed_normal">일반</string>
<string name="exo_controls_overflow_left_button_description">이전 버튼 목록으로 돌아가기</string>
<string name="exo_controls_overflow_right_button_description">버튼 더보기</string>
<string name="exo_controls_overflow_hide_description">이전 버튼 목록으로 돌아가기</string>
<string name="exo_controls_overflow_show_description">버튼 더보기</string>
<string name="exo_controls_seek_bar_description">재생 진행률</string>
<string name="exo_controls_settings_description">설정</string>
<string name="exo_controls_cc_is_on">탭하여 자막 숨기기</string>
<string name="exo_controls_cc_is_off">탭하여 자막 표시</string>
<string name="exo_controls_rewind_desc_holder">%d초 되감기</string>
<string name="exo_controls_ffwd_desc_holder">%d초 앞으로 이동</string>
<string name="exo_controls_cc_enabled_description">탭하여 자막 숨기기</string>
<string name="exo_controls_cc_disabled_description">탭하여 자막 표시</string>
<string name="exo_controls_rewind_by_amount_description">%d초 되감기</string>
<string name="exo_controls_fastforward_by_amount_description">%d초 앞으로 이동</string>
<string name="exo_controls_fullscreen_enter_description">전체 화면으로 전환</string>
<string name="exo_controls_fullscreen_exit_description">전체 화면 종료</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Аудиотрек</string>
<string name="exo_controls_playback_speed">Ойнотуу ылдамдыгы</string>
<string name="exo_controls_playback_speed_normal">Орточо</string>
<string name="exo_controls_overflow_left_button_description">Мурунку баскыч тизмесине кайтуу</string>
<string name="exo_controls_overflow_right_button_description">Дагы баскычтарды көрүү</string>
<string name="exo_controls_overflow_hide_description">Мурунку баскыч тизмесине кайтуу</string>
<string name="exo_controls_overflow_show_description">Дагы баскычтарды көрүү</string>
<string name="exo_controls_seek_bar_description">Ойнотуу көрсөткүчү</string>
<string name="exo_controls_settings_description">Жөндөөлөр</string>
<string name="exo_controls_cc_is_on">Коштомо жазууларды жашыруу үчүн басыңыз</string>
<string name="exo_controls_cc_is_off">Коштомо жазууларды көрсөтүү үчүн басыңыз</string>
<string name="exo_controls_rewind_desc_holder">%d секунд артка түрдүрүү</string>
<string name="exo_controls_ffwd_desc_holder">%d секунд алдыга түрдүрүү</string>
<string name="exo_controls_cc_enabled_description">Коштомо жазууларды жашыруу үчүн басыңыз</string>
<string name="exo_controls_cc_disabled_description">Коштомо жазууларды көрсөтүү үчүн басыңыз</string>
<string name="exo_controls_rewind_by_amount_description">%d секунд артка түрдүрүү</string>
<string name="exo_controls_fastforward_by_amount_description">%d секунд алдыга түрдүрүү</string>
<string name="exo_controls_fullscreen_enter_description">Толук экранга кирүү</string>
<string name="exo_controls_fullscreen_exit_description">Толук экран режиминен чыгуу</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ແທຣັກສຽງ</string>
<string name="exo_controls_playback_speed">ຄວາມໄວການສາຍ</string>
<string name="exo_controls_playback_speed_normal">ທົ່ວໄປ</string>
<string name="exo_controls_overflow_left_button_description">ກັບໄປທີ່ລາຍຊື່ປຸ່ມກ່ອນໜ້າ</string>
<string name="exo_controls_overflow_right_button_description">ເບິ່ງປຸ່ມເພີ່ມເຕີມ</string>
<string name="exo_controls_overflow_hide_description">ກັບໄປທີ່ລາຍຊື່ປຸ່ມກ່ອນໜ້າ</string>
<string name="exo_controls_overflow_show_description">ເບິ່ງປຸ່ມເພີ່ມເຕີມ</string>
<string name="exo_controls_seek_bar_description">ສະຖານະການຫຼິ້ນ</string>
<string name="exo_controls_settings_description">ຕັ້ງຄ່າ</string>
<string name="exo_controls_cc_is_on">ແຕະເພື່ອເຊື່ອງຄຳແປ</string>
<string name="exo_controls_cc_is_off">ແຕະເພື່ອສະແດງຄຳແປ</string>
<string name="exo_controls_rewind_desc_holder">ຖອຍຫຼັງ %d ວິນາທີ</string>
<string name="exo_controls_ffwd_desc_holder">ເລື່ອນໄປໜ້າ %d ວິນາທີ</string>
<string name="exo_controls_cc_enabled_description">ແຕະເພື່ອເຊື່ອງຄຳແປ</string>
<string name="exo_controls_cc_disabled_description">ແຕະເພື່ອສະແດງຄຳແປ</string>
<string name="exo_controls_rewind_by_amount_description">ຖອຍຫຼັງ %d ວິນາທີ</string>
<string name="exo_controls_fastforward_by_amount_description">ເລື່ອນໄປໜ້າ %d ວິນາທີ</string>
<string name="exo_controls_fullscreen_enter_description">ເຂົ້າສູ່ໂໝດເຕັມຈໍ</string>
<string name="exo_controls_fullscreen_exit_description">ອອກຈາກເຕັມຈໍ</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Garso takelis</string>
<string name="exo_controls_playback_speed">Atkūrimo sparta</string>
<string name="exo_controls_playback_speed_normal">Įprasta</string>
<string name="exo_controls_overflow_left_button_description">Atgal į ankstesnių mygtukų sąr.</string>
<string name="exo_controls_overflow_right_button_description">Žr. daugiau mygtukų</string>
<string name="exo_controls_overflow_hide_description">Atgal į ankstesnių mygtukų sąr.</string>
<string name="exo_controls_overflow_show_description">Žr. daugiau mygtukų</string>
<string name="exo_controls_seek_bar_description">Atkūrimo eiga</string>
<string name="exo_controls_settings_description">Nustatymai</string>
<string name="exo_controls_cc_is_on">Palieskite, kad paslėptumėte subtitrus</string>
<string name="exo_controls_cc_is_off">Palieskite, kad rodytumėte subtitrus</string>
<string name="exo_controls_rewind_desc_holder">Atsukti %d sek.</string>
<string name="exo_controls_ffwd_desc_holder">Prasukti %d sek.</string>
<string name="exo_controls_cc_enabled_description">Palieskite, kad paslėptumėte subtitrus</string>
<string name="exo_controls_cc_disabled_description">Palieskite, kad rodytumėte subtitrus</string>
<string name="exo_controls_rewind_by_amount_description">Atsukti %d sek.</string>
<string name="exo_controls_fastforward_by_amount_description">Prasukti %d sek.</string>
<string name="exo_controls_fullscreen_enter_description">Įjungti viso ekrano režimą</string>
<string name="exo_controls_fullscreen_exit_description">Išjungti viso ekrano režimą</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio ieraksts</string>
<string name="exo_controls_playback_speed">Atskaņošanas ātrums</string>
<string name="exo_controls_playback_speed_normal">Parasts</string>
<string name="exo_controls_overflow_left_button_description">Uz iepriekšējo pogu sarakstu</string>
<string name="exo_controls_overflow_right_button_description">Skatīt citas pogas</string>
<string name="exo_controls_overflow_hide_description">Uz iepriekšējo pogu sarakstu</string>
<string name="exo_controls_overflow_show_description">Skatīt citas pogas</string>
<string name="exo_controls_seek_bar_description">Atskaņošanas norise</string>
<string name="exo_controls_settings_description">Iestatījumi</string>
<string name="exo_controls_cc_is_on">Pieskarties, lai paslēptu subtitrus</string>
<string name="exo_controls_cc_is_off">Pieskarties, lai rādītu subtitrus</string>
<string name="exo_controls_rewind_desc_holder">Attīt atpakaļ par %d sekundēm</string>
<string name="exo_controls_ffwd_desc_holder">Pārtīt %d sekundes uz priekšu</string>
<string name="exo_controls_cc_enabled_description">Pieskarties, lai paslēptu subtitrus</string>
<string name="exo_controls_cc_disabled_description">Pieskarties, lai rādītu subtitrus</string>
<string name="exo_controls_rewind_by_amount_description">Attīt atpakaļ par %d sekundēm</string>
<string name="exo_controls_fastforward_by_amount_description">Pārtīt %d sekundes uz priekšu</string>
<string name="exo_controls_fullscreen_enter_description">Atvērt pilnekrāna režīmu</string>
<string name="exo_controls_fullscreen_exit_description">Aizvērt pilnekrāna režīmu</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Аудиозапис</string>
<string name="exo_controls_playback_speed">Брзина на репродукцијата</string>
<string name="exo_controls_playback_speed_normal">Нормална</string>
<string name="exo_controls_overflow_left_button_description">Кон список со претходно копче</string>
<string name="exo_controls_overflow_right_button_description">Прикажи повеќе копчиња</string>
<string name="exo_controls_overflow_hide_description">Кон список со претходно копче</string>
<string name="exo_controls_overflow_show_description">Прикажи повеќе копчиња</string>
<string name="exo_controls_seek_bar_description">Напредок на репродукцијата</string>
<string name="exo_controls_settings_description">Поставки</string>
<string name="exo_controls_cc_is_on">Допрете за да се сокријат титловите</string>
<string name="exo_controls_cc_is_off">Допрете за да се прикажат титловите</string>
<string name="exo_controls_rewind_desc_holder">Премотајте %d секунди наназад</string>
<string name="exo_controls_ffwd_desc_holder">Премотајте %d секунди нанапред</string>
<string name="exo_controls_cc_enabled_description">Допрете за да се сокријат титловите</string>
<string name="exo_controls_cc_disabled_description">Допрете за да се прикажат титловите</string>
<string name="exo_controls_rewind_by_amount_description">Премотајте %d секунди наназад</string>
<string name="exo_controls_fastforward_by_amount_description">Премотајте %d секунди нанапред</string>
<string name="exo_controls_fullscreen_enter_description">Приказ на цел екран</string>
<string name="exo_controls_fullscreen_exit_description">Излезете од цел екран</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ഓഡിയോ ട്രാക്ക്</string>
<string name="exo_controls_playback_speed">പ്ലേബാക്ക് വേഗത</string>
<string name="exo_controls_playback_speed_normal">സാധാരണം</string>
<string name="exo_controls_overflow_left_button_description">മുൻ ബട്ടൺ ലിസ്റ്റിലേക്ക് മടങ്ങുക</string>
<string name="exo_controls_overflow_right_button_description">കൂടുതൽ ബട്ടണുകൾ കാണുക</string>
<string name="exo_controls_overflow_hide_description">മുൻ ബട്ടൺ ലിസ്റ്റിലേക്ക് മടങ്ങുക</string>
<string name="exo_controls_overflow_show_description">കൂടുതൽ ബട്ടണുകൾ കാണുക</string>
<string name="exo_controls_seek_bar_description">പ്ലേബാക്ക് പുരോഗതി</string>
<string name="exo_controls_settings_description">ക്രമീകരണം</string>
<string name="exo_controls_cc_is_on">സബ്‌ടൈറ്റിലുകൾ മറയ്‌ക്കാൻ ടാപ്പ് ചെയ്യുക</string>
<string name="exo_controls_cc_is_off">സബ്‌ടൈറ്റിലുകൾ കാണിക്കാൻ ടാപ്പ് ചെയ്യുക</string>
<string name="exo_controls_rewind_desc_holder">%d സെക്കൻഡ് പിന്നോട്ട് നീക്കുക</string>
<string name="exo_controls_ffwd_desc_holder">വേഗത്തിൽ %d സെക്കൻഡ് മുന്നോട്ട് നീക്കുക</string>
<string name="exo_controls_cc_enabled_description">സബ്‌ടൈറ്റിലുകൾ മറയ്‌ക്കാൻ ടാപ്പ് ചെയ്യുക</string>
<string name="exo_controls_cc_disabled_description">സബ്‌ടൈറ്റിലുകൾ കാണിക്കാൻ ടാപ്പ് ചെയ്യുക</string>
<string name="exo_controls_rewind_by_amount_description">%d സെക്കൻഡ് പിന്നോട്ട് നീക്കുക</string>
<string name="exo_controls_fastforward_by_amount_description">വേഗത്തിൽ %d സെക്കൻഡ് മുന്നോട്ട് നീക്കുക</string>
<string name="exo_controls_fullscreen_enter_description">പൂർണ്ണ സ്‌ക്രീൻ ആക്കുക</string>
<string name="exo_controls_fullscreen_exit_description">പൂർണ്ണ സ്‌ക്രീനിൽ നിന്ന് പുറത്തുകടക്കുക</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Аудио зам</string>
<string name="exo_controls_playback_speed">Дахин тоглуулах хурд</string>
<string name="exo_controls_playback_speed_normal">Хэвийн</string>
<string name="exo_controls_overflow_left_button_description">Өмнөх товчлуурын жагсаалтад буцах</string>
<string name="exo_controls_overflow_right_button_description">Бусад товчлуурыг харах</string>
<string name="exo_controls_overflow_hide_description">Өмнөх товчлуурын жагсаалтад буцах</string>
<string name="exo_controls_overflow_show_description">Бусад товчлуурыг харах</string>
<string name="exo_controls_seek_bar_description">Дахин тоглуулах явц</string>
<string name="exo_controls_settings_description">Тохиргоо</string>
<string name="exo_controls_cc_is_on">Хадмалыг нуухын тулд товших</string>
<string name="exo_controls_cc_is_off">Хадмалыг харуулахын тулд товших</string>
<string name="exo_controls_rewind_desc_holder">%d секунд ухраах</string>
<string name="exo_controls_ffwd_desc_holder">%d секунд хурдан урагшлуулах</string>
<string name="exo_controls_cc_enabled_description">Хадмалыг нуухын тулд товших</string>
<string name="exo_controls_cc_disabled_description">Хадмалыг харуулахын тулд товших</string>
<string name="exo_controls_rewind_by_amount_description">%d секунд ухраах</string>
<string name="exo_controls_fastforward_by_amount_description">%d секунд хурдан урагшлуулах</string>
<string name="exo_controls_fullscreen_enter_description">Бүтэн дэлгэцээр харах</string>
<string name="exo_controls_fullscreen_exit_description">Бүтэн дэлгэцээс гарах</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ऑडिओ ट्रॅक</string>
<string name="exo_controls_playback_speed">प्लेबॅकचा वेग</string>
<string name="exo_controls_playback_speed_normal">सामान्य</string>
<string name="exo_controls_overflow_left_button_description">बटणांच्या मागील सूचीवर परत जा</string>
<string name="exo_controls_overflow_right_button_description">आणखी बटणे पाहा</string>
<string name="exo_controls_overflow_hide_description">बटणांच्या मागील सूचीवर परत जा</string>
<string name="exo_controls_overflow_show_description">आणखी बटणे पाहा</string>
<string name="exo_controls_seek_bar_description">प्लेबॅकची प्रगती</string>
<string name="exo_controls_settings_description">सेटिंग्ज</string>
<string name="exo_controls_cc_is_on">सबटायटल लपवण्यासाठी टॅप करा</string>
<string name="exo_controls_cc_is_off">सबटायटल दाखवण्यासाठी टॅप करा</string>
<string name="exo_controls_rewind_desc_holder">%d सेकंद रीवाइंड करा</string>
<string name="exo_controls_ffwd_desc_holder">%d सेकंद फास्ट फॉरवर्ड करा</string>
<string name="exo_controls_cc_enabled_description">सबटायटल लपवण्यासाठी टॅप करा</string>
<string name="exo_controls_cc_disabled_description">सबटायटल दाखवण्यासाठी टॅप करा</string>
<string name="exo_controls_rewind_by_amount_description">%d सेकंद रीवाइंड करा</string>
<string name="exo_controls_fastforward_by_amount_description">%d सेकंद फास्ट फॉरवर्ड करा</string>
<string name="exo_controls_fullscreen_enter_description">फुलस्क्रीनवर पाहा</string>
<string name="exo_controls_fullscreen_exit_description">फुलस्क्रीनवरून बाहेर पडा</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Runut audio</string>
<string name="exo_controls_playback_speed">Kelajuan main balik</string>
<string name="exo_controls_playback_speed_normal">Biasa</string>
<string name="exo_controls_overflow_left_button_description">Kembali ke senarai butang terdahulu</string>
<string name="exo_controls_overflow_right_button_description">Lihat lagi butang</string>
<string name="exo_controls_overflow_hide_description">Kembali ke senarai butang terdahulu</string>
<string name="exo_controls_overflow_show_description">Lihat lagi butang</string>
<string name="exo_controls_seek_bar_description">Kemajuan main balik</string>
<string name="exo_controls_settings_description">Tetapan</string>
<string name="exo_controls_cc_is_on">Ketik untuk sembunyikan sari kata</string>
<string name="exo_controls_cc_is_off">Ketik untuk menunjukkan sari kata</string>
<string name="exo_controls_rewind_desc_holder">Mandir %d saat</string>
<string name="exo_controls_ffwd_desc_holder">Mundar laju %d saat</string>
<string name="exo_controls_cc_enabled_description">Ketik untuk sembunyikan sari kata</string>
<string name="exo_controls_cc_disabled_description">Ketik untuk menunjukkan sari kata</string>
<string name="exo_controls_rewind_by_amount_description">Mandir %d saat</string>
<string name="exo_controls_fastforward_by_amount_description">Mundar laju %d saat</string>
<string name="exo_controls_fullscreen_enter_description">Masuk ke skrin penuh</string>
<string name="exo_controls_fullscreen_exit_description">Keluar dari skrin penuh</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">သီချင်း</string>
<string name="exo_controls_playback_speed">ဖွင့်ရန် အမြန်နှုန်း</string>
<string name="exo_controls_playback_speed_normal">ပုံမှန်</string>
<string name="exo_controls_overflow_left_button_description">ယခင်ခလုတ်စာရင်းသို့ ပြန်သွားရန်</string>
<string name="exo_controls_overflow_right_button_description">နောက်ထပ်ခလုတ်များကို ကြည့်ရန်</string>
<string name="exo_controls_overflow_hide_description">ယခင်ခလုတ်စာရင်းသို့ ပြန်သွားရန်</string>
<string name="exo_controls_overflow_show_description">နောက်ထပ်ခလုတ်များကို ကြည့်ရန်</string>
<string name="exo_controls_seek_bar_description">ဖွင့်သည့် အနေအထား</string>
<string name="exo_controls_settings_description">ဆက်တင်များ</string>
<string name="exo_controls_cc_is_on">စာတန်းထိုးများဖျောက်ထားရန် တို့ပါ</string>
<string name="exo_controls_cc_is_off">စာတန်းထိုးများပြရန် တို့ပါ</string>
<string name="exo_controls_rewind_desc_holder">နောက်သို့ %d စက္ကန့်ရစ်ရန်</string>
<string name="exo_controls_ffwd_desc_holder">ရှေ့သို့ %d စက္ကန့်ရစ်ရန်</string>
<string name="exo_controls_cc_enabled_description">စာတန်းထိုးများဖျောက်ထားရန် တို့ပါ</string>
<string name="exo_controls_cc_disabled_description">စာတန်းထိုးများပြရန် တို့ပါ</string>
<string name="exo_controls_rewind_by_amount_description">နောက်သို့ %d စက္ကန့်ရစ်ရန်</string>
<string name="exo_controls_fastforward_by_amount_description">ရှေ့သို့ %d စက္ကန့်ရစ်ရန်</string>
<string name="exo_controls_fullscreen_enter_description">ဖန်သားပြင်အပြည့်သို့ ဝင်ရောက်ပါ</string>
<string name="exo_controls_fullscreen_exit_description">ဖန်သားပြင်အပြည့်မှ ထွက်ရန်</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Lydspor</string>
<string name="exo_controls_playback_speed">Avspillingshastighet</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Tilbake til forrige knappeliste</string>
<string name="exo_controls_overflow_right_button_description">Se flere knapper</string>
<string name="exo_controls_overflow_hide_description">Tilbake til forrige knappeliste</string>
<string name="exo_controls_overflow_show_description">Se flere knapper</string>
<string name="exo_controls_seek_bar_description">Avspillingsfremdrift</string>
<string name="exo_controls_settings_description">Innstillinger</string>
<string name="exo_controls_cc_is_on">Trykk for å skjule undertekster</string>
<string name="exo_controls_cc_is_off">Trykk for å vise undertekster</string>
<string name="exo_controls_rewind_desc_holder">Spol %d sekunder bakover</string>
<string name="exo_controls_ffwd_desc_holder">Spol %d sekunder fremover</string>
<string name="exo_controls_cc_enabled_description">Trykk for å skjule undertekster</string>
<string name="exo_controls_cc_disabled_description">Trykk for å vise undertekster</string>
<string name="exo_controls_rewind_by_amount_description">Spol %d sekunder bakover</string>
<string name="exo_controls_fastforward_by_amount_description">Spol %d sekunder fremover</string>
<string name="exo_controls_fullscreen_enter_description">Se i fullskjerm</string>
<string name="exo_controls_fullscreen_exit_description">Avslutt fullskjerm</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">अडियो ट्र्याक</string>
<string name="exo_controls_playback_speed">प्लेब्याकको गति</string>
<string name="exo_controls_playback_speed_normal">सामान्य</string>
<string name="exo_controls_overflow_left_button_description">बटनको अघिल्लो सूचीमा फर्कनुहोस्</string>
<string name="exo_controls_overflow_right_button_description">थप बटनहरू हेर्नुहोस्</string>
<string name="exo_controls_overflow_hide_description">बटनको अघिल्लो सूचीमा फर्कनुहोस्</string>
<string name="exo_controls_overflow_show_description">थप बटनहरू हेर्नुहोस्</string>
<string name="exo_controls_seek_bar_description">हालसम्म भिडियो प्ले भएको अवधि</string>
<string name="exo_controls_settings_description">सेटिङ</string>
<string name="exo_controls_cc_is_on">सबटाइटल लुकाउन ट्याप गर्नुहोस्</string>
<string name="exo_controls_cc_is_off">सबटाइटल देखिने बनाउन ट्याप गर्नुहोस्</string>
<string name="exo_controls_rewind_desc_holder">%d सेकेन्ड पछाडि जानुहोस्</string>
<string name="exo_controls_ffwd_desc_holder">%d सेकेन्ड अगाडि जानुहोस्</string>
<string name="exo_controls_cc_enabled_description">सबटाइटल लुकाउन ट्याप गर्नुहोस्</string>
<string name="exo_controls_cc_disabled_description">सबटाइटल देखिने बनाउन ट्याप गर्नुहोस्</string>
<string name="exo_controls_rewind_by_amount_description">%d सेकेन्ड पछाडि जानुहोस्</string>
<string name="exo_controls_fastforward_by_amount_description">%d सेकेन्ड अगाडि जानुहोस्</string>
<string name="exo_controls_fullscreen_enter_description">पूर्ण स्क्रिन मोडमा खोल्नुहोस्</string>
<string name="exo_controls_fullscreen_exit_description">पूर्ण स्क्रिन मोडबाट बाहिरिनुहोस्</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audiotrack</string>
<string name="exo_controls_playback_speed">Afspeelsnelheid</string>
<string name="exo_controls_playback_speed_normal">Normaal</string>
<string name="exo_controls_overflow_left_button_description">Terug naar vorige knoppenlijst</string>
<string name="exo_controls_overflow_right_button_description">Meer knoppen bekijken</string>
<string name="exo_controls_overflow_hide_description">Terug naar vorige knoppenlijst</string>
<string name="exo_controls_overflow_show_description">Meer knoppen bekijken</string>
<string name="exo_controls_seek_bar_description">Afspeelvoortgang</string>
<string name="exo_controls_settings_description">Instellingen</string>
<string name="exo_controls_cc_is_on">Tik om de ondertiteling te verbergen</string>
<string name="exo_controls_cc_is_off">Tik om de ondertiteling weer te geven</string>
<string name="exo_controls_rewind_desc_holder">%d seconden terugspoelen</string>
<string name="exo_controls_ffwd_desc_holder">%d seconden vooruitspoelen</string>
<string name="exo_controls_cc_enabled_description">Tik om de ondertiteling te verbergen</string>
<string name="exo_controls_cc_disabled_description">Tik om de ondertiteling weer te geven</string>
<string name="exo_controls_rewind_by_amount_description">%d seconden terugspoelen</string>
<string name="exo_controls_fastforward_by_amount_description">%d seconden vooruitspoelen</string>
<string name="exo_controls_fullscreen_enter_description">Volledig scherm openen</string>
<string name="exo_controls_fullscreen_exit_description">Volledig scherm sluiten</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ਆਡੀਓ ਟਰੈਕ</string>
<string name="exo_controls_playback_speed">ਪਲੇਬੈਕ ਦੀ ਗਤੀ</string>
<string name="exo_controls_playback_speed_normal">ਸਧਾਰਨ</string>
<string name="exo_controls_overflow_left_button_description">ਪਿਛਲੀ ਬਟਨ ਸੂਚੀ \'ਤੇ ਵਾਪਸ ਜਾਓ</string>
<string name="exo_controls_overflow_right_button_description">ਹੋਰ ਬਟਨ ਦੇਖੋ</string>
<string name="exo_controls_overflow_hide_description">ਪਿਛਲੀ ਬਟਨ ਸੂਚੀ \'ਤੇ ਵਾਪਸ ਜਾਓ</string>
<string name="exo_controls_overflow_show_description">ਹੋਰ ਬਟਨ ਦੇਖੋ</string>
<string name="exo_controls_seek_bar_description">ਪਲੇਬੈਕ ਪ੍ਰਗਤੀ</string>
<string name="exo_controls_settings_description">ਸੈਟਿੰਗਾਂ</string>
<string name="exo_controls_cc_is_on">ਉਪਸਿਰਲੇਖਾਂ ਨੂੰ ਲੁਕਾਉਣ ਲਈ ਟੈਪ ਕਰੋ</string>
<string name="exo_controls_cc_is_off">ਉਪਸਿਰਲੇਖਾਂ ਨੂੰ ਦਿਖਾਉਣ ਲਈ ਟੈਪ ਕਰੋ</string>
<string name="exo_controls_rewind_desc_holder">%d ਸਕਿੰਟ ਪਿੱਛੇ ਕਰੋ</string>
<string name="exo_controls_ffwd_desc_holder">ਤੇਜ਼ੀ ਨਾਲ %d ਸਕਿੰਟ ਅੱਗੇ ਕਰੋ</string>
<string name="exo_controls_cc_enabled_description">ਉਪਸਿਰਲੇਖਾਂ ਨੂੰ ਲੁਕਾਉਣ ਲਈ ਟੈਪ ਕਰੋ</string>
<string name="exo_controls_cc_disabled_description">ਉਪਸਿਰਲੇਖਾਂ ਨੂੰ ਦਿਖਾਉਣ ਲਈ ਟੈਪ ਕਰੋ</string>
<string name="exo_controls_rewind_by_amount_description">%d ਸਕਿੰਟ ਪਿੱਛੇ ਕਰੋ</string>
<string name="exo_controls_fastforward_by_amount_description">ਤੇਜ਼ੀ ਨਾਲ %d ਸਕਿੰਟ ਅੱਗੇ ਕਰੋ</string>
<string name="exo_controls_fullscreen_enter_description">ਪੂਰੀ ਸਕ੍ਰੀਨ ਦਾਖਲ ਕਰੋ</string>
<string name="exo_controls_fullscreen_exit_description">ਪੂਰੀ-ਸਕ੍ਰੀਨ ਤੋਂ ਬਾਹਰ ਜਾਓ</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Ścieżka audio</string>
<string name="exo_controls_playback_speed">Szybkość odtwarzania</string>
<string name="exo_controls_playback_speed_normal">Normalna</string>
<string name="exo_controls_overflow_left_button_description">Wróć do poprzedniej listy przycisków</string>
<string name="exo_controls_overflow_right_button_description">Pokaż więcej przycisków</string>
<string name="exo_controls_overflow_hide_description">Wróć do poprzedniej listy przycisków</string>
<string name="exo_controls_overflow_show_description">Pokaż więcej przycisków</string>
<string name="exo_controls_seek_bar_description">Postęp odtwarzania</string>
<string name="exo_controls_settings_description">Ustawienia</string>
<string name="exo_controls_cc_is_on">Kliknij, by ukryć napisy</string>
<string name="exo_controls_cc_is_off">Kliknij, by wyświetlić napisy</string>
<string name="exo_controls_rewind_desc_holder">Przewiń do tyłu o %d s</string>
<string name="exo_controls_ffwd_desc_holder">Przewiń do przodu o %d s</string>
<string name="exo_controls_cc_enabled_description">Kliknij, by ukryć napisy</string>
<string name="exo_controls_cc_disabled_description">Kliknij, by wyświetlić napisy</string>
<string name="exo_controls_rewind_by_amount_description">Przewiń do tyłu o %d s</string>
<string name="exo_controls_fastforward_by_amount_description">Przewiń do przodu o %d s</string>
<string name="exo_controls_fullscreen_enter_description">Otwórz pełny ekran</string>
<string name="exo_controls_fullscreen_exit_description">Zamknij pełny ekran</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Faixa de áudio</string>
<string name="exo_controls_playback_speed">Velocidade de reprodução</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Voltar à lista de botões anter.</string>
<string name="exo_controls_overflow_right_button_description">Ver mais botões</string>
<string name="exo_controls_overflow_hide_description">Voltar à lista de botões anter.</string>
<string name="exo_controls_overflow_show_description">Ver mais botões</string>
<string name="exo_controls_seek_bar_description">Progresso da reprodução</string>
<string name="exo_controls_settings_description">Definições</string>
<string name="exo_controls_cc_is_on">Tocar para ocultar as legendas</string>
<string name="exo_controls_cc_is_off">Tocar para mostrar as legendas</string>
<string name="exo_controls_rewind_desc_holder">Retroceder %d segundos</string>
<string name="exo_controls_ffwd_desc_holder">Avançar %d segundos</string>
<string name="exo_controls_cc_enabled_description">Tocar para ocultar as legendas</string>
<string name="exo_controls_cc_disabled_description">Tocar para mostrar as legendas</string>
<string name="exo_controls_rewind_by_amount_description">Retroceder %d segundos</string>
<string name="exo_controls_fastforward_by_amount_description">Avançar %d segundos</string>
<string name="exo_controls_fullscreen_enter_description">Mudar para ecrã inteiro</string>
<string name="exo_controls_fullscreen_exit_description">Sair do ecrã inteiro</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Faixa de áudio</string>
<string name="exo_controls_playback_speed">Velocidade da reprodução</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Lista de botões anterior</string>
<string name="exo_controls_overflow_right_button_description">Ver mais botões</string>
<string name="exo_controls_overflow_hide_description">Lista de botões anterior</string>
<string name="exo_controls_overflow_show_description">Ver mais botões</string>
<string name="exo_controls_seek_bar_description">Andamento da reprodução</string>
<string name="exo_controls_settings_description">Configurações</string>
<string name="exo_controls_cc_is_on">Toque para ocultar legendas</string>
<string name="exo_controls_cc_is_off">Toque para mostrar legendas</string>
<string name="exo_controls_rewind_desc_holder">Retroceder %d segundos</string>
<string name="exo_controls_ffwd_desc_holder">Avançar %d segundos</string>
<string name="exo_controls_cc_enabled_description">Toque para ocultar legendas</string>
<string name="exo_controls_cc_disabled_description">Toque para mostrar legendas</string>
<string name="exo_controls_rewind_by_amount_description">Retroceder %d segundos</string>
<string name="exo_controls_fastforward_by_amount_description">Avançar %d segundos</string>
<string name="exo_controls_fullscreen_enter_description">Entrar no modo de tela cheia</string>
<string name="exo_controls_fullscreen_exit_description">Sair do modo de tela cheia</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Înregistrare audio</string>
<string name="exo_controls_playback_speed">Viteza de redare</string>
<string name="exo_controls_playback_speed_normal">Normală</string>
<string name="exo_controls_overflow_left_button_description">Lista anterioară de butoane</string>
<string name="exo_controls_overflow_right_button_description">Vedeți mai multe butoane</string>
<string name="exo_controls_overflow_hide_description">Lista anterioară de butoane</string>
<string name="exo_controls_overflow_show_description">Vedeți mai multe butoane</string>
<string name="exo_controls_seek_bar_description">Progresul redării</string>
<string name="exo_controls_settings_description">Setări</string>
<string name="exo_controls_cc_is_on">Atingeți pentru a ascunde subtitrările.</string>
<string name="exo_controls_cc_is_off">Atingeți pentru a afișa subtitrările.</string>
<string name="exo_controls_rewind_desc_holder">Derulați înapoi cu %d secunde</string>
<string name="exo_controls_ffwd_desc_holder">Derulați rapid înainte cu %d secunde</string>
<string name="exo_controls_cc_enabled_description">Atingeți pentru a ascunde subtitrările.</string>
<string name="exo_controls_cc_disabled_description">Atingeți pentru a afișa subtitrările.</string>
<string name="exo_controls_rewind_by_amount_description">Derulați înapoi cu %d secunde</string>
<string name="exo_controls_fastforward_by_amount_description">Derulați rapid înainte cu %d secunde</string>
<string name="exo_controls_fullscreen_enter_description">Accesați în ecran complet</string>
<string name="exo_controls_fullscreen_exit_description">Ieșiți din ecranul complet</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Звуковая дорожка</string>
<string name="exo_controls_playback_speed">Скорость воспроизведения</string>
<string name="exo_controls_playback_speed_normal">Стандартная</string>
<string name="exo_controls_overflow_left_button_description">Вернуться к предыдущему списку кнопок</string>
<string name="exo_controls_overflow_right_button_description">Открыть список других кнопок</string>
<string name="exo_controls_overflow_hide_description">Вернуться к предыдущему списку кнопок</string>
<string name="exo_controls_overflow_show_description">Открыть список других кнопок</string>
<string name="exo_controls_seek_bar_description">Полоса прокрутки воспроизведения</string>
<string name="exo_controls_settings_description">Настройки</string>
<string name="exo_controls_cc_is_on">Нажмите, чтобы скрыть субтитры</string>
<string name="exo_controls_cc_is_off">Нажмите, чтобы показать субтитры</string>
<string name="exo_controls_rewind_desc_holder">Перемотать на %d с назад</string>
<string name="exo_controls_ffwd_desc_holder">Перемотать на %d с вперед</string>
<string name="exo_controls_cc_enabled_description">Нажмите, чтобы скрыть субтитры</string>
<string name="exo_controls_cc_disabled_description">Нажмите, чтобы показать субтитры</string>
<string name="exo_controls_rewind_by_amount_description">Перемотать на %d с назад</string>
<string name="exo_controls_fastforward_by_amount_description">Перемотать на %d с вперед</string>
<string name="exo_controls_fullscreen_enter_description">Полноэкранный режим</string>
<string name="exo_controls_fullscreen_exit_description">Выйти из полноэкранного режима</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ඕඩියෝ ඛණ්ඩය</string>
<string name="exo_controls_playback_speed">පසුධාවන වේගය</string>
<string name="exo_controls_playback_speed_normal">සාමාන්‍ය</string>
<string name="exo_controls_overflow_left_button_description">පෙර බොත්තම් ලැයිස්තුවට ආපසු යන්න</string>
<string name="exo_controls_overflow_right_button_description">තව බොත්තම් බලන්න</string>
<string name="exo_controls_overflow_hide_description">පෙර බොත්තම් ලැයිස්තුවට ආපසු යන්න</string>
<string name="exo_controls_overflow_show_description">තව බොත්තම් බලන්න</string>
<string name="exo_controls_seek_bar_description">පසුධාවන ප්‍රගතිය</string>
<string name="exo_controls_settings_description">සැකසීම්</string>
<string name="exo_controls_cc_is_on">උප සිරැසි සැඟවීමට තට්ටු කරන්න</string>
<string name="exo_controls_cc_is_off">උප සිරැසි පෙන්වීමට තට්ටු කරන්න</string>
<string name="exo_controls_rewind_desc_holder">තත්පර %dක් ආපස්සට යවන්න</string>
<string name="exo_controls_ffwd_desc_holder">තත්පර %dක් වේගයෙන් ඉදිරියට යවන්න</string>
<string name="exo_controls_cc_enabled_description">උප සිරැසි සැඟවීමට තට්ටු කරන්න</string>
<string name="exo_controls_cc_disabled_description">උප සිරැසි පෙන්වීමට තට්ටු කරන්න</string>
<string name="exo_controls_rewind_by_amount_description">තත්පර %dක් ආපස්සට යවන්න</string>
<string name="exo_controls_fastforward_by_amount_description">තත්පර %dක් වේගයෙන් ඉදිරියට යවන්න</string>
<string name="exo_controls_fullscreen_enter_description">පූර්ණ තිරයට ඇතුළු වන්න</string>
<string name="exo_controls_fullscreen_exit_description">පූර්ණ තිරයෙන් පිට වන්න</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Zvuková stopa</string>
<string name="exo_controls_playback_speed">Rýchlosť prehrávania</string>
<string name="exo_controls_playback_speed_normal">Normálna</string>
<string name="exo_controls_overflow_left_button_description">Späť na predch. zoznam tlačidiel</string>
<string name="exo_controls_overflow_right_button_description">Zobraziť ďalšie tlačidlá</string>
<string name="exo_controls_overflow_hide_description">Späť na predch. zoznam tlačidiel</string>
<string name="exo_controls_overflow_show_description">Zobraziť ďalšie tlačidlá</string>
<string name="exo_controls_seek_bar_description">Priebeh prehrávania</string>
<string name="exo_controls_settings_description">Nastavenia</string>
<string name="exo_controls_cc_is_on">Klepnutím skryjete titulky</string>
<string name="exo_controls_cc_is_off">Klepnutím zobrazíte titulky</string>
<string name="exo_controls_rewind_desc_holder">Pretočiť späť o %d s</string>
<string name="exo_controls_ffwd_desc_holder">Pretočiť dopredu o %d s</string>
<string name="exo_controls_cc_enabled_description">Klepnutím skryjete titulky</string>
<string name="exo_controls_cc_disabled_description">Klepnutím zobrazíte titulky</string>
<string name="exo_controls_rewind_by_amount_description">Pretočiť späť o %d s</string>
<string name="exo_controls_fastforward_by_amount_description">Pretočiť dopredu o %d s</string>
<string name="exo_controls_fullscreen_enter_description">Prejsť do režimu celej obrazovky</string>
<string name="exo_controls_fullscreen_exit_description">Ukončiť režim celej obrazovky</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Zvočni posnetek</string>
<string name="exo_controls_playback_speed">Hitrost predvajanja</string>
<string name="exo_controls_playback_speed_normal">Običajna</string>
<string name="exo_controls_overflow_left_button_description">Nazaj na prejšnji seznam gumbov</string>
<string name="exo_controls_overflow_right_button_description">Prikaz več gumbov</string>
<string name="exo_controls_overflow_hide_description">Nazaj na prejšnji seznam gumbov</string>
<string name="exo_controls_overflow_show_description">Prikaz več gumbov</string>
<string name="exo_controls_seek_bar_description">Potek predvajanja</string>
<string name="exo_controls_settings_description">Nastavitve</string>
<string name="exo_controls_cc_is_on">Dotaknite se za izklop podnapisov</string>
<string name="exo_controls_cc_is_off">Dotaknite se za vklop podnapisov</string>
<string name="exo_controls_rewind_desc_holder">Premik nazaj za %d s</string>
<string name="exo_controls_ffwd_desc_holder">Premik naprej za %d s</string>
<string name="exo_controls_cc_enabled_description">Dotaknite se za izklop podnapisov</string>
<string name="exo_controls_cc_disabled_description">Dotaknite se za vklop podnapisov</string>
<string name="exo_controls_rewind_by_amount_description">Premik nazaj za %d s</string>
<string name="exo_controls_fastforward_by_amount_description">Premik naprej za %d s</string>
<string name="exo_controls_fullscreen_enter_description">Vstop v celozaslonski način</string>
<string name="exo_controls_fullscreen_exit_description">Izhod iz celozaslonskega načina</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Pjesë zanore</string>
<string name="exo_controls_playback_speed">Shpejtësia e luajtjes</string>
<string name="exo_controls_playback_speed_normal">Normale</string>
<string name="exo_controls_overflow_left_button_description">Kthehu te lista e butonave të mëparshëm</string>
<string name="exo_controls_overflow_right_button_description">Shiko më shumë butona</string>
<string name="exo_controls_overflow_hide_description">Kthehu te lista e butonave të mëparshëm</string>
<string name="exo_controls_overflow_show_description">Shiko më shumë butona</string>
<string name="exo_controls_seek_bar_description">Progresi i luajtjes</string>
<string name="exo_controls_settings_description">Cilësimet</string>
<string name="exo_controls_cc_is_on">Trokit për të fshehur titrat</string>
<string name="exo_controls_cc_is_off">Trokit për të shfaqur titrat</string>
<string name="exo_controls_rewind_desc_holder">Shko prapa %d sekonda</string>
<string name="exo_controls_ffwd_desc_holder">Shpejt përpara %d sekonda</string>
<string name="exo_controls_cc_enabled_description">Trokit për të fshehur titrat</string>
<string name="exo_controls_cc_disabled_description">Trokit për të shfaqur titrat</string>
<string name="exo_controls_rewind_by_amount_description">Shko prapa %d sekonda</string>
<string name="exo_controls_fastforward_by_amount_description">Shpejt përpara %d sekonda</string>
<string name="exo_controls_fullscreen_enter_description">Hyr në luajtjen me ekran të plotë</string>
<string name="exo_controls_fullscreen_exit_description">Dil nga ekrani i plotë</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Аудио снимак</string>
<string name="exo_controls_playback_speed">Брзина репродукције</string>
<string name="exo_controls_playback_speed_normal">Уобичајена</string>
<string name="exo_controls_overflow_left_button_description">Назад на претходну листу дугмади</string>
<string name="exo_controls_overflow_right_button_description">Прикажи још дугмади</string>
<string name="exo_controls_overflow_hide_description">Назад на претходну листу дугмади</string>
<string name="exo_controls_overflow_show_description">Прикажи још дугмади</string>
<string name="exo_controls_seek_bar_description">Напредовање репродукције</string>
<string name="exo_controls_settings_description">Подешавања</string>
<string name="exo_controls_cc_is_on">Додирните да би се титлови сакрили</string>
<string name="exo_controls_cc_is_off">Додирните да би се титлови приказивали</string>
<string name="exo_controls_rewind_desc_holder">Премотај %d секунди уназад</string>
<string name="exo_controls_ffwd_desc_holder">Премотај %d секунди унапред</string>
<string name="exo_controls_cc_enabled_description">Додирните да би се титлови сакрили</string>
<string name="exo_controls_cc_disabled_description">Додирните да би се титлови приказивали</string>
<string name="exo_controls_rewind_by_amount_description">Премотај %d секунди уназад</string>
<string name="exo_controls_fastforward_by_amount_description">Премотај %d секунди унапред</string>
<string name="exo_controls_fullscreen_enter_description">Пређи на цео екран</string>
<string name="exo_controls_fullscreen_exit_description">Изађи из целог екрана</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Ljudspår</string>
<string name="exo_controls_playback_speed">Uppspelningshastighet</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Öppna föregående knapplista</string>
<string name="exo_controls_overflow_right_button_description">Visa fler knappar</string>
<string name="exo_controls_overflow_hide_description">Öppna föregående knapplista</string>
<string name="exo_controls_overflow_show_description">Visa fler knappar</string>
<string name="exo_controls_seek_bar_description">Uppspelningsförlopp</string>
<string name="exo_controls_settings_description">Inställningar</string>
<string name="exo_controls_cc_is_on">Dölj undertexterna genom att trycka här</string>
<string name="exo_controls_cc_is_off">Visa undertexter genom att trycka här</string>
<string name="exo_controls_rewind_desc_holder">Spola tillbaka %d sekunder</string>
<string name="exo_controls_ffwd_desc_holder">Spola framåt %d sekunder</string>
<string name="exo_controls_cc_enabled_description">Dölj undertexterna genom att trycka här</string>
<string name="exo_controls_cc_disabled_description">Visa undertexter genom att trycka här</string>
<string name="exo_controls_rewind_by_amount_description">Spola tillbaka %d sekunder</string>
<string name="exo_controls_fastforward_by_amount_description">Spola framåt %d sekunder</string>
<string name="exo_controls_fullscreen_enter_description">Aktivera helskärm</string>
<string name="exo_controls_fullscreen_exit_description">Lämna helskärm</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Wimbo wa sauti</string>
<string name="exo_controls_playback_speed">Kasi ya kucheza</string>
<string name="exo_controls_playback_speed_normal">Kawaida</string>
<string name="exo_controls_overflow_left_button_description">Rudi kwenye orodha ya vitufe vya awali</string>
<string name="exo_controls_overflow_right_button_description">Angalia vitufe vingine</string>
<string name="exo_controls_overflow_hide_description">Rudi kwenye orodha ya vitufe vya awali</string>
<string name="exo_controls_overflow_show_description">Angalia vitufe vingine</string>
<string name="exo_controls_seek_bar_description">Kiasi cha uchezaji</string>
<string name="exo_controls_settings_description">Mipangilio</string>
<string name="exo_controls_cc_is_on">Gusa ili ufiche manukuu</string>
<string name="exo_controls_cc_is_off">Gusa ili uonyeshe manukuu</string>
<string name="exo_controls_rewind_desc_holder">Rudisha nyuma kwa sekunde %d</string>
<string name="exo_controls_ffwd_desc_holder">Sogeza mbele haraka kwa sekunde %d</string>
<string name="exo_controls_cc_enabled_description">Gusa ili ufiche manukuu</string>
<string name="exo_controls_cc_disabled_description">Gusa ili uonyeshe manukuu</string>
<string name="exo_controls_rewind_by_amount_description">Rudisha nyuma kwa sekunde %d</string>
<string name="exo_controls_fastforward_by_amount_description">Sogeza mbele haraka kwa sekunde %d</string>
<string name="exo_controls_fullscreen_enter_description">Fungua skrini nzima</string>
<string name="exo_controls_fullscreen_exit_description">Funga skrini nzima</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ஆடியோ டிராக்</string>
<string name="exo_controls_playback_speed">வீடியோவின் இயக்க வேகம்</string>
<string name="exo_controls_playback_speed_normal">இயல்பு</string>
<string name="exo_controls_overflow_left_button_description">முந்தைய பட்டன்களுக்குச் செல்லும்</string>
<string name="exo_controls_overflow_right_button_description">மேலும் பட்டன்களைக் காட்டும்</string>
<string name="exo_controls_overflow_hide_description">முந்தைய பட்டன்களுக்குச் செல்லும்</string>
<string name="exo_controls_overflow_show_description">மேலும் பட்டன்களைக் காட்டும்</string>
<string name="exo_controls_seek_bar_description">வீடியோவின் இயக்க நிலை</string>
<string name="exo_controls_settings_description">அமைப்புகள்</string>
<string name="exo_controls_cc_is_on">வசனங்களை மறைக்க தட்டவும்</string>
<string name="exo_controls_cc_is_off">வசனங்களைக் காட்ட தட்டவும்</string>
<string name="exo_controls_rewind_desc_holder">%d வினாடிகள் பின்செல்ல உதவும் பட்டன்</string>
<string name="exo_controls_ffwd_desc_holder">%d வினாடிகள் வேகமாக முன்செல்ல உதவும் பட்டன்</string>
<string name="exo_controls_cc_enabled_description">வசனங்களை மறைக்க தட்டவும்</string>
<string name="exo_controls_cc_disabled_description">வசனங்களைக் காட்ட தட்டவும்</string>
<string name="exo_controls_rewind_by_amount_description">%d வினாடிகள் பின்செல்ல உதவும் பட்டன்</string>
<string name="exo_controls_fastforward_by_amount_description">%d வினாடிகள் வேகமாக முன்செல்ல உதவும் பட்டன்</string>
<string name="exo_controls_fullscreen_enter_description">முழுத்திரையில் காட்ட உதவும் பட்டன்</string>
<string name="exo_controls_fullscreen_exit_description">முழுத்திரையை வெளியேற உதவும் பட்டன்</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">ఆడియో ట్రాక్</string>
<string name="exo_controls_playback_speed">ప్లేబ్యాక్ వేగం</string>
<string name="exo_controls_playback_speed_normal">సాధారణం</string>
<string name="exo_controls_overflow_left_button_description">మునుపటి బటన్ జాబితాకు వెళ్తుంది</string>
<string name="exo_controls_overflow_right_button_description">మరిన్ని బటన్‌లను చూడండి</string>
<string name="exo_controls_overflow_hide_description">మునుపటి బటన్ జాబితాకు వెళ్తుంది</string>
<string name="exo_controls_overflow_show_description">మరిన్ని బటన్‌లను చూడండి</string>
<string name="exo_controls_seek_bar_description">ప్లేబ్యాక్ ప్రోగ్రెస్</string>
<string name="exo_controls_settings_description">సెట్టింగ్‌లు</string>
<string name="exo_controls_cc_is_on">సబ్‌టైటిల్స్‌ను దాచడానికి ట్యాప్ చేయండి</string>
<string name="exo_controls_cc_is_off">సబ్‌టైటిల్స్‌ను చూపడానికి ట్యాప్ చేయండి</string>
<string name="exo_controls_rewind_desc_holder">%d సెకన్లు రివైండ్ చేయండి</string>
<string name="exo_controls_ffwd_desc_holder">%d సెకన్లు వేగంగా ఫార్వార్డ్ చేయండి</string>
<string name="exo_controls_cc_enabled_description">సబ్‌టైటిల్స్‌ను దాచడానికి ట్యాప్ చేయండి</string>
<string name="exo_controls_cc_disabled_description">సబ్‌టైటిల్స్‌ను చూపడానికి ట్యాప్ చేయండి</string>
<string name="exo_controls_rewind_by_amount_description">%d సెకన్లు రివైండ్ చేయండి</string>
<string name="exo_controls_fastforward_by_amount_description">%d సెకన్లు వేగంగా ఫార్వార్డ్ చేయండి</string>
<string name="exo_controls_fullscreen_enter_description">ఫుల్ స్క్రీన్‌లోకి ప్రవేశించు</string>
<string name="exo_controls_fullscreen_exit_description">ఫుల్ స్క్రీన్ నుండి నిష్క్రమించు</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">แทร็กเสียง</string>
<string name="exo_controls_playback_speed">ความเร็วในการเล่น</string>
<string name="exo_controls_playback_speed_normal">ปกติ</string>
<string name="exo_controls_overflow_left_button_description">กลับไปที่รายการปุ่มก่อนหน้า</string>
<string name="exo_controls_overflow_right_button_description">ดูปุ่มอื่นๆ</string>
<string name="exo_controls_overflow_hide_description">กลับไปที่รายการปุ่มก่อนหน้า</string>
<string name="exo_controls_overflow_show_description">ดูปุ่มอื่นๆ</string>
<string name="exo_controls_seek_bar_description">ความคืบหน้าในการเล่น</string>
<string name="exo_controls_settings_description">การตั้งค่า</string>
<string name="exo_controls_cc_is_on">แตะเพื่อซ่อนคำบรรยาย</string>
<string name="exo_controls_cc_is_off">แตะเพื่อแสดงคำบรรยาย</string>
<string name="exo_controls_rewind_desc_holder">กรอกลับ %d วินาที</string>
<string name="exo_controls_ffwd_desc_holder">กรอไปข้างหน้า %d วินาที</string>
<string name="exo_controls_cc_enabled_description">แตะเพื่อซ่อนคำบรรยาย</string>
<string name="exo_controls_cc_disabled_description">แตะเพื่อแสดงคำบรรยาย</string>
<string name="exo_controls_rewind_by_amount_description">กรอกลับ %d วินาที</string>
<string name="exo_controls_fastforward_by_amount_description">กรอไปข้างหน้า %d วินาที</string>
<string name="exo_controls_fullscreen_enter_description">แสดงแบบเต็มหน้าจอ</string>
<string name="exo_controls_fullscreen_exit_description">ออกจากโหมดเต็มหน้าจอ</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio track</string>
<string name="exo_controls_playback_speed">Bilis ng pag-playback</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Bumalik sa nakaraang button list</string>
<string name="exo_controls_overflow_right_button_description">Tumingin pa ng mga button</string>
<string name="exo_controls_overflow_hide_description">Bumalik sa nakaraang button list</string>
<string name="exo_controls_overflow_show_description">Tumingin pa ng mga button</string>
<string name="exo_controls_seek_bar_description">Progreso ng pag-playback</string>
<string name="exo_controls_settings_description">Mga Setting</string>
<string name="exo_controls_cc_is_on">I-tap para itago ang mga subtitle</string>
<string name="exo_controls_cc_is_off">I-tap para ipakita ang mga subtitle</string>
<string name="exo_controls_rewind_desc_holder">I-rewind ng %d (na) segundo</string>
<string name="exo_controls_ffwd_desc_holder">I-fast forward ng %d (na) segundo</string>
<string name="exo_controls_cc_enabled_description">I-tap para itago ang mga subtitle</string>
<string name="exo_controls_cc_disabled_description">I-tap para ipakita ang mga subtitle</string>
<string name="exo_controls_rewind_by_amount_description">I-rewind ng %d (na) segundo</string>
<string name="exo_controls_fastforward_by_amount_description">I-fast forward ng %d (na) segundo</string>
<string name="exo_controls_fullscreen_enter_description">Mag-fullscreen</string>
<string name="exo_controls_fullscreen_exit_description">Lumabas sa fullscreen</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Ses parçası</string>
<string name="exo_controls_playback_speed">Çalma hızı</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Önceki düğme listesine dön</string>
<string name="exo_controls_overflow_right_button_description">Diğer düğmeleri göster</string>
<string name="exo_controls_overflow_hide_description">Önceki düğme listesine dön</string>
<string name="exo_controls_overflow_show_description">Diğer düğmeleri göster</string>
<string name="exo_controls_seek_bar_description">Çalma ilerleme durumu</string>
<string name="exo_controls_settings_description">Ayarlar</string>
<string name="exo_controls_cc_is_on">Altyazıları gizlemek için dokunun</string>
<string name="exo_controls_cc_is_off">Altyazıları göstermek için dokunun</string>
<string name="exo_controls_rewind_desc_holder">%d saniye geri sar</string>
<string name="exo_controls_ffwd_desc_holder">%d saniye ileri sar</string>
<string name="exo_controls_cc_enabled_description">Altyazıları gizlemek için dokunun</string>
<string name="exo_controls_cc_disabled_description">Altyazıları göstermek için dokunun</string>
<string name="exo_controls_rewind_by_amount_description">%d saniye geri sar</string>
<string name="exo_controls_fastforward_by_amount_description">%d saniye ileri sar</string>
<string name="exo_controls_fullscreen_enter_description">Tam ekrana geç</string>
<string name="exo_controls_fullscreen_exit_description">Tam ekrandan çık</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Аудіодоріжка</string>
<string name="exo_controls_playback_speed">Швидкість відтворення</string>
<string name="exo_controls_playback_speed_normal">Звичайна</string>
<string name="exo_controls_overflow_left_button_description">Повернутися до попереднього списку кнопок</string>
<string name="exo_controls_overflow_right_button_description">Показати інші кнопки</string>
<string name="exo_controls_overflow_hide_description">Повернутися до попереднього списку кнопок</string>
<string name="exo_controls_overflow_show_description">Показати інші кнопки</string>
<string name="exo_controls_seek_bar_description">Прогрес відтворення</string>
<string name="exo_controls_settings_description">Налаштування</string>
<string name="exo_controls_cc_is_on">Натисніть, щоб сховати субтитри</string>
<string name="exo_controls_cc_is_off">Натисніть, щоб показати субтитри</string>
<string name="exo_controls_rewind_desc_holder">Перемотати назад на %d с</string>
<string name="exo_controls_ffwd_desc_holder">Перемотати вперед на %d с</string>
<string name="exo_controls_cc_enabled_description">Натисніть, щоб сховати субтитри</string>
<string name="exo_controls_cc_disabled_description">Натисніть, щоб показати субтитри</string>
<string name="exo_controls_rewind_by_amount_description">Перемотати назад на %d с</string>
<string name="exo_controls_fastforward_by_amount_description">Перемотати вперед на %d с</string>
<string name="exo_controls_fullscreen_enter_description">Перейти в повноекранний режим</string>
<string name="exo_controls_fullscreen_exit_description">Вийти з повноекранного режиму</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">آڈیو ٹریک</string>
<string name="exo_controls_playback_speed">پلے بیک کی رفتار</string>
<string name="exo_controls_playback_speed_normal">عام</string>
<string name="exo_controls_overflow_left_button_description">بٹنز کی پچھلی فہرست پر واپس جائیں</string>
<string name="exo_controls_overflow_right_button_description">مزید بٹنز دیکھیں</string>
<string name="exo_controls_overflow_hide_description">بٹنز کی پچھلی فہرست پر واپس جائیں</string>
<string name="exo_controls_overflow_show_description">مزید بٹنز دیکھیں</string>
<string name="exo_controls_seek_bar_description">پلے بیک کی پیش رفت</string>
<string name="exo_controls_settings_description">ترتیبات</string>
<string name="exo_controls_cc_is_on">سب ٹائٹلز کو چھپانے کے لیے تھپتھپائیں</string>
<string name="exo_controls_cc_is_off">سب ٹائٹلز کو دکھانے کے لیے تھپتھپائیں</string>
<string name="exo_controls_rewind_desc_holder">%d سیکنڈز ریوائنڈ کریں</string>
<string name="exo_controls_ffwd_desc_holder">تیزی سے %d سیکنڈز فارورڈ کریں</string>
<string name="exo_controls_cc_enabled_description">سب ٹائٹلز کو چھپانے کے لیے تھپتھپائیں</string>
<string name="exo_controls_cc_disabled_description">سب ٹائٹلز کو دکھانے کے لیے تھپتھپائیں</string>
<string name="exo_controls_rewind_by_amount_description">%d سیکنڈز ریوائنڈ کریں</string>
<string name="exo_controls_fastforward_by_amount_description">تیزی سے %d سیکنڈز فارورڈ کریں</string>
<string name="exo_controls_fullscreen_enter_description">پوری اسکرین میں داخل ہوں</string>
<string name="exo_controls_fullscreen_exit_description">پوری اسکرین سے باہر نکلیں</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Audio trek</string>
<string name="exo_controls_playback_speed">Ijro tezligi</string>
<string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_controls_overflow_left_button_description">Avvalgi roʻyxatga qaytish</string>
<string name="exo_controls_overflow_right_button_description">Boshqa tugmalar</string>
<string name="exo_controls_overflow_hide_description">Avvalgi roʻyxatga qaytish</string>
<string name="exo_controls_overflow_show_description">Boshqa tugmalar</string>
<string name="exo_controls_seek_bar_description">Ijro rivoji</string>
<string name="exo_controls_settings_description">Sozlamalar</string>
<string name="exo_controls_cc_is_on">Taglavhalarni berkitish uchun bosing</string>
<string name="exo_controls_cc_is_off">Taglavhalarni chiqarish uchun bosing</string>
<string name="exo_controls_rewind_desc_holder">%d soniya orqaga</string>
<string name="exo_controls_ffwd_desc_holder">%d soniya oldinga</string>
<string name="exo_controls_cc_enabled_description">Taglavhalarni berkitish uchun bosing</string>
<string name="exo_controls_cc_disabled_description">Taglavhalarni chiqarish uchun bosing</string>
<string name="exo_controls_rewind_by_amount_description">%d soniya orqaga</string>
<string name="exo_controls_fastforward_by_amount_description">%d soniya oldinga</string>
<string name="exo_controls_fullscreen_enter_description">Butun ekran rejimiga kirish</string>
<string name="exo_controls_fullscreen_exit_description">Butun ekran rejimidan chiqish</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Bản âm thanh</string>
<string name="exo_controls_playback_speed">Tốc độ phát</string>
<string name="exo_controls_playback_speed_normal">Bình thường</string>
<string name="exo_controls_overflow_left_button_description">Quay lại danh sách nút trước đó</string>
<string name="exo_controls_overflow_right_button_description">Xem các nút khác</string>
<string name="exo_controls_overflow_hide_description">Quay lại danh sách nút trước đó</string>
<string name="exo_controls_overflow_show_description">Xem các nút khác</string>
<string name="exo_controls_seek_bar_description">Tiến trình phát</string>
<string name="exo_controls_settings_description">Cài đặt</string>
<string name="exo_controls_cc_is_on">Nhấn để ẩn phụ đề</string>
<string name="exo_controls_cc_is_off">Nhấn để hiển thị phụ đề</string>
<string name="exo_controls_rewind_desc_holder">Tua lại %d giây</string>
<string name="exo_controls_ffwd_desc_holder">Tua nhanh %d giây</string>
<string name="exo_controls_cc_enabled_description">Nhấn để ẩn phụ đề</string>
<string name="exo_controls_cc_disabled_description">Nhấn để hiển thị phụ đề</string>
<string name="exo_controls_rewind_by_amount_description">Tua lại %d giây</string>
<string name="exo_controls_fastforward_by_amount_description">Tua nhanh %d giây</string>
<string name="exo_controls_fullscreen_enter_description">Chuyển sang chế độ toàn màn hình</string>
<string name="exo_controls_fullscreen_exit_description">Thoát khỏi chế độ toàn màn hình</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">音轨</string>
<string name="exo_controls_playback_speed">播放速度</string>
<string name="exo_controls_playback_speed_normal">正常</string>
<string name="exo_controls_overflow_left_button_description">返回上一个按钮列表</string>
<string name="exo_controls_overflow_right_button_description">查看更多按钮</string>
<string name="exo_controls_overflow_hide_description">返回上一个按钮列表</string>
<string name="exo_controls_overflow_show_description">查看更多按钮</string>
<string name="exo_controls_seek_bar_description">播放进度</string>
<string name="exo_controls_settings_description">设置</string>
<string name="exo_controls_cc_is_on">点按即可隐藏字幕</string>
<string name="exo_controls_cc_is_off">点按即可显示字幕</string>
<string name="exo_controls_rewind_desc_holder">快退 %d 秒</string>
<string name="exo_controls_ffwd_desc_holder">快进 %d 秒</string>
<string name="exo_controls_cc_enabled_description">点按即可隐藏字幕</string>
<string name="exo_controls_cc_disabled_description">点按即可显示字幕</string>
<string name="exo_controls_rewind_by_amount_description">快退 %d 秒</string>
<string name="exo_controls_fastforward_by_amount_description">快进 %d 秒</string>
<string name="exo_controls_fullscreen_enter_description">进入全屏模式</string>
<string name="exo_controls_fullscreen_exit_description">退出全屏模式</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">音軌</string>
<string name="exo_controls_playback_speed">播放速度</string>
<string name="exo_controls_playback_speed_normal">正常</string>
<string name="exo_controls_overflow_left_button_description">返回上一個按鈕清單</string>
<string name="exo_controls_overflow_right_button_description">查看更多按鈕</string>
<string name="exo_controls_overflow_hide_description">返回上一個按鈕清單</string>
<string name="exo_controls_overflow_show_description">查看更多按鈕</string>
<string name="exo_controls_seek_bar_description">播放進度</string>
<string name="exo_controls_settings_description">設定</string>
<string name="exo_controls_cc_is_on">輕按即可隱藏字幕</string>
<string name="exo_controls_cc_is_off">輕按即可顯示字幕</string>
<string name="exo_controls_rewind_desc_holder">倒帶 %d 秒</string>
<string name="exo_controls_ffwd_desc_holder">快轉 %d 秒</string>
<string name="exo_controls_cc_enabled_description">輕按即可隱藏字幕</string>
<string name="exo_controls_cc_disabled_description">輕按即可顯示字幕</string>
<string name="exo_controls_rewind_by_amount_description">倒帶 %d 秒</string>
<string name="exo_controls_fastforward_by_amount_description">快轉 %d 秒</string>
<string name="exo_controls_fullscreen_enter_description">進入全螢幕</string>
<string name="exo_controls_fullscreen_exit_description">關閉全螢幕</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">音軌</string>
<string name="exo_controls_playback_speed">播放速度</string>
<string name="exo_controls_playback_speed_normal">正常</string>
<string name="exo_controls_overflow_left_button_description">返回先前的按鈕清單</string>
<string name="exo_controls_overflow_right_button_description">顯示更多按鈕</string>
<string name="exo_controls_overflow_hide_description">返回先前的按鈕清單</string>
<string name="exo_controls_overflow_show_description">顯示更多按鈕</string>
<string name="exo_controls_seek_bar_description">播放進度</string>
<string name="exo_controls_settings_description">設定</string>
<string name="exo_controls_cc_is_on">輕觸即可隱藏字幕</string>
<string name="exo_controls_cc_is_off">輕觸即可顯示字幕</string>
<string name="exo_controls_rewind_desc_holder">倒轉 %d 秒</string>
<string name="exo_controls_ffwd_desc_holder">快轉 %d 秒</string>
<string name="exo_controls_cc_enabled_description">輕觸即可隱藏字幕</string>
<string name="exo_controls_cc_disabled_description">輕觸即可顯示字幕</string>
<string name="exo_controls_rewind_by_amount_description">倒轉 %d 秒</string>
<string name="exo_controls_fastforward_by_amount_description">快轉 %d 秒</string>
<string name="exo_controls_fullscreen_enter_description">進入全螢幕模式</string>
<string name="exo_controls_fullscreen_exit_description">結束全螢幕模式</string>
</resources>
......@@ -56,14 +56,14 @@
<string name="exo_controls_audio_track">Ithrekhi yomsindo</string>
<string name="exo_controls_playback_speed">Isivinini sokudlala</string>
<string name="exo_controls_playback_speed_normal">Ivamile</string>
<string name="exo_controls_overflow_left_button_description">Buyela emuva kuhlu lwenkinobho yangaphambilini</string>
<string name="exo_controls_overflow_right_button_description">Bona izinkinobho eziningi</string>
<string name="exo_controls_overflow_hide_description">Buyela emuva kuhlu lwenkinobho yangaphambilini</string>
<string name="exo_controls_overflow_show_description">Bona izinkinobho eziningi</string>
<string name="exo_controls_seek_bar_description">Inqubekela phambili yokudlala</string>
<string name="exo_controls_settings_description">Amasethingi</string>
<string name="exo_controls_cc_is_on">Thepha ukuze ufihle imibhalo engezansi</string>
<string name="exo_controls_cc_is_off">Thepha ukuze ubonise imibhalo engezansi</string>
<string name="exo_controls_rewind_desc_holder">Hlehlisa ngamasekhondi angu-%d</string>
<string name="exo_controls_ffwd_desc_holder">Dlulisela phambili ngamasekhondi angu-%d</string>
<string name="exo_controls_cc_enabled_description">Thepha ukuze ufihle imibhalo engezansi</string>
<string name="exo_controls_cc_disabled_description">Thepha ukuze ubonise imibhalo engezansi</string>
<string name="exo_controls_rewind_by_amount_description">Hlehlisa ngamasekhondi angu-%d</string>
<string name="exo_controls_fastforward_by_amount_description">Dlulisela phambili ngamasekhondi angu-%d</string>
<string name="exo_controls_fullscreen_enter_description">Faka isikrini esigcwele</string>
<string name="exo_controls_fullscreen_exit_description">Phuma kusikrini esigcwele</string>
</resources>
......@@ -18,10 +18,22 @@
<string name="exo_controls_show">Show player controls</string>
<!-- Description for a media player view to indicate that tapping on the view hides the playback controls [CHAR LIMIT=50] -->
<string name="exo_controls_hide">Hide player controls</string>
<!-- Description for a media player seek bar, which indicates the playback progress. [CHAR_LIMIT=55] -->
<string name="exo_controls_seek_bar_description">Playback progress</string>
<!-- Description for a settings button. [CHAR_LIMIT=30] -->
<string name="exo_controls_settings_description">Settings</string>
<!-- Description for a settings button that hides a list of additional settings. [CHAR_LIMIT=55] -->
<string name="exo_controls_overflow_hide_description">Hide additional settings</string>
<!-- Description for a settings button that expands a list of additional settings. [CHAR_LIMIT=55] -->
<string name="exo_controls_overflow_show_description">Show additional settings</string>
<!-- Description for a media control button that enters fullscreen playback. [CHAR_LIMIT=40] -->
<string name="exo_controls_fullscreen_enter_description">Enter fullscreen</string>
<!-- Description for a media control button that exits fullscreen playback. [CHAR_LIMIT=40] -->
<string name="exo_controls_fullscreen_exit_description">Exit fullscreen</string>
<!-- Description for a media control button that causes the previous track to be played. [CHAR LIMIT=30] -->
<string name="exo_controls_previous_description">Previous track</string>
<string name="exo_controls_previous_description">Previous</string>
<!-- Description for a media control button that causes the next track to be played. [CHAR LIMIT=30] -->
<string name="exo_controls_next_description">Next track</string>
<string name="exo_controls_next_description">Next</string>
<!-- Description for a media control button that causes playback to be paused. [CHAR LIMIT=30] -->
<string name="exo_controls_pause_description">Pause</string>
<!-- Description for a media control button that causes playback to be started. [CHAR LIMIT=30] -->
......@@ -30,8 +42,12 @@
<string name="exo_controls_stop_description">Stop</string>
<!-- Description for a media control button that causes playback to be rewound. [CHAR LIMIT=30] -->
<string name="exo_controls_rewind_description">Rewind</string>
<!-- Description for a media control button that causes playback to be rewound a specified number of seconds. [CHAR LIMIT=30] -->
<string name="exo_controls_rewind_by_amount_description">Rewind <xliff:g id="rewind_amount" example="10">%d</xliff:g> seconds</string>
<!-- Description for a media control button that causes playback to be fast-forwarded. [CHAR LIMIT=30] -->
<string name="exo_controls_fastforward_description">Fast forward</string>
<!-- Description for a media control button that causes playback to be fast-forwarded a specified number of seconds. [CHAR_LIMIT=55] -->
<string name="exo_controls_fastforward_by_amount_description">Fast forward <xliff:g id="fastforward_amount" example="30">%d</xliff:g> seconds</string>
<!-- Description for a button that controls the repeat mode of a media playback. In this mode media is not repeated. [CHAR LIMIT=30] -->
<string name="exo_controls_repeat_off_description">Repeat none</string>
<!-- Description for a button that controls the repeat mode of a media playback. In this mode the current piece of media is repeated. [CHAR LIMIT=30] -->
......@@ -44,6 +60,18 @@
<string name="exo_controls_shuffle_off_description">Shuffle off</string>
<!-- Description for a media control button that toggles whether a video playback is in VR mode. [CHAR LIMIT=30] -->
<string name="exo_controls_vr_description">VR mode</string>
<!-- Description for a closed captions (subtitles) button, when subtitles are enabled. If the user clicks the button, closed captions will be disabled. [CHAR_LIMIT=55] -->
<string name="exo_controls_cc_enabled_description">Disable subtitles</string>
<!-- Description for a closed captions (subtitles) button, when subtitles are disabled. If the user clicks the button, closed captions will be enabled. [CHAR_LIMIT=55] -->
<string name="exo_controls_cc_disabled_description">Enable subtitles</string>
<!-- The title of a playback speed selection option. It is shown with the current playback speed. If a user clicks it, the list of possible playback speeds will be shown. [CHAR_LIMIT=32] -->
<string name="exo_controls_playback_speed">Speed</string>
<!-- Shown to indicate that the current playback speed is normal (i.e., 1.0x). [CHAR_LIMIT=16] -->
<string name="exo_controls_playback_speed_normal">Normal</string>
<!-- Shown to indicate a custom playback speed. [CHAR_LIMIT=16] -->
<string translatable="false" name="exo_controls_custom_playback_speed"><xliff:g id="playback_speed" example="1.05">%1$.2f</xliff:g>x</string>
<!-- Placeholder text for displaying time. Used to calculate which size layout to use. -->
<string translatable="false" name="exo_controls_time_placeholder">00:00:00</string>
<!-- Description for a button that downloads a piece of media content onto the device. [CHAR LIMIT=20] -->
<string name="exo_download_description">Download</string>
......@@ -95,56 +123,4 @@
<!-- Defines a way of appending an item to a list of items. For example appending "banana" to "apple, pear" to get "apple, pear, banana". Note: the command separator will appear between all consecutive list items, so do not use an equivalent of 'and'. [CHAR LIMIT=40] -->
<string name="exo_item_list"><xliff:g id="list" example="apple, pear">%1$s</xliff:g>, <xliff:g id="item" example="banana">%2$s</xliff:g></string>
<!-- The title of playback speed selection. It is shown with the current playback speed.
If a user clicks it, the list of possible playback speeds will be shown.
[CHAR_LIMIT=32] -->
<string name="exo_controls_playback_speed">Playback speed</string>
<!-- It implies that the playback speed is normal (1.0x). [CHAR_LIMIT=16] -->
<string name="exo_controls_playback_speed_normal">Normal</string>
<!-- Text for displaying custom playback speed. [CHAR_LIMIT=16] -->
<string translatable="false" name="exo_controls_custom_playback_speed"><xliff:g id="playback_speed" example="1.05">%1$.2f</xliff:g>x</string>
<!-- Placeholder text for displaying time. Used to calculate which size layout to use. -->
<string translatable="false" name="exo_controls_time_placeholder">00:00:00</string>
<!-- Content description of the left arrow button to navigate a list of buttons.
If a user clicks the arrow, it goes back to the previous button list.
[CHAR_LIMIT=55] -->
<string name="exo_controls_overflow_left_button_description">Back to previous button list</string>
<!-- Content description of the right arrow button to navigate a list of buttons.
If a user clicks the arrow, it shows a list of other buttons.
[CHAR_LIMIT=55] -->
<string name="exo_controls_overflow_right_button_description">See more buttons</string>
<!-- Content description of the seek bar, which indicates the playback progress.
[CHAR_LIMIT=55] -->
<string name="exo_controls_seek_bar_description">Playback progress</string>
<!-- Content description of the settings button.
[CHAR_LIMIT=30] -->
<string name="exo_controls_settings_description">Settings</string>
<!-- Content description of the close caption (subtitle) button, when subtitle is turned on.
If a user clicks the button, it will turned off.
[CHAR_LIMIT=55] -->
<string name="exo_controls_cc_is_on">Tap to hide subtitles</string>
<!-- Content description of the close caption (subtitle) button, when subtitle is turned off.
If a user clicks the button, it will turned on.
[CHAR_LIMIT=55] -->
<string name="exo_controls_cc_is_off">Tap to show subtitles</string>
<!-- Content description of the "rewind" button.
If a user clicks the button, it rewinds back by rewind amount.
[CHAR_LIMIT=55] -->
<string name="exo_controls_rewind_desc_holder">
Rewind <xliff:g id="rewind_amount" example="10">%d</xliff:g> seconds</string>
<!-- Content description of the "fast-forward" button.
If a user clicks the button, it fast-forwards by fast forward amount.
[CHAR_LIMIT=55] -->
<string name="exo_controls_ffwd_desc_holder">
Fast forward <xliff:g id="fastforward_amount" example="30">%d</xliff:g> seconds</string>
<!-- Content description of the full screen enter button.
If a user clicks the button, the widget goes into full-screen mode.
[CHAR_LIMIT=40] -->
<string name="exo_controls_fullscreen_enter_description">Enter fullscreen</string>
<!-- Content description of the full screen exit button.
If a user clicks the button, the widget exits full-screen mode.
[CHAR_LIMIT=40] -->
<string name="exo_controls_fullscreen_exit_description">Exit fullscreen</string>
</resources>
......@@ -85,7 +85,7 @@
<style name="ExoStyledControls.Button.FfwdWithAmount">
<item name="android:background">@drawable/exo_ripple_ffwd</item>
<item name="android:contentDescription">@string/exo_controls_ffwd_desc_holder</item>
<item name="android:contentDescription">@string/exo_controls_fastforward_by_amount_description</item>
<item name="android:gravity">center|bottom</item>
<item name="android:paddingBottom">@dimen/exo_icon_padding_bottom</item>
<item name="android:textAppearance">@style/ExoStyledControls.ButtonText</item>
......@@ -93,7 +93,7 @@
<style name="ExoStyledControls.Button.RewWithAmount">
<item name="android:background">@drawable/exo_ripple_rew</item>
<item name="android:contentDescription">@string/exo_controls_rewind_desc_holder</item>
<item name="android:contentDescription">@string/exo_controls_rewind_by_amount_description</item>
<item name="android:gravity">center|bottom</item>
<item name="android:paddingBottom">@dimen/exo_icon_padding_bottom</item>
<item name="android:textAppearance">@style/ExoStyledControls.ButtonText</item>
......@@ -171,7 +171,7 @@
<style name="ExoStyledControls.Button.Bottom.CC">
<item name="android:src">@drawable/exo_styled_controls_subtitle_off</item>
<item name="android:contentDescription">@string/exo_controls_cc_is_off</item>
<item name="android:contentDescription">@string/exo_controls_cc_disabled_description</item>
</style>
<style name="ExoStyledControls.Button.Bottom.FullScreen">
......@@ -181,12 +181,12 @@
<style name="ExoStyledControls.Button.Bottom.OverflowShow">
<item name="android:src">@drawable/exo_styled_controls_overflow_show</item>
<item name="android:contentDescription">@string/exo_controls_overflow_right_button_description</item>
<item name="android:contentDescription">@string/exo_controls_overflow_show_description</item>
</style>
<style name="ExoStyledControls.Button.Bottom.OverflowHide">
<item name="android:src">@drawable/exo_styled_controls_overflow_hide</item>
<item name="android:contentDescription">@string/exo_controls_overflow_left_button_description</item>
<item name="android:contentDescription">@string/exo_controls_overflow_hide_description</item>
</style>
<style name="ExoStyledControls.Button.Bottom.Settings">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment