Resync internal/external codebases

This commit is contained in:
Oliver Woodman 2018-04-16 11:36:59 +01:00
parent b5912efb03
commit d4eb2e5b85
106 changed files with 2349 additions and 1075 deletions

View File

@ -65,9 +65,6 @@
([#4022][https://github.com/google/ExoPlayer/issues/4022]). ([#4022][https://github.com/google/ExoPlayer/issues/4022]).
* Fix handling of 307/308 redirects when making license requests * Fix handling of 307/308 redirects when making license requests
([#4108](https://github.com/google/ExoPlayer/issues/4108)). ([#4108](https://github.com/google/ExoPlayer/issues/4108)).
* Removed default renderer time offset of 60000000 from internal player. The
actual renderer timestamp offset can be obtained by listening to
`BaseRenderer.onStreamChanged`.
* HLS: Fix playlist loading error propagation when the current selection does * HLS: Fix playlist loading error propagation when the current selection does
not include all of the playlist's variants. not include all of the playlist's variants.
* Fix ClearKey decryption error if the key contains a forward slash * Fix ClearKey decryption error if the key contains a forward slash
@ -75,6 +72,10 @@
* Fix crash when switching surface on Huawei P9 Lite * Fix crash when switching surface on Huawei P9 Lite
([#4084](https://github.com/google/ExoPlayer/issues/4084)), and Philips QM163E ([#4084](https://github.com/google/ExoPlayer/issues/4084)), and Philips QM163E
([#4104](https://github.com/google/ExoPlayer/issues/4104)). ([#4104](https://github.com/google/ExoPlayer/issues/4104)).
* Support ZLIB compressed PGS subtitles.
* Removed default renderer time offset of 60000000 from internal player. The
actual renderer timestamp offset can be obtained by listening to
`BaseRenderer.onStreamChanged`.
### 2.7.3 ### ### 2.7.3 ###

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Herhaal niks</string> <string name="exo_media_action_repeat_all_description">"Herhaal alles"</string>
<string name="exo_media_action_repeat_one_description">Herhaal een</string> <string name="exo_media_action_repeat_off_description">"Herhaal niks"</string>
<string name="exo_media_action_repeat_all_description">Herhaal alles</string> <string name="exo_media_action_repeat_one_description">"Herhaal een"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">ምንም አትድገም</string> <string name="exo_media_action_repeat_all_description">"ሁሉንም ድገም"</string>
<string name="exo_media_action_repeat_one_description">አንድ ድገም</string> <string name="exo_media_action_repeat_off_description">"ምንም አትድገም"</string>
<string name="exo_media_action_repeat_all_description">ሁሉንም ድገም</string> <string name="exo_media_action_repeat_one_description">"አንዱን ድገም"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">عدم التكرار</string> <string name="exo_media_action_repeat_all_description">"تكرار الكل"</string>
<string name="exo_media_action_repeat_one_description">تكرار مقطع صوتي واحد</string> <string name="exo_media_action_repeat_off_description">"عدم التكرار"</string>
<string name="exo_media_action_repeat_all_description">تكرار الكل</string> <string name="exo_media_action_repeat_one_description">"تكرار مقطع واحد"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Ne ponavljaj nijednu</string> <string name="exo_media_action_repeat_all_description">"Ponovi sve"</string>
<string name="exo_media_action_repeat_one_description">Ponovi jednu</string> <string name="exo_media_action_repeat_off_description">"Ne ponavljaj nijednu"</string>
<string name="exo_media_action_repeat_all_description">Ponovi sve</string> <string name="exo_media_action_repeat_one_description">"Ponovi jednu"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Без повтаряне</string> <string name="exo_media_action_repeat_all_description">"Повтаряне на всички"</string>
<string name="exo_media_action_repeat_one_description">Повтаряне на един елемент</string> <string name="exo_media_action_repeat_off_description">"Без повтаряне"</string>
<string name="exo_media_action_repeat_all_description">Повтаряне на всички</string> <string name="exo_media_action_repeat_one_description">"Повтаряне на един елемент"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">No en repeteixis cap</string> <string name="exo_media_action_repeat_all_description">"Repeteix-ho tot"</string>
<string name="exo_media_action_repeat_one_description">Repeteix una</string> <string name="exo_media_action_repeat_off_description">"No en repeteixis cap"</string>
<string name="exo_media_action_repeat_all_description">Repeteix tot</string> <string name="exo_media_action_repeat_one_description">"Repeteix-ne un"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Neopakovat</string> <string name="exo_media_action_repeat_all_description">"Opakovat vše"</string>
<string name="exo_media_action_repeat_one_description">Opakovat jednu</string> <string name="exo_media_action_repeat_off_description">"Neopakovat"</string>
<string name="exo_media_action_repeat_all_description">Opakovat vše</string> <string name="exo_media_action_repeat_one_description">"Opakovat jednu položku"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Gentag ingen</string> <string name="exo_media_action_repeat_all_description">"Gentag alle"</string>
<string name="exo_media_action_repeat_one_description">Gentag én</string> <string name="exo_media_action_repeat_off_description">"Gentag ingen"</string>
<string name="exo_media_action_repeat_all_description">Gentag alle</string> <string name="exo_media_action_repeat_one_description">"Gentag en"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Keinen wiederholen</string> <string name="exo_media_action_repeat_all_description">"Alle wiederholen"</string>
<string name="exo_media_action_repeat_one_description">Einen wiederholen</string> <string name="exo_media_action_repeat_off_description">"Keinen Titel wiederholen"</string>
<string name="exo_media_action_repeat_all_description">Alle wiederholen</string> <string name="exo_media_action_repeat_one_description">"Einen Titel wiederholen"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Καμία επανάληψη</string> <string name="exo_media_action_repeat_all_description">"Επανάληψη όλων"</string>
<string name="exo_media_action_repeat_one_description">Επανάληψη ενός κομματιού</string> <string name="exo_media_action_repeat_off_description">"Καμία επανάληψη"</string>
<string name="exo_media_action_repeat_all_description">Επανάληψη όλων</string> <string name="exo_media_action_repeat_one_description">"Επανάληψη ενός στοιχείου"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Repeat none</string> <string name="exo_media_action_repeat_all_description">"Repeat all"</string>
<string name="exo_media_action_repeat_one_description">Repeat one</string> <string name="exo_media_action_repeat_off_description">"Repeat none"</string>
<string name="exo_media_action_repeat_all_description">Repeat all</string> <string name="exo_media_action_repeat_one_description">"Repeat one"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Repeat none</string> <string name="exo_media_action_repeat_all_description">"Repeat all"</string>
<string name="exo_media_action_repeat_one_description">Repeat one</string> <string name="exo_media_action_repeat_off_description">"Repeat none"</string>
<string name="exo_media_action_repeat_all_description">Repeat all</string> <string name="exo_media_action_repeat_one_description">"Repeat one"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Repeat none</string> <string name="exo_media_action_repeat_all_description">"Repeat all"</string>
<string name="exo_media_action_repeat_one_description">Repeat one</string> <string name="exo_media_action_repeat_off_description">"Repeat none"</string>
<string name="exo_media_action_repeat_all_description">Repeat all</string> <string name="exo_media_action_repeat_one_description">"Repeat one"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">No repetir</string> <string name="exo_media_action_repeat_all_description">"Repetir todo"</string>
<string name="exo_media_action_repeat_one_description">Repetir uno</string> <string name="exo_media_action_repeat_off_description">"No repetir"</string>
<string name="exo_media_action_repeat_all_description">Repetir todo</string> <string name="exo_media_action_repeat_one_description">"Repetir uno"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">No repetir</string> <string name="exo_media_action_repeat_all_description">"Repetir todo"</string>
<string name="exo_media_action_repeat_one_description">Repetir uno</string> <string name="exo_media_action_repeat_off_description">"No repetir"</string>
<string name="exo_media_action_repeat_all_description">Repetir todo</string> <string name="exo_media_action_repeat_one_description">"Repetir uno"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">تکرار هیچ‌کدام</string> <string name="exo_media_action_repeat_all_description">"تکرار همه"</string>
<string name="exo_media_action_repeat_one_description">یکبار تکرار</string> <string name="exo_media_action_repeat_off_description">"تکرار هیچ‌کدام"</string>
<string name="exo_media_action_repeat_all_description">تکرار همه</string> <string name="exo_media_action_repeat_one_description">"یک‌بار تکرار"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Ei uudelleentoistoa</string> <string name="exo_media_action_repeat_all_description">"Toista kaikki"</string>
<string name="exo_media_action_repeat_one_description">Toista yksi uudelleen</string> <string name="exo_media_action_repeat_off_description">"Toista ei mitään"</string>
<string name="exo_media_action_repeat_all_description">Toista kaikki uudelleen</string> <string name="exo_media_action_repeat_one_description">"Toista yksi"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Ne rien lire en boucle</string> <string name="exo_media_action_repeat_all_description">"Tout lire en boucle"</string>
<string name="exo_media_action_repeat_one_description">Lire une chanson en boucle</string> <string name="exo_media_action_repeat_off_description">"Aucune répétition"</string>
<string name="exo_media_action_repeat_all_description">Tout lire en boucle</string> <string name="exo_media_action_repeat_one_description">"Répéter un élément"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Ne rien lire en boucle</string> <string name="exo_media_action_repeat_all_description">"Tout lire en boucle"</string>
<string name="exo_media_action_repeat_one_description">Lire un titre en boucle</string> <string name="exo_media_action_repeat_off_description">"Ne rien lire en boucle"</string>
<string name="exo_media_action_repeat_all_description">Tout lire en boucle</string> <string name="exo_media_action_repeat_one_description">"Lire en boucle un élément"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">किसी को न दोहराएं</string> <string name="exo_media_action_repeat_all_description">"सभी को दोहराएं"</string>
<string name="exo_media_action_repeat_one_description">एक को दोहराएं</string> <string name="exo_media_action_repeat_off_description">"कुछ भी न दोहराएं"</string>
<string name="exo_media_action_repeat_all_description">सभी को दोहराएं</string> <string name="exo_media_action_repeat_one_description">"एक दोहराएं"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Bez ponavljanja</string> <string name="exo_media_action_repeat_all_description">"Ponovi sve"</string>
<string name="exo_media_action_repeat_one_description">Ponovi jedno</string> <string name="exo_media_action_repeat_off_description">"Bez ponavljanja"</string>
<string name="exo_media_action_repeat_all_description">Ponovi sve</string> <string name="exo_media_action_repeat_one_description">"Ponovi jedno"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Nincs ismétlés</string> <string name="exo_media_action_repeat_all_description">"Összes ismétlése"</string>
<string name="exo_media_action_repeat_one_description">Egy szám ismétlése</string> <string name="exo_media_action_repeat_off_description">"Nincs ismétlés"</string>
<string name="exo_media_action_repeat_all_description">Összes szám ismétlése</string> <string name="exo_media_action_repeat_one_description">"Egy ismétlése"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Jangan ulangi</string> <string name="exo_media_action_repeat_all_description">"Ulangi Semua"</string>
<string name="exo_media_action_repeat_one_description">Ulangi 1</string> <string name="exo_media_action_repeat_off_description">"Jangan Ulangi"</string>
<string name="exo_media_action_repeat_all_description">Ulangi semua</string> <string name="exo_media_action_repeat_one_description">"Ulangi Satu"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Non ripetere nulla</string> <string name="exo_media_action_repeat_all_description">"Ripeti tutti"</string>
<string name="exo_media_action_repeat_one_description">Ripeti uno</string> <string name="exo_media_action_repeat_off_description">"Non ripetere nessuno"</string>
<string name="exo_media_action_repeat_all_description">Ripeti tutto</string> <string name="exo_media_action_repeat_one_description">"Ripeti uno"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">אל תחזור על אף פריט</string> <string name="exo_media_action_repeat_all_description">"חזור על הכל"</string>
<string name="exo_media_action_repeat_one_description">חזור על פריט אחד</string> <string name="exo_media_action_repeat_off_description">"אל תחזור על כלום"</string>
<string name="exo_media_action_repeat_all_description">חזור על הכול</string> <string name="exo_media_action_repeat_one_description">"חזור על פריט אחד"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">リピートなし</string> <string name="exo_media_action_repeat_all_description">"全曲を繰り返し"</string>
<string name="exo_media_action_repeat_one_description">1 曲をリピート</string> <string name="exo_media_action_repeat_off_description">"繰り返しなし"</string>
<string name="exo_media_action_repeat_all_description">全曲をリピート</string> <string name="exo_media_action_repeat_one_description">"1曲を繰り返し"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">반복 안함</string> <string name="exo_media_action_repeat_all_description">"전체 반복"</string>
<string name="exo_media_action_repeat_one_description">현재 미디어 반복</string> <string name="exo_media_action_repeat_off_description">"반복 안함"</string>
<string name="exo_media_action_repeat_all_description">모두 반복</string> <string name="exo_media_action_repeat_one_description">"한 항목 반복"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Nekartoti nieko</string> <string name="exo_media_action_repeat_all_description">"Kartoti viską"</string>
<string name="exo_media_action_repeat_one_description">Kartoti vieną</string> <string name="exo_media_action_repeat_off_description">"Nekartoti nieko"</string>
<string name="exo_media_action_repeat_all_description">Kartoti viską</string> <string name="exo_media_action_repeat_one_description">"Kartoti vieną"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Neatkārtot nevienu</string> <string name="exo_media_action_repeat_all_description">"Atkārtot visu"</string>
<string name="exo_media_action_repeat_one_description">Atkārtot vienu</string> <string name="exo_media_action_repeat_off_description">"Neatkārtot nevienu"</string>
<string name="exo_media_action_repeat_all_description">Atkārtot visu</string> <string name="exo_media_action_repeat_one_description">"Atkārtot vienu"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Ikke gjenta noen</string> <string name="exo_media_action_repeat_all_description">"Gjenta alle"</string>
<string name="exo_media_action_repeat_one_description">Gjenta én</string> <string name="exo_media_action_repeat_off_description">"Ikke gjenta noen"</string>
<string name="exo_media_action_repeat_all_description">Gjenta alle</string> <string name="exo_media_action_repeat_one_description">"Gjenta én"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Niets herhalen</string> <string name="exo_media_action_repeat_all_description">"Alles herhalen"</string>
<string name="exo_media_action_repeat_one_description">Eén herhalen</string> <string name="exo_media_action_repeat_off_description">"Niet herhalen"</string>
<string name="exo_media_action_repeat_all_description">Alles herhalen</string> <string name="exo_media_action_repeat_one_description">"Eén herhalen"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Nie powtarzaj</string> <string name="exo_media_action_repeat_all_description">"Powtórz wszystkie"</string>
<string name="exo_media_action_repeat_one_description">Powtórz jeden</string> <string name="exo_media_action_repeat_off_description">"Nie powtarzaj"</string>
<string name="exo_media_action_repeat_all_description">Powtórz wszystkie</string> <string name="exo_media_action_repeat_one_description">"Powtórz jeden"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Não repetir nenhum</string> <string name="exo_media_action_repeat_all_description">"Repetir tudo"</string>
<string name="exo_media_action_repeat_one_description">Repetir um</string> <string name="exo_media_action_repeat_off_description">"Não repetir"</string>
<string name="exo_media_action_repeat_all_description">Repetir tudo</string> <string name="exo_media_action_repeat_one_description">"Repetir um"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Não repetir</string> <string name="exo_media_action_repeat_all_description">"Repetir tudo"</string>
<string name="exo_media_action_repeat_one_description">Repetir uma</string> <string name="exo_media_action_repeat_off_description">"Não repetir"</string>
<string name="exo_media_action_repeat_all_description">Repetir tudo</string> <string name="exo_media_action_repeat_one_description">"Repetir uma"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Nu repetați niciunul</string> <string name="exo_media_action_repeat_all_description">"Repetați toate"</string>
<string name="exo_media_action_repeat_one_description">Repetați unul</string> <string name="exo_media_action_repeat_off_description">"Repetați niciuna"</string>
<string name="exo_media_action_repeat_all_description">Repetați-le pe toate</string> <string name="exo_media_action_repeat_one_description">"Repetați unul"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Не повторять</string> <string name="exo_media_action_repeat_all_description">"Повторять все"</string>
<string name="exo_media_action_repeat_one_description">Повторять трек</string> <string name="exo_media_action_repeat_off_description">"Не повторять"</string>
<string name="exo_media_action_repeat_all_description">Повторять все</string> <string name="exo_media_action_repeat_one_description">"Повторять один элемент"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Neopakovať</string> <string name="exo_media_action_repeat_all_description">"Opakovať všetko"</string>
<string name="exo_media_action_repeat_one_description">Opakovať jednu</string> <string name="exo_media_action_repeat_off_description">"Neopakovať"</string>
<string name="exo_media_action_repeat_all_description">Opakovať všetko</string> <string name="exo_media_action_repeat_one_description">"Opakovať jednu položku"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Brez ponavljanja</string> <string name="exo_media_action_repeat_all_description">"Ponovi vse"</string>
<string name="exo_media_action_repeat_one_description">Ponavljanje ene</string> <string name="exo_media_action_repeat_off_description">"Ne ponovi"</string>
<string name="exo_media_action_repeat_all_description">Ponavljanje vseh</string> <string name="exo_media_action_repeat_one_description">"Ponovi eno"</string>
</resources> </resources>

View File

@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Не понављај ниједну</string>
<string name="exo_media_action_repeat_one_description">Понови једну</string>
<string name="exo_media_action_repeat_all_description">Понови све</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Upprepa inga</string> <string name="exo_media_action_repeat_all_description">"Upprepa alla"</string>
<string name="exo_media_action_repeat_one_description">Upprepa en</string> <string name="exo_media_action_repeat_off_description">"Upprepa inga"</string>
<string name="exo_media_action_repeat_all_description">Upprepa alla</string> <string name="exo_media_action_repeat_one_description">"Upprepa en"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Usirudie yoyote</string> <string name="exo_media_action_repeat_all_description">"Rudia zote"</string>
<string name="exo_media_action_repeat_one_description">Rudia moja</string> <string name="exo_media_action_repeat_off_description">"Usirudie Yoyote"</string>
<string name="exo_media_action_repeat_all_description">Rudia zote</string> <string name="exo_media_action_repeat_one_description">"Rudia Moja"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">ไม่เล่นซ้ำ</string> <string name="exo_media_action_repeat_all_description">"เล่นซ้ำทั้งหมด"</string>
<string name="exo_media_action_repeat_one_description">เล่นซ้ำเพลงเดียว</string> <string name="exo_media_action_repeat_off_description">"ไม่เล่นซ้ำ"</string>
<string name="exo_media_action_repeat_all_description">เล่นซ้ำทั้งหมด</string> <string name="exo_media_action_repeat_one_description">"เล่นซ้ำรายการเดียว"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Walang uulitin</string> <string name="exo_media_action_repeat_all_description">"Ulitin Lahat"</string>
<string name="exo_media_action_repeat_one_description">Mag-ulit ng isa</string> <string name="exo_media_action_repeat_off_description">"Walang Uulitin"</string>
<string name="exo_media_action_repeat_all_description">Ulitin lahat</string> <string name="exo_media_action_repeat_one_description">"Ulitin ang Isa"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Hiçbirini tekrarlama</string> <string name="exo_media_action_repeat_all_description">"Tümünü Tekrarla"</string>
<string name="exo_media_action_repeat_one_description">Bir şarkıyı tekrarla</string> <string name="exo_media_action_repeat_off_description">"Hiçbirini Tekrarlama"</string>
<string name="exo_media_action_repeat_all_description">Tümünü tekrarla</string> <string name="exo_media_action_repeat_one_description">"Birini Tekrarla"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Не повторювати</string> <string name="exo_media_action_repeat_all_description">"Повторити все"</string>
<string name="exo_media_action_repeat_one_description">Повторити 1</string> <string name="exo_media_action_repeat_off_description">"Не повторювати"</string>
<string name="exo_media_action_repeat_all_description">Повторити всі</string> <string name="exo_media_action_repeat_one_description">"Повторити один елемент"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Không lặp lại</string> <string name="exo_media_action_repeat_all_description">"Lặp lại tất cả"</string>
<string name="exo_media_action_repeat_one_description">Lặp lại một</string> <string name="exo_media_action_repeat_off_description">"Không lặp lại"</string>
<string name="exo_media_action_repeat_all_description">Lặp lại tất cả</string> <string name="exo_media_action_repeat_one_description">"Lặp lại một mục"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">不重复播放</string> <string name="exo_media_action_repeat_all_description">"重复播放全部"</string>
<string name="exo_media_action_repeat_one_description">重复播放一项</string> <string name="exo_media_action_repeat_off_description">"不重复播放"</string>
<string name="exo_media_action_repeat_all_description">全部重复播放</string> <string name="exo_media_action_repeat_one_description">"重复播放单个视频"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">不重複播放</string> <string name="exo_media_action_repeat_all_description">"重複播放所有媒體項目"</string>
<string name="exo_media_action_repeat_one_description">重複播放一個</string> <string name="exo_media_action_repeat_off_description">"不重複播放任何媒體項目"</string>
<string name="exo_media_action_repeat_all_description">全部重複播放</string> <string name="exo_media_action_repeat_one_description">"重複播放一個媒體項目"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">不重複播放</string> <string name="exo_media_action_repeat_all_description">"重複播放所有媒體項目"</string>
<string name="exo_media_action_repeat_one_description">重複播放單一項目</string> <string name="exo_media_action_repeat_off_description">"不重複播放"</string>
<string name="exo_media_action_repeat_all_description">重複播放所有項目</string> <string name="exo_media_action_repeat_one_description">"重複播放單一媒體項目"</string>
</resources> </resources>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_media_action_repeat_off_description">Phinda okungekho</string> <string name="exo_media_action_repeat_all_description">"Phinda konke"</string>
<string name="exo_media_action_repeat_one_description">Phinda okukodwa</string> <string name="exo_media_action_repeat_off_description">"Ungaphindi lutho"</string>
<string name="exo_media_action_repeat_all_description">Phinda konke</string> <string name="exo_media_action_repeat_one_description">"Phida okukodwa"</string>
</resources> </resources>

View File

@ -289,6 +289,7 @@ public abstract class DownloadService extends Service implements DownloadManager
@Override @Override
public void onIdle(DownloadManager downloadManager) { public void onIdle(DownloadManager downloadManager) {
// Make sure startForeground is called before stopping. // Make sure startForeground is called before stopping.
// Workaround for https://buganizer.corp.google.com/issues/69424260
if (Util.SDK_INT >= 26) { if (Util.SDK_INT >= 26) {
Builder notificationBuilder = new Builder(this, getNotificationChannelId()); Builder notificationBuilder = new Builder(this, getNotificationChannelId());
Notification foregroundNotification = notificationBuilder.build(); Notification foregroundNotification = notificationBuilder.build();

View File

@ -25,10 +25,8 @@ import com.google.android.exoplayer2.util.Util;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Arrays; import java.util.Arrays;
import java.util.Collections; import java.util.Collections;
import java.io.ByteArrayOutputStream; import java.util.zip.DataFormatException;
import java.io.ByteArrayInputStream; import java.util.zip.Inflater;
import java.io.IOException;
import java.util.zip.InflaterInputStream;
/** A {@link SimpleSubtitleDecoder} for PGS subtitles. */ /** A {@link SimpleSubtitleDecoder} for PGS subtitles. */
public final class PgsDecoder extends SimpleSubtitleDecoder { public final class PgsDecoder extends SimpleSubtitleDecoder {
@ -38,29 +36,28 @@ public final class PgsDecoder extends SimpleSubtitleDecoder {
private static final int SECTION_TYPE_IDENTIFIER = 0x16; private static final int SECTION_TYPE_IDENTIFIER = 0x16;
private static final int SECTION_TYPE_END = 0x80; private static final int SECTION_TYPE_END = 0x80;
private static final int INFLATE_HEADER = 0x78; private static final byte INFLATE_HEADER = 0x78;
private static final int INFLATE_BUFFER_SIZE = 5;
private final ParsableByteArray buffer; private final ParsableByteArray buffer;
private final CueBuilder cueBuilder; private final CueBuilder cueBuilder;
private final ByteArrayOutputStream inflateBuffer;
private final byte[] inflateReadBuffer; private Inflater inflater;
private byte[] inflatedData;
private int inflatedDataSize;
public PgsDecoder() { public PgsDecoder() {
super("PgsDecoder"); super("PgsDecoder");
buffer = new ParsableByteArray(); buffer = new ParsableByteArray();
cueBuilder = new CueBuilder(); cueBuilder = new CueBuilder();
inflateBuffer = new ByteArrayOutputStream();
inflateReadBuffer = new byte[INFLATE_BUFFER_SIZE];
} }
@Override @Override
protected Subtitle decode(byte[] data, int size, boolean reset) throws SubtitleDecoderException { protected Subtitle decode(byte[] data, int size, boolean reset) throws SubtitleDecoderException {
byte[] inflated = tryInflateBuffer(data, size); if (maybeInflateData(data, size)) {
if (inflated == null) buffer.reset(inflatedData, inflatedDataSize);
} else {
buffer.reset(data, size); buffer.reset(data, size);
else }
buffer.reset(inflated, inflated.length);
cueBuilder.reset(); cueBuilder.reset();
ArrayList<Cue> cues = new ArrayList<>(); ArrayList<Cue> cues = new ArrayList<>();
while (buffer.bytesLeft() >= 3) { while (buffer.bytesLeft() >= 3) {
@ -72,23 +69,32 @@ public final class PgsDecoder extends SimpleSubtitleDecoder {
return new PgsSubtitle(Collections.unmodifiableList(cues)); return new PgsSubtitle(Collections.unmodifiableList(cues));
} }
private byte[] tryInflateBuffer(byte[] data, int size) { private boolean maybeInflateData(byte[] data, int size) {
if (size > 0 && (((int) data[0]) & 0xff) != INFLATE_HEADER) return null; if (size == 0 || data[0] != INFLATE_HEADER) {
return false;
inflateBuffer.reset(); }
if (inflater == null) {
try { inflater = new Inflater();
InflaterInputStream iis = new InflaterInputStream(new ByteArrayInputStream(data, 0, size)); inflatedData = new byte[size];
int len = -1; }
inflatedDataSize = 0;
while ((len = iis.read(inflateReadBuffer)) != -1) { inflater.setInput(data, 0, size);
inflateBuffer.write(inflateReadBuffer, 0, len); try {
} while (!inflater.finished() && !inflater.needsDictionary() && !inflater.needsInput()) {
return inflateBuffer.toByteArray(); if (inflatedDataSize == inflatedData.length) {
inflatedData = Arrays.copyOf(inflatedData, inflatedData.length * 2);
}
inflatedDataSize +=
inflater.inflate(
inflatedData, inflatedDataSize, inflatedData.length - inflatedDataSize);
}
return inflater.finished();
} catch (DataFormatException e) {
// Assume data is not compressed.
return false;
} finally {
inflater.reset();
} }
catch (IOException e) { }
return null;
} }
private static Cue readNextSection(ParsableByteArray buffer, CueBuilder cueBuilder) { private static Cue readNextSection(ParsableByteArray buffer, CueBuilder cueBuilder) {

View File

@ -80,10 +80,10 @@ public final class CacheDataSink implements DataSink {
* Constructs a CacheDataSink using the {@link #DEFAULT_BUFFER_SIZE}. * Constructs a CacheDataSink using the {@link #DEFAULT_BUFFER_SIZE}.
* *
* @param cache The cache into which data should be written. * @param cache The cache into which data should be written.
* @param maxCacheFileSize The maximum size of a cache file, in bytes. If the sink is opened for * @param maxCacheFileSize The maximum size of a cache file, in bytes. If the sink is opened for a
* a {@link DataSpec} whose size exceeds this value, then the data will be fragmented into * {@link DataSpec} whose size exceeds this value, then the data will be fragmented into
* multiple cache files. * multiple cache files.
* @param syncFileDescriptor Skip file descriptor sync when closing current output stream. * @param syncFileDescriptor Whether file descriptors are sync'd when closing output streams.
*/ */
public CacheDataSink(Cache cache, long maxCacheFileSize, boolean syncFileDescriptor) { public CacheDataSink(Cache cache, long maxCacheFileSize, boolean syncFileDescriptor) {
this(cache, maxCacheFileSize, DEFAULT_BUFFER_SIZE, syncFileDescriptor); this(cache, maxCacheFileSize, DEFAULT_BUFFER_SIZE, syncFileDescriptor);
@ -91,14 +91,27 @@ public final class CacheDataSink implements DataSink {
/** /**
* @param cache The cache into which data should be written. * @param cache The cache into which data should be written.
* @param maxCacheFileSize The maximum size of a cache file, in bytes. If the sink is opened for * @param maxCacheFileSize The maximum size of a cache file, in bytes. If the sink is opened for a
* a {@link DataSpec} whose size exceeds this value, then the data will be fragmented into * {@link DataSpec} whose size exceeds this value, then the data will be fragmented into
* multiple cache files. * multiple cache files.
* @param bufferSize The buffer size in bytes for writing to a cache file. A zero or negative * @param bufferSize The buffer size in bytes for writing to a cache file. A zero or negative
* value disables buffering. * value disables buffering.
* @param syncFileDescriptor Sync file descriptor when closing current output stream.
*/ */
public CacheDataSink(Cache cache, long maxCacheFileSize, int bufferSize, boolean syncFileDescriptor) { public CacheDataSink(Cache cache, long maxCacheFileSize, int bufferSize) {
this(cache, maxCacheFileSize, bufferSize, true);
}
/**
* @param cache The cache into which data should be written.
* @param maxCacheFileSize The maximum size of a cache file, in bytes. If the sink is opened for a
* {@link DataSpec} whose size exceeds this value, then the data will be fragmented into
* multiple cache files.
* @param bufferSize The buffer size in bytes for writing to a cache file. A zero or negative
* value disables buffering.
* @param syncFileDescriptor Whether file descriptors are sync'd when closing output streams.
*/
public CacheDataSink(
Cache cache, long maxCacheFileSize, int bufferSize, boolean syncFileDescriptor) {
this.cache = Assertions.checkNotNull(cache); this.cache = Assertions.checkNotNull(cache);
this.maxCacheFileSize = maxCacheFileSize; this.maxCacheFileSize = maxCacheFileSize;
this.bufferSize = bufferSize; this.bufferSize = bufferSize;

View File

@ -44,7 +44,7 @@ public final class CacheDataSinkFactory implements DataSink.Factory {
@Override @Override
public DataSink createDataSink() { public DataSink createDataSink() {
return new CacheDataSink(cache, maxCacheFileSize, bufferSize, true); return new CacheDataSink(cache, maxCacheFileSize, bufferSize);
} }
} }

View File

@ -79,49 +79,29 @@ public final class CacheDataSourceTest {
@Test @Test
public void testCacheAndRead() throws Exception { public void testCacheAndRead() throws Exception {
assertCacheAndRead(false, false, true); assertCacheAndRead(false, false);
} }
@Test @Test
public void testCacheAndReadUnboundedRequest() throws Exception { public void testCacheAndReadUnboundedRequest() throws Exception {
assertCacheAndRead(true, false, true); assertCacheAndRead(true, false);
} }
@Test @Test
public void testCacheAndReadUnknownLength() throws Exception { public void testCacheAndReadUnknownLength() throws Exception {
assertCacheAndRead(false, true, true); assertCacheAndRead(false, true);
} }
@Test @Test
public void testCacheAndReadUnboundedRequestUnknownLength() throws Exception { public void testCacheAndReadUnboundedRequestUnknownLength() throws Exception {
assertCacheAndRead(true, true, true); assertCacheAndRead(true, true);
}
@Test
public void testCacheAndReadSkipFDSync() throws Exception {
assertCacheAndRead(false, false, false);
}
@Test
public void testCacheAndReadUnboundedRequestSkipFDSync() throws Exception {
assertCacheAndRead(true, false, false);
}
@Test
public void testCacheAndReadUnknownLengthSkipFDSync() throws Exception {
assertCacheAndRead(false, true, false);
}
@Test
public void testCacheAndReadUnboundedRequestUnknownLengthSkipFDSync() throws Exception {
assertCacheAndRead(true, true, false);
} }
@Test @Test
public void testUnsatisfiableRange() throws Exception { public void testUnsatisfiableRange() throws Exception {
// Bounded request but the content length is unknown. This forces all data to be cached but not // Bounded request but the content length is unknown. This forces all data to be cached but not
// the length // the length
assertCacheAndRead(false, true, true); assertCacheAndRead(false, true);
// Now do an unbounded request. This will read all of the data from cache and then try to read // Now do an unbounded request. This will read all of the data from cache and then try to read
// more from upstream which will cause to a 416 so CDS will store the length. // more from upstream which will cause to a 416 so CDS will store the length.
@ -367,11 +347,10 @@ public final class CacheDataSourceTest {
cacheDataSource.close(); cacheDataSource.close();
} }
private void assertCacheAndRead(boolean unboundedRequest, boolean simulateUnknownLength, private void assertCacheAndRead(boolean unboundedRequest, boolean simulateUnknownLength)
boolean syncFD)
throws IOException { throws IOException {
// Read all data from upstream and write to cache // Read all data from upstream and write to cache
CacheDataSource cacheDataSource = createCacheDataSource(false, simulateUnknownLength, syncFD); CacheDataSource cacheDataSource = createCacheDataSource(false, simulateUnknownLength);
assertReadDataContentLength(cacheDataSource, unboundedRequest, simulateUnknownLength); assertReadDataContentLength(cacheDataSource, unboundedRequest, simulateUnknownLength);
// Just read from cache // Just read from cache
@ -412,19 +391,14 @@ public final class CacheDataSourceTest {
private CacheDataSource createCacheDataSource(boolean setReadException, private CacheDataSource createCacheDataSource(boolean setReadException,
boolean simulateUnknownLength) { boolean simulateUnknownLength) {
return createCacheDataSource(setReadException, simulateUnknownLength, true);
}
private CacheDataSource createCacheDataSource(boolean setReadException,
boolean simulateUnknownLength, boolean syncFD) {
return createCacheDataSource(setReadException, simulateUnknownLength, return createCacheDataSource(setReadException, simulateUnknownLength,
CacheDataSource.FLAG_BLOCK_ON_CACHE, syncFD); CacheDataSource.FLAG_BLOCK_ON_CACHE);
} }
private CacheDataSource createCacheDataSource(boolean setReadException, private CacheDataSource createCacheDataSource(boolean setReadException,
boolean simulateUnknownLength, @CacheDataSource.Flags int flags, boolean syncFD) { boolean simulateUnknownLength, @CacheDataSource.Flags int flags) {
return createCacheDataSource(setReadException, simulateUnknownLength, flags, return createCacheDataSource(setReadException, simulateUnknownLength, flags,
new CacheDataSink(cache, MAX_CACHE_FILE_SIZE, syncFD)); new CacheDataSink(cache, MAX_CACHE_FILE_SIZE));
} }
private CacheDataSource createCacheDataSource(boolean setReadException, private CacheDataSource createCacheDataSource(boolean setReadException,

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Vorige snit</string> <string name="exo_controls_previous_description">"Vorige snit"</string>
<string name="exo_controls_next_description">Volgende snit</string> <string name="exo_controls_next_description">"Volgende snit"</string>
<string name="exo_controls_pause_description">Onderbreek</string> <string name="exo_controls_pause_description">"Wag"</string>
<string name="exo_controls_play_description">Speel</string> <string name="exo_controls_play_description">"Speel"</string>
<string name="exo_controls_stop_description">Stop</string> <string name="exo_controls_stop_description">"Stop"</string>
<string name="exo_controls_rewind_description">Spoel terug</string> <string name="exo_controls_rewind_description">"Spoel terug"</string>
<string name="exo_controls_fastforward_description">Spoel vorentoe</string> <string name="exo_controls_fastforward_description">"Vinnig vorentoe"</string>
<string name="exo_controls_repeat_off_description">Herhaal niks</string> <string name="exo_controls_repeat_all_description">"Herhaal alles"</string>
<string name="exo_controls_repeat_one_description">Herhaal een</string> <string name="exo_controls_repeat_off_description">"Herhaal niks"</string>
<string name="exo_controls_repeat_all_description">Herhaal alles</string> <string name="exo_controls_repeat_one_description">"Herhaal een"</string>
<string name="exo_controls_shuffle_description">Skommel</string> <string name="exo_controls_shuffle_description">"Skommel"</string>
<string name="exo_controls_fullscreen_description">Volskermmodus</string> <string name="exo_controls_fullscreen_description">Volskermmodus</string>
<string name="exo_download_queued">Aflaai op waglys</string>
<string name="exo_downloading">Laai tans af</string>
<string name="exo_download_completed">Aflaai is voltooi</string>
<string name="exo_download_failed">Kon nie aflaai nie</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">ቀዳሚ ትራክ</string> <string name="exo_controls_previous_description">"ቀዳሚ ትራክ"</string>
<string name="exo_controls_next_description">ቀጣይ ትራክ</string> <string name="exo_controls_next_description">"ቀጣይ ትራክ"</string>
<string name="exo_controls_pause_description">ላፍታ አቁም</string> <string name="exo_controls_pause_description">"ለአፍታ አቁም"</string>
<string name="exo_controls_play_description">አጫውት</string> <string name="exo_controls_play_description">"አጫውት"</string>
<string name="exo_controls_stop_description">አቁም</string> <string name="exo_controls_stop_description">"አቁም"</string>
<string name="exo_controls_rewind_description">ወደኋላ መልስ</string> <string name="exo_controls_rewind_description">"ወደኋላ አጠንጥን"</string>
<string name="exo_controls_fastforward_description">በፍጥነት አሳልፍ</string> <string name="exo_controls_fastforward_description">"በፍጥነት አሳልፍ"</string>
<string name="exo_controls_repeat_off_description">ምንም አትድገም</string> <string name="exo_controls_repeat_all_description">"ሁሉንም ድገም"</string>
<string name="exo_controls_repeat_one_description">አንድ ድገም</string> <string name="exo_controls_repeat_off_description">"ምንም አትድገም"</string>
<string name="exo_controls_repeat_all_description">ሁሉንም ድገም</string> <string name="exo_controls_repeat_one_description">"አንዱን ድገም"</string>
<string name="exo_controls_shuffle_description">በውዝ</string> <string name="exo_controls_shuffle_description">"በው"</string>
<string name="exo_controls_fullscreen_description">የሙሉ ማያ ሁነታ</string> <string name="exo_controls_fullscreen_description">ባለ ሙሉ ማያ ገጽ ሁኔታ</string>
<string name="exo_download_queued">ማውረድ ወረፋ ይዟል</string>
<string name="exo_downloading">በማውረድ ላይ</string>
<string name="exo_download_completed">ማውረድ ተጠናቋል</string>
<string name="exo_download_failed">ማውረድ አልተሳካም</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">المقطع الصوتي السابق</string> <string name="exo_controls_previous_description">"المقطع الصوتي السابق"</string>
<string name="exo_controls_next_description">المقطع الصوتي التالي</string> <string name="exo_controls_next_description">"المقطع الصوتي التالي"</string>
<string name="exo_controls_pause_description">إيقاف مؤقت</string> <string name="exo_controls_pause_description">"إيقاف مؤقت"</string>
<string name="exo_controls_play_description">تشغيل</string> <string name="exo_controls_play_description">"تشغيل"</string>
<string name="exo_controls_stop_description">إيقاف</string> <string name="exo_controls_stop_description">"إيقاف"</string>
<string name="exo_controls_rewind_description">إرجاع</string> <string name="exo_controls_rewind_description">"إرجاع"</string>
<string name="exo_controls_fastforward_description">تقديم سريع</string> <string name="exo_controls_fastforward_description">"تقديم سريع"</string>
<string name="exo_controls_repeat_off_description">عدم التكرار</string> <string name="exo_controls_repeat_all_description">"تكرار الكل"</string>
<string name="exo_controls_repeat_one_description">تكرار مقطع صوتي واحد</string> <string name="exo_controls_repeat_off_description">"عدم التكرار"</string>
<string name="exo_controls_repeat_all_description">تكرار الكل</string> <string name="exo_controls_repeat_one_description">"تكرار مقطع واحد"</string>
<string name="exo_controls_shuffle_description">ترتيب عشوائي</string> <string name="exo_controls_shuffle_description">"ترتيب عشوائي"</string>
<string name="exo_controls_fullscreen_description">وضع ملء الشاشة</string> <string name="exo_controls_fullscreen_description">وضع ملء الشاشة</string>
<string name="exo_download_queued">التنزيل قيد الانتظار</string>
<string name="exo_downloading">تحميل</string>
<string name="exo_download_completed">اكتمل التنزيل</string>
<string name="exo_download_failed">تعذّر التنزيل</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Prethodna pesma</string> <string name="exo_controls_previous_description">"Prethodna pesma"</string>
<string name="exo_controls_next_description">Sledeća pesma</string> <string name="exo_controls_next_description">"Sledeća pesma"</string>
<string name="exo_controls_pause_description">Pauziraj</string> <string name="exo_controls_pause_description">"Pauza"</string>
<string name="exo_controls_play_description">Pusti</string> <string name="exo_controls_play_description">"Pusti"</string>
<string name="exo_controls_stop_description">Zaustavi</string> <string name="exo_controls_stop_description">"Zaustavi"</string>
<string name="exo_controls_rewind_description">Premotaj unazad</string> <string name="exo_controls_rewind_description">"Premotaj unazad"</string>
<string name="exo_controls_fastforward_description">Premotaj unapred</string> <string name="exo_controls_fastforward_description">"Premotaj unapred"</string>
<string name="exo_controls_repeat_off_description">Ne ponavljaj nijednu</string> <string name="exo_controls_repeat_all_description">"Ponovi sve"</string>
<string name="exo_controls_repeat_one_description">Ponovi jednu</string> <string name="exo_controls_repeat_off_description">"Ne ponavljaj nijednu"</string>
<string name="exo_controls_repeat_all_description">Ponovi sve</string> <string name="exo_controls_repeat_one_description">"Ponovi jednu"</string>
<string name="exo_controls_shuffle_description">Pusti nasumično</string> <string name="exo_controls_shuffle_description">"Pusti nasumično"</string>
<string name="exo_controls_fullscreen_description">Režim celog ekrana</string>
<string name="exo_download_queued">Preuzimanje je na čekanju</string>
<string name="exo_downloading">Preuzimanje</string>
<string name="exo_download_completed">Preuzimanje je završeno</string>
<string name="exo_download_failed">Preuzimanje nije uspelo</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Предишен запис</string> <string name="exo_controls_previous_description">"Предишен запис"</string>
<string name="exo_controls_next_description">Следващ запис</string> <string name="exo_controls_next_description">"Следващ запис"</string>
<string name="exo_controls_pause_description">Поставяне на пауза</string> <string name="exo_controls_pause_description">"Пауза"</string>
<string name="exo_controls_play_description">Възпроизвеждане</string> <string name="exo_controls_play_description">"Пускане"</string>
<string name="exo_controls_stop_description">Спиране</string> <string name="exo_controls_stop_description">"Спиране"</string>
<string name="exo_controls_rewind_description">Превъртане назад</string> <string name="exo_controls_rewind_description">"Превъртане назад"</string>
<string name="exo_controls_fastforward_description">Превъртане напред</string> <string name="exo_controls_fastforward_description">"Превъртане напред"</string>
<string name="exo_controls_repeat_off_description">Без повтаряне</string> <string name="exo_controls_repeat_all_description">"Повтаряне на всички"</string>
<string name="exo_controls_repeat_one_description">Повтаряне на един елемент</string> <string name="exo_controls_repeat_off_description">"Без повтаряне"</string>
<string name="exo_controls_repeat_all_description">Повтаряне на всички</string> <string name="exo_controls_repeat_one_description">"Повтаряне на един елемент"</string>
<string name="exo_controls_shuffle_description">Разбъркване</string> <string name="exo_controls_shuffle_description">"Разбъркване"</string>
<string name="exo_controls_fullscreen_description">Режим на цял екран</string>
<string name="exo_download_queued">Изтеглянето е в опашката</string>
<string name="exo_downloading">Изтегля се</string>
<string name="exo_download_completed">Изтеглянето завърши</string>
<string name="exo_download_failed">Изтеглянето не бе успешно</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Pista anterior</string> <string name="exo_controls_previous_description">"Ruta anterior"</string>
<string name="exo_controls_next_description">Pista següent</string> <string name="exo_controls_next_description">"Ruta següent"</string>
<string name="exo_controls_pause_description">Posa en pausa</string> <string name="exo_controls_pause_description">"Posa en pausa"</string>
<string name="exo_controls_play_description">Reprodueix</string> <string name="exo_controls_play_description">"Reprodueix"</string>
<string name="exo_controls_stop_description">Atura</string> <string name="exo_controls_stop_description">"Atura"</string>
<string name="exo_controls_rewind_description">Rebobina</string> <string name="exo_controls_rewind_description">"Rebobina"</string>
<string name="exo_controls_fastforward_description">Avança ràpidament</string> <string name="exo_controls_fastforward_description">"Avança ràpidament"</string>
<string name="exo_controls_repeat_off_description">No en repeteixis cap</string> <string name="exo_controls_repeat_all_description">"Repeteix-ho tot"</string>
<string name="exo_controls_repeat_one_description">Repeteix una</string> <string name="exo_controls_repeat_off_description">"No en repeteixis cap"</string>
<string name="exo_controls_repeat_all_description">Repeteix tot</string> <string name="exo_controls_repeat_one_description">"Repeteix-ne un"</string>
<string name="exo_controls_shuffle_description">Reprodueix aleatòriament</string> <string name="exo_controls_shuffle_description">"Reprodueix aleatòriament"</string>
<string name="exo_controls_fullscreen_description">Mode de pantalla completa</string>
<string name="exo_download_queued">La baixada s\'ha posat a la cua</string>
<string name="exo_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>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Předchozí skladba</string> <string name="exo_controls_previous_description">"Předchozí skladba"</string>
<string name="exo_controls_next_description">Další skladba</string> <string name="exo_controls_next_description">"Další skladba"</string>
<string name="exo_controls_pause_description">Pozastavit</string> <string name="exo_controls_pause_description">"Pozastavit"</string>
<string name="exo_controls_play_description">Přehrát</string> <string name="exo_controls_play_description">"Přehrát"</string>
<string name="exo_controls_stop_description">Zastavit</string> <string name="exo_controls_stop_description">"Zastavit"</string>
<string name="exo_controls_rewind_description">Přetočit zpět</string> <string name="exo_controls_rewind_description">"Přetočit zpět"</string>
<string name="exo_controls_fastforward_description">Rychle vpřed</string> <string name="exo_controls_fastforward_description">"Přetočit vpřed"</string>
<string name="exo_controls_repeat_off_description">Neopakovat</string> <string name="exo_controls_repeat_all_description">"Opakovat vše"</string>
<string name="exo_controls_repeat_one_description">Opakovat jednu</string> <string name="exo_controls_repeat_off_description">"Neopakovat"</string>
<string name="exo_controls_repeat_all_description">Opakovat vše</string> <string name="exo_controls_repeat_one_description">"Opakovat jednu položku"</string>
<string name="exo_controls_shuffle_description">Náhodně</string> <string name="exo_controls_shuffle_description">"Náhodně"</string>
<string name="exo_controls_fullscreen_description">Režim celé obrazovky</string>
<string name="exo_download_queued">Zařazeno do fronty stahování</string>
<string name="exo_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>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Afspil forrige</string> <string name="exo_controls_previous_description">"Forrige nummer"</string>
<string name="exo_controls_next_description">Afspil næste</string> <string name="exo_controls_next_description">"Næste nummer"</string>
<string name="exo_controls_pause_description">Sæt på pause</string> <string name="exo_controls_pause_description">"Pause"</string>
<string name="exo_controls_play_description">Afspil</string> <string name="exo_controls_play_description">"Afspil"</string>
<string name="exo_controls_stop_description">Stop</string> <string name="exo_controls_stop_description">"Stop"</string>
<string name="exo_controls_rewind_description">Spol tilbage</string> <string name="exo_controls_rewind_description">"Spol tilbage"</string>
<string name="exo_controls_fastforward_description">Spol frem</string> <string name="exo_controls_fastforward_description">"Spol frem"</string>
<string name="exo_controls_repeat_off_description">Gentag ingen</string> <string name="exo_controls_repeat_all_description">"Gentag alle"</string>
<string name="exo_controls_repeat_one_description">Gentag én</string> <string name="exo_controls_repeat_off_description">"Gentag ingen"</string>
<string name="exo_controls_repeat_all_description">Gentag alle</string> <string name="exo_controls_repeat_one_description">"Gentag en"</string>
<string name="exo_controls_shuffle_description">Bland</string> <string name="exo_controls_shuffle_description">"Bland"</string>
<string name="exo_controls_fullscreen_description">Fuld skærm</string>
<string name="exo_download_queued">Downloaden er i kø</string>
<string name="exo_downloading">Download</string>
<string name="exo_download_completed">Downloaden er udført</string>
<string name="exo_download_failed">Download mislykkedes</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Vorheriger Titel</string> <string name="exo_controls_previous_description">"Vorheriger Titel"</string>
<string name="exo_controls_next_description">Nächster Titel</string> <string name="exo_controls_next_description">"Nächster Titel"</string>
<string name="exo_controls_pause_description">Pausieren</string> <string name="exo_controls_pause_description">"Pausieren"</string>
<string name="exo_controls_play_description">Wiedergeben</string> <string name="exo_controls_play_description">"Wiedergabe"</string>
<string name="exo_controls_stop_description">Beenden</string> <string name="exo_controls_stop_description">"Beenden"</string>
<string name="exo_controls_rewind_description">Zurückspulen</string> <string name="exo_controls_rewind_description">"Zurückspulen"</string>
<string name="exo_controls_fastforward_description">Vorspulen</string> <string name="exo_controls_fastforward_description">"Vorspulen"</string>
<string name="exo_controls_repeat_off_description">Keinen wiederholen</string> <string name="exo_controls_repeat_all_description">"Alle wiederholen"</string>
<string name="exo_controls_repeat_one_description">Einen wiederholen</string> <string name="exo_controls_repeat_off_description">"Keinen Titel wiederholen"</string>
<string name="exo_controls_repeat_all_description">Alle wiederholen</string> <string name="exo_controls_repeat_one_description">"Einen Titel wiederholen"</string>
<string name="exo_controls_shuffle_description">Zufallsmix</string> <string name="exo_controls_shuffle_description">"Zufallsmix"</string>
<string name="exo_controls_fullscreen_description">Vollbildmodus</string> <string name="exo_controls_fullscreen_description">Vollbildmodus</string>
<string name="exo_download_queued">Download in der Warteschlange</string>
<string name="exo_downloading">Wird heruntergeladen</string>
<string name="exo_download_completed">Download abgeschlossen</string>
<string name="exo_download_failed">Download fehlgeschlagen</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Προηγούμενο κομμάτι</string> <string name="exo_controls_previous_description">"Προηγούμενο κομμάτι"</string>
<string name="exo_controls_next_description">Επόμενο κομμάτι</string> <string name="exo_controls_next_description">"Επόμενο κομμάτι"</string>
<string name="exo_controls_pause_description">Παύση</string> <string name="exo_controls_pause_description">"Παύση"</string>
<string name="exo_controls_play_description">Αναπαραγωγή</string> <string name="exo_controls_play_description">"Αναπαραγωγή"</string>
<string name="exo_controls_stop_description">Διακοπή</string> <string name="exo_controls_stop_description">"Διακοπή"</string>
<string name="exo_controls_rewind_description">Επαναφορά</string> <string name="exo_controls_rewind_description">"Επαναφορά"</string>
<string name="exo_controls_fastforward_description">Γρήγορη προώθηση</string> <string name="exo_controls_fastforward_description">"Γρήγορη προώθηση"</string>
<string name="exo_controls_repeat_off_description">Καμία επανάληψη</string> <string name="exo_controls_repeat_all_description">"Επανάληψη όλων"</string>
<string name="exo_controls_repeat_one_description">Επανάληψη ενός κομματιού</string> <string name="exo_controls_repeat_off_description">"Καμία επανάληψη"</string>
<string name="exo_controls_repeat_all_description">Επανάληψη όλων</string> <string name="exo_controls_repeat_one_description">"Επανάληψη ενός στοιχείου"</string>
<string name="exo_controls_shuffle_description">Τυχαία αναπαραγωγή</string> <string name="exo_controls_shuffle_description">"Τυχαία αναπαραγωγή"</string>
<string name="exo_controls_fullscreen_description">Λειτουργία πλήρους οθόνης</string> <string name="exo_controls_fullscreen_description">Λειτουργία πλήρους οθόνης</string>
<string name="exo_download_queued">Η λήψη προστέθηκε στην ουρά</string>
<string name="exo_downloading">Λήψη</string>
<string name="exo_download_completed">Η λήψη ολοκληρώθηκε</string>
<string name="exo_download_failed">Η λήψη απέτυχε</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Previous track</string> <string name="exo_controls_previous_description">"Previous track"</string>
<string name="exo_controls_next_description">Next track</string> <string name="exo_controls_next_description">"Next track"</string>
<string name="exo_controls_pause_description">Pause</string> <string name="exo_controls_pause_description">"Pause"</string>
<string name="exo_controls_play_description">Play</string> <string name="exo_controls_play_description">"Play"</string>
<string name="exo_controls_stop_description">Stop</string> <string name="exo_controls_stop_description">"Stop"</string>
<string name="exo_controls_rewind_description">Rewind</string> <string name="exo_controls_rewind_description">"Rewind"</string>
<string name="exo_controls_fastforward_description">Fast-forward</string> <string name="exo_controls_fastforward_description">"Fast-forward"</string>
<string name="exo_controls_repeat_off_description">Repeat none</string> <string name="exo_controls_repeat_all_description">"Repeat all"</string>
<string name="exo_controls_repeat_one_description">Repeat one</string> <string name="exo_controls_repeat_off_description">"Repeat none"</string>
<string name="exo_controls_repeat_all_description">Repeat all</string> <string name="exo_controls_repeat_one_description">"Repeat one"</string>
<string name="exo_controls_shuffle_description">Shuffle</string> <string name="exo_controls_shuffle_description">"Shuffle"</string>
<string name="exo_controls_fullscreen_description">Full-screen mode</string>
<string name="exo_download_queued">Download queued</string>
<string name="exo_downloading">Downloading</string>
<string name="exo_download_completed">Download completed</string>
<string name="exo_download_failed">Download failed</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Previous track</string> <string name="exo_controls_previous_description">"Previous track"</string>
<string name="exo_controls_next_description">Next track</string> <string name="exo_controls_next_description">"Next track"</string>
<string name="exo_controls_pause_description">Pause</string> <string name="exo_controls_pause_description">"Pause"</string>
<string name="exo_controls_play_description">Play</string> <string name="exo_controls_play_description">"Play"</string>
<string name="exo_controls_stop_description">Stop</string> <string name="exo_controls_stop_description">"Stop"</string>
<string name="exo_controls_rewind_description">Rewind</string> <string name="exo_controls_rewind_description">"Rewind"</string>
<string name="exo_controls_fastforward_description">Fast-forward</string> <string name="exo_controls_fastforward_description">"Fast-forward"</string>
<string name="exo_controls_repeat_off_description">Repeat none</string> <string name="exo_controls_repeat_all_description">"Repeat all"</string>
<string name="exo_controls_repeat_one_description">Repeat one</string> <string name="exo_controls_repeat_off_description">"Repeat none"</string>
<string name="exo_controls_repeat_all_description">Repeat all</string> <string name="exo_controls_repeat_one_description">"Repeat one"</string>
<string name="exo_controls_shuffle_description">Shuffle</string> <string name="exo_controls_shuffle_description">"Shuffle"</string>
<string name="exo_controls_fullscreen_description">Full-screen mode</string> <string name="exo_controls_fullscreen_description">Fullscreen mode</string>
<string name="exo_download_queued">Download queued</string>
<string name="exo_downloading">Downloading</string>
<string name="exo_download_completed">Download completed</string>
<string name="exo_download_failed">Download failed</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Previous track</string> <string name="exo_controls_previous_description">"Previous track"</string>
<string name="exo_controls_next_description">Next track</string> <string name="exo_controls_next_description">"Next track"</string>
<string name="exo_controls_pause_description">Pause</string> <string name="exo_controls_pause_description">"Pause"</string>
<string name="exo_controls_play_description">Play</string> <string name="exo_controls_play_description">"Play"</string>
<string name="exo_controls_stop_description">Stop</string> <string name="exo_controls_stop_description">"Stop"</string>
<string name="exo_controls_rewind_description">Rewind</string> <string name="exo_controls_rewind_description">"Rewind"</string>
<string name="exo_controls_fastforward_description">Fast-forward</string> <string name="exo_controls_fastforward_description">"Fast-forward"</string>
<string name="exo_controls_repeat_off_description">Repeat none</string> <string name="exo_controls_repeat_all_description">"Repeat all"</string>
<string name="exo_controls_repeat_one_description">Repeat one</string> <string name="exo_controls_repeat_off_description">"Repeat none"</string>
<string name="exo_controls_repeat_all_description">Repeat all</string> <string name="exo_controls_repeat_one_description">"Repeat one"</string>
<string name="exo_controls_shuffle_description">Shuffle</string> <string name="exo_controls_shuffle_description">"Shuffle"</string>
<string name="exo_controls_fullscreen_description">Full-screen mode</string> <string name="exo_controls_fullscreen_description">Fullscreen mode</string>
<string name="exo_download_queued">Download queued</string>
<string name="exo_downloading">Downloading</string>
<string name="exo_download_completed">Download completed</string>
<string name="exo_download_failed">Download failed</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Pista anterior</string> <string name="exo_controls_previous_description">"Pista anterior"</string>
<string name="exo_controls_next_description">Pista siguiente</string> <string name="exo_controls_next_description">"Siguiente pista"</string>
<string name="exo_controls_pause_description">Pausar</string> <string name="exo_controls_pause_description">"Pausar"</string>
<string name="exo_controls_play_description">Reproducir</string> <string name="exo_controls_play_description">"Reproducir"</string>
<string name="exo_controls_stop_description">Detener</string> <string name="exo_controls_stop_description">"Detener"</string>
<string name="exo_controls_rewind_description">Retroceder</string> <string name="exo_controls_rewind_description">"Retroceder"</string>
<string name="exo_controls_fastforward_description">Avanzar</string> <string name="exo_controls_fastforward_description">"Avanzar"</string>
<string name="exo_controls_repeat_off_description">No repetir</string> <string name="exo_controls_repeat_all_description">"Repetir todo"</string>
<string name="exo_controls_repeat_one_description">Repetir uno</string> <string name="exo_controls_repeat_off_description">"No repetir"</string>
<string name="exo_controls_repeat_all_description">Repetir todo</string> <string name="exo_controls_repeat_one_description">"Repetir uno"</string>
<string name="exo_controls_shuffle_description">Reproducir aleatoriamente</string> <string name="exo_controls_shuffle_description">"Reproducir aleatoriamente"</string>
<string name="exo_controls_fullscreen_description">Modo de pantalla completa</string>
<string name="exo_download_queued">Descarga en fila</string>
<string name="exo_downloading">Descargando</string>
<string name="exo_download_completed">Se completó la descarga</string>
<string name="exo_download_failed">No se pudo descargar</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Pista anterior</string> <string name="exo_controls_previous_description">"Canción anterior"</string>
<string name="exo_controls_next_description">Siguiente pista</string> <string name="exo_controls_next_description">"Siguiente canción"</string>
<string name="exo_controls_pause_description">Pausar</string> <string name="exo_controls_pause_description">"Pausar"</string>
<string name="exo_controls_play_description">Reproducir</string> <string name="exo_controls_play_description">"Reproducir"</string>
<string name="exo_controls_stop_description">Detener</string> <string name="exo_controls_stop_description">"Detener"</string>
<string name="exo_controls_rewind_description">Rebobinar</string> <string name="exo_controls_rewind_description">"Rebobinar"</string>
<string name="exo_controls_fastforward_description">Avanzar rápidamente</string> <string name="exo_controls_fastforward_description">"Avance rápido"</string>
<string name="exo_controls_repeat_off_description">No repetir</string> <string name="exo_controls_repeat_all_description">"Repetir todo"</string>
<string name="exo_controls_repeat_one_description">Repetir uno</string> <string name="exo_controls_repeat_off_description">"No repetir"</string>
<string name="exo_controls_repeat_all_description">Repetir todo</string> <string name="exo_controls_repeat_one_description">"Repetir uno"</string>
<string name="exo_controls_shuffle_description">Reproducir aleatoriamente</string> <string name="exo_controls_shuffle_description">"Reproducción aleatoria"</string>
<string name="exo_controls_fullscreen_description">Modo de pantalla completa</string> <string name="exo_controls_fullscreen_description">Modo de pantalla completa</string>
<string name="exo_download_queued">Descarga en cola</string>
<string name="exo_downloading">Descarga de archivos</string>
<string name="exo_download_completed">Descarga de archivos completado</string>
<string name="exo_download_failed">No se ha podido descargar</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">آهنگ قبلی</string> <string name="exo_controls_previous_description">"آهنگ قبلی"</string>
<string name="exo_controls_next_description">آهنگ بعدی</string> <string name="exo_controls_next_description">"آهنگ بعدی"</string>
<string name="exo_controls_pause_description">مکث</string> <string name="exo_controls_pause_description">"مکث"</string>
<string name="exo_controls_play_description">پخش</string> <string name="exo_controls_play_description">"پخش"</string>
<string name="exo_controls_stop_description">توقف</string> <string name="exo_controls_stop_description">"توقف"</string>
<string name="exo_controls_rewind_description">عقب بردن</string> <string name="exo_controls_rewind_description">"عقب بردن"</string>
<string name="exo_controls_fastforward_description">جلو بردن سریع</string> <string name="exo_controls_fastforward_description">"جلو بردن سریع"</string>
<string name="exo_controls_repeat_off_description">تکرار هیچ‌کدام</string> <string name="exo_controls_repeat_all_description">"تکرار همه"</string>
<string name="exo_controls_repeat_one_description">یکبار تکرار</string> <string name="exo_controls_repeat_off_description">"تکرار هیچ‌کدام"</string>
<string name="exo_controls_repeat_all_description">تکرار همه</string> <string name="exo_controls_repeat_one_description">"یک‌بار تکرار"</string>
<string name="exo_controls_shuffle_description">درهم</string> <string name="exo_controls_shuffle_description">"پخش درهم"</string>
<string name="exo_controls_fullscreen_description">حالت تمام‌صفحه</string> <string name="exo_controls_fullscreen_description">حالت تمام صفحه</string>
<string name="exo_download_queued">درانتظار بارگیری</string>
<string name="exo_downloading">درحال بارگیری</string>
<string name="exo_download_completed">بارگیری کامل شد</string>
<string name="exo_download_failed">بارگیری نشد</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Edellinen kappale</string> <string name="exo_controls_previous_description">"Edellinen raita"</string>
<string name="exo_controls_next_description">Seuraava kappale</string> <string name="exo_controls_next_description">"Seuraava raita"</string>
<string name="exo_controls_pause_description">Keskeytä</string> <string name="exo_controls_pause_description">"Tauko"</string>
<string name="exo_controls_play_description">Toista</string> <string name="exo_controls_play_description">"Toista"</string>
<string name="exo_controls_stop_description">Lopeta</string> <string name="exo_controls_stop_description">"Seis"</string>
<string name="exo_controls_rewind_description">Kelaa taaksepäin</string> <string name="exo_controls_rewind_description">"Kelaa taakse"</string>
<string name="exo_controls_fastforward_description">Kelaa eteenpäin</string> <string name="exo_controls_fastforward_description">"Kelaa eteen"</string>
<string name="exo_controls_repeat_off_description">Ei uudelleentoistoa</string> <string name="exo_controls_repeat_all_description">"Toista kaikki"</string>
<string name="exo_controls_repeat_one_description">Toista yksi uudelleen</string> <string name="exo_controls_repeat_off_description">"Toista ei mitään"</string>
<string name="exo_controls_repeat_all_description">Toista kaikki uudelleen</string> <string name="exo_controls_repeat_one_description">"Toista yksi"</string>
<string name="exo_controls_shuffle_description">Satunnaistoisto</string> <string name="exo_controls_shuffle_description">"Toista satunnaisesti"</string>
<string name="exo_controls_fullscreen_description">Koko näytön tila</string>
<string name="exo_download_queued">Lataus jonossa</string>
<string name="exo_downloading">Ladataan</string>
<string name="exo_download_completed">Lataus valmis</string>
<string name="exo_download_failed">Lataus epäonnistui</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Chanson précédente</string> <string name="exo_controls_previous_description">"Chanson précédente"</string>
<string name="exo_controls_next_description">Chanson suivante</string> <string name="exo_controls_next_description">"Chanson suivante"</string>
<string name="exo_controls_pause_description">Pause</string> <string name="exo_controls_pause_description">"Pause"</string>
<string name="exo_controls_play_description">Lire</string> <string name="exo_controls_play_description">"Lecture"</string>
<string name="exo_controls_stop_description">Arrêter</string> <string name="exo_controls_stop_description">"Arrêter"</string>
<string name="exo_controls_rewind_description">Retour arrière</string> <string name="exo_controls_rewind_description">"Reculer"</string>
<string name="exo_controls_fastforward_description">Avance rapide</string> <string name="exo_controls_fastforward_description">"Avance rapide"</string>
<string name="exo_controls_repeat_off_description">Ne rien lire en boucle</string> <string name="exo_controls_repeat_all_description">"Tout lire en boucle"</string>
<string name="exo_controls_repeat_one_description">Lire une chanson en boucle</string> <string name="exo_controls_repeat_off_description">"Aucune répétition"</string>
<string name="exo_controls_repeat_all_description">Tout lire en boucle</string> <string name="exo_controls_repeat_one_description">"Répéter un élément"</string>
<string name="exo_controls_shuffle_description">Lecture aléatoire</string> <string name="exo_controls_shuffle_description">"Lecture aléatoire"</string>
<string name="exo_controls_fullscreen_description">Mode Plein écran</string>
<string name="exo_download_queued">File d\'attente de télécharg.</string>
<string name="exo_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>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Titre précédent</string> <string name="exo_controls_previous_description">"Piste précédente"</string>
<string name="exo_controls_next_description">Titre suivant</string> <string name="exo_controls_next_description">"Piste suivante"</string>
<string name="exo_controls_pause_description">Pause</string> <string name="exo_controls_pause_description">"Interrompre"</string>
<string name="exo_controls_play_description">Lecture</string> <string name="exo_controls_play_description">"Lire"</string>
<string name="exo_controls_stop_description">Arrêter</string> <string name="exo_controls_stop_description">"Arrêter"</string>
<string name="exo_controls_rewind_description">Retour arrière</string> <string name="exo_controls_rewind_description">"Retour arrière"</string>
<string name="exo_controls_fastforward_description">Avance rapide</string> <string name="exo_controls_fastforward_description">"Avance rapide"</string>
<string name="exo_controls_repeat_off_description">Ne rien lire en boucle</string> <string name="exo_controls_repeat_all_description">"Tout lire en boucle"</string>
<string name="exo_controls_repeat_one_description">Lire un titre en boucle</string> <string name="exo_controls_repeat_off_description">"Ne rien lire en boucle"</string>
<string name="exo_controls_repeat_all_description">Tout lire en boucle</string> <string name="exo_controls_repeat_one_description">"Lire en boucle un élément"</string>
<string name="exo_controls_shuffle_description">Aléatoire</string> <string name="exo_controls_shuffle_description">"Lire en mode aléatoire"</string>
<string name="exo_controls_fullscreen_description">Mode plein écran</string> <string name="exo_controls_fullscreen_description">Mode plein écran</string>
<string name="exo_download_queued">Téléchargement en attente</string>
<string name="exo_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>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">पिछला ट्रैक</string> <string name="exo_controls_previous_description">"पिछला ट्रैक"</string>
<string name="exo_controls_next_description">अगला ट्रैक</string> <string name="exo_controls_next_description">"अगला ट्रैक"</string>
<string name="exo_controls_pause_description">रोकें</string> <string name="exo_controls_pause_description">"रोकें"</string>
<string name="exo_controls_play_description">चलाएं</string> <string name="exo_controls_play_description">"चलाएं"</string>
<string name="exo_controls_stop_description">बंद करें</string> <string name="exo_controls_stop_description">"बंद करें"</string>
<string name="exo_controls_rewind_description">पीछे ले जाएं</string> <string name="exo_controls_rewind_description">"रिवाइंड करें"</string>
<string name="exo_controls_fastforward_description">तेज़ी से आगे बढ़ाएं</string> <string name="exo_controls_fastforward_description">"फ़ास्ट फ़ॉरवर्ड"</string>
<string name="exo_controls_repeat_off_description">किसी को न दोहराएं</string> <string name="exo_controls_repeat_all_description">"सभी को दोहराएं"</string>
<string name="exo_controls_repeat_one_description">एक को दोहराएं</string> <string name="exo_controls_repeat_off_description">"कुछ भी न दोहराएं"</string>
<string name="exo_controls_repeat_all_description">सभी को दोहराएं</string> <string name="exo_controls_repeat_one_description">"एक दोहराएं"</string>
<string name="exo_controls_shuffle_description">शफ़ल करें</string> <string name="exo_controls_shuffle_description">"शफ़ल करें"</string>
<string name="exo_controls_fullscreen_description">फ़ुलस्क्रीन मोड</string> <string name="exo_controls_fullscreen_description">पूर्ण-स्क्रीन मोड</string>
<string name="exo_download_queued">डाउनलोड को कतार में लगाया गया</string>
<string name="exo_downloading">डाउनलोड हो रहा है</string>
<string name="exo_download_completed">डाउनलोड पूरा हुआ</string>
<string name="exo_download_failed">डाउनलोड नहीं हो सका</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Prethodni zapis</string> <string name="exo_controls_previous_description">"Prethodna pjesma"</string>
<string name="exo_controls_next_description">Sljedeći zapis</string> <string name="exo_controls_next_description">"Sljedeća pjesma"</string>
<string name="exo_controls_pause_description">Pauza</string> <string name="exo_controls_pause_description">"Pauziraj"</string>
<string name="exo_controls_play_description">Reproduciraj</string> <string name="exo_controls_play_description">"Reproduciraj"</string>
<string name="exo_controls_stop_description">Zaustavi</string> <string name="exo_controls_stop_description">"Zaustavi"</string>
<string name="exo_controls_rewind_description">Unatrag</string> <string name="exo_controls_rewind_description">"Unatrag"</string>
<string name="exo_controls_fastforward_description">Brzo unaprijed</string> <string name="exo_controls_fastforward_description">"Brzo unaprijed"</string>
<string name="exo_controls_repeat_off_description">Bez ponavljanja</string> <string name="exo_controls_repeat_all_description">"Ponovi sve"</string>
<string name="exo_controls_repeat_one_description">Ponovi jedno</string> <string name="exo_controls_repeat_off_description">"Bez ponavljanja"</string>
<string name="exo_controls_repeat_all_description">Ponovi sve</string> <string name="exo_controls_repeat_one_description">"Ponovi jedno"</string>
<string name="exo_controls_shuffle_description">Reproduciraj nasumično</string> <string name="exo_controls_shuffle_description">"Reproduciraj nasumično"</string>
<string name="exo_controls_fullscreen_description">Prikaz na cijelom zaslonu</string> <string name="exo_controls_fullscreen_description">Prikaz na cijelom zaslonu</string>
<string name="exo_download_queued">Preuzimanje na čekanju</string>
<string name="exo_downloading">Preuzimanje datoteka</string>
<string name="exo_download_completed">Preuzimanje je dovršeno</string>
<string name="exo_download_failed">Preuzimanje nije uspjelo</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Előző szám</string> <string name="exo_controls_previous_description">"Előző szám"</string>
<string name="exo_controls_next_description">Következő szám</string> <string name="exo_controls_next_description">"Következő szám"</string>
<string name="exo_controls_pause_description">Szüneteltetés</string> <string name="exo_controls_pause_description">"Szünet"</string>
<string name="exo_controls_play_description">Lejátszás</string> <string name="exo_controls_play_description">"Lejátszás"</string>
<string name="exo_controls_stop_description">Leállítás</string> <string name="exo_controls_stop_description">"Leállítás"</string>
<string name="exo_controls_rewind_description">Visszatekerés</string> <string name="exo_controls_rewind_description">"Visszatekerés"</string>
<string name="exo_controls_fastforward_description">Előretekerés</string> <string name="exo_controls_fastforward_description">"Előretekerés"</string>
<string name="exo_controls_repeat_off_description">Nincs ismétlés</string> <string name="exo_controls_repeat_all_description">"Összes ismétlése"</string>
<string name="exo_controls_repeat_one_description">Egy szám ismétlése</string> <string name="exo_controls_repeat_off_description">"Nincs ismétlés"</string>
<string name="exo_controls_repeat_all_description">Összes szám ismétlése</string> <string name="exo_controls_repeat_one_description">"Egy ismétlése"</string>
<string name="exo_controls_shuffle_description">Keverés</string> <string name="exo_controls_shuffle_description">"Véletlenszerű lejátszás"</string>
<string name="exo_controls_fullscreen_description">Teljes képernyős mód</string> <string name="exo_controls_fullscreen_description">Teljes képernyős mód</string>
<string name="exo_download_queued">Letöltés várólistára helyezve</string>
<string name="exo_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>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Lagu sebelumnya</string> <string name="exo_controls_previous_description">"Lagu sebelumnya"</string>
<string name="exo_controls_next_description">Lagu berikutnya</string> <string name="exo_controls_next_description">"Lagu berikutnya"</string>
<string name="exo_controls_pause_description">Jeda</string> <string name="exo_controls_pause_description">"Jeda"</string>
<string name="exo_controls_play_description">Putar</string> <string name="exo_controls_play_description">"Putar"</string>
<string name="exo_controls_stop_description">Berhenti</string> <string name="exo_controls_stop_description">"Berhenti"</string>
<string name="exo_controls_rewind_description">Putar Ulang</string> <string name="exo_controls_rewind_description">"Putar Ulang"</string>
<string name="exo_controls_fastforward_description">Maju cepat</string> <string name="exo_controls_fastforward_description">"Maju cepat"</string>
<string name="exo_controls_repeat_off_description">Jangan ulangi</string> <string name="exo_controls_repeat_all_description">"Ulangi Semua"</string>
<string name="exo_controls_repeat_one_description">Ulangi 1</string> <string name="exo_controls_repeat_off_description">"Jangan Ulangi"</string>
<string name="exo_controls_repeat_all_description">Ulangi semua</string> <string name="exo_controls_repeat_one_description">"Ulangi Satu"</string>
<string name="exo_controls_shuffle_description">Acak</string> <string name="exo_controls_shuffle_description">"Acak"</string>
<string name="exo_controls_fullscreen_description">Mode layar penuh</string>
<string name="exo_download_queued">Download masih dalam antrean</string>
<string name="exo_downloading">Mendownload</string>
<string name="exo_download_completed">Download selesai</string>
<string name="exo_download_failed">Download gagal</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Traccia precedente</string> <string name="exo_controls_previous_description">"Traccia precedente"</string>
<string name="exo_controls_next_description">Traccia successiva</string> <string name="exo_controls_next_description">"Traccia successiva"</string>
<string name="exo_controls_pause_description">Pausa</string> <string name="exo_controls_pause_description">"Metti in pausa"</string>
<string name="exo_controls_play_description">Riproduci</string> <string name="exo_controls_play_description">"Riproduci"</string>
<string name="exo_controls_stop_description">Interrompi</string> <string name="exo_controls_stop_description">"Interrompi"</string>
<string name="exo_controls_rewind_description">Riavvolgi</string> <string name="exo_controls_rewind_description">"Riavvolgi"</string>
<string name="exo_controls_fastforward_description">Avanti veloce</string> <string name="exo_controls_fastforward_description">"Avanti veloce"</string>
<string name="exo_controls_repeat_off_description">Non ripetere nulla</string> <string name="exo_controls_repeat_all_description">"Ripeti tutti"</string>
<string name="exo_controls_repeat_one_description">Ripeti uno</string> <string name="exo_controls_repeat_off_description">"Non ripetere nessuno"</string>
<string name="exo_controls_repeat_all_description">Ripeti tutto</string> <string name="exo_controls_repeat_one_description">"Ripeti uno"</string>
<string name="exo_controls_shuffle_description">Riproduzione casuale</string> <string name="exo_controls_shuffle_description">"Riproduci casualmente"</string>
<string name="exo_controls_fullscreen_description">Modalità a schermo intero</string> <string name="exo_controls_fullscreen_description">Modalità a schermo intero</string>
<string name="exo_download_queued">Download aggiunto alla coda</string>
<string name="exo_downloading">Download</string>
<string name="exo_download_completed">Download completato</string>
<string name="exo_download_failed">Download non riuscito</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">הרצועה הקודמת</string> <string name="exo_controls_previous_description">"הרצועה הקודמת"</string>
<string name="exo_controls_next_description">הרצועה הבאה</string> <string name="exo_controls_next_description">"הרצועה הבאה"</string>
<string name="exo_controls_pause_description">השהיה</string> <string name="exo_controls_pause_description">"השהה"</string>
<string name="exo_controls_play_description">הפעלה</string> <string name="exo_controls_play_description">"הפעל"</string>
<string name="exo_controls_stop_description">הפסקה</string> <string name="exo_controls_stop_description">"הפסק"</string>
<string name="exo_controls_rewind_description">הרצה אחורה</string> <string name="exo_controls_rewind_description">"הרץ אחורה"</string>
<string name="exo_controls_fastforward_description">הרצה קדימה</string> <string name="exo_controls_fastforward_description">"הרץ קדימה"</string>
<string name="exo_controls_repeat_off_description">אל תחזור על אף פריט</string> <string name="exo_controls_repeat_all_description">"חזור על הכל"</string>
<string name="exo_controls_repeat_one_description">חזור על פריט אחד</string> <string name="exo_controls_repeat_off_description">"אל תחזור על כלום"</string>
<string name="exo_controls_repeat_all_description">חזור על הכול</string> <string name="exo_controls_repeat_one_description">"חזור על פריט אחד"</string>
<string name="exo_controls_shuffle_description">ערבוב</string> <string name="exo_controls_shuffle_description">"ערבב"</string>
<string name="exo_controls_fullscreen_description">מצב מסך מלא</string>
<string name="exo_download_queued">ההורדה עדיין לא התחילה</string>
<string name="exo_downloading">מתבצעת הורדה</string>
<string name="exo_download_completed">ההורדה הושלמה</string>
<string name="exo_download_failed">ההורדה לא הושלמה</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">前のトラック</string> <string name="exo_controls_previous_description">"前のトラック"</string>
<string name="exo_controls_next_description">次のトラック</string> <string name="exo_controls_next_description">"次のトラック"</string>
<string name="exo_controls_pause_description">一時停止</string> <string name="exo_controls_pause_description">"一時停止"</string>
<string name="exo_controls_play_description">再生</string> <string name="exo_controls_play_description">"再生"</string>
<string name="exo_controls_stop_description">停止</string> <string name="exo_controls_stop_description">"停止"</string>
<string name="exo_controls_rewind_description">巻き戻し</string> <string name="exo_controls_rewind_description">"巻き戻し"</string>
<string name="exo_controls_fastforward_description">早送り</string> <string name="exo_controls_fastforward_description">"早送り"</string>
<string name="exo_controls_repeat_off_description">リピートなし</string> <string name="exo_controls_repeat_all_description">"全曲を繰り返し"</string>
<string name="exo_controls_repeat_one_description">1 曲をリピート</string> <string name="exo_controls_repeat_off_description">"繰り返しなし"</string>
<string name="exo_controls_repeat_all_description">全曲をリピート</string> <string name="exo_controls_repeat_one_description">"1曲を繰り返し"</string>
<string name="exo_controls_shuffle_description">シャッフル</string> <string name="exo_controls_shuffle_description">"シャッフル"</string>
<string name="exo_controls_fullscreen_description">全画面モード</string> <string name="exo_controls_fullscreen_description">フルスクリーンモード</string>
<string name="exo_download_queued">ダウンロードを待機しています</string>
<string name="exo_downloading">ダウンロードしています</string>
<string name="exo_download_completed">ダウンロードが完了しました</string>
<string name="exo_download_failed">ダウンロードに失敗しました</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">이전 트랙</string> <string name="exo_controls_previous_description">"이전 트랙"</string>
<string name="exo_controls_next_description">다음 트랙</string> <string name="exo_controls_next_description">"다음 트랙"</string>
<string name="exo_controls_pause_description">일시중지</string> <string name="exo_controls_pause_description">"일시중지"</string>
<string name="exo_controls_play_description">재생</string> <string name="exo_controls_play_description">"재생"</string>
<string name="exo_controls_stop_description">중지</string> <string name="exo_controls_stop_description">"중지"</string>
<string name="exo_controls_rewind_description">되감기</string> <string name="exo_controls_rewind_description">"되감기"</string>
<string name="exo_controls_fastforward_description">빨리 감기</string> <string name="exo_controls_fastforward_description">"빨리 감기"</string>
<string name="exo_controls_repeat_off_description">반복 안함</string> <string name="exo_controls_repeat_all_description">"전체 반복"</string>
<string name="exo_controls_repeat_one_description">현재 미디어 반복</string> <string name="exo_controls_repeat_off_description">"반복 안함"</string>
<string name="exo_controls_repeat_all_description">모두 반복</string> <string name="exo_controls_repeat_one_description">"한 항목 반복"</string>
<string name="exo_controls_shuffle_description">셔플</string> <string name="exo_controls_shuffle_description">"셔플"</string>
<string name="exo_controls_fullscreen_description">전체화면 모드</string> <string name="exo_controls_fullscreen_description">전체 화면 모드</string>
<string name="exo_download_queued">다운로드 대기 중</string>
<string name="exo_downloading">다운로드하는 중</string>
<string name="exo_download_completed">다운로드 완료</string>
<string name="exo_download_failed">다운로드 실패</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Ankstesnis takelis</string> <string name="exo_controls_previous_description">"Ankstesnis takelis"</string>
<string name="exo_controls_next_description">Kitas takelis</string> <string name="exo_controls_next_description">"Kitas takelis"</string>
<string name="exo_controls_pause_description">Pristabdyti</string> <string name="exo_controls_pause_description">"Pristabdyti"</string>
<string name="exo_controls_play_description">Leisti</string> <string name="exo_controls_play_description">"Leisti"</string>
<string name="exo_controls_stop_description">Sustabdyti</string> <string name="exo_controls_stop_description">"Stabdyti"</string>
<string name="exo_controls_rewind_description">Sukti atgal</string> <string name="exo_controls_rewind_description">"Sukti atgal"</string>
<string name="exo_controls_fastforward_description">Sukti pirmyn</string> <string name="exo_controls_fastforward_description">"Sukti pirmyn"</string>
<string name="exo_controls_repeat_off_description">Nekartoti nieko</string> <string name="exo_controls_repeat_all_description">"Kartoti viską"</string>
<string name="exo_controls_repeat_one_description">Kartoti vieną</string> <string name="exo_controls_repeat_off_description">"Nekartoti nieko"</string>
<string name="exo_controls_repeat_all_description">Kartoti viską</string> <string name="exo_controls_repeat_one_description">"Kartoti vieną"</string>
<string name="exo_controls_shuffle_description">Maišyti</string> <string name="exo_controls_shuffle_description">"Maišyti"</string>
<string name="exo_controls_fullscreen_description">Viso ekrano režimas</string> <string name="exo_controls_fullscreen_description">Viso ekrano režimas</string>
<string name="exo_download_queued">Atsisiunč. elem. laukia eilėje</string>
<string name="exo_downloading">Atsisiunčiama</string>
<string name="exo_download_completed">Atsisiuntimo procesas baigtas</string>
<string name="exo_download_failed">Nepavyko atsisiųsti</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Iepriekšējais ieraksts</string> <string name="exo_controls_previous_description">"Iepriekšējais ieraksts"</string>
<string name="exo_controls_next_description">Nākamais ieraksts</string> <string name="exo_controls_next_description">"Nākamais ieraksts"</string>
<string name="exo_controls_pause_description">Pauzēt</string> <string name="exo_controls_pause_description">"Pārtraukt"</string>
<string name="exo_controls_play_description">Atskaņot</string> <string name="exo_controls_play_description">"Atskaņot"</string>
<string name="exo_controls_stop_description">Apturēt</string> <string name="exo_controls_stop_description">"Apturēt"</string>
<string name="exo_controls_rewind_description">Attīt atpakaļ</string> <string name="exo_controls_rewind_description">"Attīt atpakaļ"</string>
<string name="exo_controls_fastforward_description">Pārtīt uz priekšu</string> <string name="exo_controls_fastforward_description">"Ātri patīt"</string>
<string name="exo_controls_repeat_off_description">Neatkārtot nevienu</string> <string name="exo_controls_repeat_all_description">"Atkārtot visu"</string>
<string name="exo_controls_repeat_one_description">Atkārtot vienu</string> <string name="exo_controls_repeat_off_description">"Neatkārtot nevienu"</string>
<string name="exo_controls_repeat_all_description">Atkārtot visu</string> <string name="exo_controls_repeat_one_description">"Atkārtot vienu"</string>
<string name="exo_controls_shuffle_description">Atskaņot jauktā secībā</string> <string name="exo_controls_shuffle_description">"Atskaņot jauktā secībā"</string>
<string name="exo_controls_fullscreen_description">Pilnekrāna režīms</string> <string name="exo_controls_fullscreen_description">Pilnekrāna režīms</string>
<string name="exo_download_queued">Lejupielāde gaida rindā</string>
<string name="exo_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>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Forrige spor</string> <string name="exo_controls_previous_description">"Forrige spor"</string>
<string name="exo_controls_next_description">Neste spor</string> <string name="exo_controls_next_description">"Neste spor"</string>
<string name="exo_controls_pause_description">Sett på pause</string> <string name="exo_controls_pause_description">"Sett på pause"</string>
<string name="exo_controls_play_description">Spill av</string> <string name="exo_controls_play_description">"Spill av"</string>
<string name="exo_controls_stop_description">Stopp</string> <string name="exo_controls_stop_description">"Stopp"</string>
<string name="exo_controls_rewind_description">Spol tilbake</string> <string name="exo_controls_rewind_description">"Tilbakespoling"</string>
<string name="exo_controls_fastforward_description">Spol forover</string> <string name="exo_controls_fastforward_description">"Fremoverspoling"</string>
<string name="exo_controls_repeat_off_description">Ikke gjenta noen</string> <string name="exo_controls_repeat_all_description">"Gjenta alle"</string>
<string name="exo_controls_repeat_one_description">Gjenta én</string> <string name="exo_controls_repeat_off_description">"Ikke gjenta noen"</string>
<string name="exo_controls_repeat_all_description">Gjenta alle</string> <string name="exo_controls_repeat_one_description">"Gjenta én"</string>
<string name="exo_controls_shuffle_description">Tilfeldig rekkefølge</string> <string name="exo_controls_shuffle_description">"Spill av i tilfeldig rekkefølge"</string>
<string name="exo_controls_fullscreen_description">Fullskjermmodus</string>
<string name="exo_download_queued">Nedlasting står i kø</string>
<string name="exo_downloading">Laster ned</string>
<string name="exo_download_completed">Nedlastingen er fullført</string>
<string name="exo_download_failed">Nedlastingen mislyktes</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Vorige track</string> <string name="exo_controls_previous_description">"Vorig nummer"</string>
<string name="exo_controls_next_description">Volgende track</string> <string name="exo_controls_next_description">"Volgend nummer"</string>
<string name="exo_controls_pause_description">Pauzeren</string> <string name="exo_controls_pause_description">"Onderbreken"</string>
<string name="exo_controls_play_description">Afspelen</string> <string name="exo_controls_play_description">"Afspelen"</string>
<string name="exo_controls_stop_description">Stoppen</string> <string name="exo_controls_stop_description">"Stoppen"</string>
<string name="exo_controls_rewind_description">Terugspoelen</string> <string name="exo_controls_rewind_description">"Terugspoelen"</string>
<string name="exo_controls_fastforward_description">Vooruitspoelen</string> <string name="exo_controls_fastforward_description">"Vooruitspoelen"</string>
<string name="exo_controls_repeat_off_description">Niets herhalen</string> <string name="exo_controls_repeat_all_description">"Alles herhalen"</string>
<string name="exo_controls_repeat_one_description">Eén herhalen</string> <string name="exo_controls_repeat_off_description">"Niet herhalen"</string>
<string name="exo_controls_repeat_all_description">Alles herhalen</string> <string name="exo_controls_repeat_one_description">"Eén herhalen"</string>
<string name="exo_controls_shuffle_description">Shuffle</string> <string name="exo_controls_shuffle_description">"Shuffle"</string>
<string name="exo_controls_fullscreen_description">Modus \'Volledig scherm\'</string>
<string name="exo_download_queued">Download in de wachtrij</string>
<string name="exo_downloading">Downloaden</string>
<string name="exo_download_completed">Downloaden voltooid</string>
<string name="exo_download_failed">Downloaden mislukt</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Poprzedni utwór</string> <string name="exo_controls_previous_description">"Poprzedni utwór"</string>
<string name="exo_controls_next_description">Następny utwór</string> <string name="exo_controls_next_description">"Następny utwór"</string>
<string name="exo_controls_pause_description">Wstrzymaj</string> <string name="exo_controls_pause_description">"Wstrzymaj"</string>
<string name="exo_controls_play_description">Odtwórz</string> <string name="exo_controls_play_description">"Odtwórz"</string>
<string name="exo_controls_stop_description">Zatrzymaj</string> <string name="exo_controls_stop_description">"Zatrzymaj"</string>
<string name="exo_controls_rewind_description">Przewiń do tyłu</string> <string name="exo_controls_rewind_description">"Przewiń do tyłu"</string>
<string name="exo_controls_fastforward_description">Przewiń do przodu</string> <string name="exo_controls_fastforward_description">"Przewiń do przodu"</string>
<string name="exo_controls_repeat_off_description">Nie powtarzaj</string> <string name="exo_controls_repeat_all_description">"Powtórz wszystkie"</string>
<string name="exo_controls_repeat_one_description">Powtórz jeden</string> <string name="exo_controls_repeat_off_description">"Nie powtarzaj"</string>
<string name="exo_controls_repeat_all_description">Powtórz wszystkie</string> <string name="exo_controls_repeat_one_description">"Powtórz jeden"</string>
<string name="exo_controls_shuffle_description">Odtwarzanie losowe</string> <string name="exo_controls_shuffle_description">"Odtwarzaj losowo"</string>
<string name="exo_controls_fullscreen_description">Tryb pełnoekranowy</string> <string name="exo_controls_fullscreen_description">Tryb pełnoekranowy</string>
<string name="exo_download_queued">W kolejce pobierania</string>
<string name="exo_downloading">Pobieranie</string>
<string name="exo_download_completed">Zakończono pobieranie</string>
<string name="exo_download_failed">Nie udało się pobrać</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Faixa anterior</string> <string name="exo_controls_previous_description">"Faixa anterior"</string>
<string name="exo_controls_next_description">Faixa seguinte</string> <string name="exo_controls_next_description">"Faixa seguinte"</string>
<string name="exo_controls_pause_description">Colocar em pausa</string> <string name="exo_controls_pause_description">"Interromper"</string>
<string name="exo_controls_play_description">Reproduzir</string> <string name="exo_controls_play_description">"Reproduzir"</string>
<string name="exo_controls_stop_description">Parar</string> <string name="exo_controls_stop_description">"Parar"</string>
<string name="exo_controls_rewind_description">Recuar</string> <string name="exo_controls_rewind_description">"Rebobinar"</string>
<string name="exo_controls_fastforward_description">Avançar</string> <string name="exo_controls_fastforward_description">"Avançar"</string>
<string name="exo_controls_repeat_off_description">Não repetir nenhum</string> <string name="exo_controls_repeat_all_description">"Repetir tudo"</string>
<string name="exo_controls_repeat_one_description">Repetir um</string> <string name="exo_controls_repeat_off_description">"Não repetir"</string>
<string name="exo_controls_repeat_all_description">Repetir tudo</string> <string name="exo_controls_repeat_one_description">"Repetir um"</string>
<string name="exo_controls_shuffle_description">Reproduzir aleatoriamente</string> <string name="exo_controls_shuffle_description">"Reproduzir aleatoriamente"</string>
<string name="exo_controls_fullscreen_description">Modo de ecrã inteiro</string> <string name="exo_controls_fullscreen_description">Modo de ecrã inteiro</string>
<string name="exo_download_queued">Transfer. em fila de espera</string>
<string name="exo_downloading">A transferir…</string>
<string name="exo_download_completed">Transferência concluída</string>
<string name="exo_download_failed">Falha na transferência</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Faixa anterior</string> <string name="exo_controls_previous_description">"Faixa anterior"</string>
<string name="exo_controls_next_description">Próxima faixa</string> <string name="exo_controls_next_description">"Próxima faixa"</string>
<string name="exo_controls_pause_description">Pausar</string> <string name="exo_controls_pause_description">"Pausar"</string>
<string name="exo_controls_play_description">Reproduzir</string> <string name="exo_controls_play_description">"Reproduzir"</string>
<string name="exo_controls_stop_description">Parar</string> <string name="exo_controls_stop_description">"Parar"</string>
<string name="exo_controls_rewind_description">Retroceder</string> <string name="exo_controls_rewind_description">"Retroceder"</string>
<string name="exo_controls_fastforward_description">Avançar</string> <string name="exo_controls_fastforward_description">"Avançar"</string>
<string name="exo_controls_repeat_off_description">Não repetir</string> <string name="exo_controls_repeat_all_description">"Repetir tudo"</string>
<string name="exo_controls_repeat_one_description">Repetir uma</string> <string name="exo_controls_repeat_off_description">"Não repetir"</string>
<string name="exo_controls_repeat_all_description">Repetir tudo</string> <string name="exo_controls_repeat_one_description">"Repetir uma"</string>
<string name="exo_controls_shuffle_description">Aleatório</string> <string name="exo_controls_shuffle_description">"Reproduzir aleatoriamente"</string>
<string name="exo_controls_fullscreen_description">Modo de tela cheia</string>
<string name="exo_download_queued">Item na fila de download</string>
<string name="exo_downloading">Fazendo download</string>
<string name="exo_download_completed">Download concluído</string>
<string name="exo_download_failed">Falha no download</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Melodia anterioară</string> <string name="exo_controls_previous_description">"Melodia anterioară"</string>
<string name="exo_controls_next_description">Următoarea înregistrare</string> <string name="exo_controls_next_description">"Melodia următoare"</string>
<string name="exo_controls_pause_description">Întrerupeți</string> <string name="exo_controls_pause_description">"Pauză"</string>
<string name="exo_controls_play_description">Redați</string> <string name="exo_controls_play_description">"Redați"</string>
<string name="exo_controls_stop_description">Opriți</string> <string name="exo_controls_stop_description">"Opriți"</string>
<string name="exo_controls_rewind_description">Derulați înapoi</string> <string name="exo_controls_rewind_description">"Derulați"</string>
<string name="exo_controls_fastforward_description">Derulați rapid înainte</string> <string name="exo_controls_fastforward_description">"Derulați rapid înainte"</string>
<string name="exo_controls_repeat_off_description">Nu repetați niciunul</string> <string name="exo_controls_repeat_all_description">"Repetați toate"</string>
<string name="exo_controls_repeat_one_description">Repetați unul</string> <string name="exo_controls_repeat_off_description">"Repetați niciuna"</string>
<string name="exo_controls_repeat_all_description">Repetați-le pe toate</string> <string name="exo_controls_repeat_one_description">"Repetați unul"</string>
<string name="exo_controls_shuffle_description">Redați aleatoriu</string> <string name="exo_controls_shuffle_description">"Redați aleatoriu"</string>
<string name="exo_controls_fullscreen_description">Modul Ecran complet</string>
<string name="exo_download_queued">Descărcarea este în lista de așteptare</string>
<string name="exo_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>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Предыдущий трек</string> <string name="exo_controls_previous_description">"Предыдущий трек"</string>
<string name="exo_controls_next_description">Следующий трек</string> <string name="exo_controls_next_description">"Следующий трек"</string>
<string name="exo_controls_pause_description">Приостановить</string> <string name="exo_controls_pause_description">"Приостановить"</string>
<string name="exo_controls_play_description">Воспроизвести</string> <string name="exo_controls_play_description">"Воспроизвести"</string>
<string name="exo_controls_stop_description">Остановить</string> <string name="exo_controls_stop_description">"Остановить"</string>
<string name="exo_controls_rewind_description">Перемотать назад</string> <string name="exo_controls_rewind_description">"Перемотать назад"</string>
<string name="exo_controls_fastforward_description">Перемотать вперед</string> <string name="exo_controls_fastforward_description">"Перемотать вперед"</string>
<string name="exo_controls_repeat_off_description">Не повторять</string> <string name="exo_controls_repeat_all_description">"Повторять все"</string>
<string name="exo_controls_repeat_one_description">Повторять трек</string> <string name="exo_controls_repeat_off_description">"Не повторять"</string>
<string name="exo_controls_repeat_all_description">Повторять все</string> <string name="exo_controls_repeat_one_description">"Повторять один элемент"</string>
<string name="exo_controls_shuffle_description">Перемешать</string> <string name="exo_controls_shuffle_description">"Перемешать"</string>
<string name="exo_controls_fullscreen_description">Полноэкранный режим</string>
<string name="exo_download_queued">В очереди на скачивание</string>
<string name="exo_downloading">Загрузка файлов</string>
<string name="exo_download_completed">Скачивание завершено</string>
<string name="exo_download_failed">Ошибка скачивания</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Predchádzajúca skladba</string> <string name="exo_controls_previous_description">"Predchádzajúca stopa"</string>
<string name="exo_controls_next_description">Ďalšia skladba</string> <string name="exo_controls_next_description">"Ďalšia stopa"</string>
<string name="exo_controls_pause_description">Pozastaviť</string> <string name="exo_controls_pause_description">"Pozastaviť"</string>
<string name="exo_controls_play_description">Prehrať</string> <string name="exo_controls_play_description">"Prehrať"</string>
<string name="exo_controls_stop_description">Zastaviť</string> <string name="exo_controls_stop_description">"Zastaviť"</string>
<string name="exo_controls_rewind_description">Pretočiť späť</string> <string name="exo_controls_rewind_description">"Pretočiť späť"</string>
<string name="exo_controls_fastforward_description">Pretočiť dopredu</string> <string name="exo_controls_fastforward_description">"Pretočiť dopredu"</string>
<string name="exo_controls_repeat_off_description">Neopakovať</string> <string name="exo_controls_repeat_all_description">"Opakovať všetko"</string>
<string name="exo_controls_repeat_one_description">Opakovať jednu</string> <string name="exo_controls_repeat_off_description">"Neopakovať"</string>
<string name="exo_controls_repeat_all_description">Opakovať všetko</string> <string name="exo_controls_repeat_one_description">"Opakovať jednu položku"</string>
<string name="exo_controls_shuffle_description">Náhodne prehrávať</string> <string name="exo_controls_shuffle_description">"Náhodne prehrávať"</string>
<string name="exo_controls_fullscreen_description">Režim celej obrazovky</string> <string name="exo_controls_fullscreen_description">Režim celej obrazovky</string>
<string name="exo_download_queued">Sťahovanie je v poradí</string>
<string name="exo_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>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Prejšnja skladba</string> <string name="exo_controls_previous_description">"Prejšnja skladba"</string>
<string name="exo_controls_next_description">Naslednja skladba</string> <string name="exo_controls_next_description">"Naslednja skladba"</string>
<string name="exo_controls_pause_description">Zaustavitev</string> <string name="exo_controls_pause_description">"Zaustavi"</string>
<string name="exo_controls_play_description">Predvajanje</string> <string name="exo_controls_play_description">"Predvajaj"</string>
<string name="exo_controls_stop_description">Ustavitev</string> <string name="exo_controls_stop_description">"Ustavi"</string>
<string name="exo_controls_rewind_description">Previjanje nazaj</string> <string name="exo_controls_rewind_description">"Previj nazaj"</string>
<string name="exo_controls_fastforward_description">Previjanje naprej</string> <string name="exo_controls_fastforward_description">"Previj naprej"</string>
<string name="exo_controls_repeat_off_description">Brez ponavljanja</string> <string name="exo_controls_repeat_all_description">"Ponovi vse"</string>
<string name="exo_controls_repeat_one_description">Ponavljanje ene</string> <string name="exo_controls_repeat_off_description">"Ne ponovi"</string>
<string name="exo_controls_repeat_all_description">Ponavljanje vseh</string> <string name="exo_controls_repeat_one_description">"Ponovi eno"</string>
<string name="exo_controls_shuffle_description">Naključno predvajanje</string> <string name="exo_controls_shuffle_description">"Naključno predvajaj"</string>
<string name="exo_controls_fullscreen_description">Celozaslonski način</string>
<string name="exo_download_queued">Prenos je v čakalni vrsti</string>
<string name="exo_downloading">Prenašanje</string>
<string name="exo_download_completed">Prenos je končan</string>
<string name="exo_download_failed">Prenos ni uspel</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Претходна песма</string> <string name="exo_controls_previous_description">"Претходна песма"</string>
<string name="exo_controls_next_description">Следећа песма</string> <string name="exo_controls_next_description">"Следећа песма"</string>
<string name="exo_controls_pause_description">Паузирај</string> <string name="exo_controls_pause_description">"Пауза"</string>
<string name="exo_controls_play_description">Пусти</string> <string name="exo_controls_play_description">"Пусти"</string>
<string name="exo_controls_stop_description">Заустави</string> <string name="exo_controls_stop_description">"Заустави"</string>
<string name="exo_controls_rewind_description">Премотај уназад</string> <string name="exo_controls_rewind_description">"Премотај уназад"</string>
<string name="exo_controls_fastforward_description">Премотај унапред</string> <string name="exo_controls_fastforward_description">"Премотај унапред"</string>
<string name="exo_controls_repeat_off_description">Не понављај ниједну</string> <string name="exo_controls_repeat_all_description">"Понови све"</string>
<string name="exo_controls_repeat_one_description">Понови једну</string> <string name="exo_controls_repeat_off_description">"Понављање је искључено"</string>
<string name="exo_controls_repeat_all_description">Понови све</string> <string name="exo_controls_repeat_one_description">"Понови једну"</string>
<string name="exo_controls_shuffle_description">Пусти насумично</string> <string name="exo_controls_shuffle_description">"Пусти насумично"</string>
<string name="exo_controls_fullscreen_description">Режим целог екрана</string> <string name="exo_controls_fullscreen_description">Режим целог екрана</string>
<string name="exo_download_queued">Преузимање је на чекању</string>
<string name="exo_downloading">Преузимање</string>
<string name="exo_download_completed">Преузимање је завршено</string>
<string name="exo_download_failed">Преузимање није успело</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Föregående spår</string> <string name="exo_controls_previous_description">"Föregående spår"</string>
<string name="exo_controls_next_description">Nästa spår</string> <string name="exo_controls_next_description">"Nästa spår"</string>
<string name="exo_controls_pause_description">Pausa</string> <string name="exo_controls_pause_description">"Pausa"</string>
<string name="exo_controls_play_description">Spela upp</string> <string name="exo_controls_play_description">"Spela upp"</string>
<string name="exo_controls_stop_description">Stoppa</string> <string name="exo_controls_stop_description">"Avbryt"</string>
<string name="exo_controls_rewind_description">Spola tillbaka</string> <string name="exo_controls_rewind_description">"Spola tillbaka"</string>
<string name="exo_controls_fastforward_description">Snabbspola framåt</string> <string name="exo_controls_fastforward_description">"Snabbspola framåt"</string>
<string name="exo_controls_repeat_off_description">Upprepa inga</string> <string name="exo_controls_repeat_all_description">"Upprepa alla"</string>
<string name="exo_controls_repeat_one_description">Upprepa en</string> <string name="exo_controls_repeat_off_description">"Upprepa inga"</string>
<string name="exo_controls_repeat_all_description">Upprepa alla</string> <string name="exo_controls_repeat_one_description">"Upprepa en"</string>
<string name="exo_controls_shuffle_description">Blanda spår</string> <string name="exo_controls_shuffle_description">"Blanda"</string>
<string name="exo_controls_fullscreen_description">Helskärmsläge</string> <string name="exo_controls_fullscreen_description">Helskärmsläge</string>
<string name="exo_download_queued">Nedladdningen har köplacerats</string>
<string name="exo_downloading">Laddar ned</string>
<string name="exo_download_completed">Nedladdningen är klar</string>
<string name="exo_download_failed">Nedladdningen misslyckades</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Wimbo uliotangulia</string> <string name="exo_controls_previous_description">"Wimbo uliotangulia"</string>
<string name="exo_controls_next_description">Wimbo unaofuata</string> <string name="exo_controls_next_description">"Wimbo unaofuata"</string>
<string name="exo_controls_pause_description">Sitisha</string> <string name="exo_controls_pause_description">"Sitisha"</string>
<string name="exo_controls_play_description">Cheza</string> <string name="exo_controls_play_description">"Cheza"</string>
<string name="exo_controls_stop_description">Simamisha</string> <string name="exo_controls_stop_description">"Simamisha"</string>
<string name="exo_controls_rewind_description">Rudisha nyuma</string> <string name="exo_controls_rewind_description">"Rudisha nyuma"</string>
<string name="exo_controls_fastforward_description">Sogeza mbele haraka</string> <string name="exo_controls_fastforward_description">"Peleka mbele kwa kasi"</string>
<string name="exo_controls_repeat_off_description">Usirudie yoyote</string> <string name="exo_controls_repeat_all_description">"Rudia zote"</string>
<string name="exo_controls_repeat_one_description">Rudia moja</string> <string name="exo_controls_repeat_off_description">"Usirudie Yoyote"</string>
<string name="exo_controls_repeat_all_description">Rudia zote</string> <string name="exo_controls_repeat_one_description">"Rudia Moja"</string>
<string name="exo_controls_shuffle_description">Changanya</string> <string name="exo_controls_shuffle_description">"Changanya"</string>
<string name="exo_controls_fullscreen_description">Hali ya skrini nzima</string> <string name="exo_controls_fullscreen_description">Hali ya skrini kamili</string>
<string name="exo_download_queued">Inasubiri kupakuliwa</string>
<string name="exo_downloading">Inapakua</string>
<string name="exo_download_completed">Imepakuliwa</string>
<string name="exo_download_failed">Imeshindwa kupakua</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">แทร็กก่อนหน้า</string> <string name="exo_controls_previous_description">"แทร็กก่อนหน้า"</string>
<string name="exo_controls_next_description">แทร็กถัดไป</string> <string name="exo_controls_next_description">"แทร็กถัดไป"</string>
<string name="exo_controls_pause_description">หยุด</string> <string name="exo_controls_pause_description">"หยุดชั่วคราว"</string>
<string name="exo_controls_play_description">เล่น</string> <string name="exo_controls_play_description">"เล่น"</string>
<string name="exo_controls_stop_description">หยุด</string> <string name="exo_controls_stop_description">"หยุด"</string>
<string name="exo_controls_rewind_description">กรอกลับ</string> <string name="exo_controls_rewind_description">"กรอกลับ"</string>
<string name="exo_controls_fastforward_description">กรอไปข้างหน้า</string> <string name="exo_controls_fastforward_description">"กรอไปข้างหน้า"</string>
<string name="exo_controls_repeat_off_description">ไม่เล่นซ้ำ</string> <string name="exo_controls_repeat_all_description">"เล่นซ้ำทั้งหมด"</string>
<string name="exo_controls_repeat_one_description">เล่นซ้ำเพลงเดียว</string> <string name="exo_controls_repeat_off_description">"ไม่เล่นซ้ำ"</string>
<string name="exo_controls_repeat_all_description">เล่นซ้ำทั้งหมด</string> <string name="exo_controls_repeat_one_description">"เล่นซ้ำรายการเดียว"</string>
<string name="exo_controls_shuffle_description">สุ่ม</string> <string name="exo_controls_shuffle_description">"สุ่มเพลง"</string>
<string name="exo_controls_fullscreen_description">โหมดเต็มหน้าจอ</string> <string name="exo_controls_fullscreen_description">โหมดเต็มหน้าจอ</string>
<string name="exo_download_queued">การดาวน์โหลดอยู่ในคิว</string>
<string name="exo_downloading">กำลังดาวน์โหลด</string>
<string name="exo_download_completed">การดาวน์โหลดเสร็จสมบูรณ์</string>
<string name="exo_download_failed">การดาวน์โหลดล้มเหลว</string>
</resources> </resources>

View File

@ -1,19 +1,30 @@
<?xml version="1.0" encoding="utf-8"?> <?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> <resources>
<string name="exo_controls_previous_description">Nakaraang track</string> <string name="exo_controls_previous_description">"Nakaraang track"</string>
<string name="exo_controls_next_description">Susunod na track</string> <string name="exo_controls_next_description">"Susunod na track"</string>
<string name="exo_controls_pause_description">I-pause</string> <string name="exo_controls_pause_description">"I-pause"</string>
<string name="exo_controls_play_description">I-play</string> <string name="exo_controls_play_description">"I-play"</string>
<string name="exo_controls_stop_description">Ihinto</string> <string name="exo_controls_stop_description">"Ihinto"</string>
<string name="exo_controls_rewind_description">I-rewind</string> <string name="exo_controls_rewind_description">"I-rewind"</string>
<string name="exo_controls_fastforward_description">I-fast forward</string> <string name="exo_controls_fastforward_description">"I-fast forward"</string>
<string name="exo_controls_repeat_off_description">Walang uulitin</string> <string name="exo_controls_repeat_all_description">"Ulitin Lahat"</string>
<string name="exo_controls_repeat_one_description">Mag-ulit ng isa</string> <string name="exo_controls_repeat_off_description">"Walang Uulitin"</string>
<string name="exo_controls_repeat_all_description">Ulitin lahat</string> <string name="exo_controls_repeat_one_description">"Ulitin ang Isa"</string>
<string name="exo_controls_shuffle_description">I-shuffle</string> <string name="exo_controls_shuffle_description">"I-shuffle"</string>
<string name="exo_controls_fullscreen_description">Fullscreen mode</string> <string name="exo_controls_fullscreen_description">Fullscreen mode</string>
<string name="exo_download_queued">Naka-queue ang download</string>
<string name="exo_downloading">Nagda-download</string>
<string name="exo_download_completed">Tapos na ang pag-download</string>
<string name="exo_download_failed">Hindi na-download</string>
</resources> </resources>

View File

@ -1,19 +1,29 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0"?>
<!--
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> <resources>
<string name="exo_controls_previous_description">Önceki parça</string> <string name="exo_controls_previous_description">"Önceki parça"</string>
<string name="exo_controls_next_description">Sonraki parça</string> <string name="exo_controls_next_description">"Sonraki parça"</string>
<string name="exo_controls_pause_description">Duraklat</string> <string name="exo_controls_pause_description">"Duraklat"</string>
<string name="exo_controls_play_description">Çal</string> <string name="exo_controls_play_description">"Çal"</string>
<string name="exo_controls_stop_description">Durdur</string> <string name="exo_controls_stop_description">"Durdur"</string>
<string name="exo_controls_rewind_description">Geri sar</string> <string name="exo_controls_rewind_description">"Geri sar"</string>
<string name="exo_controls_fastforward_description">İleri sar</string> <string name="exo_controls_fastforward_description">"İleri sar"</string>
<string name="exo_controls_repeat_off_description">Hiçbirini tekrarlama</string> <string name="exo_controls_repeat_all_description">"Tümünü Tekrarla"</string>
<string name="exo_controls_repeat_one_description">Birini tekrarla</string> <string name="exo_controls_repeat_off_description">"Hiçbirini Tekrarlama"</string>
<string name="exo_controls_repeat_all_description">Tümünü tekrarla</string> <string name="exo_controls_repeat_one_description">"Birini Tekrarla"</string>
<string name="exo_controls_shuffle_description">Karıştır</string> <string name="exo_controls_shuffle_description">"Karıştır"</string>
<string name="exo_controls_fullscreen_description">Tam ekran modu</string>
<string name="exo_download_queued">İndirme işlemi sıraya alındı</string>
<string name="exo_downloading">İndiriliyor</string>
<string name="exo_download_completed">İndirme işlemi tamamlandı</string>
<string name="exo_download_failed">İndirilemedi</string>
</resources> </resources>

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