BETA

Transvision

Displaying 33 results for the string but in fi:

Entity fi en-US
Entity # all locales devtools • client • inspector.properties
markupView.display.contents.tooltiptext2
fi
This element doesn’t produce a specific box by itself, but renders its contents.
en-US
This element doesn’t produce a specific box by itself, but renders its contents.
Entity # all locales devtools • client • inspector.properties
markupView.display.subgrid.tooltiptiptext
fi
This element lays out its content according to the grid model but defers the definition of its rows and/or columns to its parent grid container.
en-US
This element lays out its content according to the grid model but defers the definition of its rows and/or columns to its parent grid container.
Entity # all locales devtools • client • memory.properties
checkbox.recordAllocationStacks.tooltip
fi
Toggle the recording of the call stack of when an object was allocated. Subsequent snapshots will be able to group and label objects by call stacks, but only with those objects created after toggling this option. Recording call stacks has a performance overhead.
en-US
Toggle the recording of the call stack of when an object was allocated. Subsequent snapshots will be able to group and label objects by call stacks, but only with those objects created after toggling this option. Recording call stacks has a performance overhead.
Entity # all locales devtools • client • perftools.ftl
perftools-description-intro
fi
Recordings launch <a>profiler.firefox.com</a> in a new tab. All data is stored locally, but you can choose to upload it for sharing.
en-US
Recordings launch <a>profiler.firefox.com</a> in a new tab. All data is stored locally, but you can choose to upload it for sharing.
Entity # all locales devtools • client • perftools.ftl
perftools-intro-description
fi
Recordings launch profiler.firefox.com in a new tab. All data is stored locally, but you can choose to upload it for sharing.
en-US
Recordings launch profiler.firefox.com in a new tab. All data is stored locally, but you can choose to upload it for sharing.
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
fi
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • layout • css.properties
PEAttSelBadValue
fi
Expected identifier or string for value in attribute selector but found '%1$S'.
en-US
Expected identifier or string for value in attribute selector but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEAttSelNoBar
fi
Expected '|' but found '%1$S'.
en-US
Expected ‘|’ but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEAttributeNameExpected
fi
Expected identifier for attribute name but found '%1$S'.
en-US
Expected identifier for attribute name but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEAttributeNameOrNamespaceExpected
fi
Expected attribute name or namespace but found '%1$S'.
en-US
Expected attribute name or namespace but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEClassSelNotIdent
fi
Expected identifier for class selector but found '%1$S'.
en-US
Expected identifier for class selector but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEColorNotColor
fi
Expected color but found '%1$S'.
en-US
Expected color but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEExpectedNoneOrURL
fi
Expected 'none' or URL but found '%1$S'.
en-US
Expected ‘none’ or URL but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEExpectedNoneOrURLOrFilterFunction
fi
Expected 'none', URL, or filter function but found '%1$S'.
en-US
Expected ‘none’, URL, or filter function but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEMQExpectedFeatureName
fi
Expected media feature name but found '%1$S'.
en-US
Expected media feature name but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEParseDeclarationDeclExpected
fi
Expected declaration but found '%1$S'.
en-US
Expected declaration but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEPseudoClassArgNotIdent
fi
Expected identifier for pseudo-class parameter but found '%1$S'.
en-US
Expected identifier for pseudo-class parameter but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEPseudoSelBadName
fi
Expected identifier for pseudo-class or pseudo-element but found '%1$S'.
en-US
Expected identifier for pseudo-class or pseudo-element but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEPseudoSelEndOrUserActionPC
fi
Expected end of selector or a user action pseudo-class after pseudo-element but found '%1$S'.
en-US
Expected end of selector or a user action pseudo-class after pseudo-element but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PETypeSelNotType
fi
Expected element name or '*' but found '%1$S'.
en-US
Expected element name or ‘*’ but found ‘%1$S’.
Entity # all locales dom • chrome • layout • htmlparser.properties
errConsecutiveHyphens
fi
Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is.
en-US
Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndWithUnclosedElements
fi
End tag for “%1$S” seen, but there were unclosed elements.
en-US
End tag for “%1$S” seen, but there were unclosed elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errExpectedPublicId
fi
Expected a public identifier but the doctype ended.
en-US
Expected a public identifier but the doctype ended.
Entity # all locales dom • chrome • layout • htmlparser.properties
errExpectedSystemId
fi
Expected a system identifier but the doctype ended.
en-US
Expected a system identifier but the doctype ended.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFooSeenWhenFooOpen2
fi
Start tag “%1$S” seen but an element of the same type was already open.
en-US
Start tag “%1$S” seen but an element of the same type was already open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFormWhenFormOpen
fi
Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
en-US
Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoElementToCloseButEndTagSeen
fi
No “%1$S” element in scope but a “%1$S” end tag seen.
en-US
No “%1$S” element in scope but a “%1$S” end tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errTableSeenWhileTableOpen
fi
Start tag for “table” seen but the previous “table” is still open.
en-US
Start tag for “table” seen but the previous “table” is still open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElements
fi
End tag “%1$S” seen, but there were open elements.
en-US
End tag “%1$S” seen, but there were open elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElementsCell
fi
A table cell was implicitly closed, but there were open elements.
en-US
A table cell was implicitly closed, but there were open elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElementsImplied
fi
End tag “%1$S” implied, but there were open elements.
en-US
End tag “%1$S” implied, but there were open elements.
Entity # all locales netwerk • necko.properties
CookieRejectedHttpOnlyButFromScript
fi
Cookie “%1$S” has been rejected because there is already an HTTP-Only cookie but script tried to store a new one.
en-US
Cookie “%1$S” has been rejected because there is already an HTTP-Only cookie but script tried to store a new one.
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecure2
fi
Cookie “%1$S” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.
en-US
Cookie “%1$S” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.

