diff options
author | Koen Glotzbach <11229646+keunes@users.noreply.github.com> | 2018-07-28 10:39:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-28 10:39:36 +0200 |
commit | 0172293a6deab1795cef34cc81d84fea9e2760bc (patch) | |
tree | 0ff7ff91869384d999e1dda1f138bab0f9aacd8b /core | |
parent | 4d79e44aa367e5ffefa89df031e00107389fe4fb (diff) | |
download | AntennaPod-0172293a6deab1795cef34cc81d84fea9e2760bc.zip |
Update strings.xml
- improved preferences strings
- improved sharing strings
Diffstat (limited to 'core')
-rw-r--r-- | core/src/main/res/values/strings.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 0c9fb2ad7..f7e5c23c9 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -70,7 +70,7 @@ <string name="yes">Yes</string> <string name="no">No</string> <string name="reset">Reset</string> - <string name="author_label">Author</string> + <string name="author_label">Author(s)</string> <string name="language_label">Language</string> <string name="url_label">URL</string> <string name="podcast_settings_label">Settings</string> @@ -133,12 +133,12 @@ <string name="rename_feed_label">Rename Podcast</string> <string name="remove_feed_label">Remove Podcast</string> <string name="share_label">Share…</string> - <string name="share_link_label">Share Link</string> + <string name="share_link_label">Share Episode URL</string> + <string name="share_link_with_position_label">Share Episode URL with Position</string> <string name="share_file_label">Share File</string> - <string name="share_link_with_position_label">Share Link with Position</string> <string name="share_feed_url_label">Share Feed URL</string> - <string name="share_item_url_label">Share Episode File URL</string> - <string name="share_item_url_with_position_label">Share Episode File URL with Position</string> + <string name="share_item_url_label">Share Media File URL</string> + <string name="share_item_url_with_position_label">Share Media File URL with Position</string> <string name="feed_delete_confirmation_msg">Please confirm that you want to delete the feed \"%1$s\" and ALL episodes of this feed that you have downloaded.</string> <string name="feed_remover_msg">Removing Feed</string> <string name="load_complete_feed">Refresh complete Feed</string> @@ -325,7 +325,7 @@ <string name="appearance">Appearance</string> <string name="external_elements">External elements</string> <string name="interruptions">Interruptions</string> - <string name="buttons">Buttons</string> + <string name="buttons">Playback control buttons</string> <string name="media_player">Media player</string> <string name="pref_episode_cleanup_title">Episode Cleanup</string> <string name="pref_episode_cleanup_summary">Episodes that aren\'t in the queue and aren\'t favorites should be eligible for removal if Auto Download needs space for new episodes</string> @@ -382,7 +382,7 @@ <string name="pref_nav_drawer_feed_order_title">Set Subscription Order</string> <string name="pref_nav_drawer_feed_order_sum">Change the order of your subscriptions</string> <string name="pref_nav_drawer_feed_counter_title">Set Subscription Counter</string> - <string name="pref_nav_drawer_feed_counter_sum">Change the information displayed by the subscription counter</string> + <string name="pref_nav_drawer_feed_counter_sum">Change the information displayed by the subscription counter. Also affects the sorting of subscriptions if 'Subscription Order' is set to 'Counter'.</string> <string name="pref_set_theme_sum">Change the appearance of AntennaPod.</string> <string name="pref_automatic_download_title">Automatic Download</string> <string name="pref_automatic_download_sum">Configure the automatic download of episodes.</string> @@ -396,7 +396,7 @@ <string name="pref_episode_cache_title">Episode Cache</string> <string name="pref_theme_title_light">Light</string> <string name="pref_theme_title_dark">Dark</string> - <string name="pref_theme_title_trueblack">True Black</string> + <string name="pref_theme_title_trueblack">Black (AMOLED ready)</string> <string name="pref_episode_cache_unlimited">Unlimited</string> <string name="pref_update_interval_hours_plural">hours</string> <string name="pref_update_interval_hours_singular">hour</string> @@ -461,8 +461,8 @@ <string name="pref_enqueue_downloaded_summary">Add downloaded episodes to the queue</string> <string name="media_player_builtin">Built-in Android player</string> <string name="media_player_sonic" translatable="false">Sonic Media Player</string> - <string name="media_player_exoplayer" translatable="false">Exoplayer</string> - <string name="pref_videoBehavior_title">Video behavior</string> + <string name="media_player_exoplayer" translatable="false">ExoPlayer</string> + <string name="pref_videoBehavior_title">Upon exiting video</string> <string name="pref_videoBehavior_sum">Behavior when leaving video playback</string> <string name="stop_playback">Stop playback</string> <string name="continue_playback">Continue playback</string> |