summaryrefslogtreecommitdiff
path: root/ui/i18n/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/i18n/src/main/res/values/strings.xml')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml34
1 files changed, 24 insertions, 10 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml
index e40e03035..b07d6c45f 100644
--- a/ui/i18n/src/main/res/values/strings.xml
+++ b/ui/i18n/src/main/res/values/strings.xml
@@ -138,6 +138,7 @@
<string name="feed_auto_download_always">Always</string>
<string name="feed_auto_download_never">Never</string>
<string name="feed_new_episodes_action_add_to_inbox">Add to inbox</string>
+ <string name="feed_new_episodes_action_add_to_queue">Add to queue</string>
<string name="feed_new_episodes_action_nothing">Nothing</string>
<string name="episode_cleanup_never">Never</string>
<string name="episode_cleanup_except_favorite_removal">When not favorited</string>
@@ -193,7 +194,7 @@
<string name="select_all_above">Select all above</string>
<string name="select_all_below">Select all below</string>
<string name="filtered_label">Filtered</string>
- <string name="refresh_failed_msg">{fa-exclamation-circle} Last refresh failed. Tap to view details.</string>
+ <string name="refresh_failed_msg">Last refresh failed. Tap to view details.</string>
<string name="open_podcast">Open podcast</string>
<string name="please_wait_for_data">Please wait until the data is loaded</string>
<string name="updates_disabled_label">Updates disabled</string>
@@ -319,11 +320,6 @@
<!-- Mediaplayer messages -->
<string name="playback_error_generic"><![CDATA[The media file could not be played.\n\n- Try deleting and re-downloading the episode.\n- Check your network connection, and make sure no VPN or login page is blocking access.\n- Try long-pressing and sharing the \"Media address\" to your web browser to see if it can be played there. If not, contact the podcast creators.]]></string>
- <string name="playback_error_server_died">Server died</string>
- <string name="playback_error_unsupported">Unsupported media type</string>
- <string name="playback_error_timeout">Operation timed out</string>
- <string name="playback_error_source">Unable to access media file</string>
- <string name="playback_error_unknown">Unknown error</string>
<string name="no_media_playing_label">No media playing</string>
<string name="position_default_label" translatable="false">00:00:00</string>
<string name="unknown_media_key">AntennaPod - Unknown media key: %1$d</string>
@@ -488,9 +484,9 @@
<string name="pref_expandNotify_sum">This usually expands the notification to show playback buttons.</string>
<string name="pref_persistNotify_title">Persistent playback controls</string>
<string name="pref_persistNotify_sum">Keep notification and lockscreen controls when playback is paused</string>
- <string name="pref_compact_notification_buttons_dialog_error_exact">You must select exactly %1$d items.</string>
+ <string name="pref_compact_notification_buttons_dialog_error_exact">You must select exactly two items</string>
<string name="pref_full_notification_buttons_title">Set notification buttons</string>
- <string name="pref_full_notification_buttons_sum">Change the playback buttons on the playback notification.</string>
+ <string name="pref_full_notification_buttons_sum">Change the buttons on the playback notification</string>
<string name="pref_enqueue_location_title">Enqueue location</string>
<string name="pref_enqueue_location_sum">Add episodes to: %1$s</string>
<string name="enqueue_location_back">Back</string>
@@ -707,7 +703,7 @@
<string name="feed_tags_label">Tags</string>
<string name="feed_tags_summary">Change the tags of this podcast to help organize your subscriptions</string>
<string name="feed_folders_include_root">Show this podcast in main list</string>
- <string name="multi_feed_common_tags_info">{fa-info-circle} Only common tags from all selected subscriptions are shown. Other tags stay unaffected.</string>
+ <string name="multi_feed_common_tags_info">Only common tags from all selected subscriptions are shown. Other tags stay unaffected.</string>
<string name="auto_download_settings_label">Auto download settings</string>
<string name="episode_filters_label">Episode filter</string>
<string name="episode_filters_description">List of terms used to decide if an episode should be included or excluded when auto downloading</string>
@@ -723,11 +719,29 @@
<string name="statistics_episodes_on_device">Episodes on the device:</string>
<string name="statistics_space_used">Space used:</string>
<string name="statistics_episodes_started_total">Episodes started/total:</string>
+ <string name="statistics_expected_next_episode">Expected next episode:</string>
+ <string name="statistics_expected_next_episode_any_day">Any day now</string>
+ <string name="statistics_expected_next_episode_unknown">Unknown</string>
<string name="statistics_view_all">View for all podcasts »</string>
- <string name="wait_icon" translatable="false">{fa-spinner}</string>
+ <string name="wait_icon" translatable="false">…</string>
<string name="edit_url_menu">Edit feed URL</string>
<string name="edit_url_confirmation_msg">Changing the RSS address can easily break the playback state and episode listings of the podcast. We do NOT recommend changing it and will NOT provide support if anything goes wrong. This cannot be undone. The broken subscription CANNOT be repaired by simply changing the address back. We suggest creating a backup before continuing.</string>
+ <!-- Podcast release schedules -->
+ <string name="release_schedule_daily">daily</string>
+ <string name="release_schedule_weekdays">on weekdays</string>
+ <string name="release_schedule_weekly">weekly</string>
+ <string name="release_schedule_biweekly">every two weeks</string>
+ <string name="release_schedule_monthly">monthly</string>
+
+ <string name="release_schedule_monday">Mon</string>
+ <string name="release_schedule_tuesday">Tue</string>
+ <string name="release_schedule_wednesday">Wed</string>
+ <string name="release_schedule_thursday">Thu</string>
+ <string name="release_schedule_friday">Fri</string>
+ <string name="release_schedule_saturday">Sat</string>
+ <string name="release_schedule_sunday">Sun</string>
+
<!-- AntennaPodSP -->
<string name="sp_apps_importing_feeds_msg">Importing subscriptions from single-purpose apps&#8230;</string>