Skip to content

Commit

Permalink
For 8017: add strings for advanced video autoplay
Browse files Browse the repository at this point in the history
See mozilla-mobile/fenix#8503 (comment)

X-Channel-Revision: [master] mozilla-mobile/android-components@2bb3c7d
X-Channel-Converted-Revision: [master] mozilla-mobile/fenix@b717926
X-Channel-Revision: [master] mozilla-mobile/firefox-tv@e8ccd59
X-Channel-Revision: [master] MozillaReality/FirefoxReality@8a820da
X-Channel-Revision: [master] mozilla-lockwise/lockwise-android@ade612d
  • Loading branch information
severinrudie authored and boek committed Mar 2, 2020
1 parent 70de56f commit d39e537
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _meta/mozilla-mobile-fenix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozilla-mobile/fenix",
"revs": {
"master": "6f53020a4a5f9cb04e78e239baa909d4b3285850"
"master": "b717926f723d4eebbc353bbe88956aa1f4799d73"
}
}
8 changes: 8 additions & 0 deletions mozilla-mobile/fenix/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,14 @@
<string name="preference_option_autoplay_blocked">Video and audio blocked</string>
<!-- Label that indicates video and audio autoplay is allowed -->
<string name="preference_option_autoplay_allowed">Video and audio allowed</string>
<!-- Label that indicates that all video and audio autoplay is allowed -->
<string name="preference_option_autoplay_allowed2">Allow audio and video</string>
<!-- Label that indicates that video and audio autoplay is only allowed over WIFI -->
<string name="preference_option_autoplay_allowed_wifi_only">Allow audio and video on WIFI only</string>
<!-- Label that indicates that video autoplay is allowed, but audio autoplay is blocked -->
<string name="preference_option_autoplay_block_audio">Block audio</string>
<!-- Label that indicates that all video and audio autoplay is blocked -->
<string name="preference_option_autoplay_blocked2">Block video and audio</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 -->
Expand Down

0 comments on commit d39e537

Please sign in to comment.