mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Updated DownloadLogAdapter to support changes in DownloadStatus
This commit is contained in:
@ -78,6 +78,10 @@
|
||||
<string name="downloads_left">\u0020Downloads left</string>
|
||||
<string name="download_notification_title">Downloading podcast data</string>
|
||||
<string name="download_report_content">%1$d downloads succeeded, %2$d failed</string>
|
||||
<string name="download_log_title_unknown">Unknown title</string>
|
||||
<string name="download_type_feed">Feed</string>
|
||||
<string name="download_type_media">Media file</string>
|
||||
<string name="download_type_image">Image</string>
|
||||
|
||||
<!-- Mediaplayer messages -->
|
||||
<string name="player_error_msg">Error!</string>
|
||||
@ -90,8 +94,8 @@
|
||||
<string name="no_media_playing_label">No media playing</string>
|
||||
<string name="position_default_label">00:00:00</string>
|
||||
<string name="player_buffering_msg">Buffering</string>
|
||||
<string name="playbackservice_notification_title">Playing podcast</string>
|
||||
<string name="playbackservice_notification_content">Tap here for more info</string>
|
||||
<string name="playbackservice_notification_title">Playing podcast</string>
|
||||
<string name="playbackservice_notification_content">Tap here for more info</string>
|
||||
<!-- Navigation -->
|
||||
<string name="show_download_log">Show Log</string>
|
||||
<string name="show_player_label">Show player</string>
|
||||
|
||||
Reference in New Issue
Block a user