Commit 5a1431c9 by tonihei Committed by Oliver Woodman

Turn on automatic nullness check for DASH.

Also add a build rule to simplify the test setup with a custom blacklist.
In addition, the test path pattern are made less specific to capture all the
static nullness tests in the /main/ directories.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=195230334
parent b23eabd9
Showing with 46 additions and 44 deletions
...@@ -179,8 +179,10 @@ public final class DashUtil { ...@@ -179,8 +179,10 @@ public final class DashUtil {
private static ChunkExtractorWrapper newWrappedExtractor(int trackType, Format format) { private static ChunkExtractorWrapper newWrappedExtractor(int trackType, Format format) {
String mimeType = format.containerMimeType; String mimeType = format.containerMimeType;
boolean isWebm = mimeType.startsWith(MimeTypes.VIDEO_WEBM) boolean isWebm =
|| mimeType.startsWith(MimeTypes.AUDIO_WEBM); mimeType != null
&& (mimeType.startsWith(MimeTypes.VIDEO_WEBM)
|| mimeType.startsWith(MimeTypes.AUDIO_WEBM));
Extractor extractor = isWebm ? new MatroskaExtractor() : new FragmentedMp4Extractor(); Extractor extractor = isWebm ? new MatroskaExtractor() : new FragmentedMp4Extractor();
return new ChunkExtractorWrapper(extractor, trackType, format); return new ChunkExtractorWrapper(extractor, trackType, format);
} }
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">جارٍ التنزيل.</string> <string name="exo_download_downloading">جارٍ التنزيل.</string>
<string name="exo_download_completed">اكتمل التنزيل</string> <string name="exo_download_completed">اكتمل التنزيل</string>
<string name="exo_download_failed">تعذّر التنزيل</string> <string name="exo_download_failed">تعذّر التنزيل</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">جارٍ إزالة التنزيلات</string>
<string name="exo_track_selection_title_video">فيديو</string> <string name="exo_track_selection_title_video">فيديو</string>
<string name="exo_track_selection_title_audio">صوت</string> <string name="exo_track_selection_title_audio">صوت</string>
<string name="exo_track_selection_title_text">نص</string> <string name="exo_track_selection_title_text">نص</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Preuzima se</string> <string name="exo_download_downloading">Preuzima se</string>
<string name="exo_download_completed">Preuzimanje je završeno</string> <string name="exo_download_completed">Preuzimanje je završeno</string>
<string name="exo_download_failed">Preuzimanje nije uspelo</string> <string name="exo_download_failed">Preuzimanje nije uspelo</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Preuzimanja se uklanjaju</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Audio</string> <string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Tekst</string> <string name="exo_track_selection_title_text">Tekst</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Спампоўваецца</string> <string name="exo_download_downloading">Спампоўваецца</string>
<string name="exo_download_completed">Спампоўка завершана</string> <string name="exo_download_completed">Спампоўка завершана</string>
<string name="exo_download_failed">Збой спампоўкі</string> <string name="exo_download_failed">Збой спампоўкі</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Выдаленне спамповак</string>
<string name="exo_track_selection_title_video">Відэа</string> <string name="exo_track_selection_title_video">Відэа</string>
<string name="exo_track_selection_title_audio">Аўдыя</string> <string name="exo_track_selection_title_audio">Аўдыя</string>
<string name="exo_track_selection_title_text">Тэкст</string> <string name="exo_track_selection_title_text">Тэкст</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">ডাউনলোড হচ্ছে</string> <string name="exo_download_downloading">ডাউনলোড হচ্ছে</string>
<string name="exo_download_completed">ডাউনলোড হয়ে গেছে</string> <string name="exo_download_completed">ডাউনলোড হয়ে গেছে</string>
<string name="exo_download_failed">ডাউনলোড করা যায়নি</string> <string name="exo_download_failed">ডাউনলোড করা যায়নি</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">ডাউনলোড করা কন্টেন্ট সরিয়ে দেওয়া হচ্ছে</string>
<string name="exo_track_selection_title_video">ভিডিও</string> <string name="exo_track_selection_title_video">ভিডিও</string>
<string name="exo_track_selection_title_audio">অডিও</string> <string name="exo_track_selection_title_audio">অডিও</string>
<string name="exo_track_selection_title_text">টেক্সট</string> <string name="exo_track_selection_title_text">টেক্সট</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">S\'està baixant</string> <string name="exo_download_downloading">S\'està baixant</string>
<string name="exo_download_completed">S\'ha completat la baixada</string> <string name="exo_download_completed">S\'ha completat la baixada</string>
<string name="exo_download_failed">No s\'ha pogut baixar</string> <string name="exo_download_failed">No s\'ha pogut baixar</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">S\'estan suprimint les baixades</string>
<string name="exo_track_selection_title_video">Vídeo</string> <string name="exo_track_selection_title_video">Vídeo</string>
<string name="exo_track_selection_title_audio">Àudio</string> <string name="exo_track_selection_title_audio">Àudio</string>
<string name="exo_track_selection_title_text">Text</string> <string name="exo_track_selection_title_text">Text</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Downloader</string> <string name="exo_download_downloading">Downloader</string>
<string name="exo_download_completed">Downloaden er udført</string> <string name="exo_download_completed">Downloaden er udført</string>
<string name="exo_download_failed">Download mislykkedes</string> <string name="exo_download_failed">Download mislykkedes</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Fjerner downloads</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Lyd</string> <string name="exo_track_selection_title_audio">Lyd</string>
<string name="exo_track_selection_title_text">Undertekst</string> <string name="exo_track_selection_title_text">Undertekst</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Λήψη</string> <string name="exo_download_downloading">Λήψη</string>
<string name="exo_download_completed">Η λήψη ολοκληρώθηκε</string> <string name="exo_download_completed">Η λήψη ολοκληρώθηκε</string>
<string name="exo_download_failed">Η λήψη απέτυχε</string> <string name="exo_download_failed">Η λήψη απέτυχε</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Κατάργηση λήψεων</string>
<string name="exo_track_selection_title_video">Βίντεο</string> <string name="exo_track_selection_title_video">Βίντεο</string>
<string name="exo_track_selection_title_audio">Ήχος</string> <string name="exo_track_selection_title_audio">Ήχος</string>
<string name="exo_track_selection_title_text">Κείμενο</string> <string name="exo_track_selection_title_text">Κείμενο</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Descargando</string> <string name="exo_download_downloading">Descargando</string>
<string name="exo_download_completed">Se completó la descarga</string> <string name="exo_download_completed">Se completó la descarga</string>
<string name="exo_download_failed">No se pudo descargar</string> <string name="exo_download_failed">No se pudo descargar</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Quitando descargas</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Audio</string> <string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Texto</string> <string name="exo_track_selection_title_text">Texto</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Allalaadimine</string> <string name="exo_download_downloading">Allalaadimine</string>
<string name="exo_download_completed">Allalaadimine lõpetati</string> <string name="exo_download_completed">Allalaadimine lõpetati</string>
<string name="exo_download_failed">Allalaadimine ebaõnnestus</string> <string name="exo_download_failed">Allalaadimine ebaõnnestus</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Allalaadimiste eemaldamine</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Heli</string> <string name="exo_track_selection_title_audio">Heli</string>
<string name="exo_track_selection_title_text">Tekst</string> <string name="exo_track_selection_title_text">Tekst</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Ladataan</string> <string name="exo_download_downloading">Ladataan</string>
<string name="exo_download_completed">Lataus valmis</string> <string name="exo_download_completed">Lataus valmis</string>
<string name="exo_download_failed">Lataus epäonnistui</string> <string name="exo_download_failed">Lataus epäonnistui</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Poistetaan latauksia</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Ääni</string> <string name="exo_track_selection_title_audio">Ääni</string>
<string name="exo_track_selection_title_text">Teksti</string> <string name="exo_track_selection_title_text">Teksti</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Téléchargement…</string> <string name="exo_download_downloading">Téléchargement…</string>
<string name="exo_download_completed">Téléchargement terminé</string> <string name="exo_download_completed">Téléchargement terminé</string>
<string name="exo_download_failed">Échec du téléchargement</string> <string name="exo_download_failed">Échec du téléchargement</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Suppression des téléchargements…</string>
<string name="exo_track_selection_title_video">Vidéo</string> <string name="exo_track_selection_title_video">Vidéo</string>
<string name="exo_track_selection_title_audio">Audio</string> <string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Texte</string> <string name="exo_track_selection_title_text">Texte</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Descargando</string> <string name="exo_download_downloading">Descargando</string>
<string name="exo_download_completed">Completouse a descarga</string> <string name="exo_download_completed">Completouse a descarga</string>
<string name="exo_download_failed">Produciuse un erro na descarga</string> <string name="exo_download_failed">Produciuse un erro na descarga</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Quitando descargas</string>
<string name="exo_track_selection_title_video">Vídeo</string> <string name="exo_track_selection_title_video">Vídeo</string>
<string name="exo_track_selection_title_audio">Audio</string> <string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Texto</string> <string name="exo_track_selection_title_text">Texto</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">ડાઉનલોડ કરી રહ્યાં છીએ</string> <string name="exo_download_downloading">ડાઉનલોડ કરી રહ્યાં છીએ</string>
<string name="exo_download_completed">ડાઉનલોડ પૂર્ણ થયું</string> <string name="exo_download_completed">ડાઉનલોડ પૂર્ણ થયું</string>
<string name="exo_download_failed">ડાઉનલોડ નિષ્ફળ થયું</string> <string name="exo_download_failed">ડાઉનલોડ નિષ્ફળ થયું</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">ડાઉનલોડ કાઢી નાખી રહ્યાં છીએ</string>
<string name="exo_track_selection_title_video">વીડિઓ</string> <string name="exo_track_selection_title_video">વીડિઓ</string>
<string name="exo_track_selection_title_audio">ઑડિઓ</string> <string name="exo_track_selection_title_audio">ઑડિઓ</string>
<string name="exo_track_selection_title_text">ટેક્સ્ટ</string> <string name="exo_track_selection_title_text">ટેક્સ્ટ</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">डाउनलोड हो रहा है</string> <string name="exo_download_downloading">डाउनलोड हो रहा है</string>
<string name="exo_download_completed">डाउनलोड पूरा हुआ</string> <string name="exo_download_completed">डाउनलोड पूरा हुआ</string>
<string name="exo_download_failed">डाउनलोड नहीं हो सका</string> <string name="exo_download_failed">डाउनलोड नहीं हो सका</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">डाउनलोड की गई फ़ाइलें हटाई जा रही हैं</string>
<string name="exo_track_selection_title_video">वीडियो</string> <string name="exo_track_selection_title_video">वीडियो</string>
<string name="exo_track_selection_title_audio">ऑडियो</string> <string name="exo_track_selection_title_audio">ऑडियो</string>
<string name="exo_track_selection_title_text">लेख</string> <string name="exo_track_selection_title_text">लेख</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Preuzimanje</string> <string name="exo_download_downloading">Preuzimanje</string>
<string name="exo_download_completed">Preuzimanje je dovršeno</string> <string name="exo_download_completed">Preuzimanje je dovršeno</string>
<string name="exo_download_failed">Preuzimanje nije uspjelo</string> <string name="exo_download_failed">Preuzimanje nije uspjelo</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Uklanjanje preuzimanja</string>
<string name="exo_track_selection_title_video">Videozapis</string> <string name="exo_track_selection_title_video">Videozapis</string>
<string name="exo_track_selection_title_audio">Audiozapis</string> <string name="exo_track_selection_title_audio">Audiozapis</string>
<string name="exo_track_selection_title_text">Tekst</string> <string name="exo_track_selection_title_text">Tekst</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Letöltés folyamatban</string> <string name="exo_download_downloading">Letöltés folyamatban</string>
<string name="exo_download_completed">A letöltés befejeződött</string> <string name="exo_download_completed">A letöltés befejeződött</string>
<string name="exo_download_failed">Nem sikerült a letöltés</string> <string name="exo_download_failed">Nem sikerült a letöltés</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Letöltések törlése folyamatban</string>
<string name="exo_track_selection_title_video">Videó</string> <string name="exo_track_selection_title_video">Videó</string>
<string name="exo_track_selection_title_audio">Hang</string> <string name="exo_track_selection_title_audio">Hang</string>
<string name="exo_track_selection_title_text">Szöveg</string> <string name="exo_track_selection_title_text">Szöveg</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Sækir</string> <string name="exo_download_downloading">Sækir</string>
<string name="exo_download_completed">Niðurhali lokið</string> <string name="exo_download_completed">Niðurhali lokið</string>
<string name="exo_download_failed">Niðurhal mistókst</string> <string name="exo_download_failed">Niðurhal mistókst</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Fjarlægir niðurhal</string>
<string name="exo_track_selection_title_video">Myndskeið</string> <string name="exo_track_selection_title_video">Myndskeið</string>
<string name="exo_track_selection_title_audio">Hljóð</string> <string name="exo_track_selection_title_audio">Hljóð</string>
<string name="exo_track_selection_title_text">Texti</string> <string name="exo_track_selection_title_text">Texti</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Download…</string> <string name="exo_download_downloading">Download…</string>
<string name="exo_download_completed">Download completato</string> <string name="exo_download_completed">Download completato</string>
<string name="exo_download_failed">Download non riuscito</string> <string name="exo_download_failed">Download non riuscito</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Rimozione dei download…</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Audio</string> <string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Testo</string> <string name="exo_track_selection_title_text">Testo</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">ההורדה מתבצעת</string> <string name="exo_download_downloading">ההורדה מתבצעת</string>
<string name="exo_download_completed">ההורדה הושלמה</string> <string name="exo_download_completed">ההורדה הושלמה</string>
<string name="exo_download_failed">ההורדה לא הושלמה</string> <string name="exo_download_failed">ההורדה לא הושלמה</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">מסיר הורדות</string>
<string name="exo_track_selection_title_video">סרטון</string> <string name="exo_track_selection_title_video">סרטון</string>
<string name="exo_track_selection_title_audio">אודיו</string> <string name="exo_track_selection_title_audio">אודיו</string>
<string name="exo_track_selection_title_text">טקסט</string> <string name="exo_track_selection_title_text">טקסט</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Жүктеп алынуда</string> <string name="exo_download_downloading">Жүктеп алынуда</string>
<string name="exo_download_completed">Жүктеп алынды</string> <string name="exo_download_completed">Жүктеп алынды</string>
<string name="exo_download_failed">Жүктеп алынбады</string> <string name="exo_download_failed">Жүктеп алынбады</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Жүктеп алынғандар өшірілуде</string>
<string name="exo_track_selection_title_video">Бейне</string> <string name="exo_track_selection_title_video">Бейне</string>
<string name="exo_track_selection_title_audio">Aудиомазмұн</string> <string name="exo_track_selection_title_audio">Aудиомазмұн</string>
<string name="exo_track_selection_title_text">Мәтін</string> <string name="exo_track_selection_title_text">Мәтін</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">ಡೌನ್‌ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ</string> <string name="exo_download_downloading">ಡೌನ್‌ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ</string>
<string name="exo_download_completed">ಡೌನ್‌ಲೋಡ್ ಪೂರ್ಣಗೊಂಡಿದೆ</string> <string name="exo_download_completed">ಡೌನ್‌ಲೋಡ್ ಪೂರ್ಣಗೊಂಡಿದೆ</string>
<string name="exo_download_failed">ಡೌನ್‌ಲೋಡ್‌ ವಿಫಲಗೊಂಡಿದೆ</string> <string name="exo_download_failed">ಡೌನ್‌ಲೋಡ್‌ ವಿಫಲಗೊಂಡಿದೆ</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">ಡೌನ್ಲೋಡ್‌ಗಳನ್ನು ತೆಗೆದುಹಾಕಲಾಗುತ್ತಿದೆ</string>
<string name="exo_track_selection_title_video">ವೀಡಿಯೊ</string> <string name="exo_track_selection_title_video">ವೀಡಿಯೊ</string>
<string name="exo_track_selection_title_audio">ಆಡಿಯೊ</string> <string name="exo_track_selection_title_audio">ಆಡಿಯೊ</string>
<string name="exo_track_selection_title_text">ಪಠ್ಯ</string> <string name="exo_track_selection_title_text">ಪಠ್ಯ</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">다운로드 중</string> <string name="exo_download_downloading">다운로드 중</string>
<string name="exo_download_completed">다운로드 완료</string> <string name="exo_download_completed">다운로드 완료</string>
<string name="exo_download_failed">다운로드 실패</string> <string name="exo_download_failed">다운로드 실패</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">다운로드 항목 삭제 중</string>
<string name="exo_track_selection_title_video">동영상</string> <string name="exo_track_selection_title_video">동영상</string>
<string name="exo_track_selection_title_audio">오디오</string> <string name="exo_track_selection_title_audio">오디오</string>
<string name="exo_track_selection_title_text">문자 메시지</string> <string name="exo_track_selection_title_text">문자 메시지</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Notiek lejupielāde</string> <string name="exo_download_downloading">Notiek lejupielāde</string>
<string name="exo_download_completed">Lejupielāde ir pabeigta</string> <string name="exo_download_completed">Lejupielāde ir pabeigta</string>
<string name="exo_download_failed">Lejupielāde neizdevās</string> <string name="exo_download_failed">Lejupielāde neizdevās</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Notiek lejupielāžu noņemšana</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Audio</string> <string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Teksts</string> <string name="exo_track_selection_title_text">Teksts</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">ഡൗൺലോഡ് ചെയ്യുന്നു</string> <string name="exo_download_downloading">ഡൗൺലോഡ് ചെയ്യുന്നു</string>
<string name="exo_download_completed">ഡൗൺലോഡ് പൂർത്തിയായി</string> <string name="exo_download_completed">ഡൗൺലോഡ് പൂർത്തിയായി</string>
<string name="exo_download_failed">ഡൗൺലോഡ് പരാജയപ്പെട്ടു</string> <string name="exo_download_failed">ഡൗൺലോഡ് പരാജയപ്പെട്ടു</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">ഡൗൺലോഡുകൾ നീക്കം ചെയ്യുന്നു</string>
<string name="exo_track_selection_title_video">വീഡിയോ</string> <string name="exo_track_selection_title_video">വീഡിയോ</string>
<string name="exo_track_selection_title_audio">ഓഡിയോ</string> <string name="exo_track_selection_title_audio">ഓഡിയോ</string>
<string name="exo_track_selection_title_text">ടെക്‌സ്റ്റ്</string> <string name="exo_track_selection_title_text">ടെക്‌സ്റ്റ്</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">डाउनलोड होत आहे</string> <string name="exo_download_downloading">डाउनलोड होत आहे</string>
<string name="exo_download_completed">डाउनलोड पूर्ण झाले</string> <string name="exo_download_completed">डाउनलोड पूर्ण झाले</string>
<string name="exo_download_failed">डाउनलोड अयशस्वी झाले</string> <string name="exo_download_failed">डाउनलोड अयशस्वी झाले</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">डाउनलोड काढून टाकत आहे</string>
<string name="exo_track_selection_title_video">व्हिडिओ</string> <string name="exo_track_selection_title_video">व्हिडिओ</string>
<string name="exo_track_selection_title_audio">ऑडिओ</string> <string name="exo_track_selection_title_audio">ऑडिओ</string>
<string name="exo_track_selection_title_text">मजकूर</string> <string name="exo_track_selection_title_text">मजकूर</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Laster ned</string> <string name="exo_download_downloading">Laster ned</string>
<string name="exo_download_completed">Nedlastingen er fullført</string> <string name="exo_download_completed">Nedlastingen er fullført</string>
<string name="exo_download_failed">Nedlastingen mislyktes</string> <string name="exo_download_failed">Nedlastingen mislyktes</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Fjerner nedlastinger</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Lyd</string> <string name="exo_track_selection_title_audio">Lyd</string>
<string name="exo_track_selection_title_text">Tekst</string> <string name="exo_track_selection_title_text">Tekst</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">डाउनलोड गरिँदै छ</string> <string name="exo_download_downloading">डाउनलोड गरिँदै छ</string>
<string name="exo_download_completed">डाउनलोड सम्पन्न भयो</string> <string name="exo_download_completed">डाउनलोड सम्पन्न भयो</string>
<string name="exo_download_failed">डाउनलोड गर्न सकिएन</string> <string name="exo_download_failed">डाउनलोड गर्न सकिएन</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">डाउनलोडहरू हटाउँदै</string>
<string name="exo_track_selection_title_video">भिडियो</string> <string name="exo_track_selection_title_video">भिडियो</string>
<string name="exo_track_selection_title_audio">अडियो</string> <string name="exo_track_selection_title_audio">अडियो</string>
<string name="exo_track_selection_title_text">पाठ</string> <string name="exo_track_selection_title_text">पाठ</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Downloaden</string> <string name="exo_download_downloading">Downloaden</string>
<string name="exo_download_completed">Downloaden voltooid</string> <string name="exo_download_completed">Downloaden voltooid</string>
<string name="exo_download_failed">Downloaden mislukt</string> <string name="exo_download_failed">Downloaden mislukt</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Downloads verwijderen</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Audio</string> <string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Tekst</string> <string name="exo_track_selection_title_text">Tekst</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">ਡਾਊਨਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ</string> <string name="exo_download_downloading">ਡਾਊਨਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ</string>
<string name="exo_download_completed">ਡਾਊਨਲੋਡ ਮੁਕੰਮਲ ਹੋਇਆ</string> <string name="exo_download_completed">ਡਾਊਨਲੋਡ ਮੁਕੰਮਲ ਹੋਇਆ</string>
<string name="exo_download_failed">ਡਾਊਨਲੋਡ ਅਸਫਲ ਰਿਹਾ</string> <string name="exo_download_failed">ਡਾਊਨਲੋਡ ਅਸਫਲ ਰਿਹਾ</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">ਡਾਊਨਲੋਡ ਕੀਤੀ ਸਮੱਗਰੀ ਹਟਾਈ ਜਾ ਰਹੀ ਹੈ</string>
<string name="exo_track_selection_title_video">ਵੀਡੀਓ</string> <string name="exo_track_selection_title_video">ਵੀਡੀਓ</string>
<string name="exo_track_selection_title_audio">ਆਡੀਓ</string> <string name="exo_track_selection_title_audio">ਆਡੀਓ</string>
<string name="exo_track_selection_title_text">ਲਿਖਤ</string> <string name="exo_track_selection_title_text">ਲਿਖਤ</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Pobieram</string> <string name="exo_download_downloading">Pobieram</string>
<string name="exo_download_completed">Zakończono pobieranie</string> <string name="exo_download_completed">Zakończono pobieranie</string>
<string name="exo_download_failed">Nie udało się pobrać</string> <string name="exo_download_failed">Nie udało się pobrać</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Usuwam pobrane</string>
<string name="exo_track_selection_title_video">Film</string> <string name="exo_track_selection_title_video">Film</string>
<string name="exo_track_selection_title_audio">Dźwięk</string> <string name="exo_track_selection_title_audio">Dźwięk</string>
<string name="exo_track_selection_title_text">Tekst</string> <string name="exo_track_selection_title_text">Tekst</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Se descarcă</string> <string name="exo_download_downloading">Se descarcă</string>
<string name="exo_download_completed">Descărcarea a fost finalizată</string> <string name="exo_download_completed">Descărcarea a fost finalizată</string>
<string name="exo_download_failed">Descărcarea nu a reușit</string> <string name="exo_download_failed">Descărcarea nu a reușit</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Se elimină descărcările</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Audio</string> <string name="exo_track_selection_title_audio">Audio</string>
<string name="exo_track_selection_title_text">Text</string> <string name="exo_track_selection_title_text">Text</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Скачивание…</string> <string name="exo_download_downloading">Скачивание…</string>
<string name="exo_download_completed">Скачивание завершено</string> <string name="exo_download_completed">Скачивание завершено</string>
<string name="exo_download_failed">Ошибка скачивания</string> <string name="exo_download_failed">Ошибка скачивания</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Удаление скачанных файлов…</string>
<string name="exo_track_selection_title_video">Видео</string> <string name="exo_track_selection_title_video">Видео</string>
<string name="exo_track_selection_title_audio">Аудио</string> <string name="exo_track_selection_title_audio">Аудио</string>
<string name="exo_track_selection_title_text">Текст</string> <string name="exo_track_selection_title_text">Текст</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Sťahuje sa</string> <string name="exo_download_downloading">Sťahuje sa</string>
<string name="exo_download_completed">Sťahovanie bolo dokončené</string> <string name="exo_download_completed">Sťahovanie bolo dokončené</string>
<string name="exo_download_failed">Nepodarilo sa stiahnuť</string> <string name="exo_download_failed">Nepodarilo sa stiahnuť</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Odstraňuje sa stiahnutý obsah</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Zvuk</string> <string name="exo_track_selection_title_audio">Zvuk</string>
<string name="exo_track_selection_title_text">Text</string> <string name="exo_track_selection_title_text">Text</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Преузима се</string> <string name="exo_download_downloading">Преузима се</string>
<string name="exo_download_completed">Преузимање је завршено</string> <string name="exo_download_completed">Преузимање је завршено</string>
<string name="exo_download_failed">Преузимање није успело</string> <string name="exo_download_failed">Преузимање није успело</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Преузимања се уклањају</string>
<string name="exo_track_selection_title_video">Видео</string> <string name="exo_track_selection_title_video">Видео</string>
<string name="exo_track_selection_title_audio">Аудио</string> <string name="exo_track_selection_title_audio">Аудио</string>
<string name="exo_track_selection_title_text">Текст</string> <string name="exo_track_selection_title_text">Текст</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Laddar ned</string> <string name="exo_download_downloading">Laddar ned</string>
<string name="exo_download_completed">Nedladdningen är klar</string> <string name="exo_download_completed">Nedladdningen är klar</string>
<string name="exo_download_failed">Nedladdningen misslyckades</string> <string name="exo_download_failed">Nedladdningen misslyckades</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Nedladdningar tas bort</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Ljud</string> <string name="exo_track_selection_title_audio">Ljud</string>
<string name="exo_track_selection_title_text">Text</string> <string name="exo_track_selection_title_text">Text</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">பதிவிறக்குகிறது</string> <string name="exo_download_downloading">பதிவிறக்குகிறது</string>
<string name="exo_download_completed">பதிவிறக்கப்பட்டது</string> <string name="exo_download_completed">பதிவிறக்கப்பட்டது</string>
<string name="exo_download_failed">பதிவிறக்க முடியவில்லை</string> <string name="exo_download_failed">பதிவிறக்க முடியவில்லை</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">பதிவிறக்கங்கள் அகற்றப்படுகின்றன</string>
<string name="exo_track_selection_title_video">வீடியோ</string> <string name="exo_track_selection_title_video">வீடியோ</string>
<string name="exo_track_selection_title_audio">ஆடியோ</string> <string name="exo_track_selection_title_audio">ஆடியோ</string>
<string name="exo_track_selection_title_text">உரை</string> <string name="exo_track_selection_title_text">உரை</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">డౌన్‌లోడ్ చేస్తోంది</string> <string name="exo_download_downloading">డౌన్‌లోడ్ చేస్తోంది</string>
<string name="exo_download_completed">డౌన్‌లోడ్ పూర్తయింది</string> <string name="exo_download_completed">డౌన్‌లోడ్ పూర్తయింది</string>
<string name="exo_download_failed">డౌన్‌లోడ్ విఫలమైంది</string> <string name="exo_download_failed">డౌన్‌లోడ్ విఫలమైంది</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">డౌన్‌లోడ్‌లను తీసివేస్తోంది</string>
<string name="exo_track_selection_title_video">వీడియో</string> <string name="exo_track_selection_title_video">వీడియో</string>
<string name="exo_track_selection_title_audio">ఆడియో</string> <string name="exo_track_selection_title_audio">ఆడియో</string>
<string name="exo_track_selection_title_text">వచనం</string> <string name="exo_track_selection_title_text">వచనం</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">İndiriliyor</string> <string name="exo_download_downloading">İndiriliyor</string>
<string name="exo_download_completed">İndirme işlemi tamamlandı</string> <string name="exo_download_completed">İndirme işlemi tamamlandı</string>
<string name="exo_download_failed">İndirilemedi</string> <string name="exo_download_failed">İndirilemedi</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">İndirilenler kaldırılıyor</string>
<string name="exo_track_selection_title_video">Video</string> <string name="exo_track_selection_title_video">Video</string>
<string name="exo_track_selection_title_audio">Ses</string> <string name="exo_track_selection_title_audio">Ses</string>
<string name="exo_track_selection_title_text">Metin</string> <string name="exo_track_selection_title_text">Metin</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">Завантажується</string> <string name="exo_download_downloading">Завантажується</string>
<string name="exo_download_completed">Завантаження завершено</string> <string name="exo_download_completed">Завантаження завершено</string>
<string name="exo_download_failed">Не вдалося завантажити</string> <string name="exo_download_failed">Не вдалося завантажити</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">Завантаження видаляються</string>
<string name="exo_track_selection_title_video">Відео</string> <string name="exo_track_selection_title_video">Відео</string>
<string name="exo_track_selection_title_audio">Аудіо</string> <string name="exo_track_selection_title_audio">Аудіо</string>
<string name="exo_track_selection_title_text">Текст</string> <string name="exo_track_selection_title_text">Текст</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">ڈاؤن لوڈ ہو رہا ہے</string> <string name="exo_download_downloading">ڈاؤن لوڈ ہو رہا ہے</string>
<string name="exo_download_completed">ڈاؤن لوڈ مکمل ہو گیا</string> <string name="exo_download_completed">ڈاؤن لوڈ مکمل ہو گیا</string>
<string name="exo_download_failed">ڈاؤن لوڈ ناکام ہو گیا</string> <string name="exo_download_failed">ڈاؤن لوڈ ناکام ہو گیا</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">ڈاؤن لوڈز کو ہٹایا جا رہا ہے</string>
<string name="exo_track_selection_title_video">ویڈیو</string> <string name="exo_track_selection_title_video">ویڈیو</string>
<string name="exo_track_selection_title_audio">آڈیو</string> <string name="exo_track_selection_title_audio">آڈیو</string>
<string name="exo_track_selection_title_text">متن</string> <string name="exo_track_selection_title_text">متن</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">正在下載</string> <string name="exo_download_downloading">正在下載</string>
<string name="exo_download_completed">下載完畢</string> <string name="exo_download_completed">下載完畢</string>
<string name="exo_download_failed">下載失敗</string> <string name="exo_download_failed">下載失敗</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">正在移除下載內容</string>
<string name="exo_track_selection_title_video">影片</string> <string name="exo_track_selection_title_video">影片</string>
<string name="exo_track_selection_title_audio">音訊</string> <string name="exo_track_selection_title_audio">音訊</string>
<string name="exo_track_selection_title_text">文字</string> <string name="exo_track_selection_title_text">文字</string>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<string name="exo_download_downloading">下載中</string> <string name="exo_download_downloading">下載中</string>
<string name="exo_download_completed">下載完成</string> <string name="exo_download_completed">下載完成</string>
<string name="exo_download_failed">無法下載</string> <string name="exo_download_failed">無法下載</string>
<string name="exo_download_removing">Removing downloads</string> <string name="exo_download_removing">正在移除下載內容</string>
<string name="exo_track_selection_title_video">影片</string> <string name="exo_track_selection_title_video">影片</string>
<string name="exo_track_selection_title_audio">音訊</string> <string name="exo_track_selection_title_audio">音訊</string>
<string name="exo_track_selection_title_text">文字</string> <string name="exo_track_selection_title_text">文字</string>
......
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