Displaying 76 results for the string but in en-US:

Entity fi en-US
Entity # all locales browser • browser • aboutPolicies.ftl
no-specified-policies-message
fi
Yrityskäytäntöpalvelu on aktiivinen, mutta käytäntöjä ei ole käytössä.
en-US
The Enterprise Policies service is active but there are no policies enabled.
Entity # all locales browser • browser • aboutPrivateBrowsing.ftl
about-private-browsing-info-description-simplified
fi
{ -brand-short-name } tyhjentää haku- ja selaushistorian kun suljet kaikki yksityiset ikkunat, mutta tämä ei tee sinusta anonyymiä.
en-US
{ -brand-short-name } clears your search and browsing history when you close all private windows, but this doesn’t make you anonymous.
Entity # all locales browser • browser • aboutRestartRequired.ftl
window-restoration-info
fi
Ikkunat ja välilehdet palautetaan, mutta yksityisiä ikkunoita ei.
en-US
Your windows and tabs will be quickly restored, but private ones will not.
Entity # all locales browser • browser • appMenuNotifications.ftl
appmenu-update-other-instance-message
fi
Uusi { -brand-shorter-name }-päivitys on saatavilla, mutta sitä ei voida asentaa, koska toinen { -brand-shorter-name }-kopio on käynnissä. Sulje se ennen päivittämistä tai valitse, että päivitetään silti (jolloin toinen kopio ei välttämättä toimi oikein ennen uudelleenkäynnistystä).
en-US
A new { -brand-shorter-name } update is available, but it can’t be installed because another copy of { -brand-shorter-name } is running. Close it to continue the update, or choose to update anyway (the other copy may not work correctly until you restart it).
Entity # all locales browser • browser • customizeMode.ftl
customize-mode-overflow-list-description
fi
Vedä ja pudota kohteita tänne pitääksesi ne käden ulottuvissa mutta poissa työkalupalkista
en-US
Drag and drop items here to keep them within reach but out of your toolbar
Entity # all locales browser • browser • newtab • newtab.ftl
newtab-discovery-empty-section-topstories-timed-out
fi
Hups! Tämä osio ladattiin melkein, mutta ei ihan.
en-US
Oops! We almost loaded this section, but not quite.
Entity # all locales browser • browser • newtab • onboarding.ftl
onboarding-new-user-survey-familiarity-based-option-4
fi
Olen käyttänyt sitä aiemmin, mutta siitä on aikaa
en-US
I used it in the past, but it’s been a while
Entity # all locales browser • browser • preferences • preferences.ftl
content-blocking-etp-strict-desc
fi
Vahvempi suojaus, mutta saattaa aiheuttaa sivustojen tai sisällön toimimattomuutta.
en-US
Stronger protection, but may cause some sites or content to break.
Entity # all locales browser • browser • preferences • preferences.ftl
performance-limit-content-process-enabled-desc
fi
Useammat sisältöprosessit parantavat suorituskykyä käytettäessä useita välilehtiä, mutta kuluttavat myös enemmän muistia.
en-US
Additional content processes can improve performance when using multiple tabs, but will also use more memory.
Entity # all locales browser • browser • preferences • preferences.ftl
update-application-check-choose.label
fi
Hae päivitykset, mutta anna sinun päättää asennetaanko ne
en-US
Check for updates but let you choose to install them
Entity # all locales browser • browser • protections.ftl
graph-private-window
fi
{ -brand-short-name } jatkaa seuraimien estämistä yksityisissä ikkunoissa, mutta ei pidä kirjaa siitä, mitä on estetty.
en-US
{ -brand-short-name } continues to block trackers in Private Windows, but does not keep a record of what was blocked.
Entity # all locales browser • browser • protections.ftl
tracker-tab-description
fi
Verkkosivustot saattavat ladata ulkoisia mainoksia, videoita ja muuta seurantakoodin sisältävää sisältöä. Seurantaan tarkoitetun sisällön estämällä voit nopeuttaa sivujen latautumista, mutta jotkin painikkeet, lomakkeet ja kirjautumiskentät eivät välttämättä toimi. <a data-l10n-name="learn-more-link">Lue lisää</a>
en-US
Websites may load external ads, videos, and other content with tracking code. Blocking tracking content can help sites load faster, but some buttons, forms, and login fields might not work. <a data-l10n-name="learn-more-link">Learn more</a>
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-tracking-content
fi
Sivustot saattavat ladata ulkoisia mainoksia, videoita ja muuta sisältöä, joka seuraa sinua. Seurantaan tarkoitetun sisällön estäminen voi nopeuttaa sivujen latautumista, mutta jotkin painikkeet, lomakkeet ja kirjautumiskentät eivät välttämättä toimi.
en-US
Websites may load external ads, videos, and other content with tracking code. Blocking tracking content can help sites load faster, but some buttons, forms, and login fields might not work.
Entity # all locales browser • browser • sync.ftl
sync-disconnect-dialog-body
fi
{ -brand-product-name } ei enää synkronoi tietoja tilille, mutta mitään tämän laitteen selaustietoja ei poisteta.
en-US
{ -brand-product-name } will stop syncing your account but won’t delete any of your browsing data on this device.
Entity # all locales browser • chrome • browser • browser.properties
webauthn.registerDirectPromptHint
fi
%S voi anonymisoida tämän puolestasi, mutta sivusto saattaa hylätä tämän avaimen. Jos avain hylätään, voit yrittää uudelleen.
en-US
%S can anonymize this for you, but the website might decline this key. If declined, you can try again.
Entity # all locales browser • chrome • browser • downloads • downloads.properties
unblockTypePotentiallyUnwanted2
fi
Tämä tiedosto on naamioitunut hyödylliseksi lataukseksi, mutta voi tehdä odottamattomia muutoksia ohjelmiisi ja asetuksiisi.
en-US
This file is disguised as a helpful download, but it can make unexpected changes to your programs and settings.
Entity # all locales devtools • client • inspector.properties
markupView.display.contents.tooltiptext2
fi
This element doesn’t produce a specific box by itself, but renders its contents.
en-US
This element doesn’t produce a specific box by itself, but renders its contents.
Entity # all locales devtools • client • inspector.properties
markupView.display.subgrid.tooltiptiptext
fi
This element lays out its content according to the grid model but defers the definition of its rows and/or columns to its parent grid container.
en-US
This element lays out its content according to the grid model but defers the definition of its rows and/or columns to its parent grid container.
Entity # all locales devtools • client • memory.properties
checkbox.recordAllocationStacks.tooltip
fi
Toggle the recording of the call stack of when an object was allocated. Subsequent snapshots will be able to group and label objects by call stacks, but only with those objects created after toggling this option. Recording call stacks has a performance overhead.
en-US
Toggle the recording of the call stack of when an object was allocated. Subsequent snapshots will be able to group and label objects by call stacks, but only with those objects created after toggling this option. Recording call stacks has a performance overhead.
Entity # all locales devtools • client • perftools.ftl
perftools-description-intro
fi
Recordings launch <a>profiler.firefox.com</a> in a new tab. All data is stored locally, but you can choose to upload it for sharing.
en-US
Recordings launch <a>profiler.firefox.com</a> in a new tab. All data is stored locally, but you can choose to upload it for sharing.
Entity # all locales devtools • client • perftools.ftl
perftools-intro-description
fi
Recordings launch profiler.firefox.com in a new tab. All data is stored locally, but you can choose to upload it for sharing.
en-US
Recordings launch profiler.firefox.com in a new tab. All data is stored locally, but you can choose to upload it for sharing.
Entity # all locales dom • chrome • dom • dom.properties
ImportMapResolveInvalidBareSpecifierWarnRelative
fi
Warning: Source string is missing
en-US
The specifier “%S” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
Entity # all locales dom • chrome • dom • dom.properties
MediaDecodeWarning
fi
Mediaresurssin %1$S purkaminen onnistui, mutta virheellä: %2$S
en-US
Media resource %1$S could be decoded, but with error: %2$S
Entity # all locales dom • chrome • dom • dom.properties
PushMessageBadEncodingHeader
fi
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
en-US
The ServiceWorker for scope ‘%1$S’ failed to decrypt a push message. The ‘Content-Encoding‘ header must be ‘aesgcm‘. ‘aesgcm128‘ is allowed, but deprecated and will soon be removed. See https://tools.ietf.org/html/draft-ietf-httpbis-encryption-encoding-02#section-2 for more information.
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotFileEnctypeWarning
fi
Lomakkeessa on tiedoston syöttökenttä, mutta siitä puuttuu määreet method=POST ja enctype=multipart/form-data. Tiedostoa ei lähetetä.
en-US
Form contains a file input, but is missing method=POST and enctype=multipart/form-data on the form. The file will not be sent.
Entity # all locales dom • chrome • layout • HtmlForm.properties
ForgotPostWarning
fi
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.
en-US
Form contains enctype=%S, but does not contain method=post. Submitting normally with method=GET and no enctype instead.
Entity # all locales dom • chrome • layout • css.properties
PEAttSelBadValue
fi
Expected identifier or string for value in attribute selector but found '%1$S'.
en-US
Expected identifier or string for value in attribute selector but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEAttSelNoBar
fi
Expected '|' but found '%1$S'.
en-US
Expected ‘|’ but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEAttributeNameExpected
fi
Expected identifier for attribute name but found '%1$S'.
en-US
Expected identifier for attribute name but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEAttributeNameOrNamespaceExpected
fi
Expected attribute name or namespace but found '%1$S'.
en-US
Expected attribute name or namespace but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEClassSelNotIdent
fi
Expected identifier for class selector but found '%1$S'.
en-US
Expected identifier for class selector but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEColorNotColor
fi
Expected color but found '%1$S'.
en-US
Expected color but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEExpectedNoneOrURL
fi
Expected 'none' or URL but found '%1$S'.
en-US
Expected ‘none’ or URL but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEExpectedNoneOrURLOrFilterFunction
fi
Expected 'none', URL, or filter function but found '%1$S'.
en-US
Expected ‘none’, URL, or filter function but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEMQExpectedFeatureName
fi
Expected media feature name but found '%1$S'.
en-US
Expected media feature name but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEParseDeclarationDeclExpected
fi
Expected declaration but found '%1$S'.
en-US
Expected declaration but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEPseudoClassArgNotIdent
fi
Expected identifier for pseudo-class parameter but found '%1$S'.
en-US
Expected identifier for pseudo-class parameter but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEPseudoSelBadName
fi
Expected identifier for pseudo-class or pseudo-element but found '%1$S'.
en-US
Expected identifier for pseudo-class or pseudo-element but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEPseudoSelEndOrUserActionPC
fi
Expected end of selector or a user action pseudo-class after pseudo-element but found '%1$S'.
en-US
Expected end of selector or a user action pseudo-class after pseudo-element but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PETypeSelNotType
fi
Expected element name or '*' but found '%1$S'.
en-US
Expected element name or ‘*’ but found ‘%1$S’.
Entity # all locales dom • chrome • layout • htmlparser.properties
errConsecutiveHyphens
fi
Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is.
en-US
Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is.
Entity # all locales dom • chrome • layout • htmlparser.properties
errEndWithUnclosedElements
fi
End tag for “%1$S” seen, but there were unclosed elements.
en-US
End tag for “%1$S” seen, but there were unclosed elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errExpectedPublicId
fi
Expected a public identifier but the doctype ended.
en-US
Expected a public identifier but the doctype ended.
Entity # all locales dom • chrome • layout • htmlparser.properties
errExpectedSystemId
fi
Expected a system identifier but the doctype ended.
en-US
Expected a system identifier but the doctype ended.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFooSeenWhenFooOpen2
fi
Start tag “%1$S” seen but an element of the same type was already open.
en-US
Start tag “%1$S” seen but an element of the same type was already open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errFormWhenFormOpen
fi
Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
en-US
Saw a “form” start tag, but there was already an active “form” element. Nested forms are not allowed. Ignoring the tag.
Entity # all locales dom • chrome • layout • htmlparser.properties
errNoElementToCloseButEndTagSeen
fi
No “%1$S” element in scope but a “%1$S” end tag seen.
en-US
No “%1$S” element in scope but a “%1$S” end tag seen.
Entity # all locales dom • chrome • layout • htmlparser.properties
errTableSeenWhileTableOpen
fi
Start tag for “table” seen but the previous “table” is still open.
en-US
Start tag for “table” seen but the previous “table” is still open.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElements
fi
End tag “%1$S” seen, but there were open elements.
en-US
End tag “%1$S” seen, but there were open elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElementsCell
fi
A table cell was implicitly closed, but there were open elements.
en-US
A table cell was implicitly closed, but there were open elements.
Entity # all locales dom • chrome • layout • htmlparser.properties
errUnclosedElementsImplied
fi
End tag “%1$S” implied, but there were open elements.
en-US
End tag “%1$S” implied, but there were open elements.
Entity # all locales dom • chrome • security • caps.properties
ExternalDataError
fi
Turvallisuusvirhe: Sisältö kohteessa %S yritti ladata kohdetta %S, mutta sen ei ole sallittua ladata ulkoista dataa kun sitä käytetään kuvana
en-US
Security Error: Content at %S attempted to load %S, but may not load external data when being used as an image.
Entity # all locales dom • chrome • security • csp.properties
duplicateDirective
fi
Kopioita %1$S direktiivistä löydettiin. Vain ensimmäinen versio direktiivistä huomioidaan.
en-US
Duplicate %1$S directives detected. All but the first instance will be ignored.
Entity # all locales netwerk • necko.properties
CookieRejectedHttpOnlyButFromScript
fi
Cookie “%1$S” has been rejected because there is already an HTTP-Only cookie but script tried to store a new one.
en-US
Cookie “%1$S” has been rejected because there is already an HTTP-Only cookie but script tried to store a new one.
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecure2
fi
Cookie “%1$S” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.
en-US
Cookie “%1$S” rejected because it has the “SameSite=None” attribute but is missing the “secure” attribute.
Entity # all locales netwerk • necko.properties
CookieRejectedPartitionedRequiresSecure
fi
Warning: Source string is missing
en-US
Cookie “%1$S” has been rejected because it has the “Partitioned” attribute but is missing the “secure” attribute.
Entity # all locales netwerk • necko.properties
SuperfluousAuth
fi
Kirjaudutaan käyttäjätunnuksella %2$S sivustolle %1$S, joka ei vaadi tunnistautumista. Tämä saattaa olla huijausyritys.\n\nJatketaanko sivustolle %1$S?
en-US
You are about to log in to the site “%1$S” with the username “%2$S”, but the website does not require authentication. This may be an attempt to trick you.\n\nIs “%1$S” the site you want to visit?
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE
fi
Palvelin käyttää avaimen lukkolistaa (HPKP), mutta yhtäkään luotettua ja lukkolistan mukaista varmenneketjua ei voitu luoda. Lukkolistarikkeitä ei voida ohittaa.
en-US
The server uses key pinning (HPKP) but no trusted certificate chain could be constructed that matches the pinset. Key pinning violations cannot be overridden.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SEC_ERROR_REUSED_ISSUER_AND_SERIAL
fi
Olet tuomassa varmennetta, jonka myöntäjä tai sarjanumero on sama kuin olemassa olevalla varmenteella, mutta tuotava varmenne on kuitenkiin uusi varmenne.
en-US
You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SSL_ERROR_ACCESS_DENIED_ALERT
fi
Toinen osapuoli vastaanotti kelvollisen varmenteen, mutta pääsy estettiin.
en-US
Peer received a valid certificate, but access was denied.
Entity # all locales security • manager • chrome • pipnss • nsserrors.properties
SSL_ERROR_NEXT_PROTOCOL_NO_CALLBACK
fi
Seuraavan yhteyskäytännön kättelylaajennus otettiin käyttöön, mutta kutsu peruttiin ennen kuin laajennusta käytettiin.
en-US
The next protocol negotiation extension was enabled, but the callback was cleared prior to being needed.
Entity # all locales toolkit • chrome • mozapps • profile • profileSelection.properties
restartMessageNoUnlocker2
fi
%S on jo käynnissä, mutta ei vastaa kutsuihin. Ohjelmaa %S voidaan käyttää, kun kaikki %S-prosessit on lopetettu, laite on käynnistetty uudelleen tai käytetään eri profiilia.
en-US
%S is already running, but is not responding. To use %S, you must first close the existing %S process, restart your device, or use a different profile.
Entity # all locales toolkit • chrome • mozapps • profile • profileSelection.properties
restartMessageUnlocker
fi
%S on jo käynnissä, mutta ei vastaa kutsuihin. Uusi ikkuna voidaan avata, kun %Sin käynnissä oleva prosessi on lopetettu.
en-US
%S is already running, but is not responding. The old %S process must be closed to open a new window.
Entity # all locales toolkit • crashreporter • aboutcrashes.ftl
delete-submitted-description
fi
Tämä poistaa listan lähetetyistä kaatumisilmoituksista, mutta ei poista lähetettyjä tietoja. Toimintoa ei voi perua.
en-US
This will remove the list of submitted crash reports but will not delete the submitted data. This cannot be undone.
Entity # all locales toolkit • toolkit • about • aboutAddons.ftl
release-notes-error
fi
Julkaisutietojen lataaminen epäonnistui.
en-US
Sorry, but there was an error loading the release notes.
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-manual-testing
fi
Warning: Source string is missing
en-US
Full instructions are documented in the <a data-l10n-name="fog-instrumentation-test-doc-link">{ -fog-brand-name } instrumentation testing docs</a> and in the <a data-l10n-name="glean-sdk-doc-link">{ glean-sdk-brand-name } documentation</a>, but, in short, to manually test that your instrumentation works, you should:
Entity # all locales toolkit • toolkit • about • aboutGlean.ftl
about-glean-upload-fake-enabled
fi
Warning: Source string is missing
en-US
Data upload is disabled, but we’re lying and telling the { glean-sdk-brand-name } it is enabled so that data is still recorded locally. Note: If you set a debug tag, pings will be uploaded to the <a data-l10n-name="glean-debug-ping-viewer">{ glean-debug-ping-viewer-brand-name }</a> regardless of settings.
Entity # all locales toolkit • toolkit • about • aboutTelemetry.ftl
about-telemetry-full-sql-warning
fi
Huom.: Hitaan SQL:n virheenetsintä on käytössä. Täydelliset SQL-lausekkeet saattavat näkyä alla, mutta niitä ei lähetetä mittaustietona.
en-US
NOTE: Slow SQL debugging is enabled. Full SQL strings may be displayed below but they will not be submitted to Telemetry.
Entity # all locales toolkit • toolkit • global • extensions.ftl
webext-site-perms-description-gated-perms-midi
fi
Nämä ovat yleensä plug-in-laitteita, kuten äänisyntetisaattoreita, mutta ne voivat myös olla sisäänrakennettuja tietokoneeseesi. Verkkosivustot eivät yleensä saa käyttää MIDI-laitteita. Vääränlainen käyttö voi aiheuttaa vahinkoa tai vaarantaa turvallisuuden.
en-US
These are usually plug-in devices like audio synthesizers, but might also be built into your computer. Websites are normally not allowed to access MIDI devices. Improper usage could cause damage or compromise security.
Entity # all locales toolkit • toolkit • global • run-from-dmg.ftl
install-failed-message
fi
{ -brand-short-name }in asennus epäonnistui, mutta se pysyy käynnissä.
en-US
{ -brand-short-name } failed to install but will continue to run.
Entity # all locales toolkit • toolkit • neterror • netError.ftl
certerror-mitm
fi
<b>{ $hostname }</b> on mitä luultavimmin turvallinen sivusto, mutta salattua yhteyttä ei voitu muodostaa. Tämän ongelman aiheuttaa <b>{ $mitm }</b>, mikä on ohjelmisto tietokoneellasi tai verkossasi.
en-US
<b>{ $hostname }</b> is most likely a safe site, but a secure connection could not be established. This issue is caused by <b>{ $mitm }</b>, which is either software on your computer or your network.
Entity # all locales toolkit • toolkit • neterror • netError.ftl
neterror-dns-not-found-hint-firewall
fi
Tarkistaa, että { -brand-short-name }illa on lupa asioida verkkoon (saatat olla yhteydessä, mutta palomuurin takana)
en-US
Check that { -brand-short-name } has permission to access the web (you might be connected but behind a firewall)
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
mozilla-pkix-error-key-pinning-failure
fi
Palvelin käyttää avaimen lukkolistaa (HPKP), mutta yhtäkään luotettua ja lukkolistan mukaista varmenneketjua ei voitu luoda. Lukkolistarikkeitä ei voida ohittaa.
en-US
The server uses key pinning (HPKP) but no trusted certificate chain could be constructed that matches the pinset. Key pinning violations cannot be overridden.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
sec-error-reused-issuer-and-serial
fi
Olet tuomassa varmennetta, jonka myöntäjä tai sarjanumero on sama kuin olemassa olevalla varmenteella, mutta tuotava varmenne on kuitenkiin uusi varmenne.
en-US
You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
ssl-error-access-denied-alert
fi
Toinen osapuoli vastaanotti kelvollisen varmenteen, mutta pääsy estettiin.
en-US
Peer received a valid certificate, but access was denied.
Entity # all locales toolkit • toolkit • neterror • nsserrors.ftl
ssl-error-next-protocol-no-callback
fi
Seuraavan yhteyskäytännön kättelylaajennus otettiin käyttöön, mutta kutsu peruttiin ennen kuin laajennusta käytettiin.
en-US
The next protocol negotiation extension was enabled, but the callback was cleared prior to being needed.
Please enable JavaScript. Some features won't be available without it.