diff options
Diffstat (limited to 'l10n-en-GB/toolkit')
10 files changed, 168 insertions, 2 deletions
diff --git a/l10n-en-GB/toolkit/chrome/global/narrate.properties b/l10n-en-GB/toolkit/chrome/global/narrate.properties index 7a65013d70..94a9dc3f04 100644 --- a/l10n-en-GB/toolkit/chrome/global/narrate.properties +++ b/l10n-en-GB/toolkit/chrome/global/narrate.properties @@ -8,6 +8,12 @@ # %S is the keyboard shortcut for the listen command listen-label = Listen (%S) back = Backwards + +# "Listen, which allows users to listen to Firefox reading the text, +# instead of having to read it themselves." This is the name +# of the feature and it is the label for the popup button. +# %S is the keyboard shortcut for the listen command +read-aloud-label = Read aloud (%S) # %S is the keyboard shortcut for the skip back command previous-label = Back (%S) # %S is the keyboard shortcut for the start command diff --git a/l10n-en-GB/toolkit/crashreporter/crashreporter.ftl b/l10n-en-GB/toolkit/crashreporter/crashreporter.ftl new file mode 100644 index 0000000000..2b919d2db3 --- /dev/null +++ b/l10n-en-GB/toolkit/crashreporter/crashreporter.ftl @@ -0,0 +1,48 @@ +# 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/. + +crashreporter-branded-title = { -brand-short-name } Crash Reporter +crashreporter-apology = We’re Sorry +crashreporter-crashed-and-restore = { -brand-short-name } had a problem and crashed. We’ll try to restore your tabs and windows when it restarts. +crashreporter-plea = To help us diagnose and fix the problem, you can send us a crash report. +crashreporter-information = This application is run after a crash to report the problem to { -vendor-short-name }. It should not be run directly. +crashreporter-error = { -brand-short-name } had a problem and crashed. Unfortunately, the crash reporter is unable to submit a report for this crash. +# $details (String) - the reason that a crash report cannot be submitted +crashreporter-error-details = Details: { $details } +crashreporter-no-run-message = This application is run after a crash to report the problem to the application vendor. It should not be run directly. +crashreporter-button-details = Details… +crashreporter-loading-details = Loading… +crashreporter-view-report-title = Report Contents +crashreporter-comment-prompt = Add a comment (comments are publicly visible) +crashreporter-report-info = This report also contains technical information about the state of the application when it crashed. +crashreporter-send-report = Tell { -vendor-short-name } about this crash so they can fix it. +crashreporter-include-url = Include the address of the page I was on. +crashreporter-submit-status = Your crash report will be submitted before you quit or restart. +crashreporter-submit-in-progress = Submitting your report… +crashreporter-submit-success = Report submitted successfully! +crashreporter-submit-failure = There was a problem submitting your report. +crashreporter-resubmit-status = Resending reports that previously failed to send… +crashreporter-button-quit = Quit { -brand-short-name } +crashreporter-button-restart = Restart { -brand-short-name } +crashreporter-button-ok = OK +crashreporter-button-close = Close +# $id (String) - the crash id from the server, typically a UUID +crashreporter-crash-identifier = Crash ID: { $id } +# $url (String) - the url which the user can use to view the submitted crash report +crashreporter-crash-details = You can view details of this crash at { $url }. + +# Error strings + +crashreporter-error-minidump-analyzer = Failed to run minidump-analyzer +# $path (String) - the file path +crashreporter-error-opening-file = Failed to open file ({ $path }) +# $path (String) - the file path +crashreporter-error-loading-file = Failed to load file ({ $path }) +# $path (String) - the path +crashreporter-error-creating-dir = Failed to create directory ({ $path }) +crashreporter-error-no-home-dir = Missing home directory +# $from (String) - the source path +# $to (String) - the destination path +crashreporter-error-moving-path = Failed to move { $from } to { $to } +crashreporter-error-version-eol = Version end of life: crash reports are no longer accepted. diff --git a/l10n-en-GB/toolkit/toolkit/about/aboutReader.ftl b/l10n-en-GB/toolkit/toolkit/about/aboutReader.ftl index bd0e4a5aad..3aa8fd8648 100644 --- a/l10n-en-GB/toolkit/toolkit/about/aboutReader.ftl +++ b/l10n-en-GB/toolkit/toolkit/about/aboutReader.ftl @@ -4,7 +4,6 @@ about-reader-loading = Loading… about-reader-load-error = Failed to load article from page - about-reader-color-scheme-light = Light .title = Colour Scheme Light about-reader-color-scheme-dark = Dark @@ -13,7 +12,20 @@ about-reader-color-scheme-sepia = Sepia .title = Colour Scheme Sepia about-reader-color-scheme-auto = Auto .title = Colour Scheme Auto - +about-reader-color-theme-light = Light + .title = Colour Theme Light +about-reader-color-theme-dark = Dark + .title = Colour Theme Dark +about-reader-color-theme-sepia = Sepia + .title = Colour Theme Sepia +about-reader-color-theme-auto = Auto + .title = Colour Theme Auto +about-reader-color-theme-gray = Gray + .title = Colour Theme Gray +about-reader-color-theme-contrast = Contrast + .title = Colour Theme Contrast +about-reader-color-theme-custom = Custom colours + .title = Colour Theme Custom # An estimate for how long it takes to read an article, # expressed as a range covering both slow and fast readers. # Variables: @@ -49,4 +61,27 @@ about-reader-font-type-sans-serif = Sans-serif about-reader-toolbar-close = Close Reader View about-reader-toolbar-type-controls = Type controls +about-reader-toolbar-color-controls = Colours about-reader-toolbar-savetopocket = Save To { -pocket-brand-name } + +## Reader View colors menu + +about-reader-colors-menu-header = Theme +about-reader-fxtheme-tab = Default +about-reader-customtheme-tab = Custom + +## These are used as labels for the custom theme color pickers. +## The .title element is used to make the editing functionality +## clear and give context for screen reader users. + +about-reader-custom-colors-foreground = Text + .title = Edit colour +about-reader-custom-colors-background = Background + .title = Edit colour +about-reader-custom-colors-unvisited-links = Unvisited links + .title = Edit colour +about-reader-custom-colors-visited-links = Visited links + .title = Edit colour +about-reader-custom-colors-selection-highlight = Highlighter for read aloud + .title = Edit colour +about-reader-custom-colors-reset-button = Reset defaults diff --git a/l10n-en-GB/toolkit/toolkit/about/aboutSupport.ftl b/l10n-en-GB/toolkit/toolkit/about/aboutSupport.ftl index 66a62fd70b..1041e75e65 100644 --- a/l10n-en-GB/toolkit/toolkit/about/aboutSupport.ftl +++ b/l10n-en-GB/toolkit/toolkit/about/aboutSupport.ftl @@ -431,3 +431,15 @@ pointing-device-mouse = Mouse pointing-device-touchscreen = Touchscreen pointing-device-pen-digitizer = Pen Digitiser pointing-device-none = No pointing devices + +## Content Analysis (DLP) + +# DLP stands for Data Loss Prevention, an industry term for external software +# that enterprises can set up to prevent sensitive data from being transferred +# to external websites. +content-analysis-title = Content Analysis (DLP) +content-analysis-active = Active +content-analysis-connected-to-agent = Connected to Agent +content-analysis-agent-path = Agent Path +content-analysis-agent-failed-signature-verification = Agent Failed Signature Verification +content-analysis-request-count = Request Count diff --git a/l10n-en-GB/toolkit/toolkit/contentanalysis/contentanalysis.ftl b/l10n-en-GB/toolkit/toolkit/contentanalysis/contentanalysis.ftl index f408148d9f..317192640a 100644 --- a/l10n-en-GB/toolkit/toolkit/contentanalysis/contentanalysis.ftl +++ b/l10n-en-GB/toolkit/toolkit/contentanalysis/contentanalysis.ftl @@ -43,6 +43,18 @@ contentanalysis-block-message = Your organisation uses data-loss prevention soft # Variables: # $content - Description of the content being blocked, such as "clipboard" or "aFile.txt" contentanalysis-error-message = An error occurred in communicating with the data-loss prevention software. Transfer denied for resource: { $content }. +# Variables: +# $agent - The name of the DLP agent doing the analysis +# $content - Description of the content being blocked, such as "clipboard" or "aFile.txt" +contentanalysis-unspecified-error-message = An error occurred in communicating with { $agent }. Transfer denied for resource: { $content }. +# Variables: +# $agent - The name of the DLP agent doing the analysis +# $content - Description of the content being blocked, such as "clipboard" or "aFile.txt" +contentanalysis-no-agent-connected-message = Unable to connect to { $agent }. Transfer denied for resource: { $content }. +# Variables: +# $agent - The name of the DLP agent doing the analysis +# $content - Description of the content being blocked, such as "clipboard" or "aFile.txt" +contentanalysis-invalid-agent-signature-message = Failed signature verification for { $agent }. Transfer denied for resource: { $content }. contentanalysis-inprogress-quit-title = Quit { -brand-shorter-name }? contentanalysis-inprogress-quit-message = Several actions are in progress. If you quit { -brand-shorter-name }, these actions will not be completed. contentanalysis-inprogress-quit-yesbutton = Yes, quit diff --git a/l10n-en-GB/toolkit/toolkit/formautofill/formAutofill.ftl b/l10n-en-GB/toolkit/toolkit/formautofill/formAutofill.ftl index 13e561b00f..468ed4d1f8 100644 --- a/l10n-en-GB/toolkit/toolkit/formautofill/formAutofill.ftl +++ b/l10n-en-GB/toolkit/toolkit/formautofill/formAutofill.ftl @@ -47,6 +47,8 @@ credit-card-capture-save-new-button = credit-card-capture-update-button = .label = Update existing card .accessKey = U +# Label for the button in the dropdown menu used to clear the populated form. +autofill-clear-form-label = Clear Autofill Form # Used as a label for the button, displayed at the bottom of the dropdown suggestion, to open Form Autofill browser preferences. autofill-manage-addresses-label = Manage addresses # Used as a label for the button, displayed at the bottom of the dropdown suggestion, to open Form Autofill browser preferences. @@ -63,3 +65,19 @@ autofill-card-network-mastercard = MasterCard autofill-card-network-mir = MIR autofill-card-network-unionpay = Union Pay autofill-card-network-visa = Visa +# The warning text that is displayed for informing users what categories are +# about to be filled. The text would be, for example, +# Also autofills organization, phone, email. +# Variables: +# $categories - one or more of the categories, see autofill-category-X below +autofill-phishing-warningmessage-extracategory = Also autofills { $categories } +# Variation when all are in the same category. +# Variables: +# $categories - one or more of the categories +autofill-phishing-warningmessage = Autofills { $categories } +# Used in autofill drop down suggestion to indicate what other categories Form Autofill will attempt to fill. +autofill-category-address = address +autofill-category-name = name +autofill-category-organization = organisation +autofill-category-tel = phone +autofill-category-email = email diff --git a/l10n-en-GB/toolkit/toolkit/global/arrowscrollbox.ftl b/l10n-en-GB/toolkit/toolkit/global/arrowscrollbox.ftl index 6fbe8159b2..3eb4fb8588 100644 --- a/l10n-en-GB/toolkit/toolkit/global/arrowscrollbox.ftl +++ b/l10n-en-GB/toolkit/toolkit/global/arrowscrollbox.ftl @@ -1,3 +1,21 @@ # 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/. + + +### This file contains the entities needed to use the Arrowscrollbox component. +### For example, Arrowscrollboxes are used in Tabs Toolbar when there are +### multiple tabs opened and in the overflowing menus. + +# This button is shown at the beginning of the overflowing list of elements. +# For example, in LTR language like English, on the Tabs Toolbar it would look +# like "<" and scroll the tab list to the left, and in the overflowing menu it +# would look like "^" and scroll the list of menuitems up. +overflow-scroll-button-up = + .tooltiptext = Scroll up +# This button is shown at the end of the overflowing list of elements. For +# example, in LTR language like English, on the Tabs Toolbar it would look like +# ">" and scroll the tab list to the right, and in the overflowing menu it +# would look like "v" and scroll the list of menuitems down. +overflow-scroll-button-down = + .tooltiptext = Scroll down diff --git a/l10n-en-GB/toolkit/toolkit/global/processTypes.ftl b/l10n-en-GB/toolkit/toolkit/global/processTypes.ftl index 394c95fc0a..a50a9a3b76 100644 --- a/l10n-en-GB/toolkit/toolkit/global/processTypes.ftl +++ b/l10n-en-GB/toolkit/toolkit/global/processTypes.ftl @@ -17,6 +17,8 @@ process-type-privilegedmozilla = Privileged Mozilla Content process-type-extension = Extension # process used to open file:// URLs process-type-file = Local File +# process used to instantiate new child processes +process-type-forkserver = Fork Server # process used to isolate a webpage from other web pages # to improve security process-type-webisolated = Isolated Web Content diff --git a/l10n-en-GB/toolkit/toolkit/global/textActions.ftl b/l10n-en-GB/toolkit/toolkit/global/textActions.ftl index a8153024aa..78ebed1b73 100644 --- a/l10n-en-GB/toolkit/toolkit/global/textActions.ftl +++ b/l10n-en-GB/toolkit/toolkit/global/textActions.ftl @@ -62,3 +62,5 @@ text-action-spell-dictionaries = .accesskey = L text-action-search-text-box-clear = .title = Clear +text-action-highlight-selection = + .label = Highlight Selection diff --git a/l10n-en-GB/toolkit/toolkit/pdfviewer/viewer.ftl b/l10n-en-GB/toolkit/toolkit/pdfviewer/viewer.ftl index 00c377da37..3b141aee16 100644 --- a/l10n-en-GB/toolkit/toolkit/pdfviewer/viewer.ftl +++ b/l10n-en-GB/toolkit/toolkit/pdfviewer/viewer.ftl @@ -304,6 +304,12 @@ pdfjs-editor-stamp-button-label = Add or edit images pdfjs-editor-highlight-button = .title = Highlight pdfjs-editor-highlight-button-label = Highlight +pdfjs-highlight-floating-button = + .title = Highlight +pdfjs-highlight-floating-button1 = + .title = Highlight + .aria-label = Highlight +pdfjs-highlight-floating-button-label = Highlight ## Remove button for the various kind of editor. @@ -387,3 +393,10 @@ pdfjs-editor-colorpicker-pink = .title = Pink pdfjs-editor-colorpicker-red = .title = Red + +## Show all highlights +## This is a toggle button to show/hide all the highlights. + +pdfjs-editor-highlight-show-all-button-label = Show all +pdfjs-editor-highlight-show-all-button = + .title = Show all |