diff options
author | ByteHamster <info@bytehamster.com> | 2022-05-13 20:22:47 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-05-13 20:55:52 +0200 |
commit | 5448e1f390782ebc3c810ff64e151c89ddcdbc31 (patch) | |
tree | d9084666af40bbc145e2cf8b117a0b6a971c441e /ui | |
parent | 6e5004be22f20e3a51697909bf4d1e423252b83c (diff) | |
download | AntennaPod-5448e1f390782ebc3c810ff64e151c89ddcdbc31.zip |
Remove gpodder toplist
Half of the toplist no longer returns a valid podcast feed.
Some of the suggested tags are just random characters and none of them
is actually helpful.
This does not remove search or synchronization.
Just gpodder discovery.
Diffstat (limited to 'ui')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 8c8dd1b2f..34813dde5 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -23,7 +23,6 @@ <string name="subscriptions_list_label">Subscriptions List</string> <string name="cancel_download_label">Cancel Download</string> <string name="playback_history_label">Playback History</string> - <string name="gpodnet_main_label">gpodder.net</string> <string name="episode_cache_full_title">Episode cache full</string> <string name="episode_cache_full_message">The episode cache limit has been reached. You can increase the cache size in the Settings.</string> <string name="years_statistics_label">Years</string> @@ -624,9 +623,6 @@ <string name="sleep_timer_enabled_label">Sleep timer enabled</string> <!-- gpodder.net --> - <string name="gpodnet_taglist_header">CATEGORIES</string> - <string name="gpodnet_toplist_header">TOP PODCASTS</string> - <string name="gpodnet_search_hint">Search gpodder.net</string> <string name="gpodnetauth_login_butLabel">Login</string> <string name="gpodnetauth_encryption_warning">Password and data are not encrypted!</string> <string name="create_account">Create account</string> @@ -715,10 +711,10 @@ <string name="search_itunes_label">Search iTunes</string> <string name="search_podcastindex_label">Search Podcastindex.org</string> <string name="search_fyyd_label">Search fyyd</string> + <string name="gpodnet_search_hint">Search gpodder.net</string> <string name="advanced">Advanced</string> <string name="add_podcast_by_url">Add Podcast by RSS address</string> <string name="add_podcast_by_url_hint" translatable="false">www.example.com/feed</string> - <string name="browse_gpoddernet_label">Browse gpodder.net</string> <string name="discover">Discover</string> <string name="discover_hide">Hide</string> <string name="discover_is_hidden">You selected to hide suggestions.</string> |