Added missing strings to resource file

This commit is contained in:
daniel oeh
2012-09-13 11:18:17 +02:00
parent 98d75f6e61
commit 2c9bbe9e87
4 changed files with 17 additions and 9 deletions

View File

@ -75,6 +75,9 @@
<string name="download_error_malformed_url">Malformed URL</string>
<string name="download_error_io_error">IO Error</string>
<string name="download_error_device_not_found">External storage unavailable</string>
<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>
<!-- Mediaplayer messages -->
<string name="player_error_msg">Error!</string>
@ -87,7 +90,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>
<!-- Navigation -->
<string name="show_download_log">Show Log</string>
<string name="show_player_label">Show player</string>