# 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. WindowCloseByScriptBlockedWarning=Scripts may only close windows that were opened by a 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 in this field. FormValidationCheckboxMissing=Please tick 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 "XMLHttpRequest" SyncXMLHttpRequestDeprecatedWarning=Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help https://xhr.spec.whatwg.org/#sync-warning # 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 cancelled 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 colour. # 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