{% endblock %}
diff --git a/bedrock/firefox/templates/firefox/features/add-ons.html b/bedrock/firefox/templates/firefox/features/add-ons.html
new file mode 100644
index 00000000000..c90f50ea10d
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/features/add-ons.html
@@ -0,0 +1,37 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/features/base-article.html" %}
+
+{% block article_title_short %}{{ ftl('features-add-ons-firefox-add-ons') }}{% endblock %}
+{% block article_title %}{{ ftl('features-add-ons-firefox-add-ons-and-browser-extensions') }}{% endblock %}
+
+{% block article_content %}
+
+{% endblock article_content %}
diff --git a/bedrock/firefox/templates/firefox/features/base-article.html b/bedrock/firefox/templates/firefox/features/base-article.html
new file mode 100644
index 00000000000..ddd82fb582e
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/features/base-article.html
@@ -0,0 +1,69 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% from 'macros-protocol.html' import split %}
+
+{% extends "firefox/base/base-protocol.html" %}
+
+{% block page_css %}
+ {{ css_bundle('protocol-split') }}
+ {{ css_bundle('firefox-features-new-article') }}
+{% endblock page_css %}
+
+{% block article_title_short %}{% endblock %}
+{% block article_title %}{% endblock %}
+
+{% block page_title %}{{ self.article_title() }}{% endblock %}
+
+{% block content %}
+
+
+
+
+
+{% endblock article_content %}
diff --git a/bedrock/firefox/templates/firefox/features/customize.html b/bedrock/firefox/templates/firefox/features/customize.html
new file mode 100644
index 00000000000..caf5adc1529
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/features/customize.html
@@ -0,0 +1,57 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/features/base-article.html" %}
+
+{% set referrals = 'utm_source=www.mozilla.org&utm_medium=referral&utm_campaign=firefox-features' %}
+
+{% block article_title %}{{ ftl('features-customize-customize-your-firefox') }}{% endblock %}
+{% block page_desc %}{{ ftl('features-customize-choose-how-your-browser-looks') }}{% endblock %}
+
+{% block article_content %}
+
+
+
+{% endblock article_content %}
diff --git a/bedrock/firefox/templates/firefox/features/eyedropper.html b/bedrock/firefox/templates/firefox/features/eyedropper.html
new file mode 100644
index 00000000000..4f6caea7783
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/features/eyedropper.html
@@ -0,0 +1,30 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/features/base-article.html" %}
+
+{% block article_title_short %}{{ ftl('features-eyedropper-eyedropper-tool') }}{% endblock %}
+{% block article_title %}{{ ftl('features-eyedropper-select-colors-in-firefox') }}{% endblock %}
+{% block page_desc %}{{ ftl('features-eyedropper-identify-the-exact-color-on-a') }}{% endblock %}
+
+{% block article_content %}
+
+{% endblock article_content %}
diff --git a/bedrock/firefox/templates/firefox/features/includes/features-content.html b/bedrock/firefox/templates/firefox/features/includes/features-content.html
deleted file mode 100644
index cc3fb0aaf34..00000000000
--- a/bedrock/firefox/templates/firefox/features/includes/features-content.html
+++ /dev/null
@@ -1,199 +0,0 @@
-{#
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-#}
-
-{% from "macros-protocol.html" import picto with context %}
-
-
-
-
diff --git a/bedrock/firefox/templates/firefox/features/includes/pip-video.html b/bedrock/firefox/templates/firefox/features/includes/pip-video.html
deleted file mode 100644
index a5dd450b55d..00000000000
--- a/bedrock/firefox/templates/firefox/features/includes/pip-video.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{#
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-#}
-
-
- {# YouTube is blocked in China so zh-CN gets an alternative, self-hosted video. #}
- {% if LANG == 'zh-CN' %}
-
- {% else %}
-
-
-
- {% endif %}
-
+{% endblock article_content %}
{% block js %}
{{ js_bundle('firefox-features-pip') }}
diff --git a/bedrock/firefox/templates/firefox/features/pinned-tabs.html b/bedrock/firefox/templates/firefox/features/pinned-tabs.html
new file mode 100644
index 00000000000..d6d05a048ee
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/features/pinned-tabs.html
@@ -0,0 +1,46 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/features/base-article.html" %}
+
+{% block article_title %}{{ ftl('pinned-tabs-pinned-browser-tabs') }}{% endblock %}
+{% block page_desc %}{{ ftl('pinned-tabs-keep-your-favorite-pages-open') }}{% endblock %}
+
+{% block article_content %}
+
+{% endblock article_content %}
diff --git a/bedrock/firefox/templates/firefox/features/private.html b/bedrock/firefox/templates/firefox/features/private.html
new file mode 100644
index 00000000000..2ffd1e4fe81
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/features/private.html
@@ -0,0 +1,22 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/features/base-article.html" %}
+
+{% block page_image %}{{ static('img/firefox/features/private-high-res.png') }}{% endblock %}
+{% block page_desc %}{{ ftl('features-private-were-focused-on-your-right-to') }}{% endblock %}
+
+{% block article_title %}{{ ftl('features-private-is-firefox-a-private-browser') }}{% endblock %}
+
+{% block article_content %}
+
+{% endblock article_content %}
diff --git a/bedrock/firefox/templates/firefox/features/safebrowser.html b/bedrock/firefox/templates/firefox/features/safebrowser.html
deleted file mode 100644
index 9ccd0d2c72c..00000000000
--- a/bedrock/firefox/templates/firefox/features/safebrowser.html
+++ /dev/null
@@ -1,144 +0,0 @@
-{#
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-#}
-
-{% from "macros-protocol.html" import call_out_compact with context %}
-
-{% extends "firefox/base/base-protocol.html" %}
-
-{% block page_title %}A safe browser that fights for you{% endblock %}
-
-{% block page_desc %}
-You have the right to internet safety. That’s why Firefox has features and add-ons that help us make the web more secure.
-{% endblock %}
-
-{% block page_css %}
- {{ css_bundle('protocol-call-out') }}
- {{ css_bundle('protocol-article') }}
- {{ css_bundle('safebrowser') }}
-{% endblock %}
-
-{% block sub_navigation %}
- {% include "firefox/features/includes/subnav.html" %}
-{% endblock %}
-
-{% block content %}
-
- Building a safe browser is an art and a science because there are no set rules. At Firefox, we believe you have the right to privacy on the internet. After all, the web is your home away from home, your workspace or your storage unit.
-
-
-
- When stepping inside a home or office, it’s your right to be comfortable, safe and secure. There’s no looking over your shoulder. You can shut the blinds or choose not to answer the door. The web should be no different.
-
-
- That is why we make Firefox with security features and add-ons that help us make the web safer for you. In this tech company, that means telling you what we know about you, and why we collect that information. Writing a privacy policy that’s straightforward and coming up with tools that protect your privacy.
-
-
- There are lots of other ways that can make a safe browser. Below is a list of the most important ones we focus on at Firefox.
-
-
-
-
Password Management
-
- A password manager should help you create strong passwords and protect them across accounts. Most people can’t remember every single password, especially if they’re secure passwords. (Unless you have a photographic memory, in which case, congratulations!)
-
-
- {% with url='https://support.mozilla.org/kb/password-manager-remember-delete-change-and-import' %}
- Firefox Password Manager stores all usernames and passwords in an encrypted format on your hard drive. We don’t store logins or passwords on the cloud because it’s more vulnerable to hacks.
- {% endwith %}
-
-
- {% with url='https://support.mozilla.org/kb/use-master-password-protect-stored-logins' %}
- Create secure passwords for every account and Password Manager will remember them all. We recommend creating a Master Password to safeguard all of your passwords in case your computer is lost or stolen.
- {% endwith %}
-
-
-
-
-
Tracking Protection
-
- Being followed doesn’t make anyone feel safe, even if it’s an annoying ad following you on the web. Blocking third-party trackers can help by not allowing the annoying “cookies” tracking that enables ads.
-
-
- {% with url='https://blog.mozilla.org/firefox/control-trackers-with-firefox/' %}
- That’s why we give you the option to block third-party trackers and content blocking on private and regular browsing mode.
- {% endwith %}
-
-
-
-
-
Private Browsing
-
- Speaking of private browsing, it’s a powerful privacy tool that’s easy to use. On Firefox, private browsing means we don’t save information about where you’ve been, clicked or looked. Private browsing leaves smaller digital footprints, giving away less about what you do and where you go online.
-
-
-
-
-
Containers
-
- Cleaning up your online space isn’t just good feng shui, it can lessen the worry of being tracked. Separate identities for your work websites or your personal interests keep trackers confined to one area. Ads that have nothing to do with work won’t pop-up in the middle of a presentation. For this purpose, we created Containers.
-
-
- {% with url='https://addons.mozilla.org/firefox/addon/multi-account-containers/' %}
- Containers help you stay organized and keep trackers in their place. Checking flight prices? Log onto the same website on different containers to make sure the price doesn’t mysteriously go up the second time you visit.
- {% endwith %}
-
-
- {% with url='https://blog.mozilla.org/firefox/facebook-container-extension/' %}
- If you’re concerned about how much Facebook already knows about you, try the Facebook Container. It makes it harder for Facebook to track your activity on other websites with third-party cookies. So you can keep trading funny memes with friends without Facebook collecting data on your moves.
- {% endwith %}
-
-
-
-
-
Firefox Monitor
-
- It’s hard to go a week without hearing of a new data breach. If you’re a human who lives and works, you probably don’t have the time to keep track of data news. We thought it might be nice to have a tool that kept watch on accounts and could let you know if anything fishy is going on.
-
-
- {% with url='https://monitor.firefox.com/' %}
- Firefox Monitor does just that, and you don’t need to use the Firefox browser to sign up. Simply enter your email to see if its been compromised and get alerts for new hacks.
- {% endwith %}
-
-
- We’d like to tell you that this list is it. You don’t need to worry about online safety ever again, but that wouldn’t be true. A new security threat could come at any time. Something that forces us to think outside the box. If and when that happens, we will continue to fight for your right to feel safe online.
-
-
-
-
-
-
-{% call call_out_compact(
- title='Take control of your browser.',
- class='mzp-t-product-firefox mzp-t-firefox mzp-t-dark'
-) %}
-
-{% endcall %}
-
-{% endblock %}
-
-{% block sticky_promo %}
- {% with non_fx_only=True %}
- {% include '/includes/sticky-promo.html' %}
- {% endwith %}
-{% endblock %}
-
-{% block js %}
- {{ js_bundle('sticky_promo') }}
-{% endblock %}
diff --git a/bedrock/firefox/templates/firefox/features/sync.html b/bedrock/firefox/templates/firefox/features/sync.html
new file mode 100644
index 00000000000..8059e6ff8f5
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/features/sync.html
@@ -0,0 +1,46 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/features/base-article.html" %}
+
+{% block article_title %}{{ ftl('features-sync-firefox-browser-sync') }}{% endblock %}
+{% block page_desc %}{{ ftl('features-sync-access-your-firefox-bookmarks') }}{% endblock %}
+
+{% block article_content %}
+
diff --git a/bedrock/firefox/urls.py b/bedrock/firefox/urls.py
index 39dc3784ef3..97af1e2c057 100644
--- a/bedrock/firefox/urls.py
+++ b/bedrock/firefox/urls.py
@@ -37,33 +37,41 @@
page("firefox/developer/", "firefox/developer/index.html", ftl_files=["firefox/developer"]),
page("firefox/enterprise/", "firefox/enterprise/index.html", ftl_files=["firefox/enterprise"]),
page("firefox/facebookcontainer/", "firefox/facebookcontainer/index.html", ftl_files=["firefox/facebook_container"]),
- page("firefox/features/", "firefox/features/index.html", ftl_files=["firefox/features/shared", "firefox/features/index"]),
- page("firefox/features/adblocker/", "firefox/features/adblocker.html", ftl_files=["firefox/features/adblocker"]),
- page("firefox/features/bookmarks/", "firefox/features/bookmarks.html", ftl_files=["firefox/features/shared", "firefox/features/bookmarks"]),
- page("firefox/features/fast/", "firefox/features/fast.html", ftl_files=["firefox/features/shared", "firefox/features/fast"]),
+ page("firefox/features/", "firefox/features/index.html", ftl_files=["firefox/features/index", "firefox/features/shared"]),
+ page("firefox/features/customize/", "firefox/features/customize.html", ftl_files=["firefox/features/customize", "firefox/features/shared"]),
+ page("firefox/features/add-ons/", "firefox/features/add-ons.html", ftl_files=["firefox/features/add-ons", "firefox/features/shared"]),
+ page("firefox/features/pinned-tabs/", "firefox/features/pinned-tabs.html", ftl_files=["firefox/features/pinned-tabs", "firefox/features/shared"]),
+ page("firefox/features/eyedropper/", "firefox/features/eyedropper.html", ftl_files=["firefox/features/eyedropper", "firefox/features/shared"]),
+ page("firefox/features/pdf-editor/", "firefox/features/pdf-editor.html", ftl_files=["firefox/features/pdf-editor", "firefox/features/shared"]),
+ page("firefox/features/adblocker", "firefox/features/adblocker.html", ftl_files=["firefox/features/adblocker", "firefox/features/shared"]),
+ page("firefox/features/bookmarks/", "firefox/features/bookmarks.html", ftl_files=["firefox/features/bookmarks", "firefox/features/shared"]),
+ page("firefox/features/fast/", "firefox/features/fast.html", ftl_files=["firefox/features/fast", "firefox/features/shared"]),
page(
"firefox/features/block-fingerprinting/",
"firefox/features/fingerprinting.html",
- ftl_files=["firefox/features/shared", "firefox/features/fingerprinting"],
+ ftl_files=["firefox/features/fingerprinting", "firefox/features/shared"],
),
- page("firefox/features/independent/", "firefox/features/independent.html", ftl_files=["firefox/features/shared", "firefox/features/independent"]),
- page("firefox/features/memory/", "firefox/features/memory.html", ftl_files=["firefox/features/shared", "firefox/features/memory"]),
page(
"firefox/features/password-manager/",
"firefox/features/password-manager.html",
- ftl_files=["firefox/features/shared", "firefox/features/password-manager"],
+ ftl_files=["firefox/features/password-manager", "firefox/features/shared"],
+ ),
+ page(
+ "firefox/features/private/",
+ "firefox/features/private.html",
+ ftl_files=["firefox/features/private", "firefox/features/shared"],
),
page(
"firefox/features/private-browsing/",
"firefox/features/private-browsing.html",
- ftl_files=["firefox/features/shared", "firefox/features/private-browsing"],
+ ftl_files=["firefox/features/private-browsing", "firefox/features/shared"],
),
- page("firefox/features/safebrowser/", "firefox/features/safebrowser.html"),
+ page("firefox/features/sync/", "firefox/features/sync.html", ftl_files=["firefox/features/sync", "firefox/features/shared"]),
path("firefox/features/translate/", views.firefox_features_translate, name="firefox.features.translate"),
page(
"firefox/features/picture-in-picture/",
"firefox/features/picture-in-picture.html",
- ftl_files=["firefox/features/shared", "firefox/features/picture-in-picture"],
+ ftl_files=["firefox/features/picture-in-picture", "firefox/features/shared"],
),
path(
"firefox/features/tips/",
diff --git a/l10n/en/firefox/features/adblocker.ftl b/l10n/en/firefox/features/adblocker.ftl
index 903c5b134d2..8830d3e2c6f 100644
--- a/l10n/en/firefox/features/adblocker.ftl
+++ b/l10n/en/firefox/features/adblocker.ftl
@@ -38,7 +38,7 @@ features-adblocker-create-a-tracker-free = Create a tracker-free zone with Conte
features-adblocker-on-firefox-you-can-use = On { -brand-name-firefox }, you can use Privacy or Content Blocking settings to get even more control over ad trackers that serve you the ads.
features-adblocker-choose-your-level-of-protection = Choose your level of protection
-features-adblocker-to-start-click-on-the = To start, click on the { -brand-name-firefox } menu in the top right-hand corner of your screen. It looks like three lines stacked on top of each other. In the drop-down menu, click on Content Blocking. You should see a blue pop-up with different selections.
+features-adblocker-to-start-click-on-the = To start, click the shield to the left of the address bar on any webpage and select “Protection Settings.” This will open the { -brand-name-firefox } Settings Privacy & Security panel in a new tab. You should see a blue pop-up with different selections.
features-adblocker-go-easy-with-standard = Go easy with Standard mode
# Variables:
@@ -69,6 +69,4 @@ features-adblocker-in-some-cases-an-ad-blocker = In some cases, an ad blocker ca
# Variables:
# $url (url) - link to https://www.mozilla.org/firefox/new/
-features-adblocker-if-you-want-to-learn-more = If you want to learn more about ad blocking, there are hundreds of ad blocker extensions available for { -brand-name-firefox } and other browsers. If want to try out the ad blockers { -brand-name-firefox } uses, click here to download a browser that puts privacy first.
-
-features-adblocker-take-control-of-your-browser = Take control of your browser.
+features-adblocker-if-you-want-to-learn-more = If you want to learn more about ad blocking, there are hundreds of ad blocker extensions available for { -brand-name-firefox } and other browsers. If you want to try out the ad blockers { -brand-name-firefox } uses, click here to download a browser that puts privacy first.
diff --git a/l10n/en/firefox/features/add-ons.ftl b/l10n/en/firefox/features/add-ons.ftl
new file mode 100644
index 00000000000..4bc76f601f8
--- /dev/null
+++ b/l10n/en/firefox/features/add-ons.ftl
@@ -0,0 +1,17 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+### URL: https://www-dev.allizom.org/firefox/features/add-ons/
+
+features-add-ons-firefox-add-ons = { -brand-name-firefox } add-ons
+features-add-ons-firefox-add-ons-and-browser-extensions = { -brand-name-firefox } add-ons and browser extensions
+features-add-ons-extensions-also-known-as-add-ons = Extensions – also known as { -brand-name-firefox } Add-ons – are extra features you can download and install to add more functionality and tools to your browser. Add-ons allow you to customize your { -brand-name-firefox } browser and enhance the way you use the web.
+
+# Variables:
+# $fbcontainer (url) - link to https://www.mozilla.org/firefox/facebookcontainer/
+# $translate (url) - link to https://addons.mozilla.org/firefox/addon/firefox-translations/
+# $language (url) - link to https://addons.mozilla.org/firefox/addon/languagetool/
+# $customize (url) - link to https://www.mozilla.org/firefox/features/customize/
+# $amo (url) - link to https://addons.mozilla.org
+features-add-ons-there-are-firefox-add-ons-that = There are { -brand-name-firefox } add-ons that stop { -brand-name-facebook } from tracking you around the web, translate text into other languages, check your spelling or grammar, or spruce up the way your browser looks. You’ll find these and thousands of other free extensions at addons.mozilla.org.
diff --git a/l10n/en/firefox/features/bookmarks.ftl b/l10n/en/firefox/features/bookmarks.ftl
index c7f6a7950ef..3b399c46a49 100644
--- a/l10n/en/firefox/features/bookmarks.ftl
+++ b/l10n/en/firefox/features/bookmarks.ftl
@@ -4,40 +4,27 @@
### URL: https://www-dev.allizom.org/firefox/features/bookmarks/
-# HTML page title
-features-bookmarks-firefox-browser-better = { -brand-name-firefox-browser }: Better bookmarks everywhere you go
+# page title
+bookmark-manager-bookmark-manager = Bookmark manager
# HTML page description
-features-bookmarks-easily-organize-your-bookmarks = Easily organize your bookmarks into folder and access them across all your devices, from desktop to mobile.
-features-bookmarks-better-bookmarks = Better bookmarks
-features-bookmarks-dont-agonize-lovers-of = Don’t agonize, lovers of bookmarking. Organize with { -brand-name-firefox }.
+bookmark-manager-organize-your-bookmarks-with = Organize your bookmarks with folders and tags.
-# File means to save (that bookmark).
-features-bookmarks-file-that-bookmark = File that bookmark
-
-# Dial in means to access/use (the bookmarks).
-features-bookmarks-get-your-faves-all-sorted = Get your faves all sorted with the bookmark star icon, which lets you add custom names and folders quickly. Then dial in your bookmarks toolbar to make sure you never lose sight of the links you love.
-
-# Fly here means to have your bookmark go wherever you go.
-features-bookmarks-fly-with-that-bookmark = Fly with that bookmark
-
-# Variables:
-# $url (url) - link to https://www.mozilla.org/firefox/pocket/
-# On the fly here means on the move with you.
-features-bookmarks-take-your-favorites-on = Take your favorites on the fly. Use { -brand-name-firefox-sync } to access your bookmarks across all your devices, from desktop to mobile. Or try { -brand-name-pocket } to save any online article, or page and come back to later – even without internet.
-
-features-bookmarks-customize-that-bookmark = Customize that bookmark
-
-# Obsolete string
-# Futz with means to spend a lot of time on something.
-features-bookmarks-futz-with-that-bookmark = Futz with that bookmark
-
-# Variables:
-# $url (url) - link to https://addons.mozilla.org/firefox/search/?q=bookmark%20managers
-features-bookmarks-practice-your-precision = Practice your precision with every bookmark manager add-on you can think of, from full page snapshots to quick-switch sidebars to locked-down-tight private bookmarks.
-
-# Obsolete string
# Variables:
-# $url (url) - link to https://addons.mozilla.org/firefox/search/?q=bookmark%20managers
-# "Exactitude" means precision.
-features-bookmarks-practice-your-exactitude = Practice your exactitude with every bookmark manager add-on you can think of, from full page snapshots to quick-switch sidebars to locked-down-tight private bookmarks.
+# $sync (url) - link to https://www.mozilla.org/firefox/features/sync/
+bookmark-manager-bookmarks-are-links-you-save = Bookmarks are links you save in your browser so you can quickly and easily get back to your favorite places on the web. { -brand-name-firefox } includes a handy bookmark manager so you can organize, search, update and synchronize all your saved links across all your devices.
+bookmark-manager-organize-your-boomarks-into = Organize your bookmarks into searchable folders
+bookmark-manager-collect-your-bookmarks-in-folders = Collect your bookmarks in folders and tag them with more details. You can also sort your bookmarks to quickly find the ones you need.
+
+# Used as an accessible text alternative for an image
+bookmark-manager-image-of-the-bookmark-manager = Image of the bookmark manager window in { -brand-name-firefox }.
+bookmark-manager-easily-import-bookmarks = Easily import bookmarks
+bookmark-manager-you-can-import-your-bookmarks = You can import your bookmarks from { -brand-name-chrome }, { -brand-name-safari } or { -brand-name-edge } with { -brand-name-firefox }’s import wizard. Just click Bookmarks > Manage Bookmarks and then select “Import and Backup”.
+
+# Used as an accessible text alternative for an image
+bookmark-manager-image-of-the-firefox-import-wizard = Image of the { -brand-name-firefox } import wizard dialog, showing options to import settings and data from other browsers.
+bookmark-manager-bookmarks-toolbar = Bookmarks toolbar
+bookmark-manager-get-quick-access-to-your = Get quick access to your favorite bookmarks in the menu at the top of { -brand-name-firefox } or pin them to your toolbar.
+
+# Used as an accessible text alternative for an image
+bookmark-manager-image-of-firefox-showing-a-collection = Image of { -brand-name-firefox } showing a collection of bookmarks in a toolbar at the top of the browser window.
diff --git a/l10n/en/firefox/features/customize.ftl b/l10n/en/firefox/features/customize.ftl
new file mode 100644
index 00000000000..6dd963e9220
--- /dev/null
+++ b/l10n/en/firefox/features/customize.ftl
@@ -0,0 +1,30 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+### URL: https://www-dev.allizom.org/firefox/features/customize/
+
+features-customize-customize-your-firefox = Customize your { -brand-name-firefox } browser
+
+# HTML page description
+features-customize-choose-how-your-browser-looks = Choose how your browser looks with thousands of free themes.
+
+features-customize-firefox-themes-let-you-change = { -brand-name-firefox } themes let you change your browser’s appearance. They set the color scheme for browser menus and { -brand-name-firefox } system pages, and can even add a background image to your { -brand-name-firefox } toolbar.
+features-customize-firefox-comes-with-a-default = { -brand-name-firefox } comes with a default system theme and is preloaded with light, dark and colorful variations.
+
+# Used as accessible alternative text for an image
+features-customize-image-of-the-default-themes = Image of the default themes that come with { -brand-name-firefox }, showing light, dark and colorful variations.
+
+# Variables:
+# $amo (url) - link to https://addons.mozilla.org/firefox/themes/
+# $top (url) - link to https://addons.mozilla.org/firefox/search/?sort=rating&type=statictheme
+# $trending (url) - link to https://addons.mozilla.org/firefox/search/?sort=hotness&type=statictheme
+# $recommended (url) - link to https://addons.mozilla.org/firefox/search/?promoted=recommended&sort=random&type=statictheme
+# $music (url) - link to https://addons.mozilla.org/firefox/themes/category/music/
+# $seasonal (url) - link to https://addons.mozilla.org/firefox/themes/category/seasonal/
+# $sports (url) - link to https://addons.mozilla.org/firefox/themes/category/sports/
+# $nature (url) - link to https://addons.mozilla.org/firefox/themes/category/nature/
+features-customize-you-can-find-more-free-custom = You can find more free custom themes at addons.mozilla.org. Browse the top-rated, trending and most recommended themes. Or look for themes by category, including music, seasonal, sports, and nature. Tailor your experience to your tastes. Cute critters, evil robots, beautiful landscapes — there are thousands of options to make { -brand-name-firefox } your own.
+
+# Used as accessible alternative text for an image
+features-customize-image-of-three-custom-firefox = Image of three custom { -brand-name-firefox } themes: a dark purple and pink theme with white and orange accents, a light beige theme featuring a watercolor painting of birds and cherry blossoms, and a dark black and green theme featuring a high-tech circuitry pattern.
diff --git a/l10n/en/firefox/features/eyedropper.ftl b/l10n/en/firefox/features/eyedropper.ftl
new file mode 100644
index 00000000000..83f9d9f768b
--- /dev/null
+++ b/l10n/en/firefox/features/eyedropper.ftl
@@ -0,0 +1,17 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+### URL: https://www-dev.allizom.org/firefox/features/eyedropper/
+
+features-eyedropper-eyedropper-tool = Eyedropper tool
+features-eyedropper-select-colors-in-firefox = Select colors in { -brand-name-firefox } with the eyedropper tool
+
+# HTML page description
+features-eyedropper-identify-the-exact-color-on-a = Identify the exact color on a page and copy its hex code.
+
+features-eyedropper-there-are-a-lot-of-reasons = There are a lot of reasons you might want to know the exact hex color code of a specific color on a web page — maybe you build webpages or are a graphic designer. The eyedropper tool, in the desktop version of { -brand-name-firefox }, lets you find exact hex color codes just by hovering over any color you see on a web page. A click will copy that color value to your clipboard.
+
+# Used as an accessible text alternative for an image
+features-eyedropper-screenshot-of-the-eyedropper-tool = Screenshot of the eyedropper tool in { -brand-name-firefox } showing the hexadecimal color value of a single pixel on a web page.
+features-eyedropper-you-can-find-the-eyedropper = You can find the eyedropper under “Browser Tools” in the Tools menu or under “More Tools” in the { -brand-name-firefox } toolbar menu (at the end of the { -brand-name-firefox } toolbar).
diff --git a/l10n/en/firefox/features/fast.ftl b/l10n/en/firefox/features/fast.ftl
index c30b372fbe7..32113cb4afb 100644
--- a/l10n/en/firefox/features/fast.ftl
+++ b/l10n/en/firefox/features/fast.ftl
@@ -4,21 +4,20 @@
### URL: https://www-dev.allizom.org/firefox/features/fast/
-# HTML page title
-features-fast-get-more-done-browse-faster = Get more done. Browse faster and lighter with multiple tabs
+features-fast-is-firefox-the-fastest-browser = Is { -brand-name-firefox } the fastest browser?
# HTML description
-features-fast-our-new-powerful-multi-process = Our new, powerful multi-process platform handles all your tabs without slowing down your computer.
+features-fast-firefox-uses-less-memory-than = { -brand-name-firefox } uses less memory than { -brand-name-chrome }, so your other programs can keep running at top speed.
+features-fast-browse-faster = Browse faster
-features-fast-firefox-is-now-faster-and-leaner = { -brand-name-firefox } is now faster and leaner
-features-fast-weve-been-working-out-so-you = We’ve been working out, so you can get more done.
-features-fast-use-less-memory = Use less memory
+# The odd punctuation here is meant to represent how a computer can run slow.
+features-fast-every-computer-program-you-run = Every computer program you run takes up some memory. If your computer is low on memory, this can cause… a…… significant………… slow down. { -brand-name-firefox } aims for a balance – using enough memory to let you browse smoothly and leaving plenty of memory to keep your computer responsive.
+features-fast-multi-tasking-with-multiple-tabs = Multi-tasking with multiple tabs
+features-fast-firefox-is-a-multi-process-browser = { -brand-name-firefox } is a multi-process browser, which means that your tabs stay fresh and won’t take forever to reload. With 86% less lag time, you can switch quickly between tabs even when your little inner voice says you have waaay too many tabs open.
+features-fast-faster-gaming = Faster gaming
-# A "computer hog" here means software that consumes a lot of memory and resources
-features-fast-no-one-likes-a-computer-hog = No one likes a computer hog! { -brand-name-firefox } is a lean, mean (actually we’re pretty nice) browsing machine. Since we use less RAM than { -brand-name-chrome }, your other programs can keep running at top speed.
-features-fast-get-all-the-tabs-without-lags = Get all the tabs without lags
-features-fast-multi-tasking-with-multiple = Multi-tasking with multiple tabs just got easier. { -brand-name-firefox } is now a multi-process browser, which means that your tabs stay fresh and won’t take forever to reload. With 86% less hang time, switch quickly between tabs even as you open more.
-features-fast-level-up-browser-gameplay = Level-up browser gameplay
+# A "humblebrag" is something that appears to be modest or self-deprecating, but is actually a way of bragging. This is an un-humble brag because we're bragging openly. Ignore this string if there's no adequate translation.
+features-fast-un-humble-brag-alert = Un-humble brag alert:
# Native speed refers to operating speed for games written for platforms such as macOS or Windows.
-features-fast-we-led-the-tech-to-run-3d-games = We led the tech to run 3D games at near-native speeds, and now { -brand-name-firefox } is bringing better performance to online gaming. Our powerful browser reduces lags, speeds up ping times and optimizes overall gameplay through faster, leaner browsing.
+features-fast-we-led-the-tech-to-run-3d-games = We led the tech to run 3D games at near-native speeds, and now { -brand-name-firefox } is bringing even better performance to online gaming. Our powerful browser reduces lags, speeds up ping times and optimizes overall gameplay through faster, leaner browsing.
diff --git a/l10n/en/firefox/features/index.ftl b/l10n/en/firefox/features/index.ftl
index 8c316ba60ce..b9b30570ddd 100644
--- a/l10n/en/firefox/features/index.ftl
+++ b/l10n/en/firefox/features/index.ftl
@@ -5,55 +5,40 @@
### URL: https://www-dev.allizom.org/firefox/features/
# HTML page title
-features-index-protect-your-privacy-and-browse = Protect your privacy and browse faster with { -brand-name-firefox } features
+features-index-firefox-browser-features = { -brand-name-firefox } browser features
# HTML page description
-features-index-youre-in-control-with-firefoxs = You’re in control with { -brand-name-firefox }’s easy-to-use features that protect your privacy and browsing speeds.
+features-index-firefox-is-the-fast-lightweight = { -brand-name-firefox } is the fast, lightweight, privacy-focused browser that works across all your devices.
-# Hero title
-features-index-firefox-features = { -brand-name-firefox } features
+features-index-is-firefox-a-fast-browser = Is { -brand-name-firefox } a fast browser?
+features-index-firefox-uses-less-memory-than = { -brand-name-firefox } uses less memory than { -brand-name-chrome }, so your other programs can keep running at top speed.
+features-index-is-firefox-a-private-browser = Is { -brand-name-firefox } a private browser?
+features-index-were-focused-on-your-right-to = We’re focused on your right to privacy. Your data, your web activity, your life online is protected with { -brand-name-firefox }.
+features-index-free-password-manager = Free password manager
+features-index-get-help-creating-new-passwords = Get help creating new passwords, auto-fill online forms and log in automatically.
+features-index-customize-your-firefox-browser = Customize your { -brand-name-firefox } browser
+features-index-choose-how-your-browser-looks = Choose how your browser looks with thousands of free themes.
+features-index-firefox-browser-sync = { -brand-name-firefox } browser sync
+features-index-access-your-firefox-bookmarks = Access your { -brand-name-firefox } bookmarks, passwords, open tabs and more from any device.
+features-index-bookmark-manager = Bookmark manager
+features-index-organize-your-bookmarks-with = Organize your bookmarks with folders and tags.
+features-index-private-browsing-mode = Private browsing mode
+features-index-automatically-delete-cookies = Automatically delete cookies and erase your browser history when you close it.
+features-index-firefox-add-ons-and-browser-extensions = { -brand-name-firefox } add-ons and browser extensions
+features-index-add-new-tools-capabilities-and = Add new tools, capabilities and fun stuff to your browser.
+features-index-pinned-browser-tabs = Pinned browser tabs
+features-index-keep-your-favorite-pages-open = Keep your favorite pages open and just a click away. Use Pinned Tabs to keep an eye on your email or messaging apps.
+features-index-eyedropper-tool = Eyedropper tool
+features-index-identify-the-exact-color-on-a = Identify the exact color on a page and copy its hex code.
+features-index-pdf-editor = PDF editor
+features-index-view-and-edit-pdf-files = View and edit PDF files right in { -brand-name-firefox }.
+features-index-fingerprinter-blocking = Fingerprinter blocking
+features-index-ad-tracker-blocking = Ad tracker blocking
+features-index-firefox-automatically-blocks = { -brand-name-firefox } automatically blocks 2000+ ad trackers from following you around the internet.
-# Hero description
-features-index-firefox-is-fast = { -brand-name-firefox } is the fast, lightweight, privacy-focused browser that works across all your devices.
-
-features-index-add-powerful-functions = Add powerful functions, useful features and even a little fun to your { -brand-name-firefox } browser.
-features-index-see-all = See all extensions
-features-index-give-your-browser = Give your browser the look you want with thousands of different themes.
-features-index-important-stuff = Make sure all your important stuff — internet searches, passwords, open tabs — appears where you need it on every device.
-features-index-get-an-account = Get a { -brand-name-firefox-account }
-features-index-use-the-bookmark = Use the bookmark star icon to stay organized and add custom names and folders quickly.
-features-index-from-the-company = From a company that puts people before profit
-features-index-private-browsing-mode = Private Browsing mode deletes cookie data and your browsing history every time you close it.
-features-index-firefox-automatically = { -brand-name-firefox } automatically blocks 2000+ ad trackers from following you around the internet.
-features-index-access-all-passwords = { -brand-name-firefox-lockwise } lets you access all the passwords you’ve saved in { -brand-name-firefox } — and it’s free.
-features-index-just-enough = { -brand-name-firefox } uses just enough memory to create a smooth experience so your computer stays responsive to other tasks.
-features-index-use-less-memory = { -brand-name-firefox } uses less memory than { -brand-name-chrome }, so your other programs can keep running at top speed.
-features-index-open-source-minds = Open source. Open minds.
-features-index-mozilla-creates = { -brand-name-mozilla } creates powerful web tech for everyone.
-features-index-see-what-makes-us-different = See what makes us different
-features-index-by-non-profit-mozilla = By non-profit, { -brand-name-mozilla }
-features-index-by-not-for-profit-mozilla = By not-for-profit, { -brand-name-mozilla }
-features-index-keep-corporate-power = Keep corporate power in check
-features-index-independent-browser = { -brand-name-firefox } is the only major independent browser.
-features-index-on-a-mission = On a mission to keep the internet open and accessible to all.
-features-index-read-mozillas-mission = Read { -brand-name-mozilla }’s mission
-features-index-choose-independence = Choose independence
-features-index-opted-in-to-privacy-so-you = Opted-in to privacy, so you can browse freely.
-features-index-read-our-privacy-policy = Read our privacy policy
-features-index-private-by-default = Private by default
-features-index-enhanced-tracking = Enhanced tracking protection
-features-index-we-dont-sell-access-to-your = We don’t sell access to your online data. Period.
-features-index-get-firefox-for-privacy = Get { -brand-name-firefox } for privacy
-features-index-firefox-vs = { -brand-name-firefox } vs. other browsers
-features-index-stack-up = See how { -brand-name-firefox } stacks up against other popular browsers.
-features-index-compare-browsers = Compare browsers
-features-index-see-themes = See top themes
-features-index-download-latest = Download the latest { -brand-name-firefox }
-features-index-fingerprinter-blocking = Fingerprinter Blocking
-features-index-fingerprinting-is-a = Fingerprinting is a type of online tracking that’s more invasive than ordinary cookie-based tracking — that’s why { -brand-name-firefox-browser } blocks it.
-features-index-block-fingerprinters = Block fingerprinters
+# "Ditch" is slang for discarding something unwanted. Alternative: "Get rid of sticky ads..."
+features-index-ditch-the-sticky-ads = Ditch the sticky ads following you around with { -brand-name-firefox}’s built-in fingerprinting blockers.
features-index-translate-the-web = Translate the web
-features-index-translate-more-than = Translate from more than 100 languages to your language directly in your { -brand-name-firefox-browser } - easier than ever.
-features-index-translate-to-your = Translate to your language
+features-index-translate-more-than = Translate from more than 100 languages to your language directly in your { -brand-name-firefox } browser — easier than ever.
features-index-picture-in-picture = Picture-in-Picture
features-index-got-things-to-do = Got things to do and things to watch? Do both using Picture-in-Picture in { -brand-name-firefox }.
diff --git a/l10n/en/firefox/features/password-manager.ftl b/l10n/en/firefox/features/password-manager.ftl
index 92acf9d15a1..e912ba9573b 100644
--- a/l10n/en/firefox/features/password-manager.ftl
+++ b/l10n/en/firefox/features/password-manager.ftl
@@ -5,44 +5,40 @@
### URL: https://www-dev.allizom.org/firefox/features/password-manager
# HTML page title
-password-manager-firefox-browser = { -brand-name-firefox-browser }: Fast, Easy Password Manager
+password-manager-free-password-manager = Free password manager
# HTML page description
-password-manager-firefox-password = { -brand-name-firefox } Password Manager saves all your passwords in one place so you can automatically login to sites, or retrieve saved passwords.
+password-manager-firefox-password-manager-saves-all = { -brand-name-firefox } Password Manager saves all your passwords in one place so you can automatically login to sites, or retrieve saved passwords.
-# Hero title
-password-manager-password-manager = Password Manager achievement unlocked
-password-manager-give-up-the-memory = Give up the memory game with { -brand-name-firefox } Password Manager.
-password-manager-password-hero = Password hero
+password-manager-firefox-securely-stores-your = { -brand-name-firefox } securely stores your usernames and passwords for accessing websites, automatically fills them in for you the next time you visit a website, and lets you manage your stored logins with its built-in password management feature.
# Variables:
-# $url (url) = link to https://support.mozilla.org/kb/use-primary-password-protect-stored-logins
-password-manager-forget-the-reset-v2 = Forget the reset. { -brand-name-firefox } Password Manager keeps all your passwords so you can log in automatically, or find saved passwords easily. For super security, give your computer a primary password.
+# $fxa (url) = link to https://www.mozilla.org/firefox/accounts/
+password-manager-with-a-free-firefox-account = With a free { -brand-name-firefox } account you can securely sync your passwords across all your devices.
+password-manager-password-autofill-for-easy-logins = Password autofill for easy logins
+password-manager-firefox-can-automatically-fill-in = { -brand-name-firefox } can automatically fill in your saved username and password. If you have more than one login for a site, you can just select the account you want and we’ll take it from there.
-# Obsolete string
-# Variables:
-# $url (url) = link to https://support.mozilla.org/kb/use-master-password-protect-stored-logins
-password-manager-forget-the-reset = Forget the reset. { -brand-name-firefox } Password Manager keeps all your passwords so you can log in automatically, or find saved passwords easily. For super security, give your computer a master password.
-
-password-manager-password-magician = Password magician
+# Used as an accessible text alternative for an image
+password-manager-image-of-a-websites-login-form = Image of a website’s login form with { -brand-name-firefox } showing multiple saved accounts to choose from when logging in.
+password-manager-import-passwords = Import passwords
+password-manager-you-can-use-the-import-wizard = You can use the import wizard to easily (magically) import usernames and passwords stored on { -brand-name-chrome }, { -brand-name-edge }, { -brand-name-safari } or any other browsers. Select Passwords from the menu, and then click “import them into { -brand-name-firefox }” at the bottom of the Logins & Passwords page.
-# Obsolete string
-# Meaning its a quick and competent password manager
-password-manager-password-ninja = Password ninja
-
-password-manager-no-more-try-again = No more “try again” while you’re trying to get somewhere. Log in to your { -brand-name-firefox-account } on your phone, and your passwords come with you. Your login details will simply appear, just like that.
-password-manager-password-champion = Password champion
+# Used as an accessible text alternative for an image
+password-manager-image-of-the-firefox-import-wizard = Image of the { -brand-name-firefox } import wizard dialog, showing options to import settings and data from other browsers.
+password-manager-no-more-reusing-your-passwords = No more reusing your passwords
# Variables:
-# $addons (url) = https://addons.mozilla.org/firefox/collections/mozilla/password-managers/
-password-manager-earn-your-security-gold-medal = Earn your security gold medal with { -brand-name-firefox }’s vast array of password manager add-ons. Choose an existing favorite or find a next-level one through expert community ratings and reviews.
+# $attrs (url) = link to https://support.mozilla.org/kb/how-generate-secure-password-firefox
+password-manager-have-firefox-create-a-strong-unique = Have { -brand-name-firefox } create a strong, unique password for each login you have across the web — that way, if one of your passwords gets hacked through a security breach, it’ll only impact that one account, not other accounts too.
-# Obsolete string
-# "Master" here means mastery of a subject, to be highly skilled at managing passwords.
-password-manager-password-master = Password master
+# Used as an accessible text alternative for an image
+password-manager-image-of-a-websites-sign-up-form = Image of a website’s sign up form with { -brand-name-firefox } suggesting a strong password that it will automatically store for future use.
+password-manager-password-security-alerts = Password security alerts
-# Obsolete string
# Variables:
-# $addons (url) = https://addons.mozilla.org/firefox/collections/mozilla/password-managers/
-# Black belt is connected to the mention of password master above, to convey you are competent in your own security skills.
-password-manager-earn-your-second = Earn your second security black belt with { -brand-name-firefox }’s vast array of password manager add-ons. Choose an existing favorite or find a next-level one through expert community ratings and reviews.
+# $attrs (url) = link to https://support.mozilla.org/kb/firefox-password-manager-alerts-breached-websites
+# "Lambo" is American slang for a Lamborghini sports car. You can spell out the full name or substitute a similarly extravagant item.
+password-manager-firefox-alerts-you-if-a-password-has = { -brand-name-firefox } alerts you if a password has been exposed in a data breach so you can change it before hackers have a chance to do something like rent a Lambo with your credit card.
+
+# Used as an accessible text alternative for an image
+password-manager-image-of-the-firefox-password-manager = Image of the { -brand-name-firefox } password manager displaying an alert message that reads “This password has been used on another account that was likely in a data breach. Reusing credentials puts all your accounts at risk. Change this password.”
diff --git a/l10n/en/firefox/features/pdf-editor.ftl b/l10n/en/firefox/features/pdf-editor.ftl
new file mode 100644
index 00000000000..fc03d18da6d
--- /dev/null
+++ b/l10n/en/firefox/features/pdf-editor.ftl
@@ -0,0 +1,22 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+### URL: https://www-dev.allizom.org/firefox/features/pdf-editor/
+
+# Short title used in the subnav
+pdf-editor-pdf-editor = PDF Editor
+
+# page title
+pdf-editor-add-text-to-pdfs = Add text to PDFs with { -brand-name-firefox } PDF Editor
+
+# HTML page description
+pdf-editor-view-and-edit-pdf-files-right-in = View and edit PDF files right in { -brand-name-firefox }.
+pdf-editor-if-you-need-to-add-stuff-to-a-pdf = If you need to add stuff to a PDF document, now you can do that online with { -brand-name-firefox }. Open the PDF in { -brand-name-firefox } and click the Text or Draw buttons in the upper right corner to make changes to your document. Download the file to save it with your changes.
+pdf-editor-fill-in-forms-online-without = Fill in forms online without printing and scanning
+pdf-editor-weve-all-faced-this-you-need-to = We’ve all faced this: you need to fill in a form that is a PDF, but it isn’t editable. In the past, your only option was to print it on a dead tree, add things with ink, and then scan it back into your computer.
+pdf-editor-no-more-now-all-you-need-to-do = No more! Now, all you need to do is edit the PDF online with { -brand-name-firefox }, save it, and email it from your computer.
+pdf-editor-add-text = Add text
+pdf-editor-open-the-pdf-in-firefox-click-text = Open the PDF in { -brand-name-firefox }. Click the Text button to choose a color and text size before selecting where on the document you wish to add text. It’s that easy!
+pdf-editor-add-drawings-or-your-signature = Add drawings (or your signature)
+pdf-editor-open-the-pdf-in-firefox-click-draw = Open the PDF in { -brand-name-firefox }. Click the Draw icon to choose a color, thickness and opacity before then being able to draw on the document. It probably won’t be any messier than your usual signature!
diff --git a/l10n/en/firefox/features/picture-in-picture.ftl b/l10n/en/firefox/features/picture-in-picture.ftl
index 2f7fbdc2566..80972784910 100644
--- a/l10n/en/firefox/features/picture-in-picture.ftl
+++ b/l10n/en/firefox/features/picture-in-picture.ftl
@@ -9,6 +9,9 @@ features-pip-firefox-picture-in-picture-get-more = { -brand-name-firefox } Pictu
# HTML page description
features-pip-got-things-to-do-and-things-to-watch = Got things to do and things to watch? Do both using Picture-in-Picture in { -brand-name-firefox }.
+
+features-pip-picture-in-picture = Picture-in-Picture
+
features-pip-new-feature-firefox-multi-picture = New feature: { -brand-name-firefox } multi Picture-in-Picture
features-pip-cool-feature-picture-in-picture = Cool feature: Picture-in-Picture
features-pip-get-more-done-with-pop-out-videos = Get more done with pop-out videos
diff --git a/l10n/en/firefox/features/pinned-tabs.ftl b/l10n/en/firefox/features/pinned-tabs.ftl
new file mode 100644
index 00000000000..40fa66867fb
--- /dev/null
+++ b/l10n/en/firefox/features/pinned-tabs.ftl
@@ -0,0 +1,16 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+### URL: https://www-dev.allizom.org/firefox/features/pinned-tabs/
+
+# page title
+pinned-tabs-pinned-browser-tabs = Pinned browser tabs
+
+# HTML page description
+pinned-tabs-keep-your-favorite-pages-open = Keep your favorite pages open and just a click away. Use Pinned Tabs to keep an eye on your email or messaging apps.
+
+pinned-tabs-pinning-a-tab-in-firefox-allows = Pinning a tab in { -brand-name-firefox } allows you to keep your favorite sites always open and a click away. They’ll open automatically when you start { -brand-name-firefox }. We’ve found them especially useful for keeping things like email and calendar websites always at hand.
+pinned-tabs-theyre-small-and-you-cant-close = They’re small, and you can’t close them accidentally because they don’t have a close button. Instead, you have to unpin them.
+pinned-tabs-you-can-see-when-your-pinned-tabs = You can see when your pinned tabs are updated, for example, if you get a new email or direct message.
+pinned-tabs-if-you-click-on-a-link-within = If you click on a link from within your pinned tab, { -brand-name-firefox } will automatically open the link in a separate, new tab so your pinned tab lives on forever (or until you unpin it).
diff --git a/l10n/en/firefox/features/private-browsing.ftl b/l10n/en/firefox/features/private-browsing.ftl
index 8c99a886d32..bb74abee61f 100644
--- a/l10n/en/firefox/features/private-browsing.ftl
+++ b/l10n/en/firefox/features/private-browsing.ftl
@@ -4,18 +4,26 @@
### URL: https://www-dev.allizom.org/firefox/features/private-browsing
+features-private-browsing-private-browsing-mode = Private browsing mode
+
# HTML page title
-features-private-browsing-private-browser = Private Browser with extra tracking protection
+features-private-browsing-firefox-private-browsing-mode = { -brand-name-firefox } private browsing mode
# HTML page description
features-private-browsing-firefox-protects = { -brand-name-firefox } protects your online privacy and blocks trackers that follow you around the web.
-features-private-browsing-download-firefox = Download { -brand-name-firefox }
-features-private-browsing-firefox-more-protection = { -brand-name-firefox }: More protection. Less worry.
-features-private-browsing-were-obsessed-with = We’re obsessed with protecting your privacy. That’s why we’ve made { -brand-name-firefox } Private Browsing more powerful than the others.
-features-private-browsing-browse-without = Browse without a trace
-features-private-browsing-sharing-is-caring = Sharing is caring, but that should be your call. { -brand-name-firefox } Private Browsing automatically erases your online info like passwords, cookies and history from your computer. So that when you close out, you leave no trace.
-features-private-browsing-catch-those-hidden = Catch those hidden trackers
-features-private-browsing-some-websites-and = Some websites and ads attach hidden trackers that collect your browsing info long after you’ve left. Only { -brand-name-firefox } Private Browsing has tracking protection to block them automatically.
-features-private-browsing-shake-off-tracking = Shake off tracking weight
-features-private-browsing-not-only-do-trackers = Not only do trackers collect info, they can weigh down your browsing speeds. Only { -brand-name-firefox } Private Browsing blocks ads with hidden trackers, so you can drop the baggage and browse freely.
+features-private-browsing-if-you-share-a-computer = If you share a computer with other people or if you want to limit how much data websites can collect about you, you can use private browsing mode in { -brand-name-firefox }. Private browsing erases the digital tracks you leave behind when you browse online — think of them like footprints through the woods.
+features-private-browsing-what-does-private-browsing-do = What does private browsing do?
+features-private-browsing-private-browsing-mode-opens = Private browsing mode opens a new browser window. When you close it, your browsing history for that window and any tracking cookies from websites you visited will be erased. { -brand-name-firefox } Pro Tip: Don’t forget to close the private browsing window when you’re done!
+
+# Used as an accessible text alternative for an image
+features-private-browsing-a-firefox-window-in-private = A { -brand-name-firefox } browser window in private browsing mode.
+features-private-browsing-what-private-browsing-doesnt-do = What private browsing doesn’t do
+
+# Variables:
+# $vpn (url) = link to https://www.mozilla.org/products/vpn/
+features-private-browsing-private-browsing-mode-will-not = Private browsing mode will not delete any new bookmarks you make from a private browsing window, or protect you from malware or viruses. It also doesn’t prevent the websites you visit from seeing where you are physically located or stop your internet service provider from logging what you do. You’ll need a trustworthy VPN for that.
+
+# Variables:
+# $chrome (url) = link to https://www.mozilla.org/en-US/firefox/browsers/incognito-browser/
+features-private-browsing-compare-firefoxs-private-browsing = Compare { -brand-name-firefox }’s private browsing with { -brand-name-chrome }’s incognito mode.
diff --git a/l10n/en/firefox/features/private.ftl b/l10n/en/firefox/features/private.ftl
new file mode 100644
index 00000000000..54b6d00d94c
--- /dev/null
+++ b/l10n/en/firefox/features/private.ftl
@@ -0,0 +1,29 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+### URL: https://www-dev.allizom.org/firefox/features/private/
+
+features-private-is-firefox-a-private-browser = Is { -brand-name-firefox } a private browser?
+
+# HTML description
+features-private-were-focused-on-your-right-to = We’re focused on your right to privacy. Your data, your web activity, your life online is protected with { -brand-name-firefox }.
+
+# Variables:
+# $url (url) = link to https://www.mozilla.org/firefox/features/private-browsing/
+features-private-yes-firefox-protects-your = Yes. { -brand-name-firefox } protects your privacy with features like Private Browsing. It allows you to keep your browsing history and passwords private, even when using a device that you share with other people, such as a home computer or { -brand-name-ipad }.
+
+# Variables:
+# $url (url) = link to https://support.mozilla.org/kb/enhanced-tracking-protection-firefox-desktop
+features-private-firefox-also-protects-your = { -brand-name-firefox } also protects your privacy with Enhanced Tracking Protection to block trackers that follow you from site to site, collecting information about your browsing habits. It also includes protections against harmful scripts and malware.
+
+features-private-sidenote-we-are-not-big-tech = Sidenote: We are not big tech. We do things differently. Being independent (no shareholders) allows us to put people first, before profit. Unlike other companies, we don’t sell access to your data.
+features-private-what-information-does-firefox = What information does { -brand-name-firefox } collect?
+
+# Variables:
+# $url (url) = link to https://www.mozilla.org/firefox/privacy/
+features-private-mozilla-the-maker-of-firefox = { -brand-name-mozilla } (the maker of { -brand-name-firefox }) takes privacy very seriously. Very seriously. In fact, every { -brand-name-firefox } product we make honors our Personal Data Promise: Take less. Keep it safe. No secrets.
+
+# Variables:
+# $url (url) = link to https://www.mozilla.org/privacy/firefox/
+features-private-read-firefoxs-privacy-notice = Read { -brand-name-firefox }’s Privacy Notice for more info. Seriously, check it out. It’s in normal-sized font and everything.
diff --git a/l10n/en/firefox/features/shared.ftl b/l10n/en/firefox/features/shared.ftl
index 9445ba83fa7..767283d7e0c 100644
--- a/l10n/en/firefox/features/shared.ftl
+++ b/l10n/en/firefox/features/shared.ftl
@@ -4,19 +4,24 @@
### URL: https://www-dev.allizom.org/firefox/features/
-features-shared-a-better-internet-experience = A better internet experience
-features-shared-more-firefox-features = More { -brand-name-firefox } browser features
+features-shared-firefox-features = { -brand-name-firefox } Features
-features-shared-browse-faster = Browse faster
-features-shared-your-favorite-extensions = Your favorite extensions
-features-shared-balanced-memory = Balanced memory
-features-shared-more-powerful-private-browsing = More powerful Private Browsing
-features-shared-ad-tracker-blocking = Ad tracker blocking
-features-shared-password-manager = Password manager
-features-shared-customize-your-browser = Customize your browser
-features-shared-sync-between-devices = Sync between devices
-features-shared-better-bookmarks = Better bookmarks
-features-shared-fingerprinter-blocking = Fingerprinter Blocking
-features-shared-translate-the-web = Translate the web
+features-shared-footer-cta-title = Do more with { -brand-name-firefox }
+features-shared-footer-cta-desc = Get the fast, lightweight, privacy-focused browser that’s backed by a non-profit and works across all your devices.
+features-shared-footer-cta-button = Download { -brand-name-firefox }
+
+
+features-shared-is-firefox-a-fast-browser = Is { -brand-name-firefox } a fast browser?
+features-shared-is-firefox-a-private-browser = Is { -brand-name-firefox } a private browser?
+features-shared-free-password-manager = Password manager
+features-shared-customize-your-firefox-browser = Customize your { -brand-name-firefox } browser
+features-shared-firefox-browser-sync = { -brand-name-firefox } browser sync
+features-shared-bookmark-manager = Bookmark manager
+features-shared-private-browsing-mode = Private browsing mode
+features-shared-firefox-add-ons-and-browser-extensions = { -brand-name-firefox } add-ons and browser extensions
+features-shared-pinned-browser-tabs = Pinned browser tabs
+features-shared-eyedropper-tool = Eyedropper tool
+features-shared-pdf-editor = PDF editor
+features-shared-fingerprinter-blocking = Fingerprinter blocking
+features-shared-translate-the-web = Translate the Web
features-shared-picture-in-picture = Picture-in-Picture
-brand-name-firefox = { -brand-name-firefox }
diff --git a/l10n/en/firefox/features/sync.ftl b/l10n/en/firefox/features/sync.ftl
new file mode 100644
index 00000000000..ce55dfcc013
--- /dev/null
+++ b/l10n/en/firefox/features/sync.ftl
@@ -0,0 +1,25 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+### URL: https://www-dev.allizom.org/firefox/features/sync/
+
+# page title
+features-sync-firefox-browser-sync = { -brand-name-firefox } browser sync
+
+# HTML page description
+features-sync-access-your-firefox-bookmarks = Access your { -brand-name-firefox } bookmarks, passwords, and open tabs and more from any device.
+features-sync-with-firefox-you-can-pick-up-where = With { -brand-name-firefox }, you can pick up where you left off when you switch from your desktop computer to your mobile phone to your tablet. { -brand-name-firefox } lets you see your bookmarks, your browsing history, your saved passwords and more, no matter which device you’re using.
+
+# Variables:
+# $fxa (url) = link to https://www.mozilla.org/firefox/accounts/
+features-sync-sign-up-for-a-free-firefox-account = Sign up for a free { -brand-name-firefox } account and you’ll be able to sync your data everywhere you use your { -brand-name-firefox } browser.
+
+# Variables:
+# $privacy (url) = link to https://www.mozilla.org/firefox/privacy/
+features-sync-all-your-data-is-encrypted-on-our = All your data is encrypted on our servers so we can’t read it – only you can access it. We don’t sell your info to advertisers because that would go against our data privacy promise.
+features-sync-send-tabs-from-one-device-to-another = Send tabs from one device to another
+features-sync-the-send-tab-feature-in-firefox = The Send Tab feature in { -brand-name-firefox } lets you send pages from { -brand-name-firefox } on one device to other devices (such as an iPhone, iPad or Android device). Did you find an article while browsing on your phone that you want to read when you get back to your desk? Or an important document from work that you want to save when you get home? Maybe you found a recipe on your laptop that you want to send to your tablet in the kitchen. Send that tab!
+
+# Used as accessible alternative text for an image
+features-sync-an-image-of-a-firefox-application = An image of a { -brand-name-firefox } application menu highlighting the “Send Tab to Device” option.
diff --git a/l10n/en/firefox/features/translate.ftl b/l10n/en/firefox/features/translate.ftl
index bbb698a9331..a7c53042626 100644
--- a/l10n/en/firefox/features/translate.ftl
+++ b/l10n/en/firefox/features/translate.ftl
@@ -11,6 +11,9 @@ features-translate-translate-the-web-title = Translate the web - directly in you
features-translate-translate-more-than = Translate from more than 100 languages to your language directly in your { -brand-name-firefox-browser } - easier than ever.
features-translate-translate-the-web = Translate the web with { -brand-name-firefox }
+# Shorter title used in subnav
+features-translate-translate-the-web-short = Translate the web
+
# Obsolete string
features-translate-the-google-translate = The To { -brand-name-google } Translate extension for { -brand-name-firefox } makes the web accessible to the world.
@@ -25,12 +28,13 @@ features-translate-the-firefox-translations-extension-provides = The To { -brand-name-google } Translate extension makes translating the page you’re on easier than ever.
# links to: https://addons.mozilla.org/firefox/addon/to-google-translate/
+# "To Google Translate" is a brand name
features-translate-get-to-google-translate = Get To { -brand-name-google } Translate
# Obsolete string
diff --git a/media/css/firefox/features/new/article.scss b/media/css/firefox/features/new/article.scss
new file mode 100644
index 00000000000..9ef3a6a49a3
--- /dev/null
+++ b/media/css/firefox/features/new/article.scss
@@ -0,0 +1,85 @@
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+$font-path: '/media/fonts';
+$image-path: '/media/protocol/img';
+
+@import '~@mozilla-protocol/core/protocol/css/includes/lib';
+@import '~@mozilla-protocol/core/protocol/css/components/call-out';
+@import '~@mozilla-protocol/core/protocol/css/components/breadcrumb';
+
+.feature-article-container {
+ padding-top: $spacing-2xl;
+ position: relative;
+
+ &::before {
+ background: url('/media/img/firefox/features/article-header.svg') center top no-repeat;
+ background-size: cover;
+ content: '';
+ display: block;
+ height: 50vh;
+ max-height: 800px;
+ min-height: 250px;
+ position: absolute;
+ top: 0;
+ width: 100%;
+ }
+
+ & > .mzp-l-content {
+ padding: 0;
+ }
+
+ @media #{$mq-md} {
+ padding-top: $layout-xl;
+ }
+}
+
+.feature-article {
+ background-color: $color-white;
+ box-sizing: border-box;
+ padding: $spacing-lg;
+
+ & > .mzp-c-article-title {
+ border-bottom: 1px solid $color-marketing-gray-30;
+ margin-bottom: 0.75em;
+ padding-bottom: 0.5em;
+ position: relative;
+ }
+
+ & > .mzp-c-call-out {
+ margin: $spacing-lg 0;
+ padding: $spacing-lg;
+ }
+
+ & > .c-article-figure {
+ margin: $spacing-lg 0;
+ text-align: center;
+
+ figcaption {
+ font-style: italic;
+ }
+ }
+
+ h2 {
+ @include text-title-xs;
+ margin-top: $layout-sm;
+ }
+
+ h3 {
+ @include text-title-2xs;
+ }
+
+ .footnote {
+ @include text-body-sm;
+ }
+
+ @media #{$mq-md} {
+ padding: $spacing-2xl;
+
+ & > .mzp-c-call-out {
+ margin: $spacing-xl ($spacing-2xl * -1);
+ padding: $spacing-xl $spacing-2xl;
+ }
+ }
+}
diff --git a/media/css/firefox/features/new/index.scss b/media/css/firefox/features/new/index.scss
new file mode 100644
index 00000000000..f09621370da
--- /dev/null
+++ b/media/css/firefox/features/new/index.scss
@@ -0,0 +1,95 @@
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
+$font-path: '/media/fonts';
+$image-path: '/media/protocol/img';
+
+@import '~@mozilla-protocol/core/protocol/css/includes/lib';
+@import '~@mozilla-protocol/core/protocol/css/components/call-out';
+@import '~@mozilla-protocol/core/protocol/css/components/card';
+@import '~@mozilla-protocol/core/protocol/css/templates/card-layout';
+@import '~@mozilla-protocol/core/protocol/css/templates/multi-column';
+@import '~@mozilla-protocol/core/protocol/css/components/breadcrumb';
+
+.c-feature-header {
+ background-color: transparent;
+ position: relative;
+
+ &::after {
+ background: $color-marketing-gray-20;
+ bottom: 0;
+ box-shadow: 0 0 2px 0 $color-marketing-gray-60;
+ content: '';
+ display: block;
+ height: 10px;
+ position: absolute;
+ width: 100%;
+ }
+
+ @media #{$mq-lg} {
+ background:
+ url('/media/img/firefox/features/header-left.svg') left -10% top no-repeat,
+ transparent url('/media/img/firefox/features/header-right.svg') right -10% top no-repeat;
+ background-size: auto 100%, contain;
+ padding: $layout-lg 0;
+ }
+
+ @media #{$mq-xl} {
+ background-position: left top, right top;
+ }
+}
+
+.mzp-c-call-out.mzp-t-content-md {
+ .mzp-l-content {
+ max-width: $content-md;
+ }
+}
+
+.c-feature-item {
+ margin-bottom: $layout-xs;
+
+ a {
+ color: get-theme('body-text-color');
+ display: block;
+ border: 1px solid $color-light-gray-30;
+ border-radius: $border-radius-md;
+ padding: $spacing-md;
+ text-decoration: none;
+ transition: border-color 150ms ease;
+
+ &:hover,
+ &:focus,
+ &:active {
+ border-color: get-theme('link-color-hover');
+ color: get-theme('body-text-color');
+
+ .c-feature-item-title {
+ text-decoration: underline;
+ }
+
+ .c-feature-item-cta {
+ color: get-theme('link-color-hover');
+ }
+ }
+ }
+
+ @media #{$mq-md} {
+ display: contents;
+ margin-bottom: 0;
+ }
+}
+
+.c-feature-item-title {
+ @include text-title-2xs;
+}
+
+.c-feature-item-cta {
+ margin: 0;
+ color: get-theme('link-color');
+ text-decoration: underline;
+
+ :visited & {
+ color: get-theme('link-color-visited');
+ }
+}
diff --git a/media/css/firefox/features/picture-in-picture.scss b/media/css/firefox/features/picture-in-picture.scss
index 9cee5f12abf..d7392425fab 100644
--- a/media/css/firefox/features/picture-in-picture.scss
+++ b/media/css/firefox/features/picture-in-picture.scss
@@ -6,6 +6,7 @@ $font-path: '/media/protocol/fonts';
$image-path: '/media/protocol/img';
@import '~@mozilla-protocol/core/protocol/css/includes/lib';
+@import '~@mozilla-protocol/core/protocol/css/components/breadcrumb';
@import '~@mozilla-protocol/core/protocol/css/components/video';
.c-hero-pretitle {
diff --git a/media/img/firefox/features/addons-high-res.png b/media/img/firefox/features/addons-high-res.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f606235d35a05a99ec0151958c1f6500e47d427
GIT binary patch
literal 153734
zcmdqIhg%cf+C7Y-0wN$PD$-OClqx8_M5T8TrAia&y@nneAR-{WgGv)2^j;DX0U
zCG;A4Ng<^F;5_Gjj(&f_H~S*FX0Dmcp1Z7d-)j$1kM-1<&R#o9Lqo%)siE?OhK9C{
zhUO$a{h6a9dJ|i}kG>c@HB5bIXwGLH|DE9Ple>R(@PyA3^+z;i{haGZJEt5T>OQ2Q
zsf=SJ*_@_1X~LnY^6+WEi7hfii+$HKo)2Y&{`H53^&{Z6x-$aSuC~kZGCA~Z5%V`5
z%(vP0NH*HgYjV;@Oe_G!q;2kMa(7Og3luw_d809aCd8Ib;o%P{>&Y{&Fk9D`@+r#?
z#|E5h^Ns48;KjJnvexfoX3uIP@A>BLpsCtL&{h{?@HPKu+t~7FZ{-6~NdiZ+`|lo1um)5^75_}GCr<^uAD~1oJ|LwrT;s&Sw|q
z66WFu(wH^j&Yw2A%3hYDmN}atETnD;3mMs{)xC%SAfO)^x1k~)!YohRg+88(Jcv8+
z7&eMlp35VTm$~eJCg+h^j_)j8Pp$O#RQj1Mv;R4Fxl(Kdi^cl#+&z%ks{W!^bnwIs
zr!3L+GsZ7g5@3J{u;cmeXexzGo{TXf$>P&8sCT@848Xk#m40Vhv4@5chh23CC^7_BDZ07d)bL;NfCq?i>qJ>=bbTORbi%N{~yW{1Vw6}KEV
zx=tV8?SsydD?#jH2#|cag!{2uD;t~_1}TFSBw@~#Snsyasm9mFqTo3+E;v+JU@T-e
z6&Egic&94j<(S}}iISV$w`XQIGelf&Qz{z@e~GKEsx4o&Qi+NGd_JtwgiqFH*>k74
z9M5!hXYYQYzo5_XjU@}=N1RfYUyDOcx7(it_tUTR?2J(#D-|j!6U!qPFe697B-Wls
z*1vGZB`Gs$4m+6y}O!kiQy#Dsp`Q-2c_+
zs`3u$92Jf6jn^+Wwv+zjDwmND=^eKt
z4^ZkmscD=wRIktE-Gc+G!ealKv-id*a08VKA*92o*$Z2S0#1xIII%Lj*MyPlwOMOo
zkz70l1IclM-Wv<1XCkZjdukA!i8FQ(lQ8`LCvQ8so)4dvuIc6J3Phoj)^8763B_$~
zWvq{^lnvim8JmkN`Q@;L;-8s>3Nxky%{>YUwSHpAY@Ms7b3GEZPDx>fzE|zIzK_$*
zSiaxDetV`LIcF1p(=fFf^u6xH|0e(3{@9X^R0)t&oFf&fMa+F;B)ea27Mv2MWh#Fy
z{Zw^y$cag}mW$umUa6LRHlvuu4ECf60k_g)peZ>qFTRCD4)Mxoe8I#O_&Kxdz+eHK
zWBS`l*1RinM#jihkW5(>(}aWJ%EaDaD-o!?0w|#9fT72C97ex65X;p~wry9(?O4@-
z9udn6=(eGk0Y@ouloXFMz`1>OAUwCLrStCZu|%%-38%)-4%nBCR@TZv@32kyGlSK}
zf*MDsW1cSGFaBQ??rj
z+6DW@jusoqxl+tlqzc~7XmC5@ox;l->wAVeBr@d!tW|$?Z35+kZPu%exSQ%SMsCln!3=(gH#SR5z)*dBShCV
zqeDiHTfckc1mF@}LmnkMFDYZ=JRRWJqCpBFZdVL(jqACHW!D
z?Ho8rWM$tcEY21i^3Araz@t?0w=Z*drBhkBGBK4haAdqc2fXzFaA~X##L>CxqQxD#
z(Z>9SzfCfU$*+O-J+5itW4D62qvYZpoQUjHdMDmybJymZ&$R^c1J-YnV_*8cpC>cIND0$C03XLcnBR;5#B5!j>7i?eVLK%8L#-?Iy~C!ed~LYdU{I}*{`z_IWWT)I
zLZR-5&n@wgnL#(^Mg^J?8ZHv_ergxfImU8fZvbi?-U|0BNqIG6`%u`gQ8p8Rpgx)%E&6Jr#U8;uT
znNU*b2{38Q@~P0wAe8G%-eP#%Gw<=ZuVX8^o9831VUt`S$onjfql;XE&^!3lYzq-8
znDAJ8Dk(%aRO+&^P=Crt1f5d`NLq;eyy&XoY%V7Hhy&)lOFE9f{}}*b+HI?5m`vo5
z?aF7ehc2;RA_Bc}hFle#o{|PNYI34QvU{)|B?K}jI28P;Q_xSq=JO}F8>7?t#K-Ce
zB_HgZUJ=Oe5FOPEf0do(kTqjDmT43E2V|;lX
zn~wXkdF|M=MRn9Ka_l)VE7hyz2h)W`mpw{mmx7eqi%xB&L%hX1~*f
zY6S-tQ17snjb6o@2J|);#5~*jauzVsSR=T1sc{laG%lE1tsb?GxMs}ggLYm?y^}t7
z^c<3cFD_vGPXr!U9)NGxVBDFiy#2~1&SVHXDA~@W$P?|8$*Q?G1Dv~O
zV%tE|CHO$d);7lb+l@|#?bs@vO;6g{4|i>2z`bHIg>$-B*S|;l#4y+T*4tg1@gb?8
z