summaryrefslogtreecommitdiff
path: root/ui/i18n
diff options
context:
space:
mode:
authorMatej Drobnič <services+github@matejdro.com>2023-09-08 14:28:20 +0200
committerGitHub <noreply@github.com>2023-09-08 13:28:20 +0100
commit8ebf1539705aa2251f0e7f795e72bb214e51750b (patch)
tree3675e58a12cc70a2a9aa9c6d0e79befa08abd7b0 /ui/i18n
parent9ed5485ae353c0cb3c8b2f6a97f2e905d77afd71 (diff)
downloadAntennaPod-8ebf1539705aa2251f0e7f795e72bb214e51750b.zip
Add volume boost (#6573)
Diffstat (limited to 'ui/i18n')
-rw-r--r--ui/i18n/src/main/res/values/strings.xml13
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>