[fenix] Update toolbar autoplay strings

pull/600/head
Arturo Mejia 4 years ago
parent e2d45f84e9
commit 25f193cf50

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

@ -867,16 +867,22 @@
<string name="tracking_protection_on">On</string> <string name="tracking_protection_on">On</string>
<!-- Summary of tracking protection preference if tracking protection is set to off --> <!-- Summary of tracking protection preference if tracking protection is set to off -->
<string name="tracking_protection_off">Off</string> <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> <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 --> <!-- 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> <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 --> <!-- 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> <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> <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> <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 --> <!-- Summary of delete browsing data on quit preference if it is set to on -->
<string name="delete_browsing_data_quit_on">On</string> <string name="delete_browsing_data_quit_on">On</string>
<!-- Summary of delete browsing data on quit preference if it is set to off --> <!-- Summary of delete browsing data on quit preference if it is set to off -->

Loading…
Cancel
Save