зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1581692 - Remove unused .properties from dom. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com//D46193 Depends on D46192 --HG-- extra : histedit_source : 410f53956f4ffda07c6e39a81ba1591d37379bff
This commit is contained in:
Родитель
1376286290
Коммит
a34942f78e
|
@ -23,12 +23,6 @@ proxyResolveFailure=The proxy server you have configured could not be found. Ple
|
|||
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.
|
||||
externalProtocolTitle=External Protocol Request
|
||||
externalProtocolPrompt=An external application must be launched to handle %1$S: links.\n\n\nRequested link:\n\n%2$S\n\nApplication: %3$S\n\n\nIf you were not expecting this request it may be an attempt to exploit a weakness in that other program. Cancel this request unless you are sure it is not malicious.\n
|
||||
#LOCALIZATION NOTE (externalProtocolUnknown): The following string is shown if the application name can't be determined
|
||||
externalProtocolUnknown=<Unknown>
|
||||
externalProtocolChkMsg=Remember my choice for all links of this type.
|
||||
externalProtocolLaunchBtn=Launch application
|
||||
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.
|
||||
|
|
|
@ -17,16 +17,12 @@ StopScriptButton=Stop script
|
|||
DebugScriptButton=Debug script
|
||||
WaitForScriptButton=Continue
|
||||
DontAskAgain=&Don’t ask me again
|
||||
JSURLLoadBlockedWarning=Attempt to load a javascript: URL from one host\nin a window displaying content from another host\nwas blocked by the security manager.
|
||||
WindowCloseBlockedWarning=Scripts may not close windows that were not opened by script.
|
||||
OnBeforeUnloadTitle=Are you sure?
|
||||
OnBeforeUnloadMessage=This page is asking you to confirm that you want to leave - data you have entered may not be saved.
|
||||
OnBeforeUnloadStayButton=Stay on Page
|
||||
OnBeforeUnloadLeaveButton=Leave Page
|
||||
UnexpectedCanvasVariantStyle=canvas: an attempt to set strokeStyle or fillStyle to a value that is neither a string, a CanvasGradient, or a CanvasPattern was ignored.
|
||||
EmptyGetElementByIdParam=Empty string passed to getElementById().
|
||||
LowMemoryTitle=Warning: Low memory
|
||||
LowMemoryMessage=A script on this page has been stopped due to a low memory condition.
|
||||
SpeculationFailed=An unbalanced tree was written using document.write() causing data from the network to be reparsed. For more information https://developer.mozilla.org/en/Optimizing_Your_Pages_for_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.
|
||||
|
@ -57,7 +53,6 @@ FormValidationStepMismatch=Please select a valid value. The two nearest valid va
|
|||
# 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.
|
||||
FormValidationBadInputNumber=Please enter a number.
|
||||
EnablePrivilegeWarning=Use of enablePrivilege is deprecated. Please use code that runs with the system principal (e.g. an extension) instead.
|
||||
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.
|
||||
|
@ -84,7 +79,6 @@ PointerLockDeniedMovedDocument=Request for pointer lock was denied because the r
|
|||
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.
|
||||
InvalidRedirectChannelWarning=Unable to redirect to %S because the channel doesn’t implement nsIWritablePropertyBag2.
|
||||
# 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.
|
||||
|
@ -92,8 +86,6 @@ TimeoutSyncXHRWarning=Use of XMLHttpRequest’s timeout attribute is not support
|
|||
# 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 AudioBufferSourceNode
|
||||
MediaBufferSourceNodeResampleOutOfMemory=Insufficient memory to resample the AudioBufferSourceNode for playback.
|
||||
# LOCALIZATION NOTE: Do not translate decodeAudioData.
|
||||
MediaDecodeAudioDataUnknownContentType=The buffer passed to decodeAudioData contains an unknown content type.
|
||||
# LOCALIZATION NOTE: Do not translate decodeAudioData.
|
||||
|
@ -113,8 +105,6 @@ MediaElementAudioCaptureOfMediaStreamError=The captured HTMLMediaElement is play
|
|||
MediaLoadExhaustedCandidates=All candidate resources failed to load. Media load paused.
|
||||
MediaLoadSourceMissingSrc=<source> element has no “src” attribute. Media resource load failed.
|
||||
MediaStreamAudioSourceNodeDifferentRate=Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported.
|
||||
# LOCALIZATION NOTE: Do not translate ConvolverNode
|
||||
ConvolverNodeAllocationError=Out-of-memory error when instantiating a ConvolverNode: the node will output silence.
|
||||
# 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.
|
||||
|
@ -122,8 +112,6 @@ 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 <source> element.
|
||||
# LOCALIZATION NOTE: %1$S is the "media" attribute value of the <source> element. It is a media query. %2$S is the URL of the media resource which failed to load.
|
||||
MediaLoadSourceMediaNotMatched=Specified “media” attribute of “%1$S” does not match the environment. Load of media resource %2$S failed.
|
||||
# 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.
|
||||
|
@ -145,8 +133,6 @@ MediaNoDecoders=No decoders for some of the requested formats: %S
|
|||
MediaCannotInitializePulseAudio=Unable to use PulseAudio
|
||||
# LOCALIZATION NOTE: Do not translate "MediaRecorder".
|
||||
MediaRecorderMultiTracksNotSupported=MediaRecorder does not support recording multiple tracks of the same type at this time.
|
||||
# LOCALIZATION NOTE: %S is the ID of the MediaStreamTrack passed to MediaStream.addTrack(). Do not translate "MediaStreamTrack" and "AudioChannel".
|
||||
MediaStreamAddTrackDifferentAudioChannel=MediaStreamTrack %S could not be added since it belongs to a different AudioChannel.
|
||||
# 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.
|
||||
|
@ -179,7 +165,6 @@ UseOfDOM3LoadMethodWarning=Use of document.load() is deprecated. To upgrade your
|
|||
ShowModalDialogWarning=Use of window.showModalDialog() is deprecated. Use window.open() instead. For more help https://developer.mozilla.org/en-US/docs/Web/API/Window.open
|
||||
# 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/
|
||||
ImplicitMetaViewportTagFallback=No meta-viewport tag found. Please explicitly specify one to prevent unexpected behavioural changes in future versions. For more help https://developer.mozilla.org/en/docs/Mozilla/Mobile/Viewport_meta_tag
|
||||
# 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.
|
||||
|
@ -314,10 +299,6 @@ PreventDefaultFromPassiveListenerWarning=Ignoring ‘preventDefault()’ call on
|
|||
ImageBitmapRenderingContext_TransferImageBitmapWarning=ImageBitmapRenderingContext.transferImageBitmap is deprecated and will be removed soon. Use ImageBitmapRenderingContext.transferFromImageBitmap instead.
|
||||
IIRFilterChannelCountChangeWarning=IIRFilterNode channel count changes may produce audio glitches.
|
||||
BiquadFilterChannelCountChangeWarning=BiquadFilterNode channel count changes may produce audio glitches.
|
||||
# LOCALIZATION NOTE: Do not translate ".jpeg"
|
||||
GenericImageNameJPEG=image.jpeg
|
||||
# LOCALIZATION NOTE: Do not translate ".gif"
|
||||
GenericImageNameGIF=image.gif
|
||||
# LOCALIZATION NOTE: Do not translate ".png"
|
||||
GenericImageNamePNG=image.png
|
||||
GenericFileName=file
|
||||
|
|
|
@ -5,179 +5,40 @@
|
|||
MimeNotCss=The stylesheet %1$S was not loaded because its MIME type, “%2$S”, is not “text/css”.
|
||||
MimeNotCssWarn=The stylesheet %1$S was loaded as CSS even though its MIME type, “%2$S”, is not “text/css”.
|
||||
|
||||
PEUnexpEOF2=Unexpected end of file while searching for %1$S.
|
||||
PEParseRuleWSOnly=Whitespace-only string given to be parsed as rule.
|
||||
PEDeclDropped=Declaration dropped.
|
||||
PEDeclSkipped=Skipped to next declaration.
|
||||
PEUnknownProperty=Unknown property ‘%1$S’.
|
||||
PEValueParsingError=Error in parsing value for ‘%1$S’.
|
||||
PEExpectEndValue=Expected end of value but found ‘%1$S’.
|
||||
PERuleTrailing=Expected end of rule but found ‘%1$S’.
|
||||
PESkipAtRuleEOF2=end of at-rule
|
||||
PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule ‘%1$S’.
|
||||
PECharsetRuleEOF=charset string in @charset rule
|
||||
PECharsetRuleNotString=Expected charset string but found ‘%1$S’.
|
||||
PEGatherMediaEOF=end of media list in @import or @media rule
|
||||
PEMQUnexpectedOperator=Unexpected operator in media list.
|
||||
PEMQUnexpectedToken=Unexpected token ‘%1$S’ in media list.
|
||||
PEGatherMediaNotComma=Expected ‘,’ in media list but found ‘%1$S’.
|
||||
PEGatherMediaNotIdent=Expected identifier in media list but found ‘%1$S’.
|
||||
PEGatherMediaReservedMediaType=Found reserved keyword ‘%1$S’ when looking for media type.
|
||||
PEParseSourceSizeListEOF=length value for matched media condition
|
||||
PEParseSourceSizeListNotComma=Expected ‘,’ after value but found ‘%1$S’
|
||||
PEImportNotURI=Expected URI in @import rule but found ‘%1$S’.
|
||||
PEImportBadURI=Invalid URI in @import rule: ‘%1$S’.
|
||||
PEImportUnexpected=Found unexpected ‘%1$S’ within @import.
|
||||
PEGroupRuleEOF2=end of @media, @supports or @-moz-document rule
|
||||
PEGroupRuleNestedAtRule=%1$S rule not allowed within @media or @-moz-document rule.
|
||||
PEMozDocRuleBadFunc2=Expected url(), url-prefix(), domain() or regexp() in @-moz-document rule but found ‘%1$S’.
|
||||
PEMozDocRuleNotURI=Expected URI in @-moz-document rule but found ‘%1$S’.
|
||||
PEMozDocRuleNotString=Expected string in @-moz-document rule regexp() function but found ‘%1$S’.
|
||||
PEMozDocRuleEOF=next URI in @-moz-document rule
|
||||
PEAtNSPrefixEOF=namespace prefix in @namespace rule
|
||||
PEAtNSURIEOF=namespace URI in @namespace rule
|
||||
PEAtNSUnexpected=Unexpected token within @namespace: ‘%1$S’.
|
||||
PEKeyframeNameEOF=name of @keyframes rule.
|
||||
PEKeyframeBadName=Expected identifier for name of @keyframes rule.
|
||||
PEKeyframeBrace=Expected opening { of @keyframes rule.
|
||||
PESkipDeclBraceEOF=closing } of declaration block
|
||||
PESkipRSBraceEOF=closing } of invalid rule set
|
||||
PEBadSelectorRSIgnored=Ruleset ignored due to bad selector.
|
||||
PEBadSelectorKeyframeRuleIgnored=Keyframe rule ignored due to bad selector.
|
||||
PESelectorListExtraEOF=‘,’ or ‘{’
|
||||
PESelectorListExtra=Expected ‘,’ or ‘{’ but found ‘%1$S’.
|
||||
PESelectorGroupNoSelector=Selector expected.
|
||||
PESelectorGroupExtraCombinator=Dangling combinator.
|
||||
PECounterStyleNotIdent=Expected identifier for name of @counter-style rule.
|
||||
PECounterStyleBadName=Name of @counter-style rule can’t be ‘%1$S’.
|
||||
PECounterStyleBadBlockStart=Expected ‘{’ to begin @counter-style rule but found ‘%1$S’.
|
||||
PECounterStyleEOF=closing ‘}’ of @counter-style block
|
||||
PECounterDescExpected=Expected counter descriptor but found ‘%1$S’.
|
||||
PEUnknownCounterDesc=Unknown descriptor ‘%1$S’ in @counter-style rule.
|
||||
PECounterExtendsNotIdent=Expected identifier for extends system but found ‘%1$S’.
|
||||
PECounterASWeight=Each weight in the additive-symbols descriptor must be smaller than the previous weight.
|
||||
PEClassSelEOF=class name
|
||||
PEClassSelNotIdent=Expected identifier for class selector but found ‘%1$S’.
|
||||
PECoordinatePair=Expected coordinate pair but found ‘%1$S’.
|
||||
PETypeSelEOF=element type
|
||||
PETypeSelNotType=Expected element name or ‘*’ but found ‘%1$S’.
|
||||
PEUnknownNamespacePrefix=Unknown namespace prefix ‘%1$S’.
|
||||
PEAttributeNameEOF=attribute name
|
||||
PEAttributeNameExpected=Expected identifier for attribute name but found ‘%1$S’.
|
||||
PEAttributeNameOrNamespaceExpected=Expected attribute name or namespace but found ‘%1$S’.
|
||||
PEAttSelNoBar=Expected ‘|’ but found ‘%1$S’.
|
||||
PEAttSelInnerEOF=part of attribute selector
|
||||
PEAttSelUnexpected=Unexpected token in attribute selector: ‘%1$S’.
|
||||
PEAttSelValueEOF=attribute value
|
||||
PEAttSelCloseEOF=‘]’ to end attribute selector
|
||||
PEAttSelNoClose=Expected ‘]’ to terminate attribute selector but found ‘%1$S’.
|
||||
PEAttSelBadValue=Expected identifier or string for value in attribute selector but found ‘%1$S’.
|
||||
PEPseudoSelEOF=name of pseudo-class or pseudo-element
|
||||
PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found ‘%1$S’.
|
||||
PEPseudoSelNonFunc=Function token for non-function pseudo-class or pseudo-element, or the other way around, when reading ‘%1$S’.
|
||||
PEPseudoSelNotPE=Expected pseudo-element but found ‘%1$S’.
|
||||
PEPseudoSelDoubleNot=Negation pseudo-class can’t be negated ‘%1$S’.
|
||||
PEPseudoSelPEInNot=Pseudo-elements can’t be negated ‘%1$S’.
|
||||
PEPseudoSelNewStyleOnly=This pseudo-element must use the “::” form: ‘%1$S’.
|
||||
PEPseudoSelEndOrUserActionPC=Expected end of selector or a user action pseudo-class after pseudo-element but found ‘%1$S’.
|
||||
PEPseudoSelNoUserActionPC=Expected end of selector after pseudo-element that does not support user action pseudo-classes but found ‘%1$S’.
|
||||
PEPseudoSelMultiplePE=Extra pseudo-element ‘%1$S’.
|
||||
PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element ‘%1$S’.
|
||||
PENegationEOF=selector within negation
|
||||
PENegationBadInner=Malformed simple selector as negation pseudo-class argument ‘%1$S’.
|
||||
PENegationNoClose=Missing closing ‘)’ in negation pseudo-class ‘%1$S’.
|
||||
PENegationBadArg=Missing argument in negation pseudo-class ‘%1$S’.
|
||||
PEPseudoClassArgEOF=argument to pseudo-class selector
|
||||
PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found ‘%1$S’.
|
||||
PEPseudoClassArgNotNth=Expected part of argument to pseudo-class but found ‘%1$S’.
|
||||
PEPseudoClassNoClose=Missing closing ‘)’ in pseudo-class, found ‘%1$S’ instead.
|
||||
PEPseudoClassNoArg=Missing argument in pseudo-class ‘%1$S’.
|
||||
PEPseudoClassNotUserAction=Expected end of selector or a user action pseudo-class after pseudo-element but found pseudo-class ‘%1$S’.
|
||||
PESelectorEOF=selector
|
||||
PEBadDeclBlockStart=Expected ‘{’ to begin declaration block but found ‘%1$S’.
|
||||
PEColorEOF=color
|
||||
PEColorNotColor=Expected color but found ‘%1$S’.
|
||||
PEColorComponentEOF=color component
|
||||
PEExpectedPercent=Expected a percentage but found ‘%1$S’.
|
||||
PEExpectedInt=Expected an integer but found ‘%1$S’.
|
||||
PEExpectedNumberOrAngle=Expected a number or an angle but found ‘%1$S’.
|
||||
PEExpectedNumberOrPercent=Expected a number or a percentage but found ‘%1$S’.
|
||||
PEColorBadRGBContents=Expected number or percentage in rgb() but found ‘%1$S’.
|
||||
PEColorComponentBadTerm=Expected ‘%2$S’ but found ‘%1$S’.
|
||||
PEExpectedComma=Expected ‘,’ but found ‘%1$S’.
|
||||
PEColorSaturationEOF=saturation
|
||||
PEColorLightnessEOF=lightness
|
||||
PEColorOpacityEOF=opacity in color value
|
||||
PEExpectedNumber=Expected a number but found ‘%1$S’.
|
||||
PEPositionEOF=<position>
|
||||
PEExpectedPosition=Expected <position> but found ‘%1$S’.
|
||||
PEExpectedRadius=Expected radius but found ‘%1$S’.
|
||||
PEExpectedCloseParen=Expected ‘)’ but found ‘%1$S’.
|
||||
PEDeclEndEOF=‘;’ or ‘}’ to end declaration
|
||||
PEParseDeclarationNoColon=Expected ‘:’ but found ‘%1$S’.
|
||||
PEParseDeclarationDeclExpected=Expected declaration but found ‘%1$S’.
|
||||
PEEndOfDeclEOF=end of declaration
|
||||
PEImportantEOF=important
|
||||
PEExpectedImportant=Expected ‘important’ but found ‘%1$S’.
|
||||
PEBadDeclEnd=Expected ‘;’ to terminate declaration but found ‘%1$S’.
|
||||
PEBadDeclOrRuleEnd2=Expected ‘;’ or ‘}’ to terminate declaration but found ‘%1$S’.
|
||||
PEInaccessibleProperty2=Cannot specify value for internal property.
|
||||
PECommentEOF=end of comment
|
||||
SEUnterminatedString=Found unclosed string ‘%1$S’.
|
||||
PEFontDescExpected=Expected font descriptor but found ‘%1$S’.
|
||||
PEUnknownFontDesc=Unknown descriptor ‘%1$S’ in @font-face rule.
|
||||
PEMQExpectedExpressionStart=Expected ‘(’ to start media query expression but found ‘%1$S’.
|
||||
PEMQExpressionEOF=contents of media query expression
|
||||
PEMQExpectedFeatureName=Expected media feature name but found ‘%1$S’.
|
||||
PEMQExpectedFeatureNameEnd=Expected ‘:’ or ‘)’ after media feature name but found ‘%1$S’.
|
||||
PEMQNoMinMaxWithoutValue=Media features with min- or max- must have a value.
|
||||
PEMQExpectedFeatureValue=Found invalid value for media feature.
|
||||
PEBadFontBlockStart=Expected ‘{’ to begin @font-face rule but found ‘%1$S’.
|
||||
PEBadFontBlockEnd=Expected ‘}’ to end @font-face rule but found ‘%1$S’.
|
||||
PEAnonBoxNotAlone=Did not expect anonymous box.
|
||||
PEFFVUnexpectedEOF=Unexpected end of @font-feature-values rule.
|
||||
PEFFVBlockStart=Expected opening { of @font-feature-values rule but found ‘%1$S’.
|
||||
PEFFVValueSetStart=Expected opening { of feature value set but found ‘%1$S’.
|
||||
PEFFVNoFamily=Expected font family list for @font-feature-values rule but found ‘%1$S’.
|
||||
PEFFVUnexpectedBlockEnd=Expected ‘}’ to end @font-feature-values rule but found ‘%1$S’.
|
||||
PEFFVUnknownFontVariantPropValue=Unknown font-variant property value ‘%1$S’.
|
||||
PEFFVExpectedIdent=Expected identifier but found ‘%1$S’.
|
||||
PEFFVExpectedValue=Expected non-negative integer value but found ‘%1$S’.
|
||||
PEFFVTooManyValues=Too many values for feature type ‘%1$S’.
|
||||
PEFFVGenericInFamilyList=Family list cannot contain generic font family name.
|
||||
PEFFVValueDefinitionTrailing=Expected end of value definition but found ‘%1$S’.
|
||||
PEBadDirValue=Expected ‘ltr’ or ‘rtl’ in direction selector but found ‘%1$S’.
|
||||
PESupportsConditionStartEOF2=‘not’, ‘(’, or function
|
||||
PESupportsConditionInParensEOF=‘)’
|
||||
PESupportsConditionNotEOF=‘not’
|
||||
PESupportsWhitespaceRequired=Expected whitespace after ‘not’, ‘and’, or ‘or’.
|
||||
PESupportsConditionExpectedOpenParenOrFunction=Expected ‘(’ or function while parsing supports condition but found ‘%1$S’.
|
||||
PESupportsConditionExpectedCloseParen=Expected ‘)’ while parsing supports condition but found ‘%1$S’.
|
||||
PESupportsConditionExpectedStart2=Expected ‘not’, ‘(’, or function while parsing supports condition but found ‘%1$S’.
|
||||
PESupportsConditionExpectedNot=Expected ‘not’ while parsing supports condition but found ‘%1$S’.
|
||||
PESupportsGroupRuleStart=Expected ‘{’ to begin @supports rule but found ‘%1$S’.
|
||||
PEFilterEOF=filter
|
||||
PEExpectedNoneOrURL=Expected ‘none’ or URL but found ‘%1$S’.
|
||||
PEExpectedNoneOrURLOrFilterFunction=Expected ‘none’, URL, or filter function but found ‘%1$S’.
|
||||
PEExpectedNonnegativeNP=Expected non-negative number or percentage.
|
||||
PEFilterFunctionArgumentsParsingError=Error in parsing arguments for filter function.
|
||||
PEVariableEOF=variable
|
||||
PEVariableEmpty=Expected variable value but found ‘%1$S’.
|
||||
# LOCALIZATION NOTE(PEValueWithVariablesParsingErrorInValue): %1$S is replaced
|
||||
# with the property name and %2$S is replaced with the property value.
|
||||
PEValueWithVariablesParsingErrorInValue=Error in parsing value for ‘%1$S’ after substituting variables. Generated value was ‘%2$S’.
|
||||
PEValueWithVariablesFallbackInherit=Falling back to ‘inherit’.
|
||||
PEValueWithVariablesFallbackInitial=Falling back to ‘initial’.
|
||||
PEInvalidVariableReference=Property contained reference to invalid variable.
|
||||
PEInvalidVariableTokenFallback=Found invalid token ‘%1$S’ at top level of variable reference fallback.
|
||||
PEExpectedVariableNameEOF=identifier for variable name
|
||||
PEExpectedVariableName=Expected identifier for variable name but found ‘%1$S’.
|
||||
PEExpectedVariableFallback=Expected variable reference fallback after ‘,’.
|
||||
PEExpectedVariableCommaOrCloseParen=Expected ‘,’ or ‘)’ after variable name in variable reference but found ‘%1$S’.
|
||||
PESubgridNotSupported=Support for the ‘subgrid’ keyword of CSS Grid is not enabled.
|
||||
PEMoreThanOneGridRepeatAutoFillInNameList=Only one repeat(auto-fill, …) is allowed in a name list for a subgrid.
|
||||
PEMoreThanOneGridRepeatAutoFillFitInTrackList=Only one repeat(auto-fill, …) or repeat(auto-fit, …) is allowed in a track list.
|
||||
PEMoreThanOneGridRepeatTrackSize=Only one track size is allowed inside repeat(auto-fit/auto-fill, …).
|
||||
|
||||
TooLargeDashedRadius=Border radius is too large for ‘dashed’ style (the limit is 100000px). Rendering as solid.
|
||||
TooLargeDottedRadius=Border radius is too large for ‘dotted’ style (the limit is 100000px). Rendering as solid.
|
||||
|
|
|
@ -18,11 +18,7 @@ pagenumber=%1$d
|
|||
# the second %ld will receive the total number of pages
|
||||
pageofpages=%1$d of %2$d
|
||||
|
||||
noprinter=No printers available.
|
||||
PrintToFile=Print To File
|
||||
noPrintFilename.title=Filename is missing
|
||||
noPrintFilename.alert=You have selected “Print To File”, and the filename is empty!
|
||||
fileConfirm.exists=%S already exists.\nDo you want to replace it?
|
||||
print_error_dialog_title=Printer Error
|
||||
printpreview_error_dialog_title=Print Preview Error
|
||||
|
||||
|
|
|
@ -11,5 +11,4 @@ CircularExtendsBinding=Extending the XBL binding “%S” with “%S” would le
|
|||
# LOCALIZATION NOTE: do not localize <handler command="…">
|
||||
CommandNotInChrome=Use of <handler command="…"> not allowed outside chrome.
|
||||
MalformedXBL = An XBL file is malformed. Did you forget the XBL namespace on the bindings tag?
|
||||
InvalidExtendsBinding=Extending “%S” is invalid. In general, do not extend tag names.
|
||||
MissingIdAttr = An “id” attribute missing on the binding tag.
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# 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/.
|
||||
|
||||
MissingOverlay=Failed to load overlay from %1$S.
|
||||
PINotInProlog=<?%1$S?> processing instruction does not have any effect outside the prolog anymore (see bug 360119).
|
||||
NeededToWrapXUL=XUL box for %1$S element contained an inline %2$S child, forcing all its children to be wrapped in a block.
|
||||
NeededToWrapXULInlineBox=XUL box for %1$S element contained an inline %2$S child, forcing all its children to be wrapped in a block. This can often be fixed by replacing “display: -moz-inline-box” with “display: -moz-inline-box; display: inline-block”.
|
||||
|
|
|
@ -5,108 +5,5 @@ CheckLoadURIError = Security Error: Content at %S may not load or link to %S.
|
|||
CheckSameOriginError = Security Error: Content at %S may not load data from %S.
|
||||
ExternalDataError = Security Error: Content at %S attempted to load %S, but may not load external data when being used as an image.
|
||||
|
||||
# LOCALIZATION NOTE (GetPropertyDeniedOrigins):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the property of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
GetPropertyDeniedOrigins = Permission denied for <%1$S> to get property %2$S.%3$S from <%4$S>.
|
||||
# LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the property of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the script which was denied access;
|
||||
# don't translate "document.domain".
|
||||
GetPropertyDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to get property %2$S.%3$S from <%4$S> (document.domain has not been set).
|
||||
# LOCALIZATION NOTE (GetPropertyDeniedOriginsObjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the property of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the object being accessed;
|
||||
# don't translate "document.domain".
|
||||
GetPropertyDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to get property %2$S.%3$S from <%4$S> (document.domain=<%5$S>).
|
||||
# LOCALIZATION NOTE (GetPropertyDeniedOriginsSubjectDomainObjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the property of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the script which was denied access;
|
||||
# don't translate "document.domain"
|
||||
# %6$S is the value of document.domain for the object being accessed;
|
||||
# don't translate "document.domain".
|
||||
GetPropertyDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to get property %2$S.%3$S from <%4$S> (document.domain=<%6$S>).
|
||||
|
||||
# LOCALIZATION NOTE (SetPropertyDeniedOrigins):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the property of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
SetPropertyDeniedOrigins = Permission denied for <%1$S> to set property %2$S.%3$S on <%4$S>.
|
||||
# LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the property of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the script which was denied access;
|
||||
# don't translate "document.domain".
|
||||
SetPropertyDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to set property %2$S.%3$S on <%4$S> (document.domain has not been set).
|
||||
# LOCALIZATION NOTE (SetPropertyDeniedOriginsObjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the property of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the object being accessed;
|
||||
# don't translate "document.domain".
|
||||
SetPropertyDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to set property %2$S.%3$S on <%4$S> (document.domain=<%5$S>).
|
||||
# LOCALIZATION NOTE (SetPropertyDeniedOriginsSubjectDomainObjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the property of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the script which was denied access;
|
||||
# don't translate "document.domain"
|
||||
# %6$S is the value of document.domain for the object being accessed;
|
||||
# don't translate "document.domain".
|
||||
SetPropertyDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to set property %2$S.%3$S on <%4$S> (document.domain=<%6$S>).
|
||||
|
||||
# LOCALIZATION NOTE (CallMethodDeniedOrigins):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the method of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
CallMethodDeniedOrigins = Permission denied for <%1$S> to call method %2$S.%3$S on <%4$S>.
|
||||
# LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the method of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the script which was denied access;
|
||||
# don't translate "document.domain".
|
||||
CallMethodDeniedOriginsSubjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to call method %2$S.%3$S on <%4$S> (document.domain has not been set).
|
||||
# LOCALIZATION NOTE (CallMethodDeniedOriginsObjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the method of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the object being accessed;
|
||||
# don't translate "document.domain".
|
||||
CallMethodDeniedOriginsObjectDomain = Permission denied for <%1$S> (document.domain has not been set) to call method %2$S.%3$S on <%4$S> (document.domain=<%5$S>).
|
||||
# LOCALIZATION NOTE (CallMethodDeniedOriginsSubjectDomainObjectDomain):
|
||||
# %1$S is the origin of the script which was denied access.
|
||||
# %2$S is the type of object it was.
|
||||
# %3$S is the method of that object that access was denied for.
|
||||
# %4$S is the origin of the object access was denied to.
|
||||
# %5$S is the value of document.domain for the script which was denied access;
|
||||
# don't translate "document.domain"
|
||||
# %6$S is the value of document.domain for the object being accessed;
|
||||
# don't translate "document.domain".
|
||||
CallMethodDeniedOriginsSubjectDomainObjectDomain = Permission denied for <%1$S> (document.domain=<%5$S>) to call method %2$S.%3$S on <%4$S> (document.domain=<%6$S>).
|
||||
|
||||
GetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to get property %S.%S
|
||||
SetPropertyDeniedOriginsOnlySubject = Permission denied for <%S> to set property %S.%S
|
||||
CallMethodDeniedOriginsOnlySubject = Permission denied for <%S> to call method %S.%S
|
||||
CreateWrapperDenied = Permission denied to create wrapper for object of class %S
|
||||
CreateWrapperDeniedForOrigin = Permission denied for <%2$S> to create wrapper for object of class %1$S
|
||||
ProtocolFlagError = Warning: Protocol handler for ‘%S’ doesn’t advertise a security policy. While loading of such protocols is allowed for now, this is deprecated. Please see the documentation in nsIProtocolHandler.idl.
|
||||
|
|
|
@ -59,15 +59,6 @@ reportURInotInReportOnlyHeader = This site (%1$S) has a Report-Only policy witho
|
|||
# LOCALIZATION NOTE (failedToParseUnrecognizedSource):
|
||||
# %1$S is the CSP Source that could not be parsed
|
||||
failedToParseUnrecognizedSource = Failed to parse unrecognized source %1$S
|
||||
# LOCALIZATION NOTE (inlineScriptBlocked):
|
||||
# inline script refers to JavaScript code that is embedded into the HTML document.
|
||||
inlineScriptBlocked = An attempt to execute inline scripts has been blocked
|
||||
# LOCALIZATION NOTE (inlineStyleBlocked):
|
||||
# inline style refers to CSS code that is embedded into the HTML document.
|
||||
inlineStyleBlocked = An attempt to apply inline style sheets has been blocked
|
||||
# LOCALIZATION NOTE (scriptFromStringBlocked):
|
||||
# eval is a name and should not be localized.
|
||||
scriptFromStringBlocked = An attempt to call JavaScript from a string (by calling a function like eval) has been blocked
|
||||
# LOCALIZATION NOTE (upgradeInsecureRequest):
|
||||
# %1$S is the URL of the upgraded request; %2$S is the upgraded scheme.
|
||||
upgradeInsecureRequest = Upgrading insecure request ‘%1$S’ to use ‘%2$S’
|
||||
|
@ -88,9 +79,6 @@ ignoringDirectiveWithNoValues = Ignoring ‘%1$S’ since it does not contain an
|
|||
# LOCALIZATION NOTE (ignoringReportOnlyDirective):
|
||||
# %1$S is the directive that is ignored in report-only mode.
|
||||
ignoringReportOnlyDirective = Ignoring sandbox directive when delivered in a report-only policy ‘%1$S’
|
||||
# LOCALIZATION NOTE (deprecatedReferrerDirective):
|
||||
# %1$S is the value of the deprecated Referrer Directive.
|
||||
deprecatedReferrerDirective = Referrer Directive ‘%1$S’ has been deprecated. Please use the Referrer-Policy header instead.
|
||||
# LOCALIZATION NOTE (IgnoringSrcBecauseOfDirective):
|
||||
# %1$S is the name of the src that is ignored.
|
||||
# %2$S is the name of the directive that causes the src to be ignored.
|
||||
|
@ -107,9 +95,6 @@ couldntParseInvalidSource = Couldn’t parse invalid source %1$S
|
|||
# LOCALIZATION NOTE (couldntParseInvalidHost):
|
||||
# %1$S is the host that's invalid
|
||||
couldntParseInvalidHost = Couldn’t parse invalid host %1$S
|
||||
# LOCALIZATION NOTE (couldntParseScheme):
|
||||
# %1$S is the string source
|
||||
couldntParseScheme = Couldn’t parse scheme in %1$S
|
||||
# LOCALIZATION NOTE (couldntParsePort):
|
||||
# %1$S is the string source
|
||||
couldntParsePort = Couldn’t parse port in %1$S
|
||||
|
|
Загрузка…
Ссылка в новой задаче