Skip to content

Commit 0f51540

Browse files
authored
remove obsolete l10n strings (fix #16085) (#16108)
1 parent 6f20680 commit 0f51540

File tree

11 files changed

+8
-44
lines changed

11 files changed

+8
-44
lines changed

bedrock/firefox/templates/firefox/features/translate.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66

77
{% extends "firefox/features/base-article.html" %}
88

9-
{% block page_desc %}{{ ftl('features-translate-firefox-translations-is-a-built-in-v2', fallback='features-translate-firefox-translations-is-a-built-in') }}{% endblock %}
9+
{% block page_desc %}{{ ftl('features-translate-firefox-translations-is-a-built-in-v2') }}{% endblock %}
1010
{% block page_image %}{{ static('img/firefox/features/translate/og.png') }}{% endblock %}
1111

1212
{% block article_title_short %}{{ ftl('features-translate-translate-the-web') }}{% endblock %}
1313
{% block article_title %}{{ ftl('features-translate-translate-a-webpage-with-firefox') }}{% endblock %}
1414

1515
{% block article_content %}
1616
<p>{{ ftl('features-translate-one-of-the-best-things-about') }}</p>
17-
<p>{{ ftl('features-translate-while-other-browsers-rely-on-v2', fallback='features-translate-while-other-browsers-rely-on') }}</p>
17+
<p>{{ ftl('features-translate-while-other-browsers-rely-on-v2') }}</p>
1818

1919
<h2>{{ ftl('features-translate-when-you-translate-a-webpage') }}</h2>
2020
<p>{{ ftl('features-translate-when-your-translations-are') }}</p>
2121

2222
<h2>{{ ftl('features-translate-what-languages-are-currently') }}</h2>
23-
<p>{{ ftl('features-translate-the-languages-below-are-what-v2', fallback='features-translate-the-languages-below-are-what') }}</p>
23+
<p>{{ ftl('features-translate-the-languages-below-are-what-v2') }}</p>
2424

2525
<ul class="c-lang-list mzp-u-list-styled">
2626
{% if LANG.startswith('en-') %}
@@ -72,9 +72,5 @@ <h2>{{ ftl('features-translate-what-languages-are-currently') }}</h2>
7272
<p>{{ ftl('features-translate-and-more-languages-are-in') }}</p>
7373

7474
<h2>{{ ftl('features-translate-firefox-speaks-your-language') }}</h2>
75-
{% if ftl_has_messages('features-translate-the-firefox-translations-feature-v2') %}
7675
<p>{{ ftl('features-translate-the-firefox-translations-feature-v2', download='href="%s" data-cta-text="Get started in your preferred language"'|safe|format(url('firefox.new'))) }}</p>
77-
{% else %}
78-
<p>{{ ftl('features-translate-the-firefox-translations-feature', download='href="%s" data-cta-text="Get started in your preferred language"'|safe|format(url('firefox.new'))) }}</p>
79-
{% endif %}
8076
{% endblock %}

bedrock/mozorg/templates/mozorg/about/includes/m24/community.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<section class="m24-c-showcase m24-t-pink">
88
<div class="m24-c-content">
99
<header class="m24-c-showcase-text m24-l-two-columns">
10-
<h2 class="m24-c-showcase-title">{{ ftl('m24-about-community-love-v2', fallback='m24-about-community-love') }}</h2>
10+
<h2 class="m24-c-showcase-title">{{ ftl('m24-about-community-love-v2') }}</h2>
1111

1212
<div class="m24-c-showcase-body">
1313
<p>{{ ftl('m24-about-mozilla-is-a') }}</p>

bedrock/mozorg/templates/mozorg/about/includes/m24/manifesto.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ <h2 class="m24-c-feature-title">{{ ftl('m24-about-together-we-can') }}</h2>
6767
),
6868
body=True,
6969
heading_level=3,
70-
title=ftl('m24-about-research', fallback='m24-about-monitor')
70+
title=ftl('m24-about-research')
7171
) %}
72-
<p>{{ ftl('m24-about-we-uncover-insights', fallback='m24-about-we-monitor-developments') }}</p>
72+
<p>{{ ftl('m24-about-we-uncover-insights') }}</p>
7373
{% endcall %}
7474

7575
{% call picto(

bedrock/mozorg/templates/mozorg/home/home-new.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h2>{{ ftl('home-join-us-in-shaping') }}</h2>
257257
media_after=False
258258
) %}
259259
<h2>{{ ftl('home-so-what-is-mozilla') }}</h2>
260-
<p>{{ ftl('home-at-its-core-v2', fallback='home-at-its-core', ventures=moz_ventures, mozai=moz_ai) }}</p>
260+
<p>{{ ftl('home-at-its-core-v2', ventures=moz_ventures, mozai=moz_ai) }}</p>
261261
<a href="https://foundation.mozilla.org/{{ utm_params }}" rel="external noopener" class="mzp-c-button">
262262
{{ ftl('home-learn-about-mofo') }}
263263
</a>

