From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-ff/browser/browser/newtab/asrouter.ftl | 183 ++++++++++++++++++++++ l10n-ff/browser/browser/newtab/newtab.ftl | 216 ++++++++++++++++++++++++++ l10n-ff/browser/browser/newtab/onboarding.ftl | 142 +++++++++++++++++ 3 files changed, 541 insertions(+) create mode 100644 l10n-ff/browser/browser/newtab/asrouter.ftl create mode 100644 l10n-ff/browser/browser/newtab/newtab.ftl create mode 100644 l10n-ff/browser/browser/newtab/onboarding.ftl (limited to 'l10n-ff/browser/browser/newtab') diff --git a/l10n-ff/browser/browser/newtab/asrouter.ftl b/l10n-ff/browser/browser/newtab/asrouter.ftl new file mode 100644 index 0000000000..6d5321202f --- /dev/null +++ b/l10n-ff/browser/browser/newtab/asrouter.ftl @@ -0,0 +1,183 @@ +# 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/. + + +## These messages are used as headings in the recommendation doorhanger + +cfr-doorhanger-extension-heading = Jokkel basiyangel +cfr-doorhanger-feature-heading = Fannu basiyaaɗo + +## + +cfr-doorhanger-extension-sumo-link = + .tooltiptext = Hol ko waɗi mi yiyde ɗumɗoo + +cfr-doorhanger-extension-cancel-button = Wonaa jooni + .accesskey = N + +cfr-doorhanger-extension-ok-button = Ɓeydu jooni + .accesskey = A + +cfr-doorhanger-extension-manage-settings-button = Toppito teelte baggingol + .accesskey = T + +cfr-doorhanger-extension-never-show-recommendation = Hoto hollu am ndee wagginoore + .accesskey = S + +cfr-doorhanger-extension-learn-more-link = Jokku taro + +# This string is used on a new line below the add-on name +# Variables: +# $name (String) - Add-on author name +cfr-doorhanger-extension-author = baɗɗo { $name } + +# This is a notification displayed in the address bar. +# When clicked it opens a panel with a message for the user. +cfr-doorhanger-extension-notification = Wasiya + +cfr-doorhanger-extension-notification2 = Wasiya + .tooltiptext = Wagginoore timmitere + .a11y-announcement = Wagginoore timmitere ina heɓoo + +# This is a notification displayed in the address bar. +# When clicked it opens a panel with a message for the user. +cfr-doorhanger-feature-notification = Wagginoore + .tooltiptext = Wagginoore fannu + .a11y-announcement = Wagginoore fannu ina heɓoo + +## Add-on statistics +## These strings are used to display the total number of +## users and rating for an add-on. They are shown next to each other. + +# Variables: +# $total (Number) - The rating of the add-on from 1 to 5 +cfr-doorhanger-extension-rating = + .tooltiptext = + { $total -> + [one] { $total } hoodere + *[other] { $total } koode + } +# Variables: +# $total (Number) - The total number of users using the add-on +cfr-doorhanger-extension-total-users = + { $total -> + [one] { $total } kuutoro + *[other] { $total } huutorɓe + } + +## These messages are steps on how to use the feature and are shown together. + + +## Firefox Accounts Message + +cfr-doorhanger-bookmark-fxa-header = Jokkondir maantore maa kala nokku. +cfr-doorhanger-bookmark-fxa-link-text = Jokkondir maantore jooni… +cfr-doorhanger-bookmark-fxa-close-btn-tooltip = + .aria-label = Butoŋ uddugol + .title = Uddu + +## Protections panel + +cfr-protections-panel-header = Wanngo tawo a rewindaaka +cfr-protections-panel-body = Mooftan hoore maa keɓe maa. { -brand-short-name } ina reen maa e ko heewi e rewindotooɓe ɓurɓe wooweede rewooɓe e maa e ceŋogol. +cfr-protections-panel-link-text = Ɓeydu humpito + +## What's New toolbar button and panel + +# This string is used by screen readers to offer a text based alternative for +# the notification icon +cfr-badge-reader-label-newfeature = Fannuji kesi: + +cfr-whatsnew-button = + .label = Ko Hesɗi + .tooltiptext = Ko Hesɗi + +cfr-whatsnew-release-notes-link-text = Tar konngol bayyinol + +## Search Bar + +## Picture-in-Picture + +## Permission Prompt + +## Fingerprinter Counter + + +## Bookmark Sync + +## Login Sync + +## Send Tab + +## Firefox Send + +## Social Tracking Protection + +## Enhanced Tracking Protection Milestones + +cfr-doorhanger-milestone-ok-button = Yiy fof + .accesskey = Y + +## What’s New Panel Content for Firefox 76 + + +## Lockwise message + +## Vulnerable Passwords message + +## Picture-in-Picture fullscreen message + +## Protections Dashboard message + +## Better PDF message + +## DOH Message + +## What's new: Cookies message + +## Fission Experiment Message + +## Full Video Support CFR message + +## Spotlight modal shared strings + +## VPN promotion dialog for public Wi-Fi users +## +## If a user is detected to be on a public Wi-Fi network, they are given a +## bit of info about how to improve their privacy and then offered a button +## to the Mozilla VPN page and a link to dismiss the dialog. + +## Total Cookie Protection Rollout + +## Emotive Continuous Onboarding + +## MR2022 Background Update Windows native toast notification strings. +## +## These strings will be displayed by the Windows operating system in +## a native toast, like: +## +## multi-line title +## multi-line text +## +## [ primary button ] [ secondary button ] +## +## The button labels are fitted into narrow fixed-width buttons by +## Windows and therefore must be as narrow as possible. + +## Firefox View CFR + +## Firefox View Spotlight + +## Colorways expiry reminder CFR + +## Cookie Banner Handling CFR + +## These strings are used in the Fox doodle Pin/set default spotlights + +## These strings are used in the Set Firefox as Default PDF Handler for Existing Users experiment + +## FxA sync CFR + +## Device Migration FxA Spotlight + diff --git a/l10n-ff/browser/browser/newtab/newtab.ftl b/l10n-ff/browser/browser/newtab/newtab.ftl new file mode 100644 index 0000000000..bc39253c1d --- /dev/null +++ b/l10n-ff/browser/browser/newtab/newtab.ftl @@ -0,0 +1,216 @@ +# 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/. + + +### Firefox Home / New Tab strings for about:home / about:newtab. + +newtab-page-title = Tabbere hesere +newtab-settings-button = + .title = Neɗɗin tabbere maa hello hesere ndee + +## Search box component. + +# "Search" is a verb/action +newtab-search-box-search-button = + .title = Yiylo + .aria-label = Yiylo + +## Top Sites - General form dialog. + +newtab-topsites-add-search-engine-header = Ɓeydu yiylorde +newtab-topsites-edit-topsites-header = Taƴto Lowre Dowrowre +newtab-topsites-title-label = Tiitoonde +newtab-topsites-title-input = + .placeholder = Naatnu tiitoonde + +newtab-topsites-url-label = URL +newtab-topsites-url-input = + .placeholder = Tappu walla ɗakku URL +newtab-topsites-url-validation = URL Moƴƴo ina naamnaa + +newtab-topsites-image-url-label = Neɗɗin ngal natal URL +newtab-topsites-use-image-link = Huutoro natal neɗɗinangal… +newtab-topsites-image-validation = loowgol natal gallii. Enndir URL goɗɗo. + +## Top Sites - General form dialog buttons. These are verbs/actions. + +newtab-topsites-cancel-button = Haaytu +newtab-topsites-delete-history-button = Momtu e daartol +newtab-topsites-save-button = Daɗndu +newtab-topsites-preview-button = Sooyno +newtab-topsites-add-button = Ɓeydu + +## Top Sites - Delete history confirmation dialog. + +newtab-confirm-delete-history-p1 = Aɗa yananaa yiɗde momtude kala cilol ngoo hello e to aslol maa? +# "This action" refers to deleting a page from history. +newtab-confirm-delete-history-p2 = Ngal baɗal waawaa firteede. + +## Top Sites - Sponsored label + + +## Context Menu - Action Tooltips. + +# General tooltip for context menus. +newtab-menu-section-tooltip = + .title = Uddit cuɓirgol + .aria-label = Uddit cuɓirgol + +# Tooltip for dismiss button +newtab-dismiss-button-tooltip = + .title = Momtu + .aria-label = Momtu + +# This tooltip is for the context menu of Pocket cards or Topsites +# Variables: +# $title (String): The label or hostname of the site. This is for screen readers when the context menu button is focused/active. +newtab-menu-content-tooltip = + .title = Uddit cuɓirgol + .aria-label = Uddit dosol ngonka wonande { $title } +# Tooltip on an empty topsite box to open the New Top Site dialog. +newtab-menu-topsites-placeholder-tooltip = + .title = Taƴto ndee lowre + .aria-label = Taƴto ndee lowre + +## Context Menu: These strings are displayed in a context menu and are meant as a call to action for a given page. + +newtab-menu-edit-topsites = Taƴto +newtab-menu-open-new-window = Uddit e Henorde Hesere +newtab-menu-open-new-private-window = Uddit e Henorde Suturo Hesere +newtab-menu-dismiss = Salo +newtab-menu-pin = Ñippu +newtab-menu-unpin = Ñippit +newtab-menu-delete-history = Momtu e daartol +newtab-menu-save-to-pocket = Danndu e { -pocket-brand-name } +newtab-menu-delete-pocket = Momtu e { -pocket-brand-name } +newtab-menu-archive-pocket = Mooftu nder { -pocket-brand-name } +newtab-menu-show-privacy-info = Tammbiiɓe min & suturo mon + +## Message displayed in a modal window to explain privacy and provide context for sponsored content. + +newtab-privacy-modal-button-done = Gasii +newtab-privacy-modal-header = Suturo maa ko ngoƴa amen. +newtab-privacy-modal-link = Humpito hol no suturo yahrata e tabbere hesere ndee + +## + +# Bookmark is a noun in this case, "Remove bookmark". +newtab-menu-remove-bookmark = Momtu maanto ɗerewol +# Bookmark is a verb here. +newtab-menu-bookmark = Maanto ɗerewol + +## Context Menu - Downloaded Menu. "Download" in these cases is not a verb, +## it is a noun. As in, "Copy the link that belongs to this downloaded item". + +newtab-menu-copy-download-link = Natto jokkorde awtaande ndee +newtab-menu-go-to-download-page = Yah to hello awtaango ngoo +newtab-menu-remove-download = Momtu ɗum e kewol hee + +## Context Menu - Download Menu: These are platform specific strings found in the context menu of an item that has +## been downloaded. The intention behind "this action" is that it will show where the downloaded file exists on the file +## system for each operating system. + +newtab-menu-show-file = + { PLATFORM() -> + [macos] Hollit e Finder + *[other] Uddit loowdi doosiyee + } +newtab-menu-open-file = Uddit Fiilde + +## Card Labels: These labels are associated to pages to give +## context on how the element is related to the user, e.g. type indicates that +## the page is bookmarked, or is currently open on another device. + +newtab-label-visited = Yillaama +newtab-label-bookmarked = Maantoraama +newtab-label-removed-bookmark = Maantorol motaama +newtab-label-recommended = Jolɗum +newtab-label-saved = Danndaama e { -pocket-brand-name } +newtab-label-download = Awtaama + +# This string is used in the story cards to indicate sponsored content +# Variables: +# $sponsorOrSource (String): This is the name of a company or their domain +newtab-label-sponsored = { $sponsorOrSource } · Tammbaama + +# This string is used at the bottom of story cards to indicate sponsored content +# Variables: +# $sponsor (String): This is the name of a sponsor +newtab-label-sponsored-by = E ballal { $sponsor } + +# This string is used under the image of story cards to indicate source and time to read +# Variables: +# $source (String): This is the name of a company or their domain +# $timeToRead (Number): This is the estimated number of minutes to read this story +newtab-label-source-read-time = { $source } · { $timeToRead } hoj + +## Section Menu: These strings are displayed in the section context menu and are +## meant as a call to action for the given section. + +newtab-section-menu-remove-section = Momtu taƴre +newtab-section-menu-collapse-section = Renndin taƴe +newtab-section-menu-expand-section = Yaajtin taƴre +newtab-section-menu-manage-section = Feewnu taƴre +newtab-section-menu-manage-webext = Yiil Timmitere +newtab-section-menu-add-topsite = Ɓeydu lowre rowrowre +newtab-section-menu-add-search-engine = Ɓeydu yiylorde +newtab-section-menu-move-up = Dirtin dow +newtab-section-menu-move-down = Dirtin les +newtab-section-menu-privacy-notice = Tintinal sirlu + +## Section aria-labels + +newtab-section-collapse-section-label = + .aria-label = Famɗin taƴre +newtab-section-expand-section-label = + .aria-label = Yaajtin taƴre + +## Section Headers. + +newtab-section-header-topsites = Lowe dowrowe +# Variables: +# $provider (String): Name of the corresponding content provider. +newtab-section-header-pocket = Waggini ɗum ko { $provider } + +## Empty Section States: These show when there are no more items in a section. Ex. When there are no more Pocket story recommendations, in the space where there would have been stories, this is shown instead. + +newtab-empty-section-highlights = Fuɗɗo wanngaade, min kolloymaa huunde e binndanɗe mawɗe ɗee, widewooji kañum e kelle goɗɗe ɗe njilliɗaa ko ɓooyaani walla maantoraaɗe ɗoo. + +# Ex. When there are no more Pocket story recommendations, in the space where there would have been stories, this is shown instead. +# Variables: +# $provider (String): Name of the content provider for this section, e.g "Pocket". +newtab-empty-section-topstories = Rutto ɗoo goɗngol ngam daari goɗɗi { $provider }. A waawaa fadde ? Suvo tiitoonde lollunde ngam yiytude e geese hee daari goɗɗi. + +## Empty Section (Content Discovery Experience). These show when there are no more stories or when some stories fail to load. + +newtab-discovery-empty-section-topstories-header = A heɓtaama! +newtab-discovery-empty-section-topstories-content = Ƴeewto so ɓooyii ngam daarti goɗɗi. +newtab-discovery-empty-section-topstories-try-again-button = Eto goɗngol +newtab-discovery-empty-section-topstories-loading = Nana loowa… +# Displays when a layout in a section took too long to fetch articles. +newtab-discovery-empty-section-topstories-timed-out = Ndoo! Ina wayi no min loowi ndee yamre, kono yonaani! + +## Pocket Content Section. + +# This is shown at the bottom of the trending stories section and precedes a list of links to popular topics. +newtab-pocket-read-more = Loowdiiji lolluɗi: +newtab-pocket-more-recommendations = Wasiyaaji goɗɗi +newtab-pocket-learn-more = Ɓeydu humpito +newtab-pocket-cta-button = Heɓ { -pocket-brand-name } +newtab-pocket-cta-text = Hisnu daari njiɗ-ɗaa nder { -pocket-brand-name }, ñikliraa hakkille maa taro welngo. + +## Pocket Final Card Section. +## This is for the final card in the Pocket grid. + + +## Pocket content onboarding experience dialog and modal for new users seeing the Pocket section for the first time, shown as the first item in the Pocket section. + +## Error Fallback Content. +## This message and suggested action link are shown in each section of UI that fails to render. + +newtab-error-fallback-info = Uf, saɗeende kewii e loowgol ngoo loowdi. +newtab-error-fallback-refresh-link = Wultin hello ngoo ngam ennditde. + +## Customization Menu + diff --git a/l10n-ff/browser/browser/newtab/onboarding.ftl b/l10n-ff/browser/browser/newtab/onboarding.ftl new file mode 100644 index 0000000000..38237457d6 --- /dev/null +++ b/l10n-ff/browser/browser/newtab/onboarding.ftl @@ -0,0 +1,142 @@ +# 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 simplified onboarding modal / 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. + + +## These button action text can be split onto multiple lines, so use explicit +## newlines in translations to control where the line break appears (e.g., to +## avoid breaking quoted text). + +## Welcome modal dialog strings + +### UI strings for the simplified 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. + +### 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 = A jaɓɓaama e { -brand-short-name } + +onboarding-start-browsing-button-label = Fuɗɗo wanngaade + +## Welcome full page string + +## Firefox Sync modal dialog strings. + +## This is part of the line "Enter your email to continue to Firefox Sync" + + +## These are individual benefit messages shown with an image, title and +## description. + + +## These strings belong to the individual onboarding messages. + + +## Each message has a title and a description of what the browser feature is. +## Each message also has an associated button for the user to try the feature. +## The string for the button is found above, in the UI strings section + + +## Message strings belonging to the Return to AMO flow + +## Custom Return To AMO onboarding strings + +## Multistage 3-screen onboarding flow strings (about:welcome pages) + +## Variables: $addon-name (String) - Name of the add-on to be installed + +## 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 + +## Title and primary button strings differ between platforms as they +## match the OS' application context menu item action where Windows uses "pin" +## and "taskbar" while macOS "keep" and "Dock" (proper noun). + +## Multistage MR1 onboarding strings (about:welcome pages) + +## Title, subtitle and primary button string used on set default onboarding screen +## when Firefox is not default browser + +## Multistage MR1 onboarding strings (about:welcome pages) + +## 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. + +## 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. + +## Multistage MR1 onboarding strings (MR1 about:welcome pages) + +## Strings for Thank You page + +## 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)" + +## 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)" + +## Firefox 100 Thank You screens + +## MR2022 New User Easy Setup screen strings + +## MR2022 New User Pin Firefox screen strings + +## MR2022 Existing User Pin Firefox Screen Strings + +## MR2022 New User Set Default screen strings + +## MR2022 Get Started screen strings. +## These strings will be used on the welcome page +## when Firefox is already set to default and pinned. + +## MR2022 Import Settings screen strings + +## 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 Multistage Mobile Download screen strings + +## MR2022 Upgrade Dialog screens +## Pin private window screen shown only for users who don't have Firefox private pinned + +## MR2022 Privacy Segmentation screen strings + +## MR2022 Multistage Gratitude screen strings + +## Onboarding spotlight for infrequent users + +## MR2022 Illustration alt tags +## Descriptive tags for illustrations used by screen readers and other assistive tech + +## Device migration onboarding + -- cgit v1.2.3