Skip to content

Commit 05e393e

Browse files
mozilla-pontoonl10n-botbcolsson
authored
Set up localization for experiment localized-privacy-addon-recommendations-onboarding (#35)
* Set up localization for experiment localized-privacy-addon-recommendations-onboarding * Update localized_privacy_addon_recommendations_onboarding_2024.ftl Update comments --------- Co-authored-by: l10n-bot <actions@users.noreply.github.com> Co-authored-by: Bryan Olsson <bolsson@mozilla.com>
1 parent 0821826 commit 05e393e

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

.github/storage/experiments.json

+10
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@
6767
"it"
6868
]
6969
},
70+
"localized-privacy-addon-recommendations-onboarding": {
71+
"complete": false,
72+
"file": "en-US/subset/localized_privacy_addon_recommendations_onboarding_2024.ftl",
73+
"issue": "34",
74+
"locales": [
75+
"de",
76+
"fr",
77+
"it"
78+
]
79+
},
7080
"new-tab-microsurvey-relevance-satisfaction": {
7181
"complete": true,
7282
"file": "en-US/subset/new_tab_microsurvey_relevance_satisfaction_2024.ftl",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4+
5+
## Branch: treatment-a
6+
7+
addons-picker-install-button-label = Add to Firefox
8+
# The name and author should remain as is, but 'by' should be localized.
9+
# You can reference how the name is shown on the addons page here: https://addons.mozilla.org/firefox/addon/privacy-badger17/
10+
addons-picker-privacy-badger-name = Privacy Badger by EFD Technologists
11+
# This is the description for the Privacy Badger addon
12+
addons-picker-privacy-badger-description = Automatically block invisible trackers.
13+
# The name and author should remain as is, but 'by' should be localized.
14+
# You can reference how the name is shown on the addons page here: https://addons.mozilla.org/firefox/addon/cookie-autodelete/
15+
addons-picker-cookie-auto-delete-name = Cookie Auto-Delete by CAD Team
16+
# This is the description of the 'Cookie Auto Delete' addon.
17+
addons-picker-cookie-auto-delete-description = Automatically delete unwanted cookies when you close a tab.
18+
# The name and author should remain as is, but 'by' should be localized.
19+
# You can reference how the name is shown on the addons page here: https://addons.mozilla.org/firefox/addon/facebook-container
20+
addons-picker-facebook-container-name = Facebook Container by Mozilla Firefox
21+
# This is the description of the 'Facebook Container' addon.
22+
addons-picker-facebook-container-description = Prevent Facebook from tracking you around the web.
23+
# This is the title of the screen that presents privacy-centric addons to the user during onboarding.
24+
addons-picker-privacy-boost-title = Give your privacy a boost
25+
addons-picker-privacy-boost-subtitle = Try our recommended extensions to add even more privacy and security to your browsing.
26+
# This text is displayed on a button that will open the addons page.
27+
addons-picker-privacy-boost-button = Explore more extensions

l10n.toml

+9
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,12 @@ locales = [
136136
"fr",
137137
"it"
138138
]
139+
140+
[[paths]]
141+
reference = "en-US/subset/localized_privacy_addon_recommendations_onboarding_2024.ftl"
142+
l10n = "{locale}/subset/localized_privacy_addon_recommendations_onboarding_2024.ftl"
143+
locales = [
144+
"de",
145+
"fr",
146+
"it"
147+
]

0 commit comments

Comments
 (0)