bedrock/mozorg/templates/mozorg/home/includes/m24/media-springboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% from "macros-m24.html" import grid_tile, springboard_item with context %}
88

99
<section class="m24-c-content" id="media">
10-
<h3 class="m24-c-intro-title m24-t-sm">{{ ftl('m24-home-headline-you-ai-v2', fallback='m24-home-headline-you-ai') }}</h3>
10+
<h3 class="m24-c-intro-title m24-t-sm">{{ ftl('m24-home-headline-you-ai-v2') }}</h3>
1111
<ul class="m24-c-springboard" id="ai-media">
1212
<li class="m24-c-springboard-item m24-c-springboard-headings">
1313
<div class="m24-c-springboard-link">

l10n/en/brands.ftl

-3
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@
125125
-brand-name-mozilla-social = Mozilla.social
126126
-brand-name-mozilla-builders = Mozilla Builders
127127
-brand-name-builders = Builders
128-
129-
# Obsolete string (expires: 2025-01-05)
130-
-brand-name-mozilla-ai = Mozilla AI
131128
-brand-name-mozilla-ai-v2 = Mozilla.ai
132129
-brand-name-mozilla-ventures = Mozilla Ventures
133130
-brand-name-rise25 = Rise25

l10n/en/firefox/features/translate.ftl

-8
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,17 @@ features-translate-translate-the-web = Translate the web
1010
1111
# HTML page description
1212
features-translate-firefox-translations-is-a-built-in-v2 = { -brand-name-firefox-translations } is a built-in translation feature that allows you to easily browse the web in your preferred language. Learn more about how this feature in { -brand-name-firefox } works, and how { -brand-name-mozilla } helps keep what you translate private.
13-
# Obsolete string (expires: 2025-02-17)
14-
features-translate-firefox-translations-is-a-built-in = { -brand-name-firefox } Translations is a built-in translation feature that allows you to easily browse the web in your preferred language. Learn more about how this feature in { -brand-name-firefox } works, and how { -brand-name-mozilla } helps keep what you translate private.
1513
features-translate-one-of-the-best-things-about = One of the best things about the internet is that we can access content worldwide. Whether it’s news articles, blogs, or even a review of your latest tech gadget, you can find it all on the seemingly never-ending web. With { -brand-name-firefox }’s latest translation feature, this tool will continuously translate a webpage in real-time.
1614
features-translate-while-other-browsers-rely-on-v2 = While other browsers rely on cloud services, the { -brand-name-firefox-translations } language models are downloaded on the user’s browser and translations are done locally, so { -brand-name-mozilla } doesn’t record what webpages you translate.
17-
# Obsolete string (expires: 2025-02-17)
18-
features-translate-while-other-browsers-rely-on = While other browsers rely on cloud services, the { -brand-name-firefox } Translations language models are downloaded on the user’s browser and translations are done locally, so { -brand-name-mozilla } doesn’t record what webpages you translate.
1915
features-translate-when-you-translate-a-webpage = When you translate a webpage, it stays private
2016
features-translate-when-your-translations-are = When your translations are processed locally, no data from your chosen device leaves your device or relies on cloud services for translation. This means that { -brand-name-mozilla } doesn’t know what web page you translate, and makes our translation feature stand out in comparison to other translation tools.
2117
features-translate-what-languages-are-currently = What languages are currently supported?
2218
2319
# This is followed by a localized list of supported languages
2420
features-translate-the-languages-below-are-what-v2 = The languages below are currently supported by the { -brand-name-firefox-translations } feature:
25-
# Obsolete string (expires: 2025-02-17)
26-
features-translate-the-languages-below-are-what = The languages below are currently supported by the { -brand-name-firefox } Translations feature:
2721
features-translate-and-more-languages-are-in = And more languages are in development!
2822
features-translate-firefox-speaks-your-language = { -brand-name-firefox } speaks your language
2923
3024
# Variables:
3125
# $download (url) = link to https://www.mozilla.org/firefox/new/
3226
features-translate-the-firefox-translations-feature-v2 = The { -brand-name-firefox-translations } feature is another way { -brand-name-mozilla } keeps your internet personalized and more private. { -brand-name-mozilla } doesn’t track what webpages you translate. With millions of users worldwide, { -brand-name-mozilla } wants to ensure that those who use { -brand-name-firefox } are learning, communicating, sharing, and staying informed on their own terms. <a { $download }>Get started in your preferred language by downloading { -brand-name-firefox }.</a>
33-
# Obsolete string (expires: 2025-02-17)
34-
features-translate-the-firefox-translations-feature = The { -brand-name-firefox } Translations feature is another way { -brand-name-mozilla } keeps your internet personalized and more private. { -brand-name-mozilla } doesn’t track what webpages you translate. With millions of users worldwide, { -brand-name-mozilla } wants to ensure that those who use { -brand-name-firefox } are learning, communicating, sharing, and staying informed on their own terms. <a { $download }>Get started in your preferred language by downloading { -brand-name-firefox }.</a>

