From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-fi/dom/chrome/layout/HtmlForm.properties | 35 +++++ l10n-fi/dom/chrome/layout/MediaDocument.properties | 22 ++++ l10n-fi/dom/chrome/layout/css.properties | 52 ++++++++ l10n-fi/dom/chrome/layout/htmlparser.properties | 145 +++++++++++++++++++++ l10n-fi/dom/chrome/layout/layout_errors.properties | 53 ++++++++ l10n-fi/dom/chrome/layout/printing.properties | 56 ++++++++ l10n-fi/dom/chrome/layout/xmlparser.properties | 48 +++++++ l10n-fi/dom/chrome/layout/xul.properties | 5 + 8 files changed, 416 insertions(+) create mode 100644 l10n-fi/dom/chrome/layout/HtmlForm.properties create mode 100644 l10n-fi/dom/chrome/layout/MediaDocument.properties create mode 100644 l10n-fi/dom/chrome/layout/css.properties create mode 100644 l10n-fi/dom/chrome/layout/htmlparser.properties create mode 100644 l10n-fi/dom/chrome/layout/layout_errors.properties create mode 100644 l10n-fi/dom/chrome/layout/printing.properties create mode 100644 l10n-fi/dom/chrome/layout/xmlparser.properties create mode 100644 l10n-fi/dom/chrome/layout/xul.properties (limited to 'l10n-fi/dom/chrome/layout') diff --git a/l10n-fi/dom/chrome/layout/HtmlForm.properties b/l10n-fi/dom/chrome/layout/HtmlForm.properties new file mode 100644 index 0000000000..dd472b99dc --- /dev/null +++ b/l10n-fi/dom/chrome/layout/HtmlForm.properties @@ -0,0 +1,35 @@ +# 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/. + +Reset=Palauta oletusarvot +Submit=Lähetä +Browse=Selaa… +FileUpload=Lähetä tiedosto +DirectoryUpload=Valitse lähetettävä kansio +DirectoryPickerOkButtonLabel=Lähetä +ForgotPostWarning=Lomakkeessa on määre enctype=%S, mutta siitä puuttuu määre method=post. Lähetetään sen sijaan normaalisti attribuutilla method=GET ilman enctype-tietoa. +ForgotFileEnctypeWarning=Lomakkeessa on tiedoston syöttökenttä, mutta siitä puuttuu määreet method=POST ja enctype=multipart/form-data. Tiedostoa ei lähetetä. +# LOCALIZATION NOTE (DefaultFormSubject): %S will be replaced with brandShortName +DefaultFormSubject=Lomake lähetetty %Sista +CannotEncodeAllUnicode=Lomake lähetettiin %S-koodauksella, joka ei kata kaikkia Unicode-merkkejä. Käyttäjän viesti voi välittyä virheellisesti. Ongelman voi välttää muuttamalla sivua niin, että lomake lähetetään UTF-8 -merkistökoodauksella. Tämän voi tehdä joko muuttamalla itse sivun merkistökoodauksen UTF-8:ksi tai määrittämällä "accept-charset=utf-8" lomake-elementtiin. +AllSupportedTypes=Kaikki tuetut tyypit +# LOCALIZATION NOTE (NoFileSelected): this string is shown on a +# when there is no file selected yet. +NoFileSelected=Ei valittua tiedostoa. +# LOCALIZATION NOTE (NoFilesSelected): this string is shown on a +# when there is no file selected yet. +NoFilesSelected=Ei valittuja tiedostoja. +# LOCALIZATION NOTE (NoDirSelected): this string is shown on a +# when there is no directory +# selected yet. +NoDirSelected=Ei valittua kansiota. +# LOCALIZATION NOTE (XFilesSelected): this string is shown on a +# when there are more than one selected file. +# %S will be a number greater or equal to 2. +XFilesSelected=%S tiedostoa valittu. +ColorPicker=Valitse väri +# LOCALIZATION NOTE (DefaultSummary): this string is shown on a
when +# it has no direct child. Google Chrome should already have this +# string translated. +DefaultSummary=Yksityiskohdat diff --git a/l10n-fi/dom/chrome/layout/MediaDocument.properties b/l10n-fi/dom/chrome/layout/MediaDocument.properties new file mode 100644 index 0000000000..99291dc14c --- /dev/null +++ b/l10n-fi/dom/chrome/layout/MediaDocument.properties @@ -0,0 +1,22 @@ +# 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/. + +#LOCALIZATION NOTE (ImageTitleWithDimensions2AndFile): first %S is filename, second %S is type, third %S is width and fourth %S is height +#LOCALIZATION NOTE (ImageTitleWithoutDimensions): first %S is filename, second %S is type +#LOCALIZATION NOTE (ImageTitleWithDimensions2): first %S is type, second %S is width and third %S is height +#LOCALIZATION NOTE (ImageTitleWithNeitherDimensionsNorFile): first %S is type +#LOCALIZATION NOTE (MediaTitleWithFile): first %S is filename, second %S is type +#LOCALIZATION NOTE (MediaTitleWithNoInfo): first %S is type +ImageTitleWithDimensions2AndFile=%S (%S-kuva, %S\u00A0\u00D7\u00A0%S kuvapistettä) +ImageTitleWithoutDimensions=%S (%S-kuva) +ImageTitleWithDimensions2=(%S-kuva, %S\u00A0\u00D7\u00A0%S kuvapistettä) +ImageTitleWithNeitherDimensionsNorFile=(%S-kuva) +MediaTitleWithFile=%S (%S-tiedosto) +MediaTitleWithNoInfo=(%S-tiedosto) + +InvalidImage=Kuvaa %S ei voida näyttää, koska se sisältää virheitä. +UnsupportedImage=Kuvaa ”%S” ei voida näyttää, koska se vaatii ominaisuuksia, joita ei tueta. +ScaledImage=Pienennetty (%S %% alkuperäisestä) + +TitleWithStatus=%S — %S diff --git a/l10n-fi/dom/chrome/layout/css.properties b/l10n-fi/dom/chrome/layout/css.properties new file mode 100644 index 0000000000..6fb5cd40fa --- /dev/null +++ b/l10n-fi/dom/chrome/layout/css.properties @@ -0,0 +1,52 @@ +# 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/. + +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". + +PEDeclDropped=Declaration dropped. +PEDeclSkipped=Skipped to next declaration. +PEUnknownProperty=Unknown property '%1$S'. +PEPRSyntaxFieldEmptyInput=@property syntax descriptor is empty. +PEPRSyntaxFieldExpectedPipe=@property syntax descriptor ‘%S’ contains components without a pipe between them. +PEPRSyntaxFieldInvalidNameStart=@property syntax descriptor ‘%S’ contains a component name that starts with an invalid character. +PEPRSyntaxFieldInvalidName=@property syntax descriptor ‘%S’ contains a component name with an invalid character. +PEPRSyntaxFieldUnclosedDataTypeName=@property syntax descriptor ‘%S’ contains an unclosed data type name. +PEPRSyntaxFieldUnexpectedEOF=@property syntax descriptor ‘%S’ is incomplete. +PEPRSyntaxFieldUnknownDataTypeName=@property syntax descriptor ‘%S’ contains an unknown data type name. +PEValueParsingError=Error in parsing value for '%1$S'. +PEUnknownAtRule=Unrecognized at-rule or error parsing at-rule '%1$S'. +PEMQUnexpectedOperator=Unexpected operator in media list. +PEMQUnexpectedToken=Unexpected token ‘%1$S’ in media list. +PEAtNSUnexpected=Unexpected token within @namespace: '%1$S'. +PEKeyframeBadName=Expected identifier for name of @keyframes rule. +PEBadSelectorRSIgnored=Ruleset ignored due to bad selector. +PEBadSelectorKeyframeRuleIgnored=Keyframe rule ignored due to bad selector. +PESelectorGroupNoSelector=Selector expected. +PESelectorGroupExtraCombinator=Dangling combinator. +PEClassSelNotIdent=Expected identifier for class selector but found '%1$S'. +PETypeSelNotType=Expected element name or '*' but found '%1$S'. +PEUnknownNamespacePrefix=Unknown namespace prefix '%1$S'. +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'. +PEAttSelUnexpected=Unexpected token in attribute selector: '%1$S'. +PEAttSelBadValue=Expected identifier or string for value in attribute selector but found '%1$S'. +PEPseudoSelBadName=Expected identifier for pseudo-class or pseudo-element but found '%1$S'. +PEPseudoSelEndOrUserActionPC=Expected end of selector or a user action pseudo-class after pseudo-element but found '%1$S'. +PEPseudoSelUnknown=Unknown pseudo-class or pseudo-element '%1$S'. +PEPseudoClassArgNotIdent=Expected identifier for pseudo-class parameter but found '%1$S'. +PEColorNotColor=Expected color but found '%1$S'. +PEParseDeclarationDeclExpected=Expected declaration but found '%1$S'. +PEUnknownFontDesc=Unknown descriptor '%1$S' in @font-face rule. +PEMQExpectedFeatureName=Expected 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. +PEExpectedNoneOrURL=Expected 'none' or URL but found '%1$S'. +PEExpectedNoneOrURLOrFilterFunction=Expected 'none', URL, or filter function but found '%1$S'. +PEDisallowedImportRule=@import rules are not yet valid in constructed stylesheets. +PENeverMatchingHostSelector=:host selector in ‘%S’ is not featureless and will never match. Maybe you intended to use :host()? + +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. diff --git a/l10n-fi/dom/chrome/layout/htmlparser.properties b/l10n-fi/dom/chrome/layout/htmlparser.properties new file mode 100644 index 0000000000..a6cf47bfb3 --- /dev/null +++ b/l10n-fi/dom/chrome/layout/htmlparser.properties @@ -0,0 +1,145 @@ +# 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/. + +# Encoding warnings and errors +EncNoDeclarationFrame=Kehystetyn dokumentin käyttämää merkistökoodausta ei määritelty. Dokumentti voi näyttää erilaiselta jos se ei ole kehystetty. +EncXmlDecl=The character encoding of an HTML document was declared using the XML declaration syntax. This is non-conforming, and declaring the encoding using a meta tag at the start of the head part is more efficient. +EncMetaTooLate=A meta tag attempting to declare the character encoding declaration was found too late, and the encoding was guessed from content instead. The meta tag needs to be moved to the start of the head part of the document. +EncMetaTooLateFrame=A meta tag attempting to declare the character encoding declaration was found too late, and the encoding of the parent document was used instead. The meta tag needs to be moved to the start of the head part of the document. +EncMetaAfterHeadInKilobyte=The meta tag declaring the character encoding of the document should be moved to start of the head part of the document. +EncNoDecl=The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark. +EncNoDeclPlain=The character encoding of the document was not declared, so the encoding was guessed from content. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark. +EncMetaUnsupported=HTML-dokumentille on määritelty ei tuettu merkistökoodaus meta-tunnisteella. Määrittelyä ei huomioitu. +EncProtocolUnsupported=Ei tuettu merkistökoodaus määritelty tiedonsiirtotasolla. Määrittelyä ei huomioitu. +EncMetaUtf16=Meta-tunnisteella määriteltiin merkistökoodaukseksi UTF-16. Tämän tulkittiin tarkoittavan UTF-8:a. +EncMetaUserDefined=Meta-tunnisteella määriteltiin merkistökoodaukseksi x-user-defined. Tämän tulkittiin tarkoittavan windows-1252:a, jotta varmistettaisiin yhteensopivuus tarkoituksella väärin koodattujen vanhojen kirjasinlajien kanssa. Tämän sivuston pitäisi ruveta käyttämään Unicode-koodausta. + +EncMetaReplacement=A meta tag was used to declare an encoding that is a cross-site scripting hazard. The replacement encoding was used instead. +EncProtocolReplacement=An encoding that is a cross-site scripting hazard was declared on the transfer protocol level. The replacement encoding was used instead. +EncDetectorReload=The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark. +EncDetectorReloadPlain=The character encoding of the document was not declared, and the encoding was guessable from content only late. This caused the document to be reloaded. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark. +EncError=The byte stream was erroneous according to the character encoding that was declared. The character encoding declaration may be incorrect. +EncErrorFrame=The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header, using a meta tag, or using a byte order mark. +EncErrorFramePlain=The byte stream was erroneous according to the character encoding that was inherited from the parent document. The character encoding needs to be declared in the Content-Type HTTP header or using a byte order mark. +EncSpeculationFailMeta=The start of the document was reparsed, because there were non-ASCII characters before the meta tag that declared the encoding. The meta should be the first child of head without non-ASCII comments before. +EncSpeculationFailXml=The start of the document was reparsed, because there were non-ASCII characters in the part of the document that was unsuccessfully searched for a meta tag before falling back to the XML declaration syntax. A meta tag at the start of the head part should be used instead of the XML declaration syntax. +# The audience of the following message isn't the author of the document but other people debugging browser behavior. +EncSpeculationFail2022=The start of the document was reparsed, because ISO-2022-JP is an ASCII-incompatible encoding. + +# The bulk of the messages below are derived from +# https://hg.mozilla.org/projects/htmlparser/file/1f633cef7de7/src/nu/validator/htmlparser/impl/ErrorReportingTokenizer.java +# which is available under the MIT license. + +# Tokenizer errors +errGarbageAfterLtSlash=Garbage after “”. Probable causes: Unescaped “<” (escape as “<”) or mistyped end tag. +errCharRefLacksSemicolon=Character reference was not terminated by a semicolon. +errNoDigitsInNCR=No digits in numeric character reference. +errGtInSystemId=“>” in system identifier. +errGtInPublicId=“>” in public identifier. +errNamelessDoctype=Nameless doctype. +errConsecutiveHyphens=Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is. +errPrematureEndOfComment=Premature end of comment. Use “-->” to end a comment properly. +errBogusComment=Bogus comment. +errUnquotedAttributeLt=“<” in an unquoted attribute value. Probable cause: Missing “>” immediately before. +errUnquotedAttributeGrave=“`” in an unquoted attribute value. Probable cause: Using the wrong character as a quote. +errUnquotedAttributeQuote=Quote in an unquoted attribute value. Probable causes: Attributes running together or a URL query string in an unquoted attribute value. +errUnquotedAttributeEquals=“=” in an unquoted attribute value. Probable causes: Attributes running together or a URL query string in an unquoted attribute value. +errSlashNotFollowedByGt=A slash was not immediately followed by “>”. +errNoSpaceBetweenAttributes=No space between attributes. +errUnquotedAttributeStartLt=“<” at the start of an unquoted attribute value. Probable cause: Missing “>” immediately before. +errUnquotedAttributeStartGrave=“`” at the start of an unquoted attribute value. Probable cause: Using the wrong character as a quote. +errUnquotedAttributeStartEquals=“=” at the start of an unquoted attribute value. Probable cause: Stray duplicate equals sign. +errAttributeValueMissing=Attribute value missing. +errBadCharBeforeAttributeNameLt=Saw “<” when expecting an attribute name. Probable cause: Missing “>” immediately before. +errEqualsSignBeforeAttributeName=Saw “=” when expecting an attribute name. Probable cause: Attribute name missing. +errBadCharAfterLt=Bad character after “<”. Probable cause: Unescaped “<”. Try escaping it as “<”. +errLtGt=Saw “<>”. Probable causes: Unescaped “<” (escape as “<”) or mistyped start tag. +errProcessingInstruction=Saw “” missing immediately before. +errQuoteInAttributeName=Quote in attribute name. Probable cause: Matching quote missing somewhere earlier. +errExpectedPublicId=Expected a public identifier but the doctype ended. +errBogusDoctype=Bogus doctype. +maybeErrAttributesOnEndTag=End tag had attributes. +maybeErrSlashInEndTag=Stray “/” at the end of an end tag. +errNcrNonCharacter=Character reference expands to a non-character. +errNcrSurrogate=Character reference expands to a surrogate. +errNcrControlChar=Character reference expands to a control character. +errNcrCr=A numeric character reference expanded to carriage return. +errNcrInC1Range=A numeric character reference expanded to the C1 controls range. +errEofInPublicId=End of file inside public identifier. +errEofInComment=End of file inside comment. +errEofInDoctype=End of file inside doctype. +errEofInAttributeValue=End of file reached when inside an attribute value. Ignoring tag. +errEofInAttributeName=End of file occurred in an attribute name. Ignoring tag. +errEofWithoutGt=Saw end of file without the previous tag ending with “>”. Ignoring tag. +errEofInTagName=End of file seen when looking for tag name. Ignoring tag. +errEofInEndTag=End of file inside end tag. Ignoring tag. +errEofAfterLt=End of file after “<”. +errNcrOutOfRange=Character reference outside the permissible Unicode range. +errNcrUnassigned=Character reference expands to a permanently unassigned code point. +errDuplicateAttribute=Duplicate attribute. +errEofInSystemId=End of file inside system identifier. +errExpectedSystemId=Expected a system identifier but the doctype ended. +errMissingSpaceBeforeDoctypeName=Missing space before doctype name. +errNestedComment=Saw “