-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathonboarding.ftl
More file actions
636 lines (547 loc) · 39.1 KB
/
Copy pathonboarding.ftl
File metadata and controls
636 lines (547 loc) · 39.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
# 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 http://mozilla.org/MPL/2.0/.
### UI strings for the MR1 onboarding / multistage about:welcome
### Various strings use a non-breaking space to avoid a single dangling /
### widowed word, so test on various window sizes if you also want this.
## Welcome page strings
onboarding-welcome-header = Welcome to { -brand-short-name }
onboarding-start-browsing-button-label = Start Browsing
onboarding-not-now-button-label = Not now
mr1-onboarding-get-started-primary-button-label = Get started
## Custom Return To AMO onboarding strings
return-to-amo-subtitle = Great, you’ve got { -brand-short-name }
# <img data-l10n-name="icon"/> will be replaced with the icon belonging to the extension
#
# Variables:
# $addon-name (String) - Name of the add-on
return-to-amo-addon-title = Now let’s get you <img data-l10n-name="icon"/> <b>{ $addon-name }</b>.
return-to-amo-add-extension-label = Add the Extension
return-to-amo-add-theme-label = Add the Theme
return-to-amo-theme-install-complete-label = Theme installed
return-to-amo-extension-install-complete-label = Extension installed
## Variables: $addon-name (String) - Name of the add-on to be installed
mr1-return-to-amo-subtitle = Say hello to { -brand-short-name }
mr1-return-to-amo-addon-title = You’ve got a fast, private browser at your fingertips. Now you can add <b>{ $addon-name }</b> and do even more with { -brand-short-name }.
mr1-return-to-amo-add-extension-label = Add { $addon-name }
## Multistage onboarding strings (about:welcome pages)
# Aria-label to make the "steps" of multistage onboarding visible to screen readers.
# Variables:
# $current (Int) - Number of the current page
# $total (Int) - Total number of pages
onboarding-welcome-steps-indicator-label =
.aria-label = Progress: step { $current } of { $total }
# This button will open system settings to turn on prefers-reduced-motion
mr1-onboarding-reduce-motion-button-label = Turn off animations
# String for the Firefox Accounts button
mr1-onboarding-sign-in-button-label = Sign in
# The primary import button label will depend on whether we can detect which browser was used to download Firefox.
# Variables:
# $previous (Str) - Previous browser name, such as Edge, Chrome
mr1-onboarding-import-primary-button-label-attribution = Import from { $previous }
mr1-onboarding-theme-header = Make it your own
mr1-onboarding-theme-subtitle = Personalize { -brand-short-name } with a theme.
mr1-onboarding-theme-secondary-button-label = Not now
# System theme uses operating system color settings
mr1-onboarding-theme-label-system = System theme
mr1-onboarding-theme-label-light = Light
mr1-onboarding-theme-label-dark = Dark
# "Alpenglow" here is the name of the theme, and should be kept in English.
mr1-onboarding-theme-label-alpenglow = Alpenglow
onboarding-theme-primary-button-label = Done
## Accessible labels for the icon-only play/pause toggle that controls animated
## illustrations on the onboarding screen. The button replaces the animation
## with a static image when clicked.
onboarding-animation-pause-button =
.aria-label = Pause animation
onboarding-animation-play-button =
.aria-label = Play animation
## Please make sure to split the content of the title attribute into lines whose
## width corresponds to about 40 Latin characters, to ensure that the tooltip
## doesn't become too long. Line breaks will be preserved when displaying the
## tooltip.
# Tooltip displayed on hover of system theme
mr1-onboarding-theme-tooltip-system =
.title =
Follow the operating system theme
for buttons, menus, and windows.
# Input description for system theme
mr1-onboarding-theme-description-system =
.aria-description =
Follow the operating system theme
for buttons, menus, and windows.
# Tooltip displayed on hover of light theme
mr1-onboarding-theme-tooltip-light =
.title =
Use a light theme for buttons,
menus, and windows.
# Input description for light theme
mr1-onboarding-theme-description-light =
.aria-description =
Use a light theme for buttons,
menus, and windows.
# Tooltip displayed on hover of dark theme
mr1-onboarding-theme-tooltip-dark =
.title =
Use a dark theme for buttons,
menus, and windows.
# Input description for dark theme
mr1-onboarding-theme-description-dark =
.aria-description =
Use a dark theme for buttons,
menus, and windows.
# Tooltip displayed on hover of Alpenglow theme
mr1-onboarding-theme-tooltip-alpenglow =
.title =
Use a dynamic, colorful theme for buttons,
menus, and windows.
# Input description for Alpenglow theme
mr1-onboarding-theme-description-alpenglow =
.aria-description =
Use a dynamic, colorful theme for buttons,
menus, and windows.
# Selector description for default themes
mr2-onboarding-default-theme-label = Explore default themes.
## Strings for Thank You page
mr2-onboarding-thank-you-header = Thank you for choosing us
mr2-onboarding-thank-you-text = { -brand-short-name } is an independent browser backed by a non-profit. Together, we’re making the web safer, healthier, and more private.
mr2-onboarding-start-browsing-button-label = Start browsing
## Multistage live language reloading onboarding strings (about:welcome pages)
##
## The following language names are generated by the browser's Intl.DisplayNames API.
##
## Variables:
## $negotiatedLanguage (String) - The name of the langpack's language, e.g. "Español (ES)"
## $systemLanguage (String) - The name of the system language, e.g "Español (ES)"
## $appLanguage (String) - The name of the language shipping in the browser build, e.g. "English (EN)"
onboarding-live-language-header = Choose your language
mr2022-onboarding-live-language-text = { -brand-short-name } speaks your language
mr2022-language-mismatch-subtitle = Thanks to our community, { -brand-short-name } is translated in over 90 languages. It looks like your system is using { $systemLanguage }, and { -brand-short-name } is using { $appLanguage }.
onboarding-live-language-button-label-downloading = Downloading the language pack for { $negotiatedLanguage }…
onboarding-live-language-waiting-button = Getting available languages…
onboarding-live-language-installing = Installing the language pack for { $negotiatedLanguage }…
mr2022-onboarding-live-language-switch-to = Switch to { $negotiatedLanguage }
mr2022-onboarding-live-language-continue-in = Continue in { $appLanguage }
onboarding-live-language-secondary-cancel-download = Cancel
onboarding-live-language-skip-button-label = Skip
## Firefox 100 Thank You screens
# "Hero Text" displayed on left side of welcome screen. This text can be
# formatted to span multiple lines as needed. The <span data-l10n-name="zap">
# </span> in this string allows a "zap" underline style to be automatically
# added to the text inside it. "Yous" should stay inside the zap span, but
# "Thank" can be put inside instead if there's no "you" in the translation.
# The English text would normally be "100 Thank-Yous" i.e., plural noun, but for
# aesthetics of splitting it across multiple lines, the hyphen is omitted.
fx100-thank-you-hero-text =
100
Thank
<span data-l10n-name="zap">Yous</span>
fx100-thank-you-subtitle = It’s our 100th release! Thanks for helping us build a better, healthier internet.
fx100-thank-you-pin-primary-button-label =
{ PLATFORM() ->
[macos] Keep { -brand-short-name } in Dock
*[other] Pin { -brand-short-name } to taskbar
}
fx100-upgrade-thanks-header = 100 Thank-Yous
# Message shown with a start-browsing button. Emphasis <em> should be for "you"
# but "Thank" can be used instead if there's no "you" in the translation.
fx100-upgrade-thank-you-body = It’s our 100th release of { -brand-short-name }. Thank <em>you</em> for helping us build a better, healthier internet.
# Message shown with either a pin-to-taskbar or set-default button.
fx100-upgrade-thanks-keep-body = It’s our 100th release! Thanks for being a part of our community. Keep { -brand-short-name } one click away for the next 100.
mr2022-onboarding-secondary-skip-button-label = Skip this step
## MR2022 New User Easy Setup screen strings
# Primary button string used on new user onboarding first screen showing multiple actions such as Set Default, Import from previous browser.
mr2022-onboarding-easy-setup-primary-button-label = Save and continue
# Set Default action checkbox label used on new user onboarding first screen
mr2022-onboarding-easy-setup-set-default-checkbox-label = Set { -brand-short-name } as default browser
# Import action checkbox label used on new user onboarding first screen
mr2022-onboarding-easy-setup-import-checkbox-label = Import from previous browser
## MR2022 New User Pin Firefox screen strings
# Title used on about:welcome for new users when Firefox is not pinned.
# In this context, open up is synonymous with "Discover".
# The metaphor is that when they open their Firefox browser, it helps them discover an amazing internet.
# If this translation does not make sense in your language, feel free to use the word "discover."
mr2022-onboarding-welcome-pin-header = Open up an amazing internet
# Subtitle is used on onboarding page for new users page when Firefox is not pinned
mr2022-onboarding-welcome-pin-subtitle = Launch { -brand-short-name } from anywhere with a single click. Every time you do, you’re choosing a more open and independent web.
# Primary button string used on welcome page for when Firefox is not pinned.
mr2022-onboarding-pin-primary-button-label =
{ PLATFORM() ->
[macos] Keep { -brand-short-name } in Dock
*[other] Pin { -brand-short-name } to taskbar
}
# Primary button string used on welcome page for when Firefox is not pinned on MSIX
mr2022-onboarding-pin-primary-button-label-msix = Pin { -brand-short-name } to taskbar and start menu
# Subtitle will be used when user already has Firefox pinned, but
# has not set it as their default browser.
# When translating "zip", please feel free to pick a verb that signifies movement and/or exploration
# and makes sense in the context of navigating the web.
mr2022-onboarding-set-default-only-subtitle = Start with a browser backed by a non-profit. We defend your privacy while you zip around the web.
## MR2022 Existing User Pin Firefox Screen Strings
# Title used on multistage onboarding page for existing users when Firefox is not pinned
mr2022-onboarding-existing-pin-header = Thank you for loving { -brand-product-name }
# Subtitle is used on onboarding page for existing users when Firefox is not pinned
mr2022-onboarding-existing-pin-subtitle = Launch a healthier internet from anywhere with a single click. Our latest update is packed with new things we think you’ll adore.
# Subtitle will be used on the welcome screen for existing users
# when they already have Firefox pinned but not set as default
mr2022-onboarding-existing-set-default-only-subtitle = Use a browser that defends your privacy while you zip around the web. Our latest update is packed with things that you adore.
mr2022-onboarding-existing-pin-checkbox-label = Also add { -brand-short-name } private browsing
## MR2022 New User Set Default screen strings
# This string is the title used when the user already has pinned the browser, but has not set default.
mr2022-onboarding-set-default-title = Make { -brand-short-name } your go-to browser
mr2022-onboarding-set-default-primary-button-label = Set { -brand-short-name } as default browser
# When translating "zip", please feel free to pick a verb that signifies movement and/or exploration
# and makes sense in the context of navigating the web.
mr2022-onboarding-set-default-subtitle = Use a browser backed by a non-profit. We defend your privacy while you zip around the web.
## MR2022 Get Started screen strings.
## These strings will be used on the welcome page
## when Firefox is already set to default and pinned.
# When translating "zip", please feel free to pick a verb that signifies movement and/or exploration
# and makes sense in the context of navigating the web.
mr2022-onboarding-get-started-primary-subtitle = Our latest version is built around you, making it easier than ever to zip around the web. It’s packed with features we think you’ll adore.
mr2022-onboarding-get-started-primary-button-label = Set up in seconds
## MR2022 Get Started screen strings.
## These strings will be used on the welcome page
## when Firefox is already set to default and pinned.
mr2022-onboarding-import-header = Lightning-fast setup
mr2022-onboarding-import-subtitle = Set up { -brand-short-name } how you like it. Add your bookmarks, passwords, and more from your old browser.
mr2022-onboarding-import-primary-button-label-no-attribution = Import from previous browser
## If your language uses grammatical genders, in the description for the
## colorway feel free to switch from "You are a X. You…" (e.g. "You are a
## Playmaker. You create…") to "X: you…" ("Playmaker: You create…"). This might
## help creating a more inclusive translation.
mr2022-onboarding-colorway-title = Choose the color that inspires you
mr2022-onboarding-colorway-subtitle = Independent voices can change culture.
mr2022-onboarding-colorway-primary-button-label-continue = Set and continue
mr2022-onboarding-existing-colorway-checkbox-label = Make { -firefox-home-brand-name } your colorful homepage
mr2022-onboarding-colorway-label-default = Default
mr2022-onboarding-colorway-tooltip-default2 =
.title = Current { -brand-short-name } colors
mr2022-onboarding-colorway-description-default = <b>Use my current { -brand-short-name } colors.</b>
mr2022-onboarding-colorway-label-playmaker = Playmaker
mr2022-onboarding-colorway-tooltip-playmaker2 =
.title = Playmaker (red)
mr2022-onboarding-colorway-description-playmaker = <b>You are a Playmaker.</b> You create opportunities to win and help everyone around you elevate their game.
mr2022-onboarding-colorway-label-expressionist = Expressionist
mr2022-onboarding-colorway-tooltip-expressionist2 =
.title = Expressionist (yellow)
mr2022-onboarding-colorway-description-expressionist = <b>You are an Expressionist.</b> You see the world differently and your creations stir the emotions of others.
mr2022-onboarding-colorway-label-visionary = Visionary
mr2022-onboarding-colorway-tooltip-visionary2 =
.title = Visionary (green)
mr2022-onboarding-colorway-description-visionary = <b>You are a Visionary.</b> You question the status quo and move others to imagine a better future.
mr2022-onboarding-colorway-label-activist = Activist
mr2022-onboarding-colorway-tooltip-activist2 =
.title = Activist (blue)
mr2022-onboarding-colorway-description-activist = <b>You are an Activist.</b> You leave the world a better place than you found it and lead others to believe.
mr2022-onboarding-colorway-label-dreamer = Dreamer
mr2022-onboarding-colorway-tooltip-dreamer2 =
.title = Dreamer (purple)
mr2022-onboarding-colorway-description-dreamer = <b>You are a Dreamer.</b> You believe that fortune favors the bold and inspire others to be brave.
mr2022-onboarding-colorway-label-innovator = Innovator
mr2022-onboarding-colorway-tooltip-innovator2 =
.title = Innovator (orange)
mr2022-onboarding-colorway-description-innovator = <b>You are an Innovator.</b> You see opportunities everywhere and make an impact on the lives of everyone around you.
## MR2022 Multistage Mobile Download screen strings
mr2022-onboarding-mobile-download-title = Hop from laptop to phone and back again
mr2022-onboarding-mobile-download-subtitle = Grab tabs from one device and pick up where you left off on another. Plus sync your bookmarks and passwords anywhere you use { -brand-product-name }.
mr2022-onboarding-mobile-download-cta-text = Scan the QR code to get { -brand-product-name } for mobile or <a data-l10n-name="download-label">send yourself a download link.</a>
mr2022-onboarding-no-mobile-download-cta-text = Scan the QR code to get { -brand-product-name } for mobile.
## MR2022 Upgrade Dialog screens
## Pin private window screen shown only for users who don't have Firefox private pinned
mr2022-upgrade-onboarding-pin-private-window-header = Get private browsing freedom in one click
mr2022-upgrade-onboarding-pin-private-window-subtitle = No saved cookies or history, right from your desktop. Browse like no one’s watching.
mr2022-upgrade-onboarding-pin-private-window-primary-button-label =
{ PLATFORM() ->
[macos] Keep { -brand-short-name } private browsing in Dock
*[other] Pin { -brand-short-name } private browsing to taskbar
}
## MR2022 Privacy Segmentation screen strings
mr2022-onboarding-privacy-segmentation-title = We always respect your privacy
mr2022-onboarding-privacy-segmentation-subtitle = From intelligent suggestions to smarter search, we’re constantly working to create a better, more personal { -brand-product-name }.
mr2022-onboarding-privacy-segmentation-text-cta = What do you want to see when we offer new features that use your data to enhance your browsing?
mr2022-onboarding-privacy-segmentation-button-primary-label = Use { -brand-product-name } recommendations
mr2022-onboarding-privacy-segmentation-button-secondary-label = Show detailed information
## MR2022 Multistage Gratitude screen strings
mr2022-onboarding-gratitude-title = You’re helping us build a better web
mr2022-onboarding-gratitude-subtitle = Thank you for using { -brand-short-name }, backed by the Mozilla Foundation. With your support, we’re working to make the internet more open, accessible, and better for everyone.
mr2022-onboarding-gratitude-primary-button-label = See what’s new
mr2022-onboarding-gratitude-secondary-button-label = Start browsing
## Onboarding spotlight for infrequent users
onboarding-infrequent-import-title = Make yourself at home
onboarding-infrequent-import-subtitle = Whether you’re settling in or just stopping by, remember you can import your bookmarks, passwords, and more.
onboarding-infrequent-import-primary-button = Import to { -brand-short-name }
## MR2022 Illustration alt tags
## Descriptive tags for illustrations used by screen readers and other assistive tech
mr2022-onboarding-pin-image-alt =
.aria-label = Person working on a laptop surrounded by stars and flowers
mr2022-onboarding-default-image-alt =
.aria-label = Person hugging the { -brand-product-name } logo
mr2022-onboarding-import-image-alt =
.aria-label = Person riding a skateboard with a box of software icons
mr2022-onboarding-mobile-download-image-alt =
.aria-label = Frogs hopping across lily pads with a QR code to download { -brand-product-name } for mobile in the center
mr2022-onboarding-pin-private-image-alt =
.aria-label = Magic wand makes { -brand-product-name } private browsing logo appear out of a hat
mr2022-onboarding-privacy-segmentation-image-alt =
.aria-label = Light-skinned and dark-skinned hands high five
mr2022-onboarding-gratitude-image-alt =
.aria-label = View of a sunset through a window with a fox and a house plant on a windowsill
mr2022-onboarding-colorways-image-alt =
.aria-label = A hand spray paints a colorful collage of a green eye, orange shoe, red basketball, purple headphones, blue heart, and yellow crown
## Device migration onboarding
onboarding-device-migration-image-alt =
.aria-label = A fox on the screen of a laptop computer waving. The laptop has a mouse plugged into it.
onboarding-device-migration-title = Welcome back!
onboarding-device-migration-subtitle = Sign in to your { -fxaccount-brand-name(capitalization: "sentence") } to bring your bookmarks, passwords, and history with you on your new device.
onboarding-device-migration-subtitle2 = Sign in to your account to bring your bookmarks, passwords, and history with you on your new device.
onboarding-device-migration-primary-button-label = Sign in
## Add-ons Picker screen
amo-picker-title = Customize your { -brand-short-name }
amo-picker-subtitle = Extensions are like apps for your browser, and they let you protect passwords, download videos, find deals, block annoying ads, change how your browser looks, and much more.
amo-picker-install-button-label = Add to { -brand-short-name }
amo-picker-install-complete-label = Installed
amo-picker-collection-link = Explore more add-ons
## The following screens have been updated to use security and privacy focused strings:
# Easy setup screen
onboarding-easy-setup-security-and-privacy-title = We love keeping you safe
onboarding-easy-setup-security-and-privacy-subtitle = Our non-profit backed browser helps stop companies from secretly following you around the web.
# Mobile download screen
onboarding-mobile-download-security-and-privacy-title = Stay encrypted when you hop between devices
onboarding-mobile-download-security-and-privacy-subtitle = When you’re synced up, { -brand-short-name } encrypts your passwords, bookmarks, and more. Plus you can grab tabs from your other devices.
# Gratitude screen
onboarding-gratitude-security-and-privacy-title = { -brand-short-name } has your back
onboarding-gratitude-security-and-privacy-subtitle = Thank you for using { -brand-short-name }, backed by the Mozilla Foundation. With your support, we’re working to make the internet safer and more accessible for everyone.
# Sign up or Sign in screen
onboarding-sign-up-title = Sync your data across devices
onboarding-sign-up-description = Sign up for an account and all of your important info — passwords, bookmarks, and more — will be securely stored and available when you sign in to any device.
onboarding-sign-up-button = Sign up or sign in
onboarding-sign-up-secondary-button = Start browsing
## New user time and familiarity survey strings
onboarding-new-user-time-based-survey-title = How long have you been using { -brand-short-name }?
onboarding-new-user-familiarity-based-survey-title = How familiar are you with { -brand-short-name }?
onboarding-new-user-survey-subtitle = Your feedback helps make { -brand-short-name } even better.
# When translating "next" it means the next screen in onboarding.
onboarding-new-user-survey-next-button-label = Next
onboarding-new-user-survey-legal-link-label = By selecting “{ onboarding-new-user-survey-next-button-label },” you agree to { -brand-product-name }’s <a data-l10n-name="privacy_notice">Privacy Notice</a>
# When translating "brand new" it means completely new.
onboarding-new-user-survey-time-based-option-1 = I’m brand new
onboarding-new-user-survey-time-based-option-2 = Less than 1 month
onboarding-new-user-survey-time-based-option-3 = More than 1 month, regularly
onboarding-new-user-survey-time-based-option-4 = More than 1 month, occasionally
# When translating "brand new" it means completely new.
onboarding-new-user-survey-familiarity-based-option-1 = I’m brand new
onboarding-new-user-survey-familiarity-based-option-2 = I’ve used it some
onboarding-new-user-survey-familiarity-based-option-3 = I’m very familiar with it
onboarding-new-user-survey-familiarity-based-option-4 = I used it in the past, but it’s been a while
## UI strings for the sidebar and vertical tabs
# Setup screen for vertical tabs
onboarding-new-tabs-title = Tell us where you’d like your tabs
# Setup screen for vertical tabs - "Switch it up" refers to switching between horizontal and vertical tabs.
onboarding-new-tabs-subtitle = Switch it up whenever you want in the sidebar settings.
# Setup screen for vertical tabs - too many tabs variation
onboarding-many-tabs-title = Your tabs, your way
# Setup screen for vertical tabs - subtitle for too many tabs variation
onboarding-many-tabs-subtitle = Keep a lot of tabs open? Try your tabs on the side for a more streamlined view. Or keep it classic with tabs on the top. Switch anytime.
# Setup screen for vertical tabs - focused variation
onboarding-focused-tabs-title = Choose your tab layout
# Setup screen for vertical tabs - subtitle for focused variation
onboarding-focused-tabs-subtitle = For a streamlined view that can help you stay focused, try your tabs on the side. Or keep it classic with tabs on the top. Switch anytime.
# Text underneath an image used for selecting browser tabs to appear on the side of the browser.
onboarding-new-vertical-tabs-label = Tabs on the side
# Text underneath an image used for selecting browser tabs to appear at the top of the browser.
onboarding-new-horizontal-tabs-label = Tabs on the top
# Setup screen for vertical tabs for existing users
onboarding-existing-tabs-title = Vertical tabs are here
# Setup screen for vertical tabs for existing users
onboarding-existing-tabs-title2 = Introducing vertical tabs
# Setup screen for vertical tabs for existing users - "Switch it up" refers to switching between horizontal and vertical tabs.
onboarding-existing-tabs-subtitle = Try your tabs on the side. Switch it up whenever you want in the sidebar settings.
# Text underneath an image used for selecting browser tabs to appear on the side of the browser.
onboarding-existing-vertical-tabs-label = Try vertical tabs
onboarding-flair-text = New!
# Text underneath an image used for selecting browser tabs to appear at the top of the browser.
onboarding-existing-horizontal-tabs-label = Keep horizontal tabs
# Tooltip displayed on hover for vertical tabs image
onboarding-vertical-tabs-tooltip =
.title = A browser window displaying tabs along the side of the screen as a part of the { -brand-shorter-name } sidebar.
# Description for vertical tabs image
onboarding-vertical-tabs-description =
.aria-description = A browser window displaying tabs along the side of the screen as a part of the { -brand-shorter-name } sidebar.
# Tooltip displayed on hover for horizontal tabs image
onboarding-horizontal-tabs-tooltip =
.title = A browser window displaying tabs along the top.
# Description for horizontal tabs image
onboarding-horizontal-tabs-description =
.aria-description = A browser window displaying tabs along the top.
# Additional setup card for setting up aichatbot in the sidebar
onboarding-genai-sidebar-title = Try an AI chatbot in the sidebar
# Setup card for setting up AI chatbot in the sidebar; "Providers" refers to AI chatbot providers (e.g. OpenAI, etc). "Switch anytime" refers to allowing the user to switch to a different chatbot.
onboarding-genai-sidebar-subtitle = Summarize web content, brainstorm ideas, draft messages — all as you browse. Choose from multiple providers. Switch anytime. <a data-l10n-name="learn-more">Learn more</a>
onboarding-genai-sidebar-primary-button = Choose a chatbot
onboarding-genai-sidebar-secondary-button = Start browsing
## New user onboarding checklist
onboarding-checklist-title = Finish setting up { -brand-short-name }
onboarding-checklist-subtitle = Complete these steps to get the most out of your browsing experience.
onboarding-checklist-set-default = Set { -brand-short-name } as default browser
onboarding-checklist-pin = Pin { -brand-short-name } to taskbar
onboarding-checklist-import = Import from previous browser
onboarding-checklist-extension = Add an extension
onboarding-checklist-sign-up = Sign up or sign in to your account
onboarding-checklist-minimize =
.label = Minimize
onboarding-checklist-remove =
.label = Remove checklist
onboarding-checklist-remove-2 = Remove checklist
## Tab Groups feature onboarding strings
tab-groups-onboarding-feature-callout-title = Try tab groups for less clutter, more focus
tab-groups-onboarding-feature-callout-subtitle = Get organized by dragging one tab on top of another to create your first group.
# The text "list all tabs" refers to the string tabs-toolbar-list-all-tabs
tab-groups-onboarding-create-group-title-3 = Find your tab groups in the List All Tabs menu anytime.
tab-groups-onboarding-create-group-title-2 = Find your tab groups here anytime.
tab-groups-onboarding-create-group-no-alltabs-button-title = Find your groups by searching for them in the address bar.
# The text "list all tabs" refers to the string tabs-toolbar-list-all-tabs
tab-groups-onboarding-saved-groups-title-3 = When you close a tab group, reopen it from the List All Tabs menu anytime.
tab-groups-onboarding-saved-groups-title-2 = When you close a tab group, you can reopen it here anytime.
tab-groups-onboarding-saved-groups-no-alltabs-button-title-2 = Find your closed groups by searching for them in the address bar.
# The text "list all tabs" refers to the string tabs-toolbar-list-all-tabs
tab-groups-onboarding-session-restore-title-2 = Reopen your tab groups from the List All Tabs menu anytime.
tab-groups-onboarding-session-restore-title = Reopen your tab groups here anytime.
tab-groups-onboarding-dismiss = OK
## Multi Profiles feature onboarding messages
multi-profile-spotlight-title = Say hello to { -brand-product-name } profiles
multi-profile-spotlight-body = Easily switch between browsing for work and fun. Profiles keep your browsing info, including search history and passwords, totally separate so you can stay organized.
multi-profile-spotlight-cta = Create a profile
multi-profile-callout-title = Create different profiles for work and fun
multi-profile-callout-subtitle = Profiles let you keep your browsing info, like search history and passwords, totally separate.
multi-profile-callout-cta = Create a profile
## Desktop to Mobile Adoption feature callout strings
# If translating the headline is challenging, consider using a simplified alternative as a reference: 'Sync your browsing with Firefox for mobile.'
desktop-to-mobile-headline = Download, sync, and go!
# The phrase, 'on the go', is used to describe when people are very busy and are traveling from place to place.
desktop-to-mobile-subtitle = Scan the QR code to download { -brand-product-name } for mobile. Once installed, select “Sync to mobile” to access your passwords, bookmarks, and more on the go.
dismiss-button-label = Dismiss
sync-to-mobile-button-label = Sync to mobile
desktop-to-mobile-qr-code-alt =
.aria-label = QR code to download { -brand-product-name } for mobile
## Fx Backup onboarding: Create Backup spotlight
create-backup-screen-1-title =
Upgrading to Windows 11?
Let’s back up your { -brand-product-name } data.
create-backup-screen-1-subtitle = Automatically protect your passwords, bookmarks, and more in 1–2 minutes.
create-backup-screen-1-flair = Recommended
create-backup-learn-more-link = <a data-l10n-name="learn-more-label">Learn more</a>
create-backup-screen-1-sync-label = Sync with { -brand-product-name }
create-backup-screen-1-sync-body = Backs up all signed in devices
create-backup-screen-1-backup-label = Back up to PC
create-backup-screen-1-backup-body = Saves to your device or OneDrive
create-backup-select-tile-button-label = Select
create-backup-back-button-label = Back
create-backup-show-fewer =
.label = Show fewer like this
create-backup-screen-2-title = Choose { -brand-product-name } data to back up
create-backup-screen-2-subtitle = Only takes a minute. Your data is backed up once a day.
# Label for the "Easy setup" backup option
create-backup-screen-2-easy-label = Easy setup
# Preceded by a green check mark indicating that these are included in "Easy setup" backup
create-backup-screen-2-easy-list-1 = Bookmarks, history, settings, and more
# Preceded by a red X indicating that these are not included in the "Easy setup" backup
create-backup-screen-2-easy-list-2 = Doesn’t include passwords and payments
# Preceded by a red X indicating that "Easy setup" backups are not encrypted
create-backup-screen-2-easy-list-3 = Not encrypted
# Label for the "All data" backup option
create-backup-screen-2-all-label = All data
# Preceded by a green check mark indicating that these are included in the "All data" backup
create-backup-screen-2-all-list-2 = Includes passwords and payments
# Preceded by a green check mark and shield indicating "All data" backups are encrypted
create-backup-screen-2-all-list-3 = Encrypted with a password
# Title for a screen asking users to choose a file location
create-backup-screen-3-location = Where do you want your backup saved?
# Title for a screen asking users to create a password that will encrypt the backup
create-backup-screen-3-title = Create a backup file password
create-backup-screen-3-subtitle = Required to encrypt your data. Store it in a place you’ll remember.
fx-backup-opt-in-header = Choose file location
fx-backup-opt-in-filepath-label = Pick a place you plan to transfer to a new device, like OneDrive.
fx-backup-opt-in-create-password-label = Enter password
fx-backup-opt-in-confirm-btn-label = Continue
fx-backup-opt-in-cancel-btn-label = Back
## Fx Backup confirmation screen strings
fx-backup-confirmation-screen-title = Your backup is scheduled
fx-backup-confirmation-screen-close-button = Close
## These strings appear as a confirmation of which items will or won't be included as part of the selected backup method.
fx-backup-confirmation-screen-all-data-item-text-1 = All browsing data included
fx-backup-confirmation-screen-all-data-item-text-2 = Saved to your device
fx-backup-confirmation-screen-all-data-item-text-3 = Encrypted and password protected
fx-backup-confirmation-screen-easy-setup-item-text-1 = Bookmarks, history, settings, and other data included
fx-backup-confirmation-screen-easy-setup-item-text-2 = Saved to your device
fx-backup-confirmation-screen-easy-setup-item-text-3 = Passwords and payments not included
fx-backup-confirmation-screen-easy-setup-item-subtext-3 = Go to <a data-l10n-name="settings">Settings</a> to include sensitive data.
fx-backup-confirmation-screen-item-subtext-1 = Your backup will start in a few minutes and will run once a day. You can check progress in <a data-l10n-name="settings">Settings</a>.
fx-backup-confirmation-screen-item-subtext-2 = { -brand-short-name } will look for your backup if you need to reinstall.
## Restore from Backup Flow about:welcome screens
restore-from-backup-secondary-top-button = Restore from Backup
restore-from-backup-title = Let’s get { -brand-short-name } back how you like it
restore-from-backup-subtitle = Recover all your bookmarks, history, and other data to get back to browsing.
restore-from-backup-secondary-button = Don’t restore
multiple-backups-info-tile = <strong>Multiple backup files found.</strong> The most recent file is selected. Restore other profiles in <a data-l10n-name="settings-label">Settings.</a>
## Restored from Backup spotlight
restored-from-backup-success-title = We’re back! Your { -brand-short-name } data has been restored.
restored-from-backup-success-with-checklist-subtitle = Want to keep your favorite privacy-focused browser one click away?
restored-from-backup-success-no-checklist-subtitle = You can turn backup on for this device in <a data-l10n-name="settings">Settings</a>.
restored-from-backup-success-with-checklist-primary-button = Save and continue
restored-from-backup-success-with-checklist-secondary-button = Skip this step
restored-from-backup-success-no-checklist-primary-button = Continue
restored-from-backup-error-title = Hmm, there was a problem with your backup file.
restored-from-backup-error-subtitle = If you have another { -brand-short-name } backup file, try restoring from that one. <a data-l10n-name="restore-problems">Still having problems?</a>
restored-from-backup-error-primary-button = Close
## Onboarding Personalization Screen
## A screen shown to users during the onboarding process that asks them two qualifying questions about their use of the browser
onboarding-personalization-title = Customize your { -brand-short-name } experience
onboarding-personalization-subtitle = Answer a few questions and we’ll recommend features and extensions to enhance your use of { -brand-short-name }.
onboarding-personalization-use-case-title = What will you use { -brand-short-name } for?
onboarding-personalization-use-case-personal-option = Personal
onboarding-personalization-use-case-school-option = School
onboarding-personalization-use-case-work-option = Work
onboarding-personalization-motivation-title = Which features of { -brand-short-name } are the most important to you?
onboarding-personalization-motivation-privacy-option = Privacy and Security
onboarding-personalization-motivation-productivity-option = Productivity
onboarding-personalization-motivation-other-option = Other
## Onboarding 2026 brand refresh
onboarding-refresh-pin-set-default-subtitle = We protect your data and block companies from spying on your clicks — automatically.
# "safe paws" is a play on "safe hands", meaning you're being well taken care of or protected
# If it doesn’t translate well, you can use the alternative: “You’re safe with Firefox.”
onboarding-refresh-pin-set-default-title = You’re in safe paws
onboarding-refresh-import-subtitle = Bring over your passwords, bookmarks, history and more.
onboarding-refresh-import-title = Make { -brand-short-name } feel more like home
onboarding-refresh-onboarding-addons-subtitle = Extensions are tiny apps that let you customize { -brand-short-name }. They can power up your privacy, enhance productivity, change the way { -brand-short-name } looks, and so much more.
# "Give your browsing a boost" means to enhance or improve the browsing experience
onboarding-refresh-onboarding-addons-title = Give your browsing a boost
onboarding-refresh-sync-subtitle = Grab bookmarks, passwords, and more everywhere you’re signed in to { -brand-short-name }. Plus, your data is encrypted so only you can see it.
onboarding-refresh-sync-title = Go anywhere. Sync everything.
onboarding-refresh-gratitude-subtitle = Thank you for using { -brand-short-name }, the only major browser backed by a non-profit. With your support, we’re working to make the internet safer and more accessible for everyone.
# "has your back" is an idiom suggesting support and protection
onboarding-refresh-gratitude-title = { -brand-short-name } has your back
## Smart window switcher callout
smartwindow-switcher-callout = Switch between Smart and Classic Windows anytime.
## Smart Window ToU modal
# Existing users
smartwindow-existing-user-fx-tou-title = { -brand-product-name } Terms of Use
smartwindow-existing-user-fx-tou-body = To use { -smart-window-brand-name }, please accept the <a data-l10n-name="terms_of_use">Terms of Use</a> and updated <a data-l10n-name="privacy_notice">Privacy Notice</a>.
smartwindow-existing-user-fx-tou-accept = Accept
smartwindow-existing-user-fx-tou-go-back = Go back
## Smart Window about:welcome screen
smartwindow-onboarding-title = Make { -smart-window-brand-name } your go-to
smartwindow-onboarding-subtitle = Summarize, compare, and ask questions without missing a beat.
smartwindow-onboarding-primary-button = Continue
# Kit is referring to the Firefox mascot
smartwindow-onboarding-image-alt =
.aria-label = { -brand-product-name } mascot (Kit) with star props
## Smart Window Sidebar Auto-Open Pref
smartwindow-sidebar-auto-open-callout-title = Want to keep the assistant closed?
smartwindow-sidebar-auto-open-callout-body = You can still open it whenever you need it.
smartwindow-sidebar-auto-open-callout-accept = Yes, keep closed
smartwindow-sidebar-auto-open-callout-dismiss = No thanks
smartwindow-sidebar-auto-open-callout-accepted-title = The assistant will stay closed
smartwindow-sidebar-auto-open-callout-accepted-subtitle = Use Ask to open it on any page. Change this anytime in <a data-l10n-name="settings">Settings</a>.
smartwindow-sidebar-auto-open-callout-rejected-title = Got it
smartwindow-sidebar-auto-open-callout-rejected-subtitle = If you change your mind, you can update the default in <a data-l10n-name="settings">Settings</a> anytime.