Skip to content

Commit

Permalink
[components] Issue mozilla-mobile/android-components#173: Toolbar: Ad…
Browse files Browse the repository at this point in the history
…d support for dynamic display actions.

X-Channel-Revision: [main] mozilla-mobile/android-components@cf522a7
X-Channel-Revision: [main] mozilla-mobile/fenix@20b25d7
X-Channel-Revision: [main] mozilla-mobile/focus-android@29486b8
X-Channel-Converted-Revision: [ac-prep] mozilla-mobile/firefox-android@d93c285
  • Loading branch information
pocmo authored and csadilek committed May 18, 2018
1 parent 2e29f4b commit 90d2620
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
6 changes: 6 additions & 0 deletions _meta/mozilla-mobile-firefox-android.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "mozilla-mobile/firefox-android",
"revs": {
"ac-prep": "d93c285828d62452dabf409f158d8217f127f051"
}
}
3 changes: 3 additions & 0 deletions l10n.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ basepath = "."
[[includes]]
path = "mozilla-mobile/fenix/l10n.toml"

[[includes]]
path = "mozilla-mobile/firefox-android/android-component/l10n.toml"

[[includes]]
path = "mozilla-mobile/focus-android/l10n.toml"
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,4 @@
<resources>
<!-- Content description (not visible, for screen readers etc.): Description for the overflow menu button in the browser toolbar. -->
<string name="mozac_browser_toolbar_menu_button">Menu</string>
<string name="mozac_clear_button_description">Clear</string>
<!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection enabled, but none trackers have been blocked or detected. -->
<string name="mozac_browser_toolbar_content_description_tracking_protection_on_no_trackers_blocked">Tracking Protection is on</string>
<!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection enabled, and trackers have been blocked or detected.-->
<string name="mozac_browser_toolbar_content_description_tracking_protection_on_trackers_blocked1">Tracking Protection has blocked trackers</string>
<!-- Content description: For the tracking protection toolbar icon, it is set when the site has tracking protection disabled.-->
<string name="mozac_browser_toolbar_content_description_tracking_protection_off_for_a_site1">Tracking Protection is off for this site</string>
<!-- Content description: For the site security information icon (the site security icon).-->
<string name="mozac_browser_toolbar_content_description_site_info">Site information</string>
<!-- Announcement made by the screen reader when the progress bar is shown and a page is loading -->
<string name="mozac_browser_toolbar_progress_loading">Loading</string>
<!-- Content description: For the autoplay toolbar icon, it is set when the auto play permission is blocking content playing.-->
<string name="mozac_browser_toolbar_content_description_autoplay_blocked">Some content has been blocked by the autoplay setting</string>
</resources>

0 comments on commit 90d2620

Please sign in to comment.