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 --- .../en-US/chrome/accessibility/AccessFu.properties | 111 +++++ .../chrome/accessibility/mac/accessible.properties | 71 ++++ .../accessibility/unix/accessible.properties | 21 + .../chrome/accessibility/win/accessible.properties | 21 + dom/locales/en-US/chrome/appstrings.properties | 37 ++ dom/locales/en-US/chrome/dom/dom.properties | 446 +++++++++++++++++++++ dom/locales/en-US/chrome/global-strres.properties | 5 + .../en-US/chrome/layout/HtmlForm.properties | 35 ++ .../en-US/chrome/layout/MediaDocument.properties | 22 + dom/locales/en-US/chrome/layout/css.properties | 52 +++ .../en-US/chrome/layout/htmlparser.properties | 144 +++++++ .../en-US/chrome/layout/layout_errors.properties | 53 +++ .../en-US/chrome/layout/printing.properties | 56 +++ .../en-US/chrome/layout/xmlparser.properties | 48 +++ dom/locales/en-US/chrome/layout/xul.properties | 5 + dom/locales/en-US/chrome/mathml/mathml.properties | 15 + .../en-US/chrome/nsWebBrowserPersist.properties | 17 + dom/locales/en-US/chrome/security/caps.properties | 9 + dom/locales/en-US/chrome/security/csp.properties | 124 ++++++ .../en-US/chrome/security/security.properties | 165 ++++++++ dom/locales/en-US/chrome/svg/svg.properties | 5 + dom/locales/en-US/chrome/xslt/xslt.properties | 39 ++ dom/locales/en-US/dom/XMLPrettyPrint.ftl | 5 + dom/locales/en-US/dom/media.ftl | 6 + dom/locales/jar.mn | 33 ++ dom/locales/moz.build | 62 +++ 26 files changed, 1607 insertions(+) create mode 100644 dom/locales/en-US/chrome/accessibility/AccessFu.properties create mode 100644 dom/locales/en-US/chrome/accessibility/mac/accessible.properties create mode 100644 dom/locales/en-US/chrome/accessibility/unix/accessible.properties create mode 100644 dom/locales/en-US/chrome/accessibility/win/accessible.properties create mode 100644 dom/locales/en-US/chrome/appstrings.properties create mode 100644 dom/locales/en-US/chrome/dom/dom.properties create mode 100644 dom/locales/en-US/chrome/global-strres.properties create mode 100644 dom/locales/en-US/chrome/layout/HtmlForm.properties create mode 100644 dom/locales/en-US/chrome/layout/MediaDocument.properties create mode 100644 dom/locales/en-US/chrome/layout/css.properties create mode 100644 dom/locales/en-US/chrome/layout/htmlparser.properties create mode 100644 dom/locales/en-US/chrome/layout/layout_errors.properties create mode 100644 dom/locales/en-US/chrome/layout/printing.properties create mode 100644 dom/locales/en-US/chrome/layout/xmlparser.properties create mode 100644 dom/locales/en-US/chrome/layout/xul.properties create mode 100644 dom/locales/en-US/chrome/mathml/mathml.properties create mode 100644 dom/locales/en-US/chrome/nsWebBrowserPersist.properties create mode 100644 dom/locales/en-US/chrome/security/caps.properties create mode 100644 dom/locales/en-US/chrome/security/csp.properties create mode 100644 dom/locales/en-US/chrome/security/security.properties create mode 100644 dom/locales/en-US/chrome/svg/svg.properties create mode 100644 dom/locales/en-US/chrome/xslt/xslt.properties create mode 100644 dom/locales/en-US/dom/XMLPrettyPrint.ftl create mode 100644 dom/locales/en-US/dom/media.ftl create mode 100644 dom/locales/jar.mn create mode 100644 dom/locales/moz.build (limited to 'dom/locales') diff --git a/dom/locales/en-US/chrome/accessibility/AccessFu.properties b/dom/locales/en-US/chrome/accessibility/AccessFu.properties new file mode 100644 index 0000000000..56a8a6f020 --- /dev/null +++ b/dom/locales/en-US/chrome/accessibility/AccessFu.properties @@ -0,0 +1,111 @@ +# 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/. + +# Roles +menubar = menu bar +scrollbar = scroll bar +grip = grip +alert = alert +menupopup = menu popup +document = document +pane = pane +dialog = dialog +separator = separator +toolbar = toolbar +statusbar = status bar +table = table +columnheader = column header +rowheader = row header +column = column +row = row +cell = cell +link = link +list = list +listitem = list item +outline = outline +outlineitem = outline item +pagetab = tab +propertypage = property page +graphic = graphic +switch = switch +pushbutton = button +checkbutton = check button +radiobutton = radio button +combobox = combo box +progressbar = progress bar +slider = slider +spinbutton = spin button +diagram = diagram +animation = animation +equation = equation +buttonmenu = button menu +whitespace = white space +pagetablist = tab list +canvas = canvas +checkmenuitem = check menu item +passwordtext = password text +radiomenuitem = radio menu item +textcontainer = text container +togglebutton = toggle button +treetable = tree table +header = header +footer = footer +paragraph = paragraph +entry = entry +caption = caption +heading = heading +section = section +form = form +comboboxlist = combo box list +comboboxoption = combo box option +imagemap = image map +listboxoption = option +listbox = list box +flatequation = flat equation +gridcell = gridcell +note = note +figure = figure +definitionlist = definition list +term = term +definition = definition + +mathmltable = math table +mathmlcell = cell +mathmlenclosed = enclosed +mathmlfraction = fraction +mathmlfractionwithoutbar = fraction without bar +mathmlroot = root +mathmlscripted = scripted +mathmlsquareroot = square root + +# More sophisticated roles which are not actual numeric roles +textarea = text area + +base = base +close-fence = closing fence +denominator = denominator +numerator = numerator +open-fence = opening fence +overscript = overscript +presubscript = presubscript +presuperscript = presuperscript +root-index = root index +subscript = subscript +superscript = superscript +underscript = underscript + +# More sophisticated object descriptions +headingLevel = heading level %S + +# Landmark announcements +banner = banner +complementary = complementary +contentinfo = content info +main = main +navigation = navigation +search = search +region = region + +# Object states +stateRequired = required diff --git a/dom/locales/en-US/chrome/accessibility/mac/accessible.properties b/dom/locales/en-US/chrome/accessibility/mac/accessible.properties new file mode 100644 index 0000000000..ff7d3167e7 --- /dev/null +++ b/dom/locales/en-US/chrome/accessibility/mac/accessible.properties @@ -0,0 +1,71 @@ +# 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/. + +jump = Jump +press = Press +check = Check +uncheck = Uncheck +select = Select +open = Open +close = Close +switch = Switch +click = Click +collapse= Collapse +expand = Expand +activate= Activate +cycle = Cycle +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Click ancestor + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = HTML Content +# The Role Description for the Tab button. +tab = tab +# The Role Description for definition list dl, dt and dd +term = term +definition = definition +# The Role Description for an input type="search" text field +searchTextField = search text field +# Role Description (exposed as AXTitle) for datepickers +dateField = date field +# The Role Description for WAI-ARIA Landmarks +application = application +search = search +banner = banner +navigation = navigation +complementary = complementary +content = content +main = main +# The (spoken) role description for various WAI-ARIA roles +alert = alert +alertDialog = alert dialog +dialog = dialog +article = article +document = document +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +figure = figure +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +heading = heading +log = log +marquee = marquee +math = math +note = note +region = region +status = application status +timer = timer +tooltip = tooltip +separator = separator +tabPanel = tab panel +# The roleDescription for the html:mark element +highlight = highlight +# The roleDescription for the details element +details = details +# The roleDescription for the summary element +summary = summary diff --git a/dom/locales/en-US/chrome/accessibility/unix/accessible.properties b/dom/locales/en-US/chrome/accessibility/unix/accessible.properties new file mode 100644 index 0000000000..7a0665712e --- /dev/null +++ b/dom/locales/en-US/chrome/accessibility/unix/accessible.properties @@ -0,0 +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/. + +jump = Jump +press = Press +check = Check +uncheck = Uncheck +select = Select +open = Open +close = Close +switch = Switch +click = Click +collapse= Collapse +expand = Expand +activate= Activate +cycle = Cycle +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Click ancestor diff --git a/dom/locales/en-US/chrome/accessibility/win/accessible.properties b/dom/locales/en-US/chrome/accessibility/win/accessible.properties new file mode 100644 index 0000000000..7a0665712e --- /dev/null +++ b/dom/locales/en-US/chrome/accessibility/win/accessible.properties @@ -0,0 +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/. + +jump = Jump +press = Press +check = Check +uncheck = Uncheck +select = Select +open = Open +close = Close +switch = Switch +click = Click +collapse= Collapse +expand = Expand +activate= Activate +cycle = Cycle +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = Click ancestor diff --git a/dom/locales/en-US/chrome/appstrings.properties b/dom/locales/en-US/chrome/appstrings.properties new file mode 100644 index 0000000000..aaea57da23 --- /dev/null +++ b/dom/locales/en-US/chrome/appstrings.properties @@ -0,0 +1,37 @@ +# 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/. + +malformedURI2=Please check that the URL is correct and try again. +fileNotFound=The file %S cannot be found. Please check the location and try again. +fileAccessDenied=The file at %S is not readable. +dnsNotFound2=%S could not be found. Please check the name and try again. +unknownProtocolFound=One of the following (%S) is not a registered protocol or is not allowed in this context. +connectionFailure=The connection was refused when attempting to contact %S. +netInterrupt=The connection to %S has terminated unexpectedly. Some data may have been transferred. +netTimeout=The operation timed out when attempting to contact %S. +redirectLoop=Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked. +confirmRepostPrompt=To display this page, the application must send information that will repeat any action (such as a search or order confirmation) that was performed earlier. +resendButton.label=Resend +unknownSocketType=This document cannot be displayed unless you install the Personal Security Manager (PSM). Download and install PSM and try again, or contact your system administrator. +netReset=The document contains no data. +notCached=This document is no longer available. +netOffline=This document cannot be displayed while offline. To go online, uncheck Work Offline from the File menu. +isprinting=The document cannot change while Printing or in Print Preview. +deniedPortAccess=Access to the port number given has been disabled for security reasons. +proxyResolveFailure=The proxy server you have configured could not be found. Please check your proxy settings and try again. +proxyConnectFailure=The connection was refused when attempting to contact the proxy server you have configured. Please check your proxy settings and try again. +contentEncodingError=The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. +unsafeContentType=The page you are trying to view cannot be shown because it is contained in a file type that may not be safe to open. Please contact the website owners to inform them of this problem. +malwareBlocked=The site at %S has been reported as an attack site and has been blocked based on your security preferences. +harmfulBlocked=The site at %S has been reported as a potentially harmful site and has been blocked based on your security preferences. +unwantedBlocked=The site at %S has been reported as serving unwanted software and has been blocked based on your security preferences. +deceptiveBlocked=This web page at %S has been reported as a deceptive site and has been blocked based on your security preferences. +cspBlocked=This page has a content security policy that prevents it from being loaded in this way. +xfoBlocked=This page has an X-Frame-Options policy that prevents it from being loaded in this context. +corruptedContentErrorv2=The site at %S has experienced a network protocol violation that cannot be repaired. +sslv3Used=The safety of your data on %S could not be guaranteed because it uses SSLv3, a broken security protocol. +weakCryptoUsed=The owner of %S has configured their website improperly. To protect your information from being stolen, the connection to this website has not been established. +inadequateSecurityError=The website tried to negotiate an inadequate level of security. +blockedByPolicy=Your organization has blocked access to this page or website. +networkProtocolError=Firefox has experienced a network protocol violation that cannot be repaired. diff --git a/dom/locales/en-US/chrome/dom/dom.properties b/dom/locales/en-US/chrome/dom/dom.properties new file mode 100644 index 0000000000..da7449a528 --- /dev/null +++ b/dom/locales/en-US/chrome/dom/dom.properties @@ -0,0 +1,446 @@ +# 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/. + +KillScriptTitle=Warning: Unresponsive script +KillScriptMessage=A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. +KillScriptWithDebugMessage=A script on this page may be busy, or it may have stopped responding. You can stop the script now, open the script in the debugger, or let the script continue. +KillScriptLocation=Script: %S + +KillAddonScriptTitle=Warning: Unresponsive add-on script +# LOCALIZATION NOTE (KillAddonScriptMessage): %1$S is the name of an extension. +# %2$S is the name of the application (e.g., Firefox). +KillAddonScriptMessage=A script from the extension “%1$S” is running on this page, and making %2$S unresponsive.\n\nIt may be busy, or it may have stopped responding permanently. You can stop the script now, or you can continue to see if it will complete. +KillAddonScriptGlobalMessage=Prevent the extension script from running on this page until it next reloads + +StopScriptButton=Stop script +DebugScriptButton=Debug script +WaitForScriptButton=Continue +DontAskAgain=&Don’t ask me again +WindowCloseBlockedWarning=Scripts may not close windows that were not opened by script. +OnBeforeUnloadTitle=Are you sure? +OnBeforeUnloadMessage2=This page is asking you to confirm that you want to leave — information you’ve entered may not be saved. +OnBeforeUnloadStayButton=Stay on page +OnBeforeUnloadLeaveButton=Leave page +EmptyGetElementByIdParam=Empty string passed to getElementById(). +SpeculationFailed2=An unbalanced tree was written using document.write() causing data from the network to be reparsed. More information: https://developer.mozilla.org/en-US/docs/Glossary/speculative_parsing +DocumentWriteIgnored=A call to document.write() from an asynchronously-loaded external script was ignored. +# LOCALIZATION NOTE (EditorFileDropFailed): Do not translate contenteditable, %S is the error message explaining why the drop failed. +EditorFileDropFailed=Dropping a file into a contenteditable element failed: %S. +FormValidationTextTooLong=Please shorten this text to %S characters or less (you are currently using %S characters). +FormValidationTextTooShort=Please use at least %S characters (you are currently using %S characters). +FormValidationValueMissing=Please fill out this field. +FormValidationCheckboxMissing=Please check this box if you want to proceed. +FormValidationRadioMissing=Please select one of these options. +FormValidationFileMissing=Please select a file. +FormValidationSelectMissing=Please select an item in the list. +FormValidationInvalidEmail=Please enter an email address. +FormValidationInvalidURL=Please enter a URL. +FormValidationInvalidDate=Please enter a valid date. +FormValidationInvalidTime=Please enter a valid time. +FormValidationInvalidDateTime=Please enter valid date and time. +FormValidationInvalidDateMonth=Please enter a valid month. +FormValidationInvalidDateWeek=Please enter a valid week. +FormValidationPatternMismatch=Please match the requested format. +# LOCALIZATION NOTE (FormValidationPatternMismatchWithTitle): %S is the (possibly truncated) title attribute value. +FormValidationPatternMismatchWithTitle=Please match the requested format: %S. +# LOCALIZATION NOTE (FormValidationNumberRangeOverflow): %S is a number. +FormValidationNumberRangeOverflow=Please select a value that is no more than %S. +# LOCALIZATION NOTE (FormValidationDateTimeRangeOverflow): %S is a date or a time. +FormValidationDateTimeRangeOverflow=Please select a value that is no later than %S. +# LOCALIZATION NOTE (FormValidationNumberRangeUnderflow): %S is a number. +FormValidationNumberRangeUnderflow=Please select a value that is no less than %S. +# LOCALIZATION NOTE (FormValidationDateTimeRangeUnderflow): %S is a date or a time. +FormValidationDateTimeRangeUnderflow=Please select a value that is no earlier than %S. +# LOCALIZATION NOTE (FormValidationStepMismatch): both %S can be a number, a date or a time. +FormValidationStepMismatch=Please select a valid value. The two nearest valid values are %S and %S. +# LOCALIZATION NOTE (FormValidationStepMismatchOneValue): %S can be a number, a date or a time. This is called instead of FormValidationStepMismatch when the second value is the same as the first. +FormValidationStepMismatchOneValue=Please select a valid value. The nearest valid value is %S. +# LOCALIZATION NOTE (FormValidationTimeReversedRangeUnderflowAndOverflow): %1$S,%2$S are time. +FormValidationTimeReversedRangeUnderflowAndOverflow=Please select a value between %1$S and %2$S. +FormValidationBadInputNumber=Please enter a number. +FullscreenDeniedDisabled=Request for fullscreen was denied because Fullscreen API is disabled by user preference. +FullscreenDeniedFocusedPlugin=Request for fullscreen was denied because a windowed plugin is focused. +FullscreenDeniedHidden=Request for fullscreen was denied because the document is no longer visible. +FullscreenDeniedHTMLDialog=Request for fullscreen was denied because requesting element is a element. +FullscreenDeniedContainerNotAllowed=Request for fullscreen was denied because at least one of the document’s containing elements is not an iframe or does not have an “allowfullscreen” attribute. +FullscreenDeniedNotInputDriven=Request for fullscreen was denied because Element.requestFullscreen() was not called from inside a short running user-generated event handler. +FullscreenDeniedMouseEventOnlyLeftBtn=Request for fullscreen was denied because Element.requestFullscreen() was called from inside a mouse event handler not triggered by left mouse button. +FullscreenDeniedNotHTMLSVGOrMathML=Request for fullscreen was denied because requesting element is not , , or an HTML element. +FullscreenDeniedNotInDocument=Request for fullscreen was denied because requesting element is no longer in its document. +FullscreenDeniedMovedDocument=Request for fullscreen was denied because requesting element has moved document. +FullscreenDeniedLostWindow=Request for fullscreen was denied because we no longer have a window. +FullscreenDeniedPopoverOpen=Request for fullscreen was denied because the element is already open as a popover. +FullscreenDeniedSubDocFullscreen=Request for fullscreen was denied because a subdocument of the document requesting fullscreen is already fullscreen. +FullscreenDeniedNotFocusedTab=Request for fullscreen was denied because requesting element is not in the currently focused tab. +FullscreenDeniedFeaturePolicy=Request for fullscreen was denied because of FeaturePolicy directives. +FullscreenExitWindowFocus=Exited fullscreen because a window was focused. +RemovedFullscreenElement=Exited fullscreen because fullscreen element was removed from document. +FocusedWindowedPluginWhileFullscreen=Exited fullscreen because windowed plugin was focused. +PointerLockDeniedDisabled=Request for pointer lock was denied because Pointer Lock API is disabled by user preference. +PointerLockDeniedInUse=Request for pointer lock was denied because the pointer is currently controlled by a different document. +PointerLockDeniedNotInDocument=Request for pointer lock was denied because the requesting element is not in a document. +PointerLockDeniedSandboxed=Request for pointer lock was denied because Pointer Lock API is restricted via sandbox. +PointerLockDeniedHidden=Request for pointer lock was denied because the document is not visible. +PointerLockDeniedNotFocused=Request for pointer lock was denied because the document is not focused. +PointerLockDeniedMovedDocument=Request for pointer lock was denied because the requesting element has moved document. +PointerLockDeniedNotInputDriven=Request for pointer lock was denied because Element.requestPointerLock() was not called from inside a short running user-generated event handler, and the document is not in full screen. +PointerLockDeniedFailedToLock=Request for pointer lock was denied because the browser failed to lock the pointer. +HTMLSyncXHRWarning=HTML parsing in XMLHttpRequest is not supported in the synchronous mode. +# LOCALIZATION NOTE: %S is the name of the header in question +ForbiddenHeaderWarning=Attempt to set a forbidden header was denied: %S +ResponseTypeSyncXHRWarning=Use of XMLHttpRequest’s responseType attribute is no longer supported in the synchronous mode in window context. +TimeoutSyncXHRWarning=Use of XMLHttpRequest’s timeout attribute is not supported in the synchronous mode in window context. +# LOCALIZATION NOTE: Do not translate navigator.sendBeacon, unload, pagehide, or XMLHttpRequest. +UseSendBeaconDuringUnloadAndPagehideWarning=Use of navigator.sendBeacon instead of synchronous XMLHttpRequest during unload and pagehide improves user experience. +JSONCharsetWarning=An attempt was made to declare a non-UTF-8 encoding for JSON retrieved using XMLHttpRequest. Only UTF-8 is supported for decoding JSON. +# LOCALIZATION NOTE: Do not translate HTMLMediaElement and createMediaElementSource. +MediaElementAudioSourceNodeCrossOrigin=The HTMLMediaElement passed to createMediaElementSource has a cross-origin resource, the node will output silence. +# LOCALIZATION NOTE: Do not translate MediaStream and createMediaStreamSource. +MediaStreamAudioSourceNodeCrossOrigin=The MediaStream passed to createMediaStreamSource has a cross-origin resource, the node will output silence. +# LOCALIZATION NOTE : Do not translate MediaStreamTrack and createMediaStreamTrackSource. +MediaStreamTrackAudioSourceNodeCrossOrigin=The MediaStreamTrack passed to createMediaStreamTrackSource is a cross-origin resource, the node will output silence. +# LOCALIZATION NOTE: Do not translate HTMLMediaElement and MediaStream. +MediaElementAudioCaptureOfMediaStreamError=The captured HTMLMediaElement is playing a MediaStream. Applying volume or mute status is not currently supported. +# LOCALIZATION NOTE: Do not translate HTMLMediaElement and MediaStream. +MediaElementStreamCaptureCycle=The MediaStream assigned to srcObject comes from a capture of this HTMLMediaElement, forming a cycle, assignment ignored. +MediaLoadExhaustedCandidates=All candidate resources failed to load. Media load paused. +MediaLoadSourceMissingSrc= element has no “src” attribute. Media resource load failed. +MediaStreamAudioSourceNodeDifferentRate=Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported. +# LOCALIZATION NOTE: %1$S is the Http error code the server returned (e.g. 404, 500, etc), %2$S is the URL of the media resource which failed to load. +MediaLoadHttpError=HTTP load failed with status %1$S. Load of media resource %2$S failed. +# LOCALIZATION NOTE: %S is the URL of the media resource which failed to load. +MediaLoadInvalidURI=Invalid URI. Load of media resource %S failed. +# LOCALIZATION NOTE: %1$S is the media resource's format/codec type (basically equivalent to the file type, e.g. MP4,AVI,WMV,MOV etc), %2$S is the URL of the media resource which failed to load. +MediaLoadUnsupportedTypeAttribute=Specified “type” attribute of “%1$S” is not supported. Load of media resource %2$S failed. +MediaLoadUnsupportedTypeAttributeLoadingNextChild=Specified “type” attribute of “%1$S” is not supported. Load of media resource %2$S failed. Trying to load from next element. +# LOCALIZATION NOTE: %1$S is the MIME type HTTP header being sent by the web server, %2$S is the URL of the media resource which failed to load. +MediaLoadUnsupportedMimeType=HTTP “Content-Type” of “%1$S” is not supported. Load of media resource %2$S failed. +# LOCALIZATION NOTE: %S is the URL of the media resource which failed to load because of error in decoding. +MediaLoadDecodeError=Media resource %S could not be decoded. +MediaWidevineNoWMF=Trying to play Widevine with no Windows Media Foundation. See https://support.mozilla.org/kb/fix-video-audio-problems-firefox-windows +# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm') +MediaWMFNeeded=To play video formats %S, you need to install extra Microsoft software, see https://support.mozilla.org/kb/fix-video-audio-problems-firefox-windows +# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm') +MediaPlatformDecoderNotFound=The video on this page can’t be played. Your system may not have the required video codecs for: %S +MediaUnsupportedLibavcodec=The video on this page can’t be played. Your system has an unsupported version of libavcodec +# LOCALIZATION NOTE: %1$S is the URL of the media resource, %2$S is technical information (in English) +MediaDecodeError=Media resource %1$S could not be decoded, error: %2$S +# LOCALIZATION NOTE: %1$S is the URL of the media resource, %2$S is technical information (in English) +MediaDecodeWarning=Media resource %1$S could be decoded, but with error: %2$S +# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm') +MediaCannotPlayNoDecoders=Cannot play media. No decoders for requested formats: %S +# LOCALIZATION NOTE: %S is a comma-separated list of codecs (e.g. 'video/mp4, video/webm') +MediaNoDecoders=No decoders for some of the requested formats: %S +MediaCannotInitializePulseAudio=Unable to use PulseAudio +# LOCALIZATION NOTE: %S is the URL of the web page which is not served on HTTPS and thus is not encrypted and considered insecure. +MediaEMEInsecureContextDeprecatedWarning=Using Encrypted Media Extensions at %S on an insecure (i.e. non-HTTPS) context is deprecated and will soon be removed. You should consider switching to a secure origin such as HTTPS. +# LOCALIZATION NOTE: %S is the URL of the web page which is calling web APIs without passing data (either an audioCapabilities or a videoCapabilities) that will soon be required. See https://bugzilla.mozilla.org/show_bug.cgi?id=1368583#c21 for explanation of this string. +MediaEMENoCapabilitiesDeprecatedWarning=Calling navigator.requestMediaKeySystemAccess() (at %S) without passing a candidate MediaKeySystemConfiguration containing audioCapabilities or videoCapabilities is deprecated and will soon become unsupported. +# LOCALIZATION NOTE: %S is the URL of the web page which is calling web APIs without passing data (a "codecs" string in the "contentType") that will soon be required. See https://bugzilla.mozilla.org/show_bug.cgi?id=1368583#c21 for explanation of this string. +MediaEMENoCodecsDeprecatedWarning=Calling navigator.requestMediaKeySystemAccess() (at %S) passing a candidate MediaKeySystemConfiguration containing audioCapabilities or videoCapabilities without a contentType with a “codecs” string is deprecated and will soon become unsupported. +# LOCALIZATION NOTE: Do not translate "Mutation Event" and "MutationObserver" +MutationEventWarning=Use of Mutation Events is deprecated. Use MutationObserver instead. +BlockAutoplayError=Autoplay is only allowed when approved by the user, the site is activated by the user, or media is muted. +BlockAutoplayWebAudioStartError=An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page. +# LOCALIZATION NOTE: Do not translate "Components" +ComponentsWarning=The Components object is deprecated. It will soon be removed. +PluginHangUITitle=Warning: Unresponsive plugin +PluginHangUIMessage=%S may be busy, or it may have stopped responding. You can stop the plugin now, or you can continue to see if the plugin will complete. +PluginHangUIWaitButton=Continue +PluginHangUIStopButton=Stop plugin +# LOCALIZATION NOTE: Do not translate "NodeIterator" or "detach()". +NodeIteratorDetachWarning=Calling detach() on a NodeIterator no longer has an effect. +# LOCALIZATION NOTE: Do not translate "LenientThis" and "this" +LenientThisWarning=Ignoring get or set of property that has [LenientThis] because the “this” object is incorrect. +# LOCALIZATION NOTE: Do not translate "captureEvents()" or "addEventListener()" +UseOfCaptureEventsWarning=Use of captureEvents() is deprecated. To upgrade your code, use the DOM 2 addEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.addEventListener +# LOCALIZATION NOTE: Do not translate "releaseEvents()" or "removeEventListener()" +UseOfReleaseEventsWarning=Use of releaseEvents() is deprecated. To upgrade your code, use the DOM 2 removeEventListener() method. For more help http://developer.mozilla.org/en/docs/DOM:element.removeEventListener +# LOCALIZATION NOTE: Do not translate "XMLHttpRequest" +SyncXMLHttpRequestWarning=Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help http://xhr.spec.whatwg.org/ +# LOCALIZATION NOTE: Do not translate "window.controllers/Controllers" +Window_Cc_ontrollersWarning=window.controllers/Controllers is deprecated. Do not use it for UA detection. +ImportXULIntoContentWarning=Importing XUL nodes into a content document is deprecated. This functionality may be removed soon. +# LOCALIZATION NOTE: Do not translate "IndexedDB". +IndexedDBTransactionAbortNavigation=An IndexedDB transaction that was not yet complete has been aborted due to page navigation. +# LOCALIZATION NOTE: Do not translate Will-change, %1$S,%2$S are numbers. +IgnoringWillChangeOverBudgetWarning=Will-change memory consumption is too high. Budget limit is the document surface area multiplied by %1$S (%2$S px). Occurrences of will-change over the budget will be ignored. +# LOCALIZATION NOTE: Do not translate "Worker". +HittingMaxWorkersPerDomain2=A Worker could not be started immediately because other documents in the same origin are already using the maximum number of workers. The Worker is now queued and will be started after some of the other workers have completed. +# LOCALIZATION NOTE: Do not translate "Application Cache API", "AppCache" and "ServiceWorker". +AppCacheWarning=The Application Cache API (AppCache) is deprecated and will be removed at a future date. Please consider using ServiceWorker for offline support. +# LOCALIZATION NOTE: Do not translate "Worker". +EmptyWorkerSourceWarning=Attempting to create a Worker from an empty source. This is probably unintentional. +NavigatorGetUserMediaWarning=navigator.mozGetUserMedia has been replaced by navigator.mediaDevices.getUserMedia +# LOCALIZATION NOTE: Do not translate "RTCPeerConnection", "getLocalStreams", "getRemoteStreams", "getSenders" or "getReceivers". +RTCPeerConnectionGetStreamsWarning=RTCPeerConnection.getLocalStreams/getRemoteStreams are deprecated. Use RTCPeerConnection.getSenders/getReceivers instead. +# LOCALIZATION NOTE: Do not translate "ServiceWorker". %S is a URL. +InterceptionFailedWithURL=Failed to load ‘%S’. A ServiceWorker intercepted the request and encountered an unexpected error. +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "cors", "Response", "same-origin" or "Request". %1$S is a URL, %2$S is a URL. +CorsResponseForSameOriginRequest=Failed to load ‘%1$S’ by responding ‘%2$S’. A ServiceWorker is not allowed to synthesize a cors Response for a same-origin Request. +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "FetchEvent.respondWith()", "FetchEvent", "no-cors", "opaque", "Response", or "RequestMode". %1$S is a URL. %2$S is a RequestMode value. +BadOpaqueInterceptionRequestModeWithURL=Failed to load ‘%1$S’. A ServiceWorker passed an opaque Response to FetchEvent.respondWith() while handling a ‘%2$S’ FetchEvent. Opaque Response objects are only valid when the RequestMode is ‘no-cors’. +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "Error", "Response", "FetchEvent.respondWith()", or "fetch()". %S is a URL. +InterceptedErrorResponseWithURL=Failed to load ‘%S’. A ServiceWorker passed an Error Response to FetchEvent.respondWith(). This typically means the ServiceWorker performed an invalid fetch() call. +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "Response", "FetchEvent.respondWith()", or "Response.clone()". %S is a URL. +InterceptedUsedResponseWithURL=Failed to load ‘%S’. A ServiceWorker passed a used Response to FetchEvent.respondWith(). The body of a Response may only be read once. Use Response.clone() to access the body multiple times. +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "opaqueredirect", "Response", "FetchEvent.respondWith()", or "FetchEvent". %S is a URL. +BadOpaqueRedirectInterceptionWithURL=Failed to load ‘%S’. A ServiceWorker passed an opaqueredirect Response to FetchEvent.respondWith() while handling a non-navigation FetchEvent. +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "Response", "FetchEvent.respondWith()", "RedirectMode" or "follow". %S is a URL. +BadRedirectModeInterceptionWithURL=Failed to load ‘%S’. A ServiceWorker passed a redirected Response to FetchEvent.respondWith() while RedirectMode is not ‘follow’. +# LOCALIZATION NOTE: Do not translate "ServiceWorker" or "FetchEvent.preventDefault()". %S is a URL. +InterceptionCanceledWithURL=Failed to load ‘%S’. A ServiceWorker canceled the load by calling FetchEvent.preventDefault(). +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "promise", or "FetchEvent.respondWith()". %1$S is a URL. %2$S is an error string. +InterceptionRejectedResponseWithURL=Failed to load ‘%1$S’. A ServiceWorker passed a promise to FetchEvent.respondWith() that rejected with ‘%2$S’. +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "promise", "FetchEvent.respondWith()", or "Response". %1$S is a URL. %2$S is an error string. +InterceptedNonResponseWithURL=Failed to load ‘%1$S’. A ServiceWorker passed a promise to FetchEvent.respondWith() that resolved with non-Response value ‘%2$S’. + +# LOCALIZATION NOTE: Do not translate "ServiceWorker", "Service-Worker-Allowed" or "HTTP". %1$S and %2$S are URLs. +ServiceWorkerScopePathMismatch=Failed to register a ServiceWorker: The path of the provided scope ‘%1$S’ is not under the max scope allowed ‘%2$S’. Adjust the scope, move the Service Worker script, or use the Service-Worker-Allowed HTTP header to allow the scope. +# LOCALIZATION NOTE: Do not translate "ServiceWorker". %1$S is a URL representing the scope of the ServiceWorker, %2$S is a stringified numeric HTTP status code like "404" and %3$S is a URL. +ServiceWorkerRegisterNetworkError=Failed to register/update a ServiceWorker for scope ‘%1$S’: Load failed with status %2$S for script ‘%3$S’. +# LOCALIZATION NOTE: Do not translate "ServiceWorker". %1$S is a URL representing the scope of the ServiceWorker, %2$S is a MIME Media Type like "text/plain" and %3$S is a URL. +ServiceWorkerRegisterMimeTypeError2=Failed to register/update a ServiceWorker for scope ‘%1$S’: Bad Content-Type of ‘%2$S’ received for script ‘%3$S’. Must be a JavaScript MIME type. +# LOCALIZATION NOTE: Do not translate "ServiceWorker". %S is a URL representing the scope of the ServiceWorker. +ServiceWorkerRegisterStorageError=Failed to register/update a ServiceWorker for scope ‘%S’: Storage access is restricted in this context due to user settings or private browsing mode. +ServiceWorkerGetRegistrationStorageError=Failed to get service worker registration(s): Storage access is restricted in this context due to user settings or private browsing mode. +ServiceWorkerGetClientStorageError=Failed to get service worker’s client(s): Storage access is restricted in this context due to user settings or private browsing mode. +# LOCALIZATION NOTE: Do not translate "ServiceWorker" and "postMessage". %S is a URL representing the scope of the ServiceWorker. +ServiceWorkerPostMessageStorageError=The ServiceWorker for scope ‘%S’ failed to execute ‘postMessage‘ because storage access is restricted in this context due to user settings or private browsing mode. +# LOCALIZATION NOTE: Do not translate "ServiceWorker". %1$S is a URL representing the scope of the ServiceWorker. +ServiceWorkerGraceTimeoutTermination=Terminating ServiceWorker for scope ‘%1$S’ with pending waitUntil/respondWith promises because of grace timeout. +# LOCALIZATION NOTE (ServiceWorkerNoFetchHandler): Do not translate "Fetch". +ServiceWorkerNoFetchHandler=Fetch event handlers must be added during the worker script’s initial evaluation. +ExecCommandCutCopyDeniedNotInputDriven=document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler. +ManifestIdIsInvalid=The id member did not resolve to a valid URL. +ManifestIdNotSameOrigin=The id member must have the same origin as the start_url member. +ManifestShouldBeObject=Manifest should be an object. +ManifestScopeURLInvalid=The scope URL is invalid. +ManifestScopeNotSameOrigin=The scope URL must be same origin as document. +ManifestStartURLOutsideScope=The start URL is outside the scope, so the scope is invalid. +ManifestStartURLInvalid=The start URL is invalid. +ManifestStartURLShouldBeSameOrigin=The start URL must be same origin as document. +# LOCALIZATION NOTE: %1$S is the name of the object whose property is invalid. %2$S is the name of the invalid property. %3$S is the expected type of the property value. E.g. "Expected the manifest's start_url member to be a string." +ManifestInvalidType=Expected the %1$S’s %2$S member to be a %3$S. +# LOCALIZATION NOTE: %1$S is the name of the property whose value is invalid. %2$S is the (invalid) value of the property. E.g. "theme_color: 42 is not a valid CSS color." +ManifestInvalidCSSColor=%1$S: %2$S is not a valid CSS color. +# LOCALIZATION NOTE: %1$S is the name of the property whose value is invalid. %2$S is the (invalid) value of the property. E.g. "lang: 42 is not a valid language code." +ManifestLangIsInvalid=%1$S: %2$S is not a valid language code. +# LOCALIZATION NOTE: %1$S is the name of the parent property whose value is invalid (e.g., "icons"). %2$S is the index of the image object that is invalid (from 0). %3$S is the name of actual member that is invalid. %4$S is the invalid value. E.g. "icons item at index 2 is invalid. The src member is an invalid URL http://:Invalid" +ManifestImageURLIsInvalid=%1$S item at index %2$S is invalid. The %3$S member is an invalid URL %4$S +# LOCALIZATION NOTE: %1$S is the name of the parent property that that contains the unusable image object (e.g., "icons"). %2$S is the index of the image object that is unusable (from 0). E.g. "icons item at index 2 lacks a usable purpose. It will be ignored." +ManifestImageUnusable=%1$S item at index %2$S lacks a usable purpose. It will be ignored. +# LOCALIZATION NOTE: %1$S is the name of the parent property that contains the unsupported value (e.g., "icons"). %2$S is the index of the image object that has the unsupported value (from 0). %3$S are the unknown purposes. E.g. "icons item at index 2 includes unsupported purpose(s): a b." +ManifestImageUnsupportedPurposes=%1$S item at index %2$S includes unsupported purpose(s): %3$S. +# LOCALIZATION NOTE: %1$S is the name of the parent property that has a repeated purpose (e.g., "icons"). %2$S is the index of the image object that has the repeated purpose (from 0). %3$S is the repeated purposes. E.g. "icons item at index 2 includes repeated purpose(s): a b." +ManifestImageRepeatedPurposes=%1$S item at index %2$S includes repeated purpose(s): %3$S. +PatternAttributeCompileFailure=Unable to check