Update toolbar autoplay strings

upstream-sync
Arturo Mejia 3 years ago
parent e07f4ac590
commit 21d10aa931

@ -234,17 +234,17 @@ sealed class AutoplayValue(
val rules = settings.getSitePermissionsCustomSettingsRules()
return listOf(
AllowAll(
context.getString(R.string.preference_option_autoplay_allowed2),
context.getString(R.string.quick_setting_option_autoplay_allowed),
rules,
sitePermission
),
BlockAll(
context.getString(R.string.preference_option_autoplay_blocked3),
context.getString(R.string.quick_setting_option_autoplay_blocked),
rules,
sitePermission
),
BlockAudible(
context.getString(R.string.preference_option_autoplay_block_audio2),
context.getString(R.string.quick_setting_option_autoplay_block_audio),
rules,
sitePermission
)

@ -867,16 +867,22 @@
<string name="tracking_protection_on">On</string>
<!-- Summary of tracking protection preference if tracking protection is set to off -->
<string name="tracking_protection_off">Off</string>
<!-- Label that indicates that all video and audio autoplay is allowed -->
<!-- Label for global setting that indicates that all video and audio autoplay is allowed -->
<string name="preference_option_autoplay_allowed2">Allow audio and video</string>
<!-- Label for site specific setting that indicates that all video and audio autoplay is allowed -->
<string name="quick_setting_option_autoplay_allowed">Allow audio and video</string>
<!-- Label that indicates that video and audio autoplay is only allowed over Wi-Fi -->
<string name="preference_option_autoplay_allowed_wifi_only2">Block audio and video on cellular data only</string>
<!-- Subtext that explains 'autoplay on Wi-Fi only' option -->
<string name="preference_option_autoplay_allowed_wifi_subtext">Audio and video will play on Wi-Fi</string>
<!-- Label that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<!-- Label for global setting that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<string name="preference_option_autoplay_block_audio2">Block audio only</string>
<!-- Label that indicates that all video and audio autoplay is blocked -->
<!-- Label for site specific setting that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<string name="quick_setting_option_autoplay_block_audio">Block audio only</string>
<!-- Label for global setting that indicates that all video and audio autoplay is blocked -->
<string name="preference_option_autoplay_blocked3">Block audio and video</string>
<!-- Label for site specific setting that indicates that all video and audio autoplay is blocked -->
<string name="quick_setting_option_autoplay_blocked">Block audio and video</string>
<!-- Summary of delete browsing data on quit preference if it is set to on -->
<string name="delete_browsing_data_quit_on">On</string>
<!-- Summary of delete browsing data on quit preference if it is set to off -->

Loading…
Cancel
Save