l10n/en/mozorg/about-m24.ftl

-6
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ m24-about-a-group-of = A group of thinkers sitting in a circle on the floor shar
2424
m24-about-advocate = Advocate
2525
m24-about-we-advocate-for = We advocate for better products, holding governments and tech corporations accountable for what they create.
2626
m24-about-research = Research
27-
# Obsolete string (expires: 2025-02-03)
28-
m24-about-monitor = Monitor
2927
m24-about-we-uncover-insights = We uncover insights, campaign to improve products and drive policies that represent your interests.
30-
# Obsolete string (expires: 2025-02-03)
31-
m24-about-we-monitor-developments = We monitor developments, conduct research and campaign to improve products and drive policies that represent your interests.
3228
m24-about-build = Build
3329
m24-about-we-build-products = We build products that put you in control — like { -brand-name-firefox }, { -brand-name-fakespot } and more.
3430
m24-about-fund = Fund
@@ -70,8 +66,6 @@ m24-about-see-open-positions = See open positions
7066
## Community
7167

7268
m24-about-community-love-v2 = Community love, our driving force
73-
# Obsolete string (expires: 2025-02-03)
74-
m24-about-community-love = Community love —<br> our driving force
7569
m24-about-mozilla-is-a = { -brand-name-mozilla } is a global community of passionate volunteers, fellows and contributors who have been building, protecting and shaping the internet with us since 1998.
7670
m24-about-from-writing-code = From writing code and spotting bugs to advocating for privacy and keeping the internet open for everyone — our community members are the backbone of everything we do. Their passion and dedication inspire us every day.
7771
# Used as an accessible text alternative for an image

l10n/en/mozorg/home-m24.ftl

-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ m24-home-tag-video = Video
9797
m24-home-topic-news = News
9898
m24-home-topic-ai = Artificial Intelligence
9999
m24-home-topic-ps = Privacy & Security
100-
# Obsolete string (expires: 2025-02-03)
101-
m24-home-headline-you-ai = Headline: You, AI and the internet — what’s really going on?
102100
m24-home-headline-you-ai-v2 = You, AI and the internet — what’s really going on?
103101
m24-home-introducing-anonym = Introducing { -brand-name-anonym }: Raising the bar for privacy-preserving digital advertising.
104102
m24-home-keeping-genai-technologies = Keeping GenAI technologies secure is a shared responsibility.

l10n/en/mozorg/home-new.ftl

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ home-read-more = Read more
4242
4343
home-so-what-is-mozilla = So, what is { -brand-name-mozilla }?
4444
45-
# Obsolete string (expires: 2025-01-05)
46-
home-at-its-core = At its core, { -brand-name-mozilla } is an activist organization led by the { -brand-name-mozilla-foundation } that makes change in the world through a variety of ventures including { -brand-name-mozilla-corporation }, MZLA, <a {$ventures}>{ -brand-name-mozilla-ventures }</a> and <a {$mozai}>{ -brand-name-mozilla-ai }</a>. How are we different? Because we’re mission-driven, it means we have the freedom to make all of our decisions based on what’s best for the internet and for everyone online, not based on the demands of shareholders — we don’t actually have any of those.
47-
4845
# Variables
4946
# $ventures - link to https://mozilla.vc/
5047
# $mozai - link to https://mozilla.ai/

l10n/en/navigation_refresh.ftl

-10
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,7 @@ navigation-refresh-blog = Blog
2323
navigation-refresh-our-mission = Our Mission
2424
navigation-refresh-our-work = Our Work
2525
navigation-refresh-mozilla-builders = { -brand-name-mozilla-builders }
26-
27-
# Obsolete string (expires: 2025-01-05)
28-
navigation-refresh-mozilla-ai = { -brand-name-mozilla } AI
29-
30-
# Obsolete string (expires: 2025-01-05)
31-
navigation-refresh-mozilla-ai-v2 = { -brand-name-mozilla-ai }
32-
3326
navigation-refresh-mozilla-ai-v3 = { -brand-name-mozilla-ai-v2 }
34-
35-
# Obsolete string (expires: 2025-01-05)
36-
navigation-refresh-mozilla-ventures = { -brand-name-mozilla } Ventures
3727
navigation-refresh-mozilla-ventures-v2 = { -brand-name-mozilla-ventures }
3828
navigation-refresh-mozilla-advertising = { -brand-name-mozilla } Advertising
3929

0 commit comments

Comments
 (0)