Move translated strings for download notification to lib-exoplayer

PiperOrigin-RevId: 404316538
This commit is contained in:
bachinger 2021-10-19 19:20:57 +01:00 committed by Oliver Woodman
parent ea2013948a
commit 0555ae0a92
166 changed files with 2122 additions and 744 deletions

View File

@ -38,6 +38,7 @@ dependencies {
api project(modulePrefix + 'library-common') api project(modulePrefix + 'library-common')
api project(modulePrefix + 'library-extractor') api project(modulePrefix + 'library-extractor')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
implementation 'androidx.core:core:' + androidxCoreVersion
compileOnly 'com.google.code.findbugs:jsr305:' + jsr305Version compileOnly 'com.google.code.findbugs:jsr305:' + jsr305Version
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion

View File

@ -44,13 +44,13 @@ public final class Download {
public @interface State {} public @interface State {}
// Important: These constants are persisted into DownloadIndex. Do not change them. // Important: These constants are persisted into DownloadIndex. Do not change them.
/** /**
* The download is waiting to be started. A download may be queued because the {@link * The download is waiting to be started. A download may be queued because the {@code
* DownloadManager} * DownloadManager}
* *
* <ul> * <ul>
* <li>Is {@link DownloadManager#getDownloadsPaused() paused} * <li>Is {@code DownloadManager#getDownloadsPaused() paused}
* <li>Has {@link DownloadManager#getRequirements() Requirements} that are not met * <li>Has {@code DownloadManager#getRequirements() Requirements} that are not met
* <li>Has already started {@link DownloadManager#getMaxParallelDownloads() * <li>Has already started {@code DownloadManager#getMaxParallelDownloads()
* maxParallelDownloads} * maxParallelDownloads}
* </ul> * </ul>
*/ */

View File

@ -102,7 +102,7 @@ public final class DownloadRequest implements Parcelable {
public final Uri uri; public final Uri uri;
/** /**
* The MIME type of this content. Used as a hint to infer the content's type (DASH, HLS, * The MIME type of this content. Used as a hint to infer the content's type (DASH, HLS,
* SmoothStreaming). If null, a {@link DownloadService} will infer the content type from the * SmoothStreaming). If null, a {@code DownloadService} will infer the content type from the
* {@link #uri}. * {@link #uri}.
*/ */
@Nullable public final String mimeType; @Nullable public final String mimeType;

View File

@ -23,6 +23,7 @@ import androidx.annotation.Nullable;
import androidx.annotation.StringRes; import androidx.annotation.StringRes;
import androidx.core.app.NotificationCompat; import androidx.core.app.NotificationCompat;
import com.google.android.exoplayer2.C; import com.google.android.exoplayer2.C;
import com.google.android.exoplayer2.core.R;
import com.google.android.exoplayer2.offline.Download; import com.google.android.exoplayer2.offline.Download;
import com.google.android.exoplayer2.scheduler.Requirements; import com.google.android.exoplayer2.scheduler.Requirements;
import java.util.List; import java.util.List;

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Aflaai</string>
<string name="exo_download_notification_channel_name">Aflaaie</string>
<string name="exo_download_downloading">Laai tans af</string>
<string name="exo_download_completed">Aflaai is voltooi</string>
<string name="exo_download_failed">Kon nie aflaai nie</string>
<string name="exo_download_removing">Verwyder tans aflaaie</string>
<string name="exo_download_paused">Aflaaie is onderbreek</string>
<string name="exo_download_paused_for_network">Aflaaie wag tans vir netwerk</string>
<string name="exo_download_paused_for_wifi">Aflaaie wag tans vir wi-fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">አውርድ</string>
<string name="exo_download_notification_channel_name">የወረዱ</string>
<string name="exo_download_downloading">በማውረድ ላይ</string>
<string name="exo_download_completed">ማውረድ ተጠናቋል</string>
<string name="exo_download_failed">ማውረድ አልተሳካም</string>
<string name="exo_download_removing">ውርዶችን በማስወገድ ላይ</string>
<string name="exo_download_paused">ውርዶች ባሉበት ቆመዋል</string>
<string name="exo_download_paused_for_network">አውታረ መረቦችን በመጠባበቅ ላይ ያሉ ውርዶች</string>
<string name="exo_download_paused_for_wifi">WiFiን በመጠባበቅ ላይ ያሉ ውርዶች</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">تنزيل</string>
<string name="exo_download_notification_channel_name">عمليات التنزيل</string>
<string name="exo_download_downloading">جارٍ التنزيل.</string>
<string name="exo_download_completed">اكتمل التنزيل</string>
<string name="exo_download_failed">تعذّر التنزيل</string>
<string name="exo_download_removing">تجري إزالة المحتوى الذي تم تنزيله</string>
<string name="exo_download_paused">تمّ إيقاف عمليات التنزيل مؤقتًا.</string>
<string name="exo_download_paused_for_network">عمليات التنزيل في انتظار الاتصال بالشبكة</string>
<string name="exo_download_paused_for_wifi">عمليات التنزيل في انتظار اتصال Wi-Fi.</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Endirin</string>
<string name="exo_download_notification_channel_name">Endirmələr</string>
<string name="exo_download_downloading">Endirilir</string>
<string name="exo_download_completed">Endirmə tamamlandı</string>
<string name="exo_download_failed">Endirmə alınmadı</string>
<string name="exo_download_removing">Endirilənlər silinir</string>
<string name="exo_download_paused">Endirmə durdurulub</string>
<string name="exo_download_paused_for_network">Endirmələr şəbəkəni gözləyir</string>
<string name="exo_download_paused_for_wifi">Endirmələr WiFi şəbəkəsini gözləyir</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Preuzmi</string>
<string name="exo_download_notification_channel_name">Preuzimanja</string>
<string name="exo_download_downloading">Preuzima se</string>
<string name="exo_download_completed">Preuzimanje je završeno</string>
<string name="exo_download_failed">Preuzimanje nije uspelo</string>
<string name="exo_download_removing">Preuzimanja se uklanjaju</string>
<string name="exo_download_paused">Preuzimanja su pauzirana</string>
<string name="exo_download_paused_for_network">Preuzimanja čekaju na mrežu</string>
<string name="exo_download_paused_for_wifi">Preuzimanja čekaju na WiFi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Спампаваць</string>
<string name="exo_download_notification_channel_name">Спампоўкі</string>
<string name="exo_download_downloading">Спампоўваецца</string>
<string name="exo_download_completed">Спампоўка завершана</string>
<string name="exo_download_failed">Збой спампоўкі</string>
<string name="exo_download_removing">Выдаленне спамповак</string>
<string name="exo_download_paused">Спампоўкі прыпынены</string>
<string name="exo_download_paused_for_network">Спампоўкі чакаюць падключэння да сеткі</string>
<string name="exo_download_paused_for_wifi">Спампоўкі чакаюць падключэння да Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Изтегляне</string>
<string name="exo_download_notification_channel_name">Изтегляния</string>
<string name="exo_download_downloading">Изтегля се</string>
<string name="exo_download_completed">Изтеглянето завърши</string>
<string name="exo_download_failed">Изтеглянето не бе успешно</string>
<string name="exo_download_removing">Изтеглянията се премахват</string>
<string name="exo_download_paused">Изтеглянията са на пауза</string>
<string name="exo_download_paused_for_network">Изтеглянията чакат връзка с интернет</string>
<string name="exo_download_paused_for_wifi">Изтеглянията чакат връзка с Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ডাউনলোড করুন</string>
<string name="exo_download_notification_channel_name">ডাউনলোড</string>
<string name="exo_download_downloading">ডাউনলোড হচ্ছে</string>
<string name="exo_download_completed">ডাউনলোড হয়ে গেছে</string>
<string name="exo_download_failed">ডাউনলোড করা যায়নি</string>
<string name="exo_download_removing">ডাউনলোড করা কন্টেন্ট সরিয়ে দেওয়া হচ্ছে</string>
<string name="exo_download_paused">ডাউনলোড পজ করা আছে</string>
<string name="exo_download_paused_for_network">ডাউনলোড চালু করার জন্য নেটওয়ার্কের সাথে কানেক্ট হওয়ার অপেক্ষা করা হচ্ছে</string>
<string name="exo_download_paused_for_wifi">ডাউনলোড চালু করার জন্য ওয়াই-ফাইয়ের সাথে কানেক্ট হওয়ার অপেক্ষা করা হচ্ছে</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Preuzmi</string>
<string name="exo_download_notification_channel_name">Preuzimanja</string>
<string name="exo_download_downloading">Preuzimanje</string>
<string name="exo_download_completed">Preuzimanje je završeno</string>
<string name="exo_download_failed">Preuzimanje nije uspjelo</string>
<string name="exo_download_removing">Uklanjanje preuzimanja</string>
<string name="exo_download_paused">Preuzimanja su pauzirana</string>
<string name="exo_download_paused_for_network">Preuzimanja čekaju povezivanje s mrežom</string>
<string name="exo_download_paused_for_wifi">Preuzimanja čekaju WiFi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Baixa</string>
<string name="exo_download_notification_channel_name">Baixades</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_failed">No s\'ha pogut baixar</string>
<string name="exo_download_removing">S\'estan suprimint les baixades</string>
<string name="exo_download_paused">Les baixades estan en pausa</string>
<string name="exo_download_paused_for_network">Les baixades estan esperant una xarxa</string>
<string name="exo_download_paused_for_wifi">Les baixades estan esperant una WiFi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Stáhnout</string>
<string name="exo_download_notification_channel_name">Stahování</string>
<string name="exo_download_downloading">Stahování</string>
<string name="exo_download_completed">Stahování bylo dokončeno</string>
<string name="exo_download_failed">Stažení se nezdařilo</string>
<string name="exo_download_removing">Odstraňování staženého obsahu</string>
<string name="exo_download_paused">Stahování pozastaveno</string>
<string name="exo_download_paused_for_network">Stahování čeká na síť</string>
<string name="exo_download_paused_for_wifi">Stahování čeká na WiFi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Download</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Downloader</string>
<string name="exo_download_completed">Downloaden er udført</string>
<string name="exo_download_failed">Download mislykkedes</string>
<string name="exo_download_removing">Fjerner downloads</string>
<string name="exo_download_paused">Downloads er sat på pause</string>
<string name="exo_download_paused_for_network">Downloads venter på netværksforbindelse</string>
<string name="exo_download_paused_for_wifi">Downloads venter på Wi-Fi-netværk</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Herunterladen</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Wird heruntergeladen</string>
<string name="exo_download_completed">Download abgeschlossen</string>
<string name="exo_download_failed">Download fehlgeschlagen</string>
<string name="exo_download_removing">Downloads werden entfernt</string>
<string name="exo_download_paused">Downloads pausiert</string>
<string name="exo_download_paused_for_network">Auf Netzwerkverbindung wird gewartet</string>
<string name="exo_download_paused_for_wifi">Auf WLAN-Verbindung wird gewartet</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Λήψη</string>
<string name="exo_download_notification_channel_name">Λήψεις</string>
<string name="exo_download_downloading">Λήψη</string>
<string name="exo_download_completed">Η λήψη ολοκληρώθηκε</string>
<string name="exo_download_failed">Η λήψη απέτυχε</string>
<string name="exo_download_removing">Κατάργηση λήψεων</string>
<string name="exo_download_paused">Οι λήψεις τέθηκαν σε παύση.</string>
<string name="exo_download_paused_for_network">Οι λήψεις είναι σε αναμονή για δίκτυο.</string>
<string name="exo_download_paused_for_wifi">Οι λήψεις είναι σε αναμονή για Wi-Fi.</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Download</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Downloading</string>
<string name="exo_download_completed">Download completed</string>
<string name="exo_download_failed">Download failed</string>
<string name="exo_download_removing">Removing downloads</string>
<string name="exo_download_paused">Downloads paused</string>
<string name="exo_download_paused_for_network">Downloads waiting for network</string>
<string name="exo_download_paused_for_wifi">Downloads waiting for Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Download</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Downloading</string>
<string name="exo_download_completed">Download completed</string>
<string name="exo_download_failed">Download failed</string>
<string name="exo_download_removing">Removing downloads</string>
<string name="exo_download_paused">Downloads paused</string>
<string name="exo_download_paused_for_network">Downloads waiting for network</string>
<string name="exo_download_paused_for_wifi">Downloads waiting for Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Download</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Downloading</string>
<string name="exo_download_completed">Download completed</string>
<string name="exo_download_failed">Download failed</string>
<string name="exo_download_removing">Removing downloads</string>
<string name="exo_download_paused">Downloads paused</string>
<string name="exo_download_paused_for_network">Downloads waiting for network</string>
<string name="exo_download_paused_for_wifi">Downloads waiting for Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Descargar</string>
<string name="exo_download_notification_channel_name">Descargas</string>
<string name="exo_download_downloading">Descargando</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_removing">Quitando descargas</string>
<string name="exo_download_paused">Se pausaron las descargas</string>
<string name="exo_download_paused_for_network">Esperando red para descargas</string>
<string name="exo_download_paused_for_wifi">Esperando Wi-Fi para descargas</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Descargar</string>
<string name="exo_download_notification_channel_name">Descargas</string>
<string name="exo_download_downloading">Descargando</string>
<string name="exo_download_completed">Descarga de archivos completado</string>
<string name="exo_download_failed">No se ha podido descargar</string>
<string name="exo_download_removing">Quitando descargas</string>
<string name="exo_download_paused">Descargas pausadas</string>
<string name="exo_download_paused_for_network">Descargas en espera de red</string>
<string name="exo_download_paused_for_wifi">Descargas en espera de Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Allalaadimine</string>
<string name="exo_download_notification_channel_name">Allalaadimised</string>
<string name="exo_download_downloading">Allalaadimine</string>
<string name="exo_download_completed">Allalaadimine lõpetati</string>
<string name="exo_download_failed">Allalaadimine ebaõnnestus</string>
<string name="exo_download_removing">Allalaadimiste eemaldamine</string>
<string name="exo_download_paused">Allalaadimised peatati</string>
<string name="exo_download_paused_for_network">Allalaadimised on võrgu ootel</string>
<string name="exo_download_paused_for_wifi">Allalaadimised on WiFi-võrgu ootel</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Deskargak</string>
<string name="exo_download_notification_channel_name">Deskargak</string>
<string name="exo_download_downloading">Deskargatzen</string>
<string name="exo_download_completed">Osatu da deskarga</string>
<string name="exo_download_failed">Ezin izan da deskargatu</string>
<string name="exo_download_removing">Deskargak kentzen</string>
<string name="exo_download_paused">Deskargak pausatuta daude</string>
<string name="exo_download_paused_for_network">Deskargak sare mugikorrera konektatzeko zain daude</string>
<string name="exo_download_paused_for_wifi">Deskargak wifira konektatzeko zain daude</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">بارگیری</string>
<string name="exo_download_notification_channel_name">بارگیری‌ها</string>
<string name="exo_download_downloading">درحال بارگیری</string>
<string name="exo_download_completed">بارگیری کامل شد</string>
<string name="exo_download_failed">بارگیری نشد</string>
<string name="exo_download_removing">حذف بارگیری‌ها</string>
<string name="exo_download_paused">بارگیری‌ها موقتاً متوقف شد</string>
<string name="exo_download_paused_for_network">بارگیری‌ها درانتظار شبکه است</string>
<string name="exo_download_paused_for_wifi">بارگیری‌ها در انتظار Wi-Fi است</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Lataa</string>
<string name="exo_download_notification_channel_name">Lataukset</string>
<string name="exo_download_downloading">Ladataan</string>
<string name="exo_download_completed">Lataus valmis</string>
<string name="exo_download_failed">Lataus epäonnistui</string>
<string name="exo_download_removing">Poistetaan latauksia</string>
<string name="exo_download_paused">Lataukset keskeytetty</string>
<string name="exo_download_paused_for_network">Lataukse odottavat verkkoyhteyttä</string>
<string name="exo_download_paused_for_wifi">Lataukset odottavat Wi-Fi-yhteyttä</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Télécharger</string>
<string name="exo_download_notification_channel_name">Téléchargements</string>
<string name="exo_download_downloading">Téléchargement en cours…</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_removing">Suppression des téléchargements en cours…</string>
<string name="exo_download_paused">Téléchargements interrompus</string>
<string name="exo_download_paused_for_network">Téléchargements en attente du réseau</string>
<string name="exo_download_paused_for_wifi">Téléchargements en attente du Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Télécharger</string>
<string name="exo_download_notification_channel_name">Téléchargements</string>
<string name="exo_download_downloading">Téléchargement…</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_removing">Suppression des téléchargements…</string>
<string name="exo_download_paused">Téléchargements mis en pause</string>
<string name="exo_download_paused_for_network">Téléchargements en attente de réseau</string>
<string name="exo_download_paused_for_wifi">Téléchargements en attente de Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Descargar</string>
<string name="exo_download_notification_channel_name">Descargas</string>
<string name="exo_download_downloading">Descargando</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_removing">Quitando descargas</string>
<string name="exo_download_paused">As descargas están en pausa</string>
<string name="exo_download_paused_for_network">As descargas están agardando pola rede</string>
<string name="exo_download_paused_for_wifi">As descargas están agardando pola wifi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ડાઉનલોડ કરો</string>
<string name="exo_download_notification_channel_name">ડાઉનલોડ</string>
<string name="exo_download_downloading">ડાઉનલોડ કરી રહ્યાં છીએ</string>
<string name="exo_download_completed">ડાઉનલોડ પૂર્ણ થયું</string>
<string name="exo_download_failed">ડાઉનલોડ નિષ્ફળ થયું</string>
<string name="exo_download_removing">ડાઉનલોડ કાઢી નાખી રહ્યાં છીએ</string>
<string name="exo_download_paused">ડાઉનલોડ થોભાવ્યા છે</string>
<string name="exo_download_paused_for_network">ડાઉનલોડ થવા નેટવર્કની રાહ જોવાઈ રહી છે</string>
<string name="exo_download_paused_for_wifi">ડાઉનલોડ થવા વાઇ-ફાઇની રાહ જોવાઈ રહી છે</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">डाउनलोड करें</string>
<string name="exo_download_notification_channel_name">डाउनलोड की गई मीडिया फ़ाइलें</string>
<string name="exo_download_downloading">डाउनलोड हो रहा है</string>
<string name="exo_download_completed">डाउनलोड पूरा हुआ</string>
<string name="exo_download_failed">डाउनलोड नहीं हो सका</string>
<string name="exo_download_removing">डाउनलोड की गई फ़ाइलें हटाई जा रही हैं</string>
<string name="exo_download_paused">डाउनलोड रोका गया है</string>
<string name="exo_download_paused_for_network">डाउनलोड शुरू करने के लिए, इंटरनेट से कनेक्ट होने का इंतज़ार है</string>
<string name="exo_download_paused_for_wifi">डाउनलोड शुरू करने के लिए, वाई-फ़ाई से कनेक्ट होने का इंतज़ार है</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Preuzmi</string>
<string name="exo_download_notification_channel_name">Preuzimanja</string>
<string name="exo_download_downloading">Preuzimanje</string>
<string name="exo_download_completed">Preuzimanje je dovršeno</string>
<string name="exo_download_failed">Preuzimanje nije uspjelo</string>
<string name="exo_download_removing">Uklanjanje preuzimanja</string>
<string name="exo_download_paused">Preuzimanja su pauzirana</string>
<string name="exo_download_paused_for_network">Preuzimanja čekaju mrežu</string>
<string name="exo_download_paused_for_wifi">Preuzimanja čekaju Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Letöltés</string>
<string name="exo_download_notification_channel_name">Letöltések</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_failed">Nem sikerült a letöltés</string>
<string name="exo_download_removing">Letöltések törlése folyamatban</string>
<string name="exo_download_paused">Letöltések szüneteltetve</string>
<string name="exo_download_paused_for_network">A letöltések hálózatra várakoznak</string>
<string name="exo_download_paused_for_wifi">A letöltések Wi-Fi-re várakoznak</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Ներբեռնել</string>
<string name="exo_download_notification_channel_name">Ներբեռնումներ</string>
<string name="exo_download_downloading">Ներբեռնում</string>
<string name="exo_download_completed">Ներբեռնումն ավարտվեց</string>
<string name="exo_download_failed">Չհաջողվեց ներբեռնել</string>
<string name="exo_download_removing">Ներբեռնումները հեռացվում են</string>
<string name="exo_download_paused">Ներբեռնումները դադարեցված են</string>
<string name="exo_download_paused_for_network">Ցանցի որոնում</string>
<string name="exo_download_paused_for_wifi">Wi-Fi ցանցի որոնում</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Download</string>
<string name="exo_download_notification_channel_name">Download</string>
<string name="exo_download_downloading">Mendownload</string>
<string name="exo_download_completed">Download selesai</string>
<string name="exo_download_failed">Download gagal</string>
<string name="exo_download_removing">Menghapus download</string>
<string name="exo_download_paused">Download dijeda</string>
<string name="exo_download_paused_for_network">Download menunggu konektivitas jaringan</string>
<string name="exo_download_paused_for_wifi">Download menunggu konektivitas Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Sækja</string>
<string name="exo_download_notification_channel_name">Niðurhal</string>
<string name="exo_download_downloading">Sækir</string>
<string name="exo_download_completed">Niðurhali lokið</string>
<string name="exo_download_failed">Niðurhal mistókst</string>
<string name="exo_download_removing">Fjarlægir niðurhal</string>
<string name="exo_download_paused">Niðurhöl í bið</string>
<string name="exo_download_paused_for_network">Niðurhöl bíða eftir netkerfi</string>
<string name="exo_download_paused_for_wifi">Niðurhöl bíða eftir WiFi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Scarica</string>
<string name="exo_download_notification_channel_name">Download</string>
<string name="exo_download_downloading">Download in corso…</string>
<string name="exo_download_completed">Download completato</string>
<string name="exo_download_failed">Download non riuscito</string>
<string name="exo_download_removing">Rimozione dei download…</string>
<string name="exo_download_paused">Download in pausa</string>
<string name="exo_download_paused_for_network">Download in attesa di rete</string>
<string name="exo_download_paused_for_wifi">Download in attesa di Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">הורדה</string>
<string name="exo_download_notification_channel_name">הורדות</string>
<string name="exo_download_downloading">ההורדה מתבצעת</string>
<string name="exo_download_completed">ההורדה הושלמה</string>
<string name="exo_download_failed">ההורדה לא הושלמה</string>
<string name="exo_download_removing">מסיר הורדות</string>
<string name="exo_download_paused">ההורדות הושהו</string>
<string name="exo_download_paused_for_network">ההורדות בהמתנה לרשת</string>
<string name="exo_download_paused_for_wifi">ההורדות בהמתנה ל-Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ダウンロード</string>
<string name="exo_download_notification_channel_name">ダウンロード</string>
<string name="exo_download_downloading">ダウンロードしています</string>
<string name="exo_download_completed">ダウンロードが完了しました</string>
<string name="exo_download_failed">ダウンロードに失敗しました</string>
<string name="exo_download_removing">ダウンロードを削除しています</string>
<string name="exo_download_paused">ダウンロード一時停止</string>
<string name="exo_download_paused_for_network">ダウンロード停止: ネットワーク接続中</string>
<string name="exo_download_paused_for_wifi">ダウンロード停止: Wi-Fi 接続中</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ჩამოტვირთვა</string>
<string name="exo_download_notification_channel_name">ჩამოტვირთვები</string>
<string name="exo_download_downloading">მიმდინარეობს ჩამოტვირთვა</string>
<string name="exo_download_completed">ჩამოტვირთვა დასრულდა</string>
<string name="exo_download_failed">ჩამოტვირთვა ვერ მოხერხდა</string>
<string name="exo_download_removing">მიმდინარეობს ჩამოტვირთვების ამოშლა</string>
<string name="exo_download_paused">ჩამოტვირთვები დაპაუზებულია</string>
<string name="exo_download_paused_for_network">ჩამოტვირთვები ქსელს ელოდება</string>
<string name="exo_download_paused_for_wifi">ჩამოტვირთვები Wi-Fi-ს ელოდება</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Жүктеп алу</string>
<string name="exo_download_notification_channel_name">Жүктеп алынғандар</string>
<string name="exo_download_downloading">Жүктеп алынуда</string>
<string name="exo_download_completed">Жүктеп алынды</string>
<string name="exo_download_failed">Жүктеп алынбады</string>
<string name="exo_download_removing">Жүктеп алынғандар өшірілуде</string>
<string name="exo_download_paused">Жүктеп алу процестері уақытша тоқтады.</string>
<string name="exo_download_paused_for_network">Жүктеп алу үшін желіге қосылу керек.</string>
<string name="exo_download_paused_for_wifi">Жүктеп алу үшін Wi-Fi-ға қосылу керек.</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ទាញយក</string>
<string name="exo_download_notification_channel_name">ទាញយក</string>
<string name="exo_download_downloading">កំពុង​ទាញ​យក</string>
<string name="exo_download_completed">បាន​បញ្ចប់​ការទាញយក</string>
<string name="exo_download_failed">មិន​អាច​ទាញយក​បាន​ទេ</string>
<string name="exo_download_removing">កំពុង​លុប​ការទាញយក</string>
<string name="exo_download_paused">ការទាញយក​ត្រូវបានផ្អាក</string>
<string name="exo_download_paused_for_network">ការទាញយក​កំពុងរង់ចាំ​ការតភ្ជាប់បណ្ដាញ</string>
<string name="exo_download_paused_for_wifi">ការទាញយក​កំពុងរង់ចាំ​ការតភ្ជាប់ Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ಡೌನ್‌ಲೋಡ್‌</string>
<string name="exo_download_notification_channel_name">ಡೌನ್‌ಲೋಡ್‌ಗಳು</string>
<string name="exo_download_downloading">ಡೌನ್‌ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ</string>
<string name="exo_download_completed">ಡೌನ್‌ಲೋಡ್ ಪೂರ್ಣಗೊಂಡಿದೆ</string>
<string name="exo_download_failed">ಡೌನ್‌ಲೋಡ್‌ ವಿಫಲಗೊಂಡಿದೆ</string>
<string name="exo_download_removing">ಡೌನ್ಲೋಡ್‌ಗಳನ್ನು ತೆಗೆದುಹಾಕಲಾಗುತ್ತಿದೆ</string>
<string name="exo_download_paused">ಡೌನ್‌ಲೋಡ್‌ಗಳನ್ನು ವಿರಾಮಗೊಳಿಸಲಾಗಿದೆ</string>
<string name="exo_download_paused_for_network">ಡೌನ್‌ಲೋಡ್‌ಗಳು ನೆಟ್‌ವರ್ಕ್‌ಗಾಗಿ ಕಾಯುತ್ತಿವೆ</string>
<string name="exo_download_paused_for_wifi">ಡೌನ್‌ಲೋಡ್‌ಗಳು Wi-Fi ಗಾಗಿ ಕಾಯುತ್ತಿವೆ</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">다운로드</string>
<string name="exo_download_notification_channel_name">다운로드</string>
<string name="exo_download_downloading">다운로드 중</string>
<string name="exo_download_completed">다운로드 완료</string>
<string name="exo_download_failed">다운로드 실패</string>
<string name="exo_download_removing">다운로드 항목 삭제 중</string>
<string name="exo_download_paused">다운로드 일시중지됨</string>
<string name="exo_download_paused_for_network">다운로드를 위해 네트워크 연결 대기 중</string>
<string name="exo_download_paused_for_wifi">다운로드를 위해 Wi-Fi 연결 대기 중</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Жүктөп алуу</string>
<string name="exo_download_notification_channel_name">Жүктөлүп алынгандар</string>
<string name="exo_download_downloading">Жүктөлүп алынууда</string>
<string name="exo_download_completed">Жүктөп алуу аяктады</string>
<string name="exo_download_failed">Жүктөлүп алынбай калды</string>
<string name="exo_download_removing">Жүктөлүп алынгандар өчүрүлүүдө</string>
<string name="exo_download_paused">Жүктөп алуу тындырылды</string>
<string name="exo_download_paused_for_network">Тармакка туташуу күтүлүүдө</string>
<string name="exo_download_paused_for_wifi">WiFi\'га туташуу күтүлүүдө</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ດາວໂຫລດ</string>
<string name="exo_download_notification_channel_name">ດາວໂຫລດ</string>
<string name="exo_download_downloading">ກຳລັງດາວໂຫລດ</string>
<string name="exo_download_completed">ດາວໂຫລດສຳເລັດແລ້ວ</string>
<string name="exo_download_failed">ດາວໂຫຼດບໍ່ສຳເລັດ</string>
<string name="exo_download_removing">ກຳລັງລຶບການດາວໂຫລດອອກ</string>
<string name="exo_download_paused">ຢຸດດາວໂຫຼດຊົ່ວຄາວແລ້ວ</string>
<string name="exo_download_paused_for_network">ການດາວໂຫຼດກຳລັງລໍຖ້າເຄືອຂ່າຍຢູ່</string>
<string name="exo_download_paused_for_wifi">ການດາວໂຫຼດກຳລັງລໍຖ້າ WiFi ຢູ່</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Atsisiųsti</string>
<string name="exo_download_notification_channel_name">Atsisiuntimai</string>
<string name="exo_download_downloading">Atsisiunčiama</string>
<string name="exo_download_completed">Atsisiuntimo procesas baigtas</string>
<string name="exo_download_failed">Nepavyko atsisiųsti</string>
<string name="exo_download_removing">Pašalinami atsisiuntimai</string>
<string name="exo_download_paused">Atsisiuntimai pristabdyti</string>
<string name="exo_download_paused_for_network">Norint tęsti atsis., laukiama tinklo</string>
<string name="exo_download_paused_for_wifi">Norint tęsti atsis., laukiama „Wi-Fi“</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Lejupielādēt</string>
<string name="exo_download_notification_channel_name">Lejupielādes</string>
<string name="exo_download_downloading">Notiek lejupielāde</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_removing">Notiek lejupielāžu noņemšana</string>
<string name="exo_download_paused">Lejupielādes ir pārtrauktas.</string>
<string name="exo_download_paused_for_network">Lejupielādes gaida savienojumu ar tīklu.</string>
<string name="exo_download_paused_for_wifi">Lejupielādes gaida savienojumu ar Wi-Fi.</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Преземи</string>
<string name="exo_download_notification_channel_name">Преземања</string>
<string name="exo_download_downloading">Се презема</string>
<string name="exo_download_completed">Преземањето заврши</string>
<string name="exo_download_failed">Неуспешно преземање</string>
<string name="exo_download_removing">Се отстрануваат преземањата</string>
<string name="exo_download_paused">Преземањата се паузирани</string>
<string name="exo_download_paused_for_network">Се чека мрежа за преземањата</string>
<string name="exo_download_paused_for_wifi">Се чека WiFi за преземањата</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ഡൗൺലോഡ്</string>
<string name="exo_download_notification_channel_name">ഡൗൺലോഡുകൾ</string>
<string name="exo_download_downloading">ഡൗൺലോഡ് ചെയ്യുന്നു</string>
<string name="exo_download_completed">ഡൗൺലോഡ് പൂർത്തിയായി</string>
<string name="exo_download_failed">ഡൗൺലോഡ് പരാജയപ്പെട്ടു</string>
<string name="exo_download_removing">ഡൗൺലോഡുകൾ നീക്കം ചെയ്യുന്നു</string>
<string name="exo_download_paused">ഡൗൺലോഡുകൾ താൽക്കാലികമായി നിർത്തി</string>
<string name="exo_download_paused_for_network">ഡൗൺലോഡുകൾ നെറ്റ്‌വർക്കിന് കാത്തിരിക്കുന്നു</string>
<string name="exo_download_paused_for_wifi">ഡൗൺലോഡുകൾ വൈഫൈയ്ക്കായി കാത്തിരിക്കുന്നു</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Татах</string>
<string name="exo_download_notification_channel_name">Татaлт</string>
<string name="exo_download_downloading">Татаж байна</string>
<string name="exo_download_completed">Татаж дууссан</string>
<string name="exo_download_failed">Татаж чадсангүй</string>
<string name="exo_download_removing">Татаж авсан файлыг хасаж байна</string>
<string name="exo_download_paused">Таталтуудыг түр зогсоосон</string>
<string name="exo_download_paused_for_network">Таталтууд сүлжээг хүлээж байна</string>
<string name="exo_download_paused_for_wifi">Таталтууд Wi-Fi-г хүлээж байна</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">डाउनलोड करा</string>
<string name="exo_download_notification_channel_name">डाउनलोड</string>
<string name="exo_download_downloading">डाउनलोड होत आहे</string>
<string name="exo_download_completed">डाउनलोड पूर्ण झाले</string>
<string name="exo_download_failed">डाउनलोड अयशस्वी झाले</string>
<string name="exo_download_removing">डाउनलोड काढून टाकत आहे</string>
<string name="exo_download_paused">डाउनलोड थांबवले</string>
<string name="exo_download_paused_for_network">डाउनलोड नेटवर्कची प्रतीक्षा करत आहेत</string>
<string name="exo_download_paused_for_wifi">डाउनलोड वायफाय ची प्रतीक्षा करत आहेत</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Muat turun</string>
<string name="exo_download_notification_channel_name">Muat turun</string>
<string name="exo_download_downloading">Memuat turun</string>
<string name="exo_download_completed">Muat turun selesai</string>
<string name="exo_download_failed">Muat turun gagal</string>
<string name="exo_download_removing">Mengalih keluar muat turun</string>
<string name="exo_download_paused">Muat turun dijeda</string>
<string name="exo_download_paused_for_network">Muat turun menunggu rangkaian</string>
<string name="exo_download_paused_for_wifi">Muat turun menunggu Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ဒေါင်းလုဒ် လုပ်ရန်</string>
<string name="exo_download_notification_channel_name">ဒေါင်းလုဒ်များ</string>
<string name="exo_download_downloading">ဒေါင်းလုဒ်လုပ်နေသည်</string>
<string name="exo_download_completed">ဒေါင်းလုဒ်လုပ်ပြီးပါပြီ</string>
<string name="exo_download_failed">ဒေါင်းလုဒ်လုပ်၍ မရပါ</string>
<string name="exo_download_removing">ဒေါင်းလုဒ်များ ဖယ်ရှားနေသည်</string>
<string name="exo_download_paused">ဒေါင်းလုဒ်များ ခဏရပ်ထားသည်</string>
<string name="exo_download_paused_for_network">ဒေါင်းလုဒ်များက အင်တာနက်ရရန် စောင့်နေသည်</string>
<string name="exo_download_paused_for_wifi">ဒေါင်းလုဒ်များက WiFi ရရန် စောင့်နေသည်</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Last ned</string>
<string name="exo_download_notification_channel_name">Nedlastinger</string>
<string name="exo_download_downloading">Laster ned</string>
<string name="exo_download_completed">Nedlastingen er fullført</string>
<string name="exo_download_failed">Nedlastingen mislyktes</string>
<string name="exo_download_removing">Fjerner nedlastinger</string>
<string name="exo_download_paused">Nedlastinger er satt på pause</string>
<string name="exo_download_paused_for_network">Nedlastinger venter på nettverket</string>
<string name="exo_download_paused_for_wifi">Nedlastinger venter på Wi-FI-tilkobling</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">डाउनलोड गर्नुहोस्</string>
<string name="exo_download_notification_channel_name">डाउनलोडहरू</string>
<string name="exo_download_downloading">डाउनलोड गरिँदै छ</string>
<string name="exo_download_completed">डाउनलोड सम्पन्न भयो</string>
<string name="exo_download_failed">डाउनलोड गर्न सकिएन</string>
<string name="exo_download_removing">डाउनलोडहरू हटाउँदै</string>
<string name="exo_download_paused">डाउनलोड गर्ने कार्य पज गरियो</string>
<string name="exo_download_paused_for_network">इन्टरनेटमा कनेक्ट भएपछि डाउनलोड गरिने छ</string>
<string name="exo_download_paused_for_wifi">WiFi मा कनेक्ट भएपछि डाउनलोड गरिने छ</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Downloaden</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Downloaden</string>
<string name="exo_download_completed">Downloaden voltooid</string>
<string name="exo_download_failed">Downloaden mislukt</string>
<string name="exo_download_removing">Downloads verwijderen</string>
<string name="exo_download_paused">Downloads gepauzeerd</string>
<string name="exo_download_paused_for_network">Downloads wachten op netwerk</string>
<string name="exo_download_paused_for_wifi">Downloads wachten op wifi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ਡਾਊਨਲੋਡ ਕਰੋ</string>
<string name="exo_download_notification_channel_name">ਡਾਊਨਲੋਡ</string>
<string name="exo_download_downloading">ਡਾਊਨਲੋਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ</string>
<string name="exo_download_completed">ਡਾਊਨਲੋਡ ਮੁਕੰਮਲ ਹੋਇਆ</string>
<string name="exo_download_failed">ਡਾਊਨਲੋਡ ਅਸਫਲ ਰਿਹਾ</string>
<string name="exo_download_removing">ਡਾਊਨਲੋਡ ਕੀਤੀ ਸਮੱਗਰੀ ਹਟਾਈ ਜਾ ਰਹੀ ਹੈ</string>
<string name="exo_download_paused">ਡਾਊਨਲੋਡ ਰੁਕ ਗਏ ਹਨ</string>
<string name="exo_download_paused_for_network">ਡਾਊਨਲੋਡਾਂ ਲਈ ਨੈੱਟਵਰਕ ਦੀ ਉਡੀਕ ਹੋ ਰਹੀ ਹੈ</string>
<string name="exo_download_paused_for_wifi">ਡਾਊਨਲੋਡਾਂ ਲਈ ਵਾਈ-ਫਾਈ ਦੀ ਉਡੀਕ ਹੋ ਰਹੀ ਹੈ</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Pobierz</string>
<string name="exo_download_notification_channel_name">Pobieranie</string>
<string name="exo_download_downloading">Pobieram</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_removing">Usuwam pobrane</string>
<string name="exo_download_paused">Wstrzymano pobieranie</string>
<string name="exo_download_paused_for_network">Pobierane pliki oczekują na sieć</string>
<string name="exo_download_paused_for_wifi">Pobierane pliki oczekują na Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Transferir</string>
<string name="exo_download_notification_channel_name">Transferências</string>
<string name="exo_download_downloading">A transferir…</string>
<string name="exo_download_completed">Transferência concluída</string>
<string name="exo_download_failed">Falha na transferência</string>
<string name="exo_download_removing">A remover as transferências…</string>
<string name="exo_download_paused">Transferências colocadas em pausa</string>
<string name="exo_download_paused_for_network">Transferências a aguardar uma rede</string>
<string name="exo_download_paused_for_wifi">Transferências a aguardar Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Fazer o download</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Fazendo o download</string>
<string name="exo_download_completed">Download concluído</string>
<string name="exo_download_failed">Falha no download</string>
<string name="exo_download_removing">Removendo downloads</string>
<string name="exo_download_paused">Downloads pausados</string>
<string name="exo_download_paused_for_network">Downloads aguardando uma conexão de rede</string>
<string name="exo_download_paused_for_wifi">Downloads aguardando uma rede Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Descărcați</string>
<string name="exo_download_notification_channel_name">Descărcări</string>
<string name="exo_download_downloading">Se descarcă</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_removing">Se elimină descărcările</string>
<string name="exo_download_paused">Descărcările au fost întrerupte</string>
<string name="exo_download_paused_for_network">Descărcările așteaptă rețeaua</string>
<string name="exo_download_paused_for_wifi">Descărcările așteaptă rețeaua Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Скачать</string>
<string name="exo_download_notification_channel_name">Скачивания</string>
<string name="exo_download_downloading">Скачивание…</string>
<string name="exo_download_completed">Скачивание завершено</string>
<string name="exo_download_failed">Ошибка скачивания</string>
<string name="exo_download_removing">Удаление скачанных файлов…</string>
<string name="exo_download_paused">Скачивание приостановлено</string>
<string name="exo_download_paused_for_network">Ожидание подключения к сети</string>
<string name="exo_download_paused_for_wifi">Ожидание подключения к Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">බාගන්න</string>
<string name="exo_download_notification_channel_name">බාගැනීම්</string>
<string name="exo_download_downloading">බාගනිමින්</string>
<string name="exo_download_completed">බාගැනීම සම්පූර්ණ කරන ලදී</string>
<string name="exo_download_failed">බාගැනීම අසමත් විය</string>
<string name="exo_download_removing">බාගැනීම් ඉවත් කිරීම</string>
<string name="exo_download_paused">බාගැනීම් විරාම කර ඇත</string>
<string name="exo_download_paused_for_network">ජාලය සඳහා බාගැනීම් රැඳී සිටී</string>
<string name="exo_download_paused_for_wifi">WiFi සඳහා බාගැනීම් රැඳී සිටී</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Stiahnuť</string>
<string name="exo_download_notification_channel_name">Stiahnuté</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_failed">Nepodarilo sa stiahnuť</string>
<string name="exo_download_removing">Odstraňuje sa stiahnutý obsah</string>
<string name="exo_download_paused">Sťahovanie je pozastavené</string>
<string name="exo_download_paused_for_network">Sťahovanie čaká na sieť</string>
<string name="exo_download_paused_for_wifi">Sťahovanie čaká na WiFi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Prenos</string>
<string name="exo_download_notification_channel_name">Prenosi</string>
<string name="exo_download_downloading">Prenašanje</string>
<string name="exo_download_completed">Prenos je končan</string>
<string name="exo_download_failed">Prenos ni uspel</string>
<string name="exo_download_removing">Odstranjevanje prenosov</string>
<string name="exo_download_paused">Prenosi so začasno zaustavljeni.</string>
<string name="exo_download_paused_for_network">Prenosi čakajo na povezavo z omrežjem.</string>
<string name="exo_download_paused_for_wifi">Prenosi čakajo na povezavo Wi-Fi.</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Shkarko</string>
<string name="exo_download_notification_channel_name">Shkarkimet</string>
<string name="exo_download_downloading">Po shkarkohet</string>
<string name="exo_download_completed">Shkarkimi përfundoi</string>
<string name="exo_download_failed">Shkarkimi dështoi</string>
<string name="exo_download_removing">Shkarkimet po hiqen</string>
<string name="exo_download_paused">Shkarkimet u vendosën në pauzë</string>
<string name="exo_download_paused_for_network">Shkarkimet në pritje të rrjetit</string>
<string name="exo_download_paused_for_wifi">Shkarkimet në pritje të WiFi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Преузми</string>
<string name="exo_download_notification_channel_name">Преузимања</string>
<string name="exo_download_downloading">Преузима се</string>
<string name="exo_download_completed">Преузимање је завршено</string>
<string name="exo_download_failed">Преузимање није успело</string>
<string name="exo_download_removing">Преузимања се уклањају</string>
<string name="exo_download_paused">Преузимања су паузирана</string>
<string name="exo_download_paused_for_network">Преузимања чекају на мрежу</string>
<string name="exo_download_paused_for_wifi">Преузимања чекају на WiFi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Ladda ned</string>
<string name="exo_download_notification_channel_name">Nedladdningar</string>
<string name="exo_download_downloading">Laddar ned</string>
<string name="exo_download_completed">Nedladdningen är klar</string>
<string name="exo_download_failed">Nedladdningen misslyckades</string>
<string name="exo_download_removing">Nedladdningar tas bort</string>
<string name="exo_download_paused">Nedladdningar har pausats</string>
<string name="exo_download_paused_for_network">Nedladdningar väntar på nätverket</string>
<string name="exo_download_paused_for_wifi">Nedladdningar väntar på wifi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Pakua</string>
<string name="exo_download_notification_channel_name">Vipakuliwa</string>
<string name="exo_download_downloading">Inapakua</string>
<string name="exo_download_completed">Imepakuliwa</string>
<string name="exo_download_failed">Imeshindwa kupakua</string>
<string name="exo_download_removing">Inaondoa vipakuliwa</string>
<string name="exo_download_paused">Imesimamisha shughuli ya kupakua</string>
<string name="exo_download_paused_for_network">Upakuaji unasubiri mtandao</string>
<string name="exo_download_paused_for_wifi">Upakuaji unasubiri Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">பதிவிறக்கும் பட்டன்</string>
<string name="exo_download_notification_channel_name">பதிவிறக்கங்கள்</string>
<string name="exo_download_downloading">பதிவிறக்குகிறது</string>
<string name="exo_download_completed">பதிவிறக்கப்பட்டது</string>
<string name="exo_download_failed">பதிவிறக்க முடியவில்லை</string>
<string name="exo_download_removing">பதிவிறக்கங்கள் அகற்றப்படுகின்றன</string>
<string name="exo_download_paused">பதிவிறக்கங்கள் இடைநிறுத்தப்பட்டன</string>
<string name="exo_download_paused_for_network">நெட்வொர்க்கிற்காகக் காத்திருக்கின்றன</string>
<string name="exo_download_paused_for_wifi">Wi-Fiகாகக் காத்திருக்கின்றன</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">డౌన్‌లోడ్ చేయి</string>
<string name="exo_download_notification_channel_name">డౌన్‌లోడ్‌లు</string>
<string name="exo_download_downloading">డౌన్‌లోడ్ చేస్తోంది</string>
<string name="exo_download_completed">డౌన్‌లోడ్ పూర్తయింది</string>
<string name="exo_download_failed">డౌన్‌లోడ్ విఫలమైంది</string>
<string name="exo_download_removing">డౌన్‌లోడ్‌లను తీసివేస్తోంది</string>
<string name="exo_download_paused">డౌన్‌లోడ్‌లు పాజ్ చేయబడ్డాయి</string>
<string name="exo_download_paused_for_network">డౌన్‌లోడ్స్ నెట్‌వర్క్ కోసం చూస్తున్నాయి</string>
<string name="exo_download_paused_for_wifi">డౌన్‌లోడ్‌లు WiFi కోసం చూస్తున్నాయి</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ดาวน์โหลด</string>
<string name="exo_download_notification_channel_name">ดาวน์โหลด</string>
<string name="exo_download_downloading">กำลังดาวน์โหลด</string>
<string name="exo_download_completed">การดาวน์โหลดเสร็จสมบูรณ์</string>
<string name="exo_download_failed">การดาวน์โหลดล้มเหลว</string>
<string name="exo_download_removing">กำลังนำรายการที่ดาวน์โหลดออก</string>
<string name="exo_download_paused">การดาวน์โหลดหยุดชั่วคราว</string>
<string name="exo_download_paused_for_network">กำลังรอเครือข่ายเพื่อดาวน์โหลด</string>
<string name="exo_download_paused_for_wifi">กำลังรอ Wi-Fi เพื่อดาวน์โหลด</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">I-download</string>
<string name="exo_download_notification_channel_name">Mga Download</string>
<string name="exo_download_downloading">Nagda-download</string>
<string name="exo_download_completed">Tapos na ang pag-download</string>
<string name="exo_download_failed">Hindi na-download</string>
<string name="exo_download_removing">Inaalis ang mga na-download</string>
<string name="exo_download_paused">Na-pause ang mga pag-download</string>
<string name="exo_download_paused_for_network">Naghihintay ng network ang pag-download</string>
<string name="exo_download_paused_for_wifi">Naghihintay ng WiFi ang mga pag-download</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">İndir</string>
<string name="exo_download_notification_channel_name">İndirilenler</string>
<string name="exo_download_downloading">İndiriliyor</string>
<string name="exo_download_completed">İndirme işlemi tamamlandı</string>
<string name="exo_download_failed">İndirilemedi</string>
<string name="exo_download_removing">İndirilenler kaldırılıyor</string>
<string name="exo_download_paused">İndirmeler duraklatıldı</string>
<string name="exo_download_paused_for_network">İndirmeler için ağ bekleniyor</string>
<string name="exo_download_paused_for_wifi">İndirmeler için kablosuz ağ bekleniyor</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Завантажити</string>
<string name="exo_download_notification_channel_name">Завантаження</string>
<string name="exo_download_downloading">Завантажується</string>
<string name="exo_download_completed">Завантаження завершено</string>
<string name="exo_download_failed">Не вдалося завантажити</string>
<string name="exo_download_removing">Завантаження видаляються</string>
<string name="exo_download_paused">Завантаження призупинено</string>
<string name="exo_download_paused_for_network">Очікується підключення до мережі</string>
<string name="exo_download_paused_for_wifi">Очікується підключення до Wi-Fi</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">ڈاؤن لوڈ کریں</string>
<string name="exo_download_notification_channel_name">ڈاؤن لوڈز</string>
<string name="exo_download_downloading">ڈاؤن لوڈ ہو رہا ہے</string>
<string name="exo_download_completed">ڈاؤن لوڈ مکمل ہو گیا</string>
<string name="exo_download_failed">ڈاؤن لوڈ ناکام ہو گیا</string>
<string name="exo_download_removing">ڈاؤن لوڈز کو ہٹایا جا رہا ہے</string>
<string name="exo_download_paused">ڈاؤن لوڈز موقوف ہو گئے</string>
<string name="exo_download_paused_for_network">ڈاؤن لوڈز نیٹ ورک کے منتظر ہیں</string>
<string name="exo_download_paused_for_wifi">ڈاؤن لوڈز WiFi کے منتظر ہیں</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Yuklab olish</string>
<string name="exo_download_notification_channel_name">Yuklanmalar</string>
<string name="exo_download_downloading">Yuklab olinmoqda</string>
<string name="exo_download_completed">Yuklab olindi</string>
<string name="exo_download_failed">Yuklab olinmadi</string>
<string name="exo_download_removing">Yuklanmalar olib tashlanmoqda</string>
<string name="exo_download_paused">Yuklanmalar pauzada</string>
<string name="exo_download_paused_for_network">Yuklanmalar internetga ulanishni kutmoqda</string>
<string name="exo_download_paused_for_wifi">Yuklanmalar Wi-Fi aloqasini kutmoqda</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Tải xuống</string>
<string name="exo_download_notification_channel_name">Tài nguyên đã tải xuống</string>
<string name="exo_download_downloading">Đang tải xuống</string>
<string name="exo_download_completed">Đã hoàn tất tải xuống</string>
<string name="exo_download_failed">Không tải xuống được</string>
<string name="exo_download_removing">Đang xóa các mục đã tải xuống</string>
<string name="exo_download_paused">Đã tạm dừng tải xuống</string>
<string name="exo_download_paused_for_network">Đang chờ có mạng để tải xuống</string>
<string name="exo_download_paused_for_wifi">Đang chờ có Wi-Fi để tải xuống</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">下载</string>
<string name="exo_download_notification_channel_name">下载内容</string>
<string name="exo_download_downloading">正在下载</string>
<string name="exo_download_completed">下载完毕</string>
<string name="exo_download_failed">下载失败</string>
<string name="exo_download_removing">正在移除下载内容</string>
<string name="exo_download_paused">下载已暂停</string>
<string name="exo_download_paused_for_network">正在等待连接到网络以进行下载</string>
<string name="exo_download_paused_for_wifi">正在等待连接到 WLAN 网络以进行下载</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">下載</string>
<string name="exo_download_notification_channel_name">下載內容</string>
<string name="exo_download_downloading">正在下載</string>
<string name="exo_download_completed">下載完畢</string>
<string name="exo_download_failed">下載失敗</string>
<string name="exo_download_removing">正在移除下載內容</string>
<string name="exo_download_paused">已暫停下載</string>
<string name="exo_download_paused_for_network">正在等待網絡連線以下載檔案</string>
<string name="exo_download_paused_for_wifi">正在等待 Wi-Fi 連線以下載檔案</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">下載</string>
<string name="exo_download_notification_channel_name">下載</string>
<string name="exo_download_downloading">下載中</string>
<string name="exo_download_completed">下載完成</string>
<string name="exo_download_failed">無法下載</string>
<string name="exo_download_removing">正在移除下載內容</string>
<string name="exo_download_paused">已暫停下載</string>
<string name="exo_download_paused_for_network">系統會等到連上網路後再開始下載</string>
<string name="exo_download_paused_for_wifi">系統會等到連上 Wi-Fi 後再開始下載</string>
</resources>

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="exo_download_description">Landa</string>
<string name="exo_download_notification_channel_name">Ukulandwa</string>
<string name="exo_download_downloading">Iyalanda</string>
<string name="exo_download_completed">Ukulanda kuqedile</string>
<string name="exo_download_failed">Ukulanda kuhlulekile</string>
<string name="exo_download_removing">Kususwa okulandiwe</string>
<string name="exo_download_paused">Okulandwayo kumiswe isikhashana</string>
<string name="exo_download_paused_for_network">Ukulanda kulinde inethiwekhi</string>
<string name="exo_download_paused_for_wifi">Ukulanda kulinde i-WiFi</string>
</resources>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Description for a button that downloads a piece of media content onto the device. [CHAR LIMIT=20] -->
<string name="exo_download_description">Download</string>
<!-- Default name for a notification channel corresponding to media downloads. [CHAR LIMIT=40] -->
<string name="exo_download_notification_channel_name">Downloads</string>
<!-- Shown in a notification or UI component to indicate a download is currently downloading. [CHAR LIMIT=40] -->
<string name="exo_download_downloading">Downloading</string>
<!-- Shown in a notification or UI component to indicate a download has finished downloading. [CHAR LIMIT=40] -->
<string name="exo_download_completed">Download completed</string>
<!-- Shown in a notification or UI component to indicate a download has failed. [CHAR LIMIT=40] -->
<string name="exo_download_failed">Download failed</string>
<!-- Shown in a notification or UI component to indicate downloads are being removed from the device. [CHAR LIMIT=40] -->
<string name="exo_download_removing">Removing downloads</string>
<!-- Shown in a notification or UI component to indicate downloads are paused. [CHAR LIMIT=40] -->
<string name="exo_download_paused">Downloads paused</string>
<!-- Shown in a notification or UI component to indicate downloads are paused waiting for network connectivity. [CHAR LIMIT=40] -->
<string name="exo_download_paused_for_network">Downloads waiting for network</string>
<!-- Shown in a notification or UI component to indicate downloads are paused waiting for WiFi connectivity. [CHAR LIMIT=40] -->
<string name="exo_download_paused_for_wifi">Downloads waiting for WiFi</string>
</resources>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">Aktiveer onderskrifte</string> <string name="exo_controls_cc_disabled_description">Aktiveer onderskrifte</string>
<string name="exo_controls_playback_speed">Spoed</string> <string name="exo_controls_playback_speed">Spoed</string>
<string name="exo_controls_playback_speed_normal">Normaal</string> <string name="exo_controls_playback_speed_normal">Normaal</string>
<string name="exo_download_description">Aflaai</string>
<string name="exo_download_notification_channel_name">Aflaaie</string>
<string name="exo_download_downloading">Laai tans af</string>
<string name="exo_download_completed">Aflaai is voltooi</string>
<string name="exo_download_failed">Kon nie aflaai nie</string>
<string name="exo_download_removing">Verwyder tans aflaaie</string>
<string name="exo_download_paused">Aflaaie is onderbreek</string>
<string name="exo_download_paused_for_network">Aflaaie wag tans vir netwerk</string>
<string name="exo_download_paused_for_wifi">Aflaaie wag tans vir wi-fi</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">Oudio</string> <string name="exo_track_selection_title_audio">Oudio</string>
<string name="exo_track_selection_title_text">Teks</string> <string name="exo_track_selection_title_text">Teks</string>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">የግርጌ ጽሑፎችን አንቃ</string> <string name="exo_controls_cc_disabled_description">የግርጌ ጽሑፎችን አንቃ</string>
<string name="exo_controls_playback_speed">ፍጥነት</string> <string name="exo_controls_playback_speed">ፍጥነት</string>
<string name="exo_controls_playback_speed_normal">መደበኛ</string> <string name="exo_controls_playback_speed_normal">መደበኛ</string>
<string name="exo_download_description">አውርድ</string>
<string name="exo_download_notification_channel_name">የወረዱ</string>
<string name="exo_download_downloading">በማውረድ ላይ</string>
<string name="exo_download_completed">ማውረድ ተጠናቋል</string>
<string name="exo_download_failed">ማውረድ አልተሳካም</string>
<string name="exo_download_removing">ውርዶችን በማስወገድ ላይ</string>
<string name="exo_download_paused">ውርዶች ባሉበት ቆመዋል</string>
<string name="exo_download_paused_for_network">አውታረ መረቦችን በመጠባበቅ ላይ ያሉ ውርዶች</string>
<string name="exo_download_paused_for_wifi">WiFiን በመጠባበቅ ላይ ያሉ ውርዶች</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>

View File

@ -55,15 +55,6 @@
<string name="exo_controls_cc_disabled_description">تفعيل الترجمة</string> <string name="exo_controls_cc_disabled_description">تفعيل الترجمة</string>
<string name="exo_controls_playback_speed">السرعة</string> <string name="exo_controls_playback_speed">السرعة</string>
<string name="exo_controls_playback_speed_normal">عادية</string> <string name="exo_controls_playback_speed_normal">عادية</string>
<string name="exo_download_description">تنزيل</string>
<string name="exo_download_notification_channel_name">عمليات التنزيل</string>
<string name="exo_download_downloading">جارٍ التنزيل.</string>
<string name="exo_download_completed">اكتمل التنزيل</string>
<string name="exo_download_failed">تعذّر التنزيل</string>
<string name="exo_download_removing">تجري إزالة المحتوى الذي تم تنزيله</string>
<string name="exo_download_paused">تمّ إيقاف عمليات التنزيل مؤقتًا.</string>
<string name="exo_download_paused_for_network">عمليات التنزيل في انتظار الاتصال بالشبكة</string>
<string name="exo_download_paused_for_wifi">عمليات التنزيل في انتظار اتصال Wi-Fi.</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>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">Subtitrləri aktiv edin</string> <string name="exo_controls_cc_disabled_description">Subtitrləri aktiv edin</string>
<string name="exo_controls_playback_speed">Sürət</string> <string name="exo_controls_playback_speed">Sürət</string>
<string name="exo_controls_playback_speed_normal">Normal</string> <string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_download_description">Endirin</string>
<string name="exo_download_notification_channel_name">Endirmələr</string>
<string name="exo_download_downloading">Endirilir</string>
<string name="exo_download_completed">Endirmə tamamlandı</string>
<string name="exo_download_failed">Endirmə alınmadı</string>
<string name="exo_download_removing">Endirilənlər silinir</string>
<string name="exo_download_paused">Endirmə durdurulub</string>
<string name="exo_download_paused_for_network">Endirmələr şəbəkəni gözləyir</string>
<string name="exo_download_paused_for_wifi">Endirmələr WiFi şəbəkəsini gözləyir</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">Mətn</string> <string name="exo_track_selection_title_text">Mətn</string>

View File

@ -49,15 +49,6 @@
<string name="exo_controls_cc_disabled_description">Omogući titlove</string> <string name="exo_controls_cc_disabled_description">Omogući titlove</string>
<string name="exo_controls_playback_speed">Brzina</string> <string name="exo_controls_playback_speed">Brzina</string>
<string name="exo_controls_playback_speed_normal">Uobičajena</string> <string name="exo_controls_playback_speed_normal">Uobičajena</string>
<string name="exo_download_description">Preuzmi</string>
<string name="exo_download_notification_channel_name">Preuzimanja</string>
<string name="exo_download_downloading">Preuzima se</string>
<string name="exo_download_completed">Preuzimanje je završeno</string>
<string name="exo_download_failed">Preuzimanje nije uspelo</string>
<string name="exo_download_removing">Preuzimanja se uklanjaju</string>
<string name="exo_download_paused">Preuzimanja su pauzirana</string>
<string name="exo_download_paused_for_network">Preuzimanja čekaju na mrežu</string>
<string name="exo_download_paused_for_wifi">Preuzimanja čekaju na WiFi</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>

View File

@ -51,15 +51,6 @@
<string name="exo_controls_cc_disabled_description">Уключыць субцітры</string> <string name="exo_controls_cc_disabled_description">Уключыць субцітры</string>
<string name="exo_controls_playback_speed">Хуткасць</string> <string name="exo_controls_playback_speed">Хуткасць</string>
<string name="exo_controls_playback_speed_normal">Звычайная</string> <string name="exo_controls_playback_speed_normal">Звычайная</string>
<string name="exo_download_description">Спампаваць</string>
<string name="exo_download_notification_channel_name">Спампоўкі</string>
<string name="exo_download_downloading">Спампоўваецца</string>
<string name="exo_download_completed">Спампоўка завершана</string>
<string name="exo_download_failed">Збой спампоўкі</string>
<string name="exo_download_removing">Выдаленне спамповак</string>
<string name="exo_download_paused">Спампоўкі прыпынены</string>
<string name="exo_download_paused_for_network">Спампоўкі чакаюць падключэння да сеткі</string>
<string name="exo_download_paused_for_wifi">Спампоўкі чакаюць падключэння да Wi-Fi</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>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">Активиране на субтитрите</string> <string name="exo_controls_cc_disabled_description">Активиране на субтитрите</string>
<string name="exo_controls_playback_speed">Скорост</string> <string name="exo_controls_playback_speed">Скорост</string>
<string name="exo_controls_playback_speed_normal">Нормално</string> <string name="exo_controls_playback_speed_normal">Нормално</string>
<string name="exo_download_description">Изтегляне</string>
<string name="exo_download_notification_channel_name">Изтегляния</string>
<string name="exo_download_downloading">Изтегля се</string>
<string name="exo_download_completed">Изтеглянето завърши</string>
<string name="exo_download_failed">Изтеглянето не бе успешно</string>
<string name="exo_download_removing">Изтеглянията се премахват</string>
<string name="exo_download_paused">Изтеглянията са на пауза</string>
<string name="exo_download_paused_for_network">Изтеглянията чакат връзка с интернет</string>
<string name="exo_download_paused_for_wifi">Изтеглянията чакат връзка с Wi-Fi</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>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">সাবটাইটেল চালু করুন</string> <string name="exo_controls_cc_disabled_description">সাবটাইটেল চালু করুন</string>
<string name="exo_controls_playback_speed">স্পিড</string> <string name="exo_controls_playback_speed">স্পিড</string>
<string name="exo_controls_playback_speed_normal">সাধারণ</string> <string name="exo_controls_playback_speed_normal">সাধারণ</string>
<string name="exo_download_description">ডাউনলোড করুন</string>
<string name="exo_download_notification_channel_name">ডাউনলোড</string>
<string name="exo_download_downloading">ডাউনলোড হচ্ছে</string>
<string name="exo_download_completed">ডাউনলোড হয়ে গেছে</string>
<string name="exo_download_failed">ডাউনলোড করা যায়নি</string>
<string name="exo_download_removing">ডাউনলোড করা কন্টেন্ট সরিয়ে দেওয়া হচ্ছে</string>
<string name="exo_download_paused">ডাউনলোড পজ করা আছে</string>
<string name="exo_download_paused_for_network">ডাউনলোড চালু করার জন্য নেটওয়ার্কের সাথে কানেক্ট হওয়ার অপেক্ষা করা হচ্ছে</string>
<string name="exo_download_paused_for_wifi">ডাউনলোড চালু করার জন্য ওয়াই-ফাইয়ের সাথে কানেক্ট হওয়ার অপেক্ষা করা হচ্ছে</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>

View File

@ -49,15 +49,6 @@
<string name="exo_controls_cc_disabled_description">Omogućavanje titlova</string> <string name="exo_controls_cc_disabled_description">Omogućavanje titlova</string>
<string name="exo_controls_playback_speed">Brzina</string> <string name="exo_controls_playback_speed">Brzina</string>
<string name="exo_controls_playback_speed_normal">Normalno</string> <string name="exo_controls_playback_speed_normal">Normalno</string>
<string name="exo_download_description">Preuzmi</string>
<string name="exo_download_notification_channel_name">Preuzimanja</string>
<string name="exo_download_downloading">Preuzimanje</string>
<string name="exo_download_completed">Preuzimanje je završeno</string>
<string name="exo_download_failed">Preuzimanje nije uspjelo</string>
<string name="exo_download_removing">Uklanjanje preuzimanja</string>
<string name="exo_download_paused">Preuzimanja su pauzirana</string>
<string name="exo_download_paused_for_network">Preuzimanja čekaju povezivanje s mrežom</string>
<string name="exo_download_paused_for_wifi">Preuzimanja čekaju WiFi</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">Zvuk</string> <string name="exo_track_selection_title_audio">Zvuk</string>
<string name="exo_track_selection_title_text">Tekst</string> <string name="exo_track_selection_title_text">Tekst</string>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">Activa els subtítols</string> <string name="exo_controls_cc_disabled_description">Activa els subtítols</string>
<string name="exo_controls_playback_speed">Velocitat</string> <string name="exo_controls_playback_speed">Velocitat</string>
<string name="exo_controls_playback_speed_normal">Normal</string> <string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_download_description">Baixa</string>
<string name="exo_download_notification_channel_name">Baixades</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_failed">No s\'ha pogut baixar</string>
<string name="exo_download_removing">S\'estan suprimint les baixades</string>
<string name="exo_download_paused">Les baixades estan en pausa</string>
<string name="exo_download_paused_for_network">Les baixades estan esperant una xarxa</string>
<string name="exo_download_paused_for_wifi">Les baixades estan esperant una WiFi</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>

View File

@ -51,15 +51,6 @@
<string name="exo_controls_cc_disabled_description">Zapnout titulky</string> <string name="exo_controls_cc_disabled_description">Zapnout titulky</string>
<string name="exo_controls_playback_speed">Rychlost</string> <string name="exo_controls_playback_speed">Rychlost</string>
<string name="exo_controls_playback_speed_normal">Normální</string> <string name="exo_controls_playback_speed_normal">Normální</string>
<string name="exo_download_description">Stáhnout</string>
<string name="exo_download_notification_channel_name">Stahování</string>
<string name="exo_download_downloading">Stahování</string>
<string name="exo_download_completed">Stahování bylo dokončeno</string>
<string name="exo_download_failed">Stažení se nezdařilo</string>
<string name="exo_download_removing">Odstraňování staženého obsahu</string>
<string name="exo_download_paused">Stahování pozastaveno</string>
<string name="exo_download_paused_for_network">Stahování čeká na síť</string>
<string name="exo_download_paused_for_wifi">Stahování čeká na WiFi</string>
<string name="exo_track_selection_title_video">Videa</string> <string name="exo_track_selection_title_video">Videa</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>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">Aktivér undertekster</string> <string name="exo_controls_cc_disabled_description">Aktivér undertekster</string>
<string name="exo_controls_playback_speed">Hastighed</string> <string name="exo_controls_playback_speed">Hastighed</string>
<string name="exo_controls_playback_speed_normal">Normal</string> <string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_download_description">Download</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Downloader</string>
<string name="exo_download_completed">Downloaden er udført</string>
<string name="exo_download_failed">Download mislykkedes</string>
<string name="exo_download_removing">Fjerner downloads</string>
<string name="exo_download_paused">Downloads er sat på pause</string>
<string name="exo_download_paused_for_network">Downloads venter på netværksforbindelse</string>
<string name="exo_download_paused_for_wifi">Downloads venter på Wi-Fi-netværk</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>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">Untertitel aktivieren</string> <string name="exo_controls_cc_disabled_description">Untertitel aktivieren</string>
<string name="exo_controls_playback_speed">Geschwindigkeit</string> <string name="exo_controls_playback_speed">Geschwindigkeit</string>
<string name="exo_controls_playback_speed_normal">Normal</string> <string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_download_description">Herunterladen</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Wird heruntergeladen</string>
<string name="exo_download_completed">Download abgeschlossen</string>
<string name="exo_download_failed">Download fehlgeschlagen</string>
<string name="exo_download_removing">Downloads werden entfernt</string>
<string name="exo_download_paused">Downloads pausiert</string>
<string name="exo_download_paused_for_network">Auf Netzwerkverbindung wird gewartet</string>
<string name="exo_download_paused_for_wifi">Auf WLAN-Verbindung wird gewartet</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>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">Ενεργοποίηση υπότιτλων</string> <string name="exo_controls_cc_disabled_description">Ενεργοποίηση υπότιτλων</string>
<string name="exo_controls_playback_speed">Ταχύτητα</string> <string name="exo_controls_playback_speed">Ταχύτητα</string>
<string name="exo_controls_playback_speed_normal">Κανονική</string> <string name="exo_controls_playback_speed_normal">Κανονική</string>
<string name="exo_download_description">Λήψη</string>
<string name="exo_download_notification_channel_name">Λήψεις</string>
<string name="exo_download_downloading">Λήψη</string>
<string name="exo_download_completed">Η λήψη ολοκληρώθηκε</string>
<string name="exo_download_failed">Η λήψη απέτυχε</string>
<string name="exo_download_removing">Κατάργηση λήψεων</string>
<string name="exo_download_paused">Οι λήψεις τέθηκαν σε παύση.</string>
<string name="exo_download_paused_for_network">Οι λήψεις είναι σε αναμονή για δίκτυο.</string>
<string name="exo_download_paused_for_wifi">Οι λήψεις είναι σε αναμονή για Wi-Fi.</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>

View File

@ -47,15 +47,6 @@
<string name="exo_controls_cc_disabled_description">Enable subtitles</string> <string name="exo_controls_cc_disabled_description">Enable subtitles</string>
<string name="exo_controls_playback_speed">Speed</string> <string name="exo_controls_playback_speed">Speed</string>
<string name="exo_controls_playback_speed_normal">Normal</string> <string name="exo_controls_playback_speed_normal">Normal</string>
<string name="exo_download_description">Download</string>
<string name="exo_download_notification_channel_name">Downloads</string>
<string name="exo_download_downloading">Downloading</string>
<string name="exo_download_completed">Download completed</string>
<string name="exo_download_failed">Download failed</string>
<string name="exo_download_removing">Removing downloads</string>
<string name="exo_download_paused">Downloads paused</string>
<string name="exo_download_paused_for_network">Downloads waiting for network</string>
<string name="exo_download_paused_for_wifi">Downloads waiting for Wi-Fi</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>

Some files were not shown because too many files have changed in this diff Show More