Keep all strings to be localized in strings.xml

Remove strings to be localized from arrays.xml, keeping them all in strings.xml, to facilitate localization efforts.
This commit is contained in:
Synced Synapse 2020-06-28 17:21:22 +01:00 committed by Martijn Brekhof
parent 39e6ffa690
commit bb395a78d6
17 changed files with 41 additions and 145 deletions

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 Synced Synapse. All rights reserved.
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>
<!-- Download connection types -->
<string-array name="entries_download_media_items">
<item>Wi-Fi</item>
<item>Mòbil</item>
<item>Qualsevol</item>
</string-array>
</resources>

View File

@ -318,4 +318,8 @@
<string name="wizard_search_no_host_found"><![CDATA[ No s\'ha pogut trobar cap Centre Multimèdia en la xarxa local.<br/>Si us cal ajauda per configurar-ho, la trobareu <a href="http://syncedsynapse.com/kore/kore-faq/">aquí</a>.<br/><br/> Premeu <i>Cerca</i> per tornar a cercar o <i>Següent</i> per configura-ho manualment. ]]></string>
<string name="wizard_search_no_network_connection"><![CDATA[ Activeu la connexió a la xarxa abans de cerecar Centgres Multimèdia.<br/> ]]></string>
<string name="wizard_search_host_found"><![CDATA[ S\'han trobat aquets Centres Multimèdia en la xarxa.<br/><br/>Seleccioneu-ne un o premeu <i>Següent</i> per afegir-ne un manualment. ]]></string>
<string name="wifi_network">Wi-Fi</string>
<string name="mobile_network">Mòbil</string>
<string name="any_network">Qualsevol</string>
</resources>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Download connection types -->
<string-array name="entries_download_media_items">
<item>WLAN</item>
<item>Mobiles Internet</item>
<item>Beliebig</item>
</string-array>
</resources>

View File

@ -416,4 +416,8 @@
<string name="disable_local_playback_support">Lokale Unterstüzung für die Wiedergabe deaktivieren</string>
<string name="disable_local_playback_support_summary">Deaktiviert die Unterstützung für das lokale Abspielen von Medien auf dem Gerät, auf dem Kore ausgeführt wird.</string>
<string name="wifi_network">WLAN</string>
<string name="mobile_network">Mobiles Internet</string>
<string name="any_network">Beliebig</string>
</resources>

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 Synced Synapse. All rights reserved.
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>
<!-- Download connection types -->
<string-array name="entries_download_media_items">
<item>Wi-Fi</item>
<item>Mobile</item>
<item>Tous</item>
</string-array>
</resources>

View File

@ -437,4 +437,8 @@
<string name="disable_local_playback_support_summary">Désactive la prise en charge de la lecture locale de média sur l\'appareil exécutant Kore</string>
<string name="language">Langue</string>
<string name="wifi_network">Wi-Fi</string>
<string name="mobile_network">Mobile</string>
<string name="any_network">Tous</string>
</resources>

View File

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Download connection types -->
<string-array name="entries_download_media_items">
<item>רשת אלחוטית</item>
<item>רשת סלולרית</item>
<item>כל רשת</item>
</string-array>
</resources>

View File

@ -430,4 +430,9 @@
<string name="disable_local_playback_support">השבתת תמיכה בנגינה מקומית</string>
<string name="disable_local_playback_support_summary">השבתת תמיכה בנגינת מדיה באופן מקומי על ההתקן שמפעיל את Kore.</string>
<string name="wifi_network">רשת אלחוטית</string>
<string name="mobile_network">רשת סלולרית</string>
<string name="any_network">כל רשת</string>
</resources>

View File

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 Synced Synapse. All rights reserved.
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>
<!-- Download connection types -->
<string-array name="entries_download_media_items">
<item>WiFi</item>
<item>데이터</item>
<item>모두</item>
</string-array>
</resources>

View File

@ -445,4 +445,8 @@
<string name="disable_local_playback_support">로컬 재생 사용 안 함</string>
<string name="disable_local_playback_support_summary">Kore를 실행 중인 장치에 로컬 재생 지원을 사용하지 않습니다.</string>
<string name="language">언어</string>
<string name="wifi_network">WiFi</string>
<string name="mobile_network">데이터</string>
<string name="any_network">모두</string>
</resources>

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 Synced Synapse. All rights reserved.
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>
<!-- Download connection types -->
<string-array name="entries_download_media_items">
<item>Wi-Fi</item>
<item>Mobilne</item>
<item>Wszystkie</item>
</string-array>
</resources>

View File

@ -429,4 +429,8 @@
<string name="disable_local_playback_support">Wyłącz odtwarzanie na urządzeniu</string>
<string name="disable_local_playback_support_summary">Wyłącza odtwarzanie multimediów na urządzeniu przy uruchomieniu Kore.</string>
<string name="wifi_network">Wi-Fi</string>
<string name="mobile_network">Mobilne</string>
<string name="any_network">Wszystkie</string>
</resources>

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2015 Synced Synapse. All rights reserved.
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>
<!-- Download connection types -->
<string-array name="entries_download_media_items">
<item>Wi-Fi</item>
<item>Rede Móvel</item>
<item>Todas</item>
</string-array>
</resources>

View File

@ -363,4 +363,8 @@ Se necessitar de ajuda, visite o nosso <b><a href="http://forum.kodi.tv/forumdis
<!--<string name="error_during_purchased">Ocorreu um erro durante a compra.</string>-->
<!--<string name="purchase_thanks">Obrigado pelo apoio!</string>-->
<string name="wifi_network">Wi-Fi</string>
<string name="mobile_network">Rede Móvel</string>
<string name="any_network">Todas</string>
</resources>

View File

@ -444,4 +444,8 @@
<string name="disable_local_playback_support">Вимкнути підтримку локального відтворення</string>
<string name="disable_local_playback_support_summary">Відключає відтворення мультимедіа на пристрої під час роботи Kore.</string>
<string name="language">Мова</string>
<string name="wifi_network">Wi-Fi</string>
<string name="mobile_network">Мобільна мережа</string>
<string name="any_network">Будь-яке</string>
</resources>

View File

@ -95,9 +95,9 @@
<!-- Download connection types -->
<string-array name="entries_download_media_items">
<item>WiFi</item>
<item>Mobile</item>
<item>Any</item>
<item>@string/wifi_network</item>
<item>@string/mobile_network</item>
<item>@string/any_network</item>
</string-array>
<string-array name="entry_values_download_media_items">

View File

@ -478,4 +478,9 @@
<string name="disable_local_playback_support">Disable local playback support</string>
<string name="disable_local_playback_support_summary">Disables support for playing media locally on the device running Kore.</string>
<string name="language">Language</string>
<string name="wifi_network">Wi-Fi</string>
<string name="mobile_network">Mobile</string>
<string name="any_network">Any</string>
</resources>