зеркало из https://github.com/mozilla/bedrock.git
Add remaining Moments Pages for Root Certification update (#15319)
* added pages 20 and 21 * added pages 22 to 24 * review fixes
This commit is contained in:
Родитель
014481fd34
Коммит
0945bba064
|
@ -13,7 +13,7 @@
|
|||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('protocol-picto') }}
|
||||
{{ css_bundle('firefox_welcome_page19') }}
|
||||
{{ css_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
||||
{% if LANG == 'de' %}
|
||||
|
@ -242,6 +242,7 @@
|
|||
{% block content_body %}
|
||||
<ul class="mzp-l-content mzp-t-content-lg mzp-l-columns mzp-t-columns-three" role="group" aria-label="Why update?">
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=picto_one_heading,
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page19/fast.svg',
|
||||
|
@ -257,6 +258,7 @@
|
|||
{% endcall %}
|
||||
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=picto_two_heading,
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page19/private.svg',
|
||||
|
@ -272,6 +274,7 @@
|
|||
{% endcall %}
|
||||
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=picto_three_heading,
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page19/yours.svg',
|
||||
|
@ -299,6 +302,6 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ js_bundle('firefox_welcome_page19') }}
|
||||
{{ js_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -0,0 +1,121 @@
|
|||
{#
|
||||
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/welcome/base.html" %}
|
||||
{% from "macros-protocol.html" import picto with context %}
|
||||
|
||||
{% block page_title %}{{ ftl('welcome-page20-21-your-firefox') }}{% endblock %}
|
||||
|
||||
{% block body_class %}welcome-page19{% endblock %}
|
||||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('protocol-picto') }}
|
||||
{{ css_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block warning_notification %}
|
||||
<aside class="c-page-header-notification">
|
||||
<div class="mzp-c-notification-bar mzp-t-warning">
|
||||
{{ ftl('welcome-page20-21-old-version') }}
|
||||
</div>
|
||||
</aside>
|
||||
{% endblock %}
|
||||
|
||||
{% block shoulder_cta %}{% endblock %}
|
||||
|
||||
{% block content_intro %}
|
||||
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md mzp-u-centered">
|
||||
|
||||
{% set sumo_url = 'href="https://support.mozilla.org/kb/root-certificate-expiration" data-cta-text="Read more about this change"' %}
|
||||
|
||||
<div class="c-header-image">
|
||||
<img src="{{ static('img/firefox/welcome/root-ceritification-alert.svg') }}" alt="">
|
||||
</div>
|
||||
|
||||
<h1 class="c-main-title">{{ ftl('welcome-page20-21-your-firefox') }}</h1>
|
||||
<p class="c-main-tagline">{{ ftl('welcome-page20-21-update-now', sumo=sumo_url) }}</p>
|
||||
|
||||
{{ download_firefox_thanks(alt_copy=ftl('welcome-page20-21-update-now-cta'), button_class='mzp-t-xl', dom_id='update-firefox') }}
|
||||
|
||||
<p class="c-main-cta" id="update-firefox-esr"><a href="{{ url('firefox.enterprise.index') + '#download' }}" class="mzp-c-button mzp-t-product mzp-t-xl" data-cta-text="Update now">{{ ftl('welcome-page20-21-update-now-cta') }}</a></p>
|
||||
|
||||
<small>{{ ftl('welcome-page20-21-usually-takes') }}</small>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_body %}
|
||||
<ul class="mzp-l-content mzp-t-content-xl mzp-l-columns mzp-t-columns-three c-pages-20-21-items" role="group" aria-label="{{ ftl('welcome-page20-21-why-update') }}">
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=ftl('welcome-page20-21-protect-your-data'),
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page20-21/back-up.svg',
|
||||
optional_attributes={
|
||||
'class': 'mzp-c-picto-image',
|
||||
'width': '64',
|
||||
'loading': 'lazy'
|
||||
}
|
||||
),
|
||||
body=True,
|
||||
) %}
|
||||
<p>{{ ftl('welcome-page20-21-make-sure-your-passwords') }}</p>
|
||||
<p><a href="https://support.mozilla.org/kb/back-and-restore-information-firefox-profiles" data-cta-text="How to back up">{{ ftl('welcome-page20-21-how-to-back-up') }}</a></p>
|
||||
{% endcall %}
|
||||
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=ftl('welcome-page20-21-keep-using'),
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page20-21/add-ons.svg',
|
||||
optional_attributes={
|
||||
'class': 'mzp-c-picto-image',
|
||||
'width': '64',
|
||||
'loading': 'lazy'
|
||||
}
|
||||
),
|
||||
body=True,
|
||||
) %}
|
||||
<p>{{ ftl('welcome-page20-21-does-the-latest') }}</p>
|
||||
<p><a href="https://addons.mozilla.org/firefox/" data-cta-text="Search add-ons">{{ ftl('welcome-page20-21-search-add-ons') }}</a></p>
|
||||
{% endcall %}
|
||||
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=ftl('welcome-page20-21-talk-to-us'),
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page20-21/community.svg',
|
||||
optional_attributes={
|
||||
'class': 'mzp-c-picto-image',
|
||||
'width': '64',
|
||||
'loading': 'lazy'
|
||||
}
|
||||
),
|
||||
body=True,
|
||||
) %}
|
||||
<p>{{ ftl('welcome-page20-21-firefox-support-community') }}</p>
|
||||
<p><a href="https://support.mozilla.org/en-US/questions/1468274" data-cta-text="Get in touch">{{ ftl('welcome-page20-21-get-in-touch') }}</a></p>
|
||||
{% endcall %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_utility %}
|
||||
<p>
|
||||
<strong>
|
||||
<a href="https://support.mozilla.org/kb/firefox-browser-welcome-pages/?utm_source={{ _entrypoint }}&utm_medium=referral&utm_campaign={{ _utm_campaign }}&entrypoint={{ _entrypoint }}">
|
||||
{{ ftl('welcome-page11-why-see-this') }}
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ js_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
|
@ -0,0 +1,117 @@
|
|||
{#
|
||||
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/welcome/base.html" %}
|
||||
{% from "macros-protocol.html" import picto with context %}
|
||||
|
||||
{% block page_title %}{{ ftl('welcome-page20-21-your-firefox') }}{% endblock %}
|
||||
|
||||
{% block body_class %}welcome-page19{% endblock %}
|
||||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('protocol-picto') }}
|
||||
{{ css_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block warning_notification %}
|
||||
<aside class="c-page-header-notification">
|
||||
<div class="mzp-c-notification-bar mzp-t-warning">
|
||||
{{ ftl('welcome-page20-21-old-version') }}
|
||||
</div>
|
||||
</aside>
|
||||
{% endblock %}
|
||||
|
||||
{% block shoulder_cta %}{% endblock %}
|
||||
|
||||
{% block content_intro %}
|
||||
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md mzp-u-centered">
|
||||
|
||||
{% set sumo_url = 'href="https://support.mozilla.org/kb/root-certificate-expiration" data-cta-text="Read more about this change"' %}
|
||||
|
||||
<h1 class="c-main-title">{{ ftl('welcome-page20-21-update-your-browser') }}</h1>
|
||||
<p class="c-main-tagline">{{ ftl('welcome-page20-21-on-march-14', sumo=sumo_url) }}</p>
|
||||
|
||||
{{ download_firefox_thanks(alt_copy=ftl('welcome-page20-21-update-now-cta'), button_class='mzp-t-xl', dom_id='update-firefox') }}
|
||||
|
||||
<p class="c-main-cta" id="update-firefox-esr"><a href="{{ url('firefox.enterprise.index') + '#download' }}" class="mzp-c-button mzp-t-product mzp-t-xl" data-cta-text="Update now">{{ ftl('welcome-page20-21-update-now-cta') }}</a></p>
|
||||
|
||||
<small>{{ ftl('welcome-page20-21-usually-takes') }}</small>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_body %}
|
||||
<ul class="mzp-l-content mzp-t-content-xl mzp-l-columns mzp-t-columns-three c-pages-20-21-items" role="group" aria-label="{{ ftl('welcome-page20-21-why-update') }}">
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=ftl('welcome-page20-21-protect-your-data'),
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page20-21/back-up.svg',
|
||||
optional_attributes={
|
||||
'class': 'mzp-c-picto-image',
|
||||
'width': '64',
|
||||
'loading': 'lazy'
|
||||
}
|
||||
),
|
||||
body=True,
|
||||
) %}
|
||||
<p>{{ ftl('welcome-page20-21-make-sure-your-passwords') }}</p>
|
||||
<p><a href="https://support.mozilla.org/kb/back-and-restore-information-firefox-profiles" data-cta-text="How to back up">{{ ftl('welcome-page20-21-how-to-back-up') }}</a></p>
|
||||
{% endcall %}
|
||||
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=ftl('welcome-page20-21-keep-using'),
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page20-21/add-ons.svg',
|
||||
optional_attributes={
|
||||
'class': 'mzp-c-picto-image',
|
||||
'width': '64',
|
||||
'loading': 'lazy'
|
||||
}
|
||||
),
|
||||
body=True,
|
||||
) %}
|
||||
<p>{{ ftl('welcome-page20-21-does-the-latest') }}</p>
|
||||
<p><a href="https://addons.mozilla.org/firefox/" data-cta-text="Search add-ons">{{ ftl('welcome-page20-21-search-add-ons') }}</a></p>
|
||||
{% endcall %}
|
||||
|
||||
{% call picto(
|
||||
base_el='li',
|
||||
title=ftl('welcome-page20-21-talk-to-us'),
|
||||
image=resp_img(
|
||||
url='img/firefox/welcome/page20-21/community.svg',
|
||||
optional_attributes={
|
||||
'class': 'mzp-c-picto-image',
|
||||
'width': '64',
|
||||
'loading': 'lazy'
|
||||
}
|
||||
),
|
||||
body=True,
|
||||
) %}
|
||||
<p>{{ ftl('welcome-page20-21-firefox-support-community') }}</p>
|
||||
<p><a href="https://support.mozilla.org/en-US/questions/1468274" data-cta-text="Get in touch">{{ ftl('welcome-page20-21-get-in-touch') }}</a></p>
|
||||
{% endcall %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_utility %}
|
||||
<p>
|
||||
<strong>
|
||||
<a href="https://support.mozilla.org/kb/firefox-browser-welcome-pages/?utm_source={{ _entrypoint }}&utm_medium=referral&utm_campaign={{ _utm_campaign }}&entrypoint={{ _entrypoint }}">
|
||||
{{ ftl('welcome-page11-why-see-this') }}
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ js_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
|
@ -0,0 +1,66 @@
|
|||
{#
|
||||
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/welcome/base.html" %}
|
||||
{% from "macros-protocol.html" import picto with context %}
|
||||
|
||||
{% block page_title %}{{ ftl('welcome-page22-update-before') }}{% endblock %}
|
||||
|
||||
{% block body_class %}welcome-page19{% endblock %}
|
||||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('protocol-picto') }}
|
||||
{{ css_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block warning_notification %}
|
||||
<aside class="c-page-header-notification">
|
||||
<div class="mzp-c-notification-bar mzp-t-warning">
|
||||
{{ ftl('welcome-page22-old-version') }}
|
||||
</div>
|
||||
</aside>
|
||||
{% endblock %}
|
||||
|
||||
{% block shoulder_cta %}{% endblock %}
|
||||
|
||||
{% block content_intro %}
|
||||
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md mzp-u-centered">
|
||||
|
||||
{% set sumo_url = 'href="https://support.mozilla.org/kb/root-certificate-expiration" data-cta-text="Read more about this change"' %}
|
||||
|
||||
<div class="c-header-image">
|
||||
<img src="{{ static('img/firefox/welcome/root-ceritification-alert.svg') }}" alt="">
|
||||
</div>
|
||||
|
||||
<h1 class="c-main-title">{{ ftl('welcome-page22-update-before') }}</h1>
|
||||
<p class="c-main-tagline">{{ ftl('welcome-page22-update-now', sumo=sumo_url) }}</p>
|
||||
|
||||
{{ download_firefox_thanks(alt_copy=ftl('welcome-page22-update-now-cta'), button_class='mzp-t-xl', dom_id='update-firefox') }}
|
||||
|
||||
<p class="c-main-cta" id="update-firefox-esr"><a href="{{ url('firefox.enterprise.index') + '#download' }}" class="mzp-c-button mzp-t-product mzp-t-xl" data-cta-text="Update now">{{ ftl('welcome-page22-update-now-cta') }}</a></p>
|
||||
|
||||
<small>{{ ftl('welcome-page22-usually-takes') }}</small>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_utility %}
|
||||
<p>
|
||||
<strong>
|
||||
<a href="https://support.mozilla.org/kb/firefox-browser-welcome-pages/?utm_source={{ _entrypoint }}&utm_medium=referral&utm_campaign={{ _utm_campaign }}&entrypoint={{ _entrypoint }}">
|
||||
{{ ftl('welcome-page11-why-see-this') }}
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ js_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
|
@ -0,0 +1,66 @@
|
|||
{#
|
||||
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/welcome/base.html" %}
|
||||
{% from "macros-protocol.html" import picto with context %}
|
||||
|
||||
{% block page_title %}{{ ftl('welcome-page23-update-before') }}{% endblock %}
|
||||
|
||||
{% block body_class %}welcome-page19{% endblock %}
|
||||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('protocol-picto') }}
|
||||
{{ css_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block warning_notification %}
|
||||
<aside class="c-page-header-notification">
|
||||
<div class="mzp-c-notification-bar mzp-t-warning">
|
||||
{{ ftl('welcome-page23-old-version') }}
|
||||
</div>
|
||||
</aside>
|
||||
{% endblock %}
|
||||
|
||||
{% block shoulder_cta %}{% endblock %}
|
||||
|
||||
{% block content_intro %}
|
||||
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md mzp-u-centered">
|
||||
|
||||
{% set sumo_url = 'href="https://support.mozilla.org/kb/root-certificate-expiration" data-cta-text="Read more about this change"' %}
|
||||
|
||||
<div class="c-header-image">
|
||||
<img src="{{ static('img/firefox/welcome/root-ceritification-alert.svg') }}" alt="">
|
||||
</div>
|
||||
|
||||
<h1 class="c-main-title">{{ ftl('welcome-page23-update-before') }}</h1>
|
||||
<p class="c-main-tagline">{{ ftl('welcome-page23-your-version-of-firefox', sumo=sumo_url) }}</p>
|
||||
|
||||
{{ download_firefox_thanks(alt_copy=ftl('welcome-page23-update-now-cta'), button_class='mzp-t-xl', dom_id='update-firefox') }}
|
||||
|
||||
<p class="c-main-cta" id="update-firefox-esr"><a href="{{ url('firefox.enterprise.index') + '#download' }}" class="mzp-c-button mzp-t-product mzp-t-xl" data-cta-text="Update now">{{ ftl('welcome-page23-update-now-cta') }}</a></p>
|
||||
|
||||
<small>{{ ftl('welcome-page23-usually-takes') }}</small>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_utility %}
|
||||
<p>
|
||||
<strong>
|
||||
<a href="https://support.mozilla.org/kb/firefox-browser-welcome-pages/?utm_source={{ _entrypoint }}&utm_medium=referral&utm_campaign={{ _utm_campaign }}&entrypoint={{ _entrypoint }}">
|
||||
{{ ftl('welcome-page11-why-see-this') }}
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ js_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
|
@ -0,0 +1,66 @@
|
|||
{#
|
||||
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/welcome/base.html" %}
|
||||
{% from "macros-protocol.html" import picto with context %}
|
||||
|
||||
{% block page_title %}{{ ftl('welcome-page24-last-chance-to-keep') }}{% endblock %}
|
||||
|
||||
{% block body_class %}welcome-page19{% endblock %}
|
||||
|
||||
{% block page_css %}
|
||||
{{ css_bundle('protocol-picto') }}
|
||||
{{ css_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block warning_notification %}
|
||||
<aside class="c-page-header-notification">
|
||||
<div class="mzp-c-notification-bar mzp-t-warning">
|
||||
{{ ftl('welcome-page24-old-version') }}
|
||||
</div>
|
||||
</aside>
|
||||
{% endblock %}
|
||||
|
||||
{% block shoulder_cta %}{% endblock %}
|
||||
|
||||
{% block content_intro %}
|
||||
|
||||
<section class="c-content-main">
|
||||
<div class="mzp-l-content mzp-t-content-md mzp-u-centered">
|
||||
|
||||
{% set sumo_url = 'href="https://support.mozilla.org/kb/root-certificate-expiration" data-cta-text="Read more about this change"' %}
|
||||
|
||||
<div class="c-header-image">
|
||||
<img src="{{ static('img/firefox/welcome/root-ceritification-alert.svg') }}" alt="">
|
||||
</div>
|
||||
|
||||
<h1 class="c-main-title">{{ ftl('welcome-page24-last-chance-to-keep') }}</h1>
|
||||
<p class="c-main-tagline">{{ ftl('welcome-page24-your-version-of-firefox', sumo=sumo_url) }}</p>
|
||||
|
||||
{{ download_firefox_thanks(alt_copy=ftl('welcome-page24-update-now-cta'), button_class='mzp-t-xl', dom_id='update-firefox') }}
|
||||
|
||||
<p class="c-main-cta" id="update-firefox-esr"><a href="{{ url('firefox.enterprise.index') + '#download' }}" class="mzp-c-button mzp-t-product mzp-t-xl" data-cta-text="Update now">{{ ftl('welcome-page24-update-now-cta') }}</a></p>
|
||||
|
||||
<small>{{ ftl('welcome-page24-usually-takes') }}</small>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_utility %}
|
||||
<p>
|
||||
<strong>
|
||||
<a href="https://support.mozilla.org/kb/firefox-browser-welcome-pages/?utm_source={{ _entrypoint }}&utm_medium=referral&utm_campaign={{ _utm_campaign }}&entrypoint={{ _entrypoint }}">
|
||||
{{ ftl('welcome-page11-why-see-this') }}
|
||||
</a>
|
||||
</strong>
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
{{ js_bundle('firefox_welcome_page19_to_24') }}
|
||||
{% endblock %}
|
||||
|
|
@ -171,6 +171,11 @@ urlpatterns = (
|
|||
"zh-CN",
|
||||
],
|
||||
),
|
||||
page("firefox/welcome/20/", "firefox/welcome/page20.html", ftl_files=["firefox/welcome/page20-21"]),
|
||||
page("firefox/welcome/21/", "firefox/welcome/page21.html", ftl_files=["firefox/welcome/page20-21"]),
|
||||
page("firefox/welcome/22/", "firefox/welcome/page22.html", ftl_files=["firefox/welcome/page22"]),
|
||||
page("firefox/welcome/23/", "firefox/welcome/page23.html", ftl_files=["firefox/welcome/page23"]),
|
||||
page("firefox/welcome/24/", "firefox/welcome/page24.html", ftl_files=["firefox/welcome/page24"]),
|
||||
page("firefox/switch/", "firefox/switch.html", ftl_files=["firefox/switch"]),
|
||||
page("firefox/pocket/", "firefox/pocket.html"),
|
||||
page("firefox/share/", "firefox/share.html", active_locales=["de", "fr"]),
|
||||
|
|
|
@ -0,0 +1,41 @@
|
|||
# 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/welcome/20/
|
||||
### URL: https://www-dev.allizom.org/firefox/welcome/21/
|
||||
|
||||
welcome-page20-21-old-version = You’re on an older version of { -brand-name-firefox }
|
||||
|
||||
# Page 20 header
|
||||
welcome-page20-21-your-firefox = Your { -brand-name-firefox } may start to have problems on January 14, 2025
|
||||
|
||||
# Page 20 body
|
||||
# Variables:
|
||||
# $sumo (url) - link to https://support.mozilla.org/kb/root-certificate-expiration
|
||||
welcome-page20-21-update-now = <strong>Update now for the best browsing experience.</strong> A root certificate will expire, causing some preferences and other features to stop working. <a { $sumo }>Read more about this change</a>
|
||||
|
||||
# Page 21 header
|
||||
welcome-page20-21-update-your-browser = Update your { -brand-name-firefox } browser
|
||||
|
||||
# Page 21 body
|
||||
# $sumo (url) - link to https://support.mozilla.org/kb/root-certificate-expiration
|
||||
welcome-page20-21-on-march-14 = <strong>On March 14, 2025, your current { -brand-name-firefox } version won’t work properly</strong>. A root certificate will expire, causing streaming video, add-ons, and other features to stop working. <a { $sumo }>Read more about this change</a>
|
||||
|
||||
# Note: the following string is used as an accessibile attribute to the list items, and won't be displayed on the webpage itself
|
||||
welcome-page20-21-why-update = Why update?
|
||||
welcome-page20-21-update-now-cta = Update now
|
||||
welcome-page20-21-usually-takes = Usually takes 2–3 minutes
|
||||
|
||||
welcome-page20-21-protect-your-data = Protect your data
|
||||
welcome-page20-21-make-sure-your-passwords = Make sure your passwords and bookmarks are backed up before you update.
|
||||
welcome-page20-21-how-to-back-up = How to back up
|
||||
|
||||
welcome-page20-21-keep-using = Keep using your favorite features
|
||||
welcome-page20-21-does-the-latest = Does the latest { -brand-name-firefox } not have a feature you love? Try finding an add-on that’ll do the job.
|
||||
welcome-page20-21-search-add-ons = Search add-ons
|
||||
|
||||
welcome-page20-21-talk-to-us = Talk to us
|
||||
welcome-page20-21-firefox-support-community = The { -brand-name-firefox } support community is here to help you troubleshoot your questions.
|
||||
welcome-page20-21-get-in-touch = Get in touch
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# 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/welcome/22/
|
||||
|
||||
welcome-page22-old-version = You’re on an older version of { -brand-name-firefox }
|
||||
|
||||
welcome-page22-update-before = Update before it’s too late
|
||||
|
||||
# Variables:
|
||||
# $sumo (url) - link to https://support.mozilla.org/kb/root-certificate-expiration
|
||||
welcome-page22-update-now = <strong>Your version of { -brand-name-firefox } will start to have problems on January 14</strong>. A root certificate will expire, causing some preferences and other features to stop working. On March 14, 2025, add-ons and more features will also break. <a { $sumo }>Read more about this change</a>
|
||||
|
||||
welcome-page22-update-now-cta = Update now
|
||||
welcome-page22-usually-takes = Usually takes 2–3 minutes
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# 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/welcome/23/
|
||||
|
||||
welcome-page23-old-version = You’re on an older version of { -brand-name-firefox }
|
||||
|
||||
welcome-page23-update-before = Update before March 14, 2025 to keep using { -brand-name-firefox }
|
||||
|
||||
# Variables:
|
||||
# $sumo (url) - link to https://support.mozilla.org/kb/root-certificate-expiration
|
||||
welcome-page23-your-version-of-firefox = <strong>Your version of { -brand-name-firefox } will stop working soon.</strong> A root certificate will expire, streaming video, add-ons, and other features to stop working. <a { $sumo }>Read more about this change</a>
|
||||
|
||||
welcome-page23-update-now-cta = Update now
|
||||
welcome-page23-usually-takes = Usually takes 2–3 minutes
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
# 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/welcome/24/
|
||||
|
||||
welcome-page24-old-version = You’re on an older version of { -brand-name-firefox }
|
||||
|
||||
welcome-page24-last-chance-to-keep = Last chance to keep using { -brand-name-firefox }
|
||||
|
||||
# Variables:
|
||||
# $sumo (url) - link to https://support.mozilla.org/kb/root-certificate-expiration
|
||||
welcome-page24-your-version-of-firefox = <strong>Your version of { -brand-name-firefox } will stop working on March 14, 2025.</strong> A root certificate will expire, causing streaming video, add-ons, and other features to stop working. <a { $sumo }>Read more about this change</a>
|
||||
|
||||
welcome-page24-update-now-cta = Update now
|
||||
welcome-page24-usually-takes = Usually takes 2–3 minutes
|
||||
|
||||
|
||||
|
|
@ -45,6 +45,14 @@ $image-path: '/media/protocol/img';
|
|||
}
|
||||
}
|
||||
|
||||
.c-header-image {
|
||||
margin-bottom: $spacing-xl;
|
||||
|
||||
img {
|
||||
width: 170px;
|
||||
}
|
||||
}
|
||||
|
||||
.c-main-tagline {
|
||||
@include text-body-lg;
|
||||
text-wrap: balance;
|
||||
|
@ -81,3 +89,11 @@ $image-path: '/media/protocol/img';
|
|||
.page-footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.c-pages-20-21-items {
|
||||
.mzp-c-picto {
|
||||
img {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
<svg width="120" height="80" xmlns="http://www.w3.org/2000/svg"><path d="M82.84 38.227a8.32 8.32 0 0 0-5.025 1.684V28.12a6.734 6.734 0 0 0-6.764-6.732H59.255a8.417 8.417 0 1 0-13.44 0H34.014a6.733 6.733 0 0 0-6.759 6.733v10.272a8.57 8.57 0 0 1 1.684-.167 8.416 8.416 0 1 1 0 16.832 8.578 8.578 0 0 1-1.684-.166v10.24a6.739 6.739 0 0 0 6.759 6.765h10.24a8.578 8.578 0 0 1-.167-1.683 8.416 8.416 0 1 1 16.832 0 8.57 8.57 0 0 1-.166 1.683h10.24a6.74 6.74 0 0 0 6.822-6.74V53.377a8.416 8.416 0 1 0 5.05-15.149h-.026Zm0 14.272a5.76 5.76 0 0 1-3.514-1.17 2.56 2.56 0 0 0-4.07 2.047V65.16a4.185 4.185 0 0 1-4.18 4.179H63.48a10.976 10.976 0 0 0-21.888 0h-7.577a4.187 4.187 0 0 1-4.199-4.18v-7.57a10.976 10.976 0 0 0 0-21.889v-7.577a4.18 4.18 0 0 1 4.173-4.173h11.827a2.56 2.56 0 0 0 2.042-4.096 5.863 5.863 0 1 1 9.376 0 2.56 2.56 0 0 0 2.048 4.096h11.77a4.184 4.184 0 0 1 4.204 4.173V39.91a2.561 2.561 0 0 0 1.415 2.285c.354.182.747.276 1.145.276a2.56 2.56 0 0 0 1.536-.519A5.855 5.855 0 1 1 82.865 52.5h-.026Z"/></svg>
|
После Ширина: | Высота: | Размер: 1012 B |
|
@ -0,0 +1 @@
|
|||
<svg width="120" height="80" xmlns="http://www.w3.org/2000/svg"><path d="M39.442 69.44a1.28 1.28 0 0 0 0 2.56h41.024a1.28 1.28 0 1 0 0-2.56H39.442Zm19.571-10.765.199.16.102.051.122.064c.041.017.084.03.128.039l.108.038c.166.026.334.026.5 0l.108-.038a.74.74 0 0 0 .128-.039l.122-.064.102-.05.199-.16 20.48-20.513a1.28 1.28 0 1 0-1.811-1.811l-18.298 18.33V9.92a1.28 1.28 0 1 0-2.56 0v44.8L40.319 36.352a1.28 1.28 0 1 0-1.811 1.811l20.505 20.512Z"/></svg>
|
После Ширина: | Высота: | Размер: 451 B |
|
@ -0,0 +1 @@
|
|||
<svg width="120" height="80" xmlns="http://www.w3.org/2000/svg"><path d="M91.326 70.253c-2.208-7.744-5.612-13.376-10.105-16.749a1.28 1.28 0 0 0-1.536 2.048c4.038 3.008 7.13 8.211 9.184 15.405a1.28 1.28 0 0 0 1.229.928c.118 0 .237-.014.352-.045a1.28 1.28 0 0 0 .876-1.587ZM73.618 37.35a1.279 1.279 0 0 0-.206 2.395 1.279 1.279 0 0 0 1.012.03c6.982-2.322 10.521-7.04 10.521-14.08s-3.539-11.743-10.521-14.073a1.28 1.28 0 0 0-1.241 2.185c.127.11.275.194.434.247 5.901 1.965 8.768 5.76 8.768 11.648s-2.867 9.677-8.767 11.648ZM51.512 50.035c-12.403 0-20.39 6.816-23.75 20.263a1.282 1.282 0 0 0 2.483.64c3.104-12.378 10.041-18.343 21.267-18.343 11.225 0 18.182 5.965 21.267 18.324a1.28 1.28 0 0 0 2.483-.621c-3.36-13.447-11.353-20.263-23.75-20.263Zm0-11.469a12.864 12.864 0 1 0 0-25.728 12.864 12.864 0 0 0 0 25.728Zm0-23.168a10.304 10.304 0 1 1-10.304 10.304 10.317 10.317 0 0 1 10.304-10.304Z"/></svg>
|
После Ширина: | Высота: | Размер: 896 B |
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
После Ширина: | Высота: | Размер: 12 KiB |
|
@ -858,9 +858,9 @@
|
|||
},
|
||||
{
|
||||
"files": [
|
||||
"css/firefox/welcome19.scss"
|
||||
"css/firefox/welcome19-to-24.scss"
|
||||
],
|
||||
"name": "firefox_welcome_page19"
|
||||
"name": "firefox_welcome_page19_to_24"
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
|
@ -1236,9 +1236,9 @@
|
|||
},
|
||||
{
|
||||
"files": [
|
||||
"js/firefox/welcome/welcome19.js"
|
||||
"js/firefox/welcome/welcome19-to-24.js"
|
||||
],
|
||||
"name": "firefox_welcome_page19"
|
||||
"name": "firefox_welcome_page19_to_24"
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче