diff options
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/src/main/res/values/strings.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ui/i18n/src/main/res/values/strings.xml b/ui/i18n/src/main/res/values/strings.xml index 6bdb836dd..baed14c55 100644 --- a/ui/i18n/src/main/res/values/strings.xml +++ b/ui/i18n/src/main/res/values/strings.xml @@ -124,11 +124,14 @@ <string name="retry_label">Retry</string> <string name="auto_download_label">Include in auto downloads</string> <string name="auto_delete_label">Auto delete episode</string> - <string name="feed_volume_reduction">Volume reduction</string> - <string name="feed_volume_reduction_summary">Turn down volume for episodes of this podcast: %1$s</string> - <string name="feed_volume_reduction_off">Off</string> - <string name="feed_volume_reduction_light">Light</string> - <string name="feed_volume_reduction_heavy">Heavy</string> + <string name="feed_volume_adapdation">Volume adaptation</string> + <string name="feed_volume_adaptation_summary">Turn volume for episodes of this podcast up or down: %1$s</string> + <string name="feed_volume_reduction_off">No adaption</string> + <string name="feed_volume_reduction_light">Light reduction</string> + <string name="feed_volume_reduction_heavy">Heavy reduction</string> + <string name="feed_volume_boost_light">Light boost</string> + <string name="feed_volume_boost_medium">Medium boost</string> + <string name="feed_volume_boost_heavy">Heavy boost</string> <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> |