0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-19 20:02:17 +02:00

Fix transifex configuration and pull translations

This commit is contained in:
Christine Emrich 2021-01-23 20:01:56 +01:00
parent 9a2a931be3
commit 2ec24395b1
7 changed files with 14 additions and 13 deletions

View File

@ -17,16 +17,16 @@ source_lang = de
type = GITHUBMARKDOWN
[zapp-android-app.shortdescription]
file_filter = app/src/main/play/<lang>/listing/shortdescription
source_file = app/src/main/play/de-DE/listing/shortdescription
trans.de_DE = app/src/main/play/de-DE/listing/shortdescription
file_filter = app/src/main/play/listings/<lang>/short-description.txt
source_file = app/src/main/play/listings/de/short-description.txt
trans.de_DE = app/src/main/play/listings/de/short-description.txt
source_lang = de
type = TXT
[zapp-android-app.fulldescription]
file_filter = app/src/main/play/<lang>/listing/fulldescription
source_file = app/src/main/play/de-DE/listing/fulldescription
trans.de_DE = app/src/main/play/de-DE/listing/fulldescription
file_filter = app/src/main/play/listings/<lang>/full-description.txt
source_file = app/src/main/play/listings/de/full-description.txt
trans.de_DE = app/src/main/play/listings/de/full-description.txt
source_lang = de
type = HTML

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -1,8 +1,9 @@
Zapp is part of MediathekView and gives you easy access to a large number of German public broadcasting live streams. Watch ARD, ZDF and other channels live.
Zapp ist Teil von MediathekView und gibt dir einen schnellen Zugang zu vielen deutschen öffentlich-rechtlichen Fernsehsendern. Schaue ARD, ZDF und andere Sender live oder aus der Mediathek.
<b>Features:</b>
tx_ltsymbolbtx_gtsymbolFeatures:tx_ltsymbol/btx_gtsymbol
<div>
<ul>
<li>Android client for MediathekView</li>
<li>Android client for MediathekView</li>
<li>Live streams of over 30 channels</li>
<li>Adaptive streaming</li>
<li>Quick channel transition</li>
@ -14,5 +15,5 @@ Zapp is part of MediathekView and gives you easy access to a large number of Ger
<li>Share function for live and media center shows</li>
<li>Background playback</li>
</ul>
<b>Please note:</b> If you use Zapp outside Germany some channels like ZDF may be geoblocked.
</div>

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -38,6 +38,8 @@
<string name="fragment_mediathek_download_retry">Retry download</string>
<string name="fragment_mediathek_download_running">Downloading…</string>
<string name="fragment_mediathek_download_delete">Delete download</string>
<string name="fragment_mediathek_confirm_delete_dialog_title">Delete file?</string>
<string name="fragment_mediathek_confirm_delete_dialog_text">The video file will be deleted and can be downloaded again.</string>
<!-- error messages -->
<string name="error_report">Report error</string>
@ -54,7 +56,7 @@
<string name="error_mediathek_ssl_error">Your device cannot establish a secure connection to the server. Most likely an Android update would help to fix this error.</string>
<string name="error_mediathek_called_without_show">Error: No show handed over.</string>
<string name="error_mediathek_generic_start_download_error">The download could not be started.</string>
<string name="error_mediathek_download_over_unmetered_network_only">Download allowed over unmetered networks only</string>
<string name="error_mediathek_download_over_unmetered_network_only">Download allowed over unmetered networks only</string>
<string name="error_mediathek_download_no_network">No internet connection available.</string>
<string name="error_prefixed_message">Error: %s</string>
@ -132,6 +134,4 @@
<string name="fetch_notification_download_paused">Paused</string>
<string name="fetch_notification_download_starting">Starting</string>
<string name="fetch_notification_download_downloading">Downloading</string>
<string name="fragment_mediathek_confirm_delete_dialog_title">Delete file?</string>
<string name="fragment_mediathek_confirm_delete_dialog_text">The video file will be deleted and can be downloaded again.</string>
</resources>