BETA

Transvision

Displaying 15 results for the string none in sv-SE:

Entity sv-SE en-US
Entity # all locales devtools • client • tooltips.ftl
inactive-outline-radius-when-outline-style-auto-or-none
sv-SE
<strong>{ $property }</strong> påverkar inte detta element eftersom dess <strong>outline-style</strong> är <strong>auto</strong> eller <strong>none</strong>.
en-US
<strong>{ $property }</strong> has no effect on this element because its <strong>outline-style</strong> is <strong>auto</strong> or <strong>none</strong>.
Entity # all locales devtools • client • tooltips.ftl
inactive-outline-radius-when-outline-style-auto-or-none-fix
sv-SE
Försök att ställa in egenskapen <strong>outline-style</strong> till något annat än <strong>auto</strong> eller <strong>none</strong>. { learn-more }
en-US
Try setting its <strong>outline-style</strong> property to something other than <strong>auto</strong> or <strong>none</strong>. { learn-more }
Entity # all locales dom • chrome • layout • css.properties
PEExpectedNoneOrURL
sv-SE
Väntade sig ‘none’ eller URL, men fann ‘%1$S’.
en-US
Expected ‘none’ or URL but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEExpectedNoneOrURLOrFilterFunction
sv-SE
Väntade sig ‘none’, URL, eller filterfunktion, men fann ‘%1$S’.
en-US
Expected ‘none’, URL, or filter function but found ‘%1$S’.
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta
sv-SE
Kaka “%1$S” har inte ett korrekt “sameSite” attributvärde. Snart kommer kakor utan attributet “sameSite” eller med ogiltigt värde att behandlas som “lax”. Detta innebär att kakan inte längre kommer att skickas i tredje parts sammanhang. Om din applikation beror på att denna kaka är tillgänglig i sådana sammanhang, lägg till attributet “sameSite= none“ till den. Läs %2$S om du vill veta mer om attributet “sameSite“.
en-US
Cookie “%1$S” does not have a proper “sameSite” attribute value. Soon, cookies without the “sameSite” attribute or with an invalid value will be treated as “lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “sameSite=none“ attribute to it. To know more about the “sameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta2
sv-SE
Kaka "%1$S" har inte ett korrekt "SameSite" attributvärde. Snart kommer kakor utan attributet "SameSite" eller med ett ogiltigt värde att behandlas som "Lax". Detta innebär att kakan inte längre skickas i externa sammanhang. Om din applikation beror på att denna kaka är tillgänglig i sådana sammanhang, lägg till attributet "SameSite=None" till den. Läs %2$S om du vill veta mer om attributet "SameSite"
en-US
Cookie “%1$S” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecure
sv-SE
Kaka “%1$S” avvisades eftersom den har attributet “sameSite=none” men saknar attributet “secure”.
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
CookieRejectedNonRequiresSecure2
sv-SE
Kaka "%1$S" avvisades eftersom den har attributet "SameSite=None" men saknar attributet "secure".
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
CookieRejectedNonRequiresSecureForBeta
sv-SE
Kaka “%1$S” kommer snart att avvisas eftersom den har attributet “sameSite” inställt på “none” eller ett ogiltigt värde, utan att attributet “secure”. Läs %2$S om du vill veta mer om attributet “sameSite“.
en-US
Cookie “%1$S” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To know more about the “sameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecureForBeta2
sv-SE
Kaka "%1$S" kommer snart att avvisas eftersom den har "SameSite"-attributet inställt på "None" eller ett ogiltigt värde, utan "secure"-attributet. Läs %2$S om du vill veta mer om attributet "SameSite"
en-US
Cookie “%1$S” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieSameSiteValueInvalid
sv-SE
Ogiltigt “sameSite“-värde för kaka “%1$S”. De stödda värdena är: “lax“,“strict“,“none“.
en-US
Invalid “sameSite“ value for cookie “%1$S”. The supported values are: “lax“, “strict“, “none“.
Entity # all locales netwerk • necko.properties
CookieSameSiteValueInvalid2
sv-SE
Ogiltigt "SameSite"-värde för kaka "%1$S". De värden som stöds är: "Lax", "Strict", "None".
en-US
Invalid “SameSite“ value for cookie “%1$S”. The supported values are: “Lax“, “Strict“, “None“.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-cookie-samesite-lax-by-default2-description
sv-SE
Behandla kakor som "SameSite=Lax" som standard om inget "SameSite"-attribut är specificerat. Utvecklare måste välja aktuell status för obegränsad användning genom att uttryckligen hävda “SameSite=None”.
en-US
Treat cookies as “SameSite=Lax” by default if no “SameSite” attribute is specified. Developers must opt-in to the current status quo of unrestricted use by explicitly asserting “SameSite=None”.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-cookie-samesite-none-requires-secure2-description
sv-SE
Kakor med "SameSite=None"-attribut kräver det säkra attributet. Denna funktion kräver “Kakor: SameSite=Lax som standard”.
en-US
Cookies with “SameSite=None” attribute require the secure attribute. This feature requires “Cookies: SameSite=Lax by default”.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-cookie-samesite-none-requires-secure2.label
sv-SE
Kakor: SameSite=None kräver säkert attribut
en-US
Cookies: SameSite=None requires secure attribute

Displaying 77 results for the string none in en-US:

Entity sv-SE en-US
Entity # all locales browser • browser • preferences • fonts.ftl
fonts-minsize-none.label
sv-SE
Ingen
en-US
None
Entity # all locales browser • browser • protectionsPanel.ftl
protections-panel-not-found-label
sv-SE
Ingen upptäckt
en-US
None Detected
Entity # all locales browser • chrome • browser • browser.properties
contentBlocking.cookiesView.firstParty.empty.label
sv-SE
Ingen upptäckt på denna sida
en-US
None detected on this site
Entity # all locales browser • chrome • browser • browser.properties
contentBlocking.cookiesView.thirdParty.empty.label
sv-SE
Ingen upptäckt på denna sida
en-US
None detected on this site
Entity # all locales browser • chrome • browser • browser.properties
contentBlocking.cookiesView.trackers.empty.label
sv-SE
Ingen upptäckt på denna sida
en-US
None detected on this site
Entity # all locales browser • chrome • browser • browser.properties
contentBlocking.trackersView.empty.label
sv-SE
Ingen upptäckt på denna sida
en-US
None detected on this site
Entity # all locales calendar • calendar • preferences.ftl
task-start-1-label.label
sv-SE
Ingen
en-US
None
Entity # all locales calendar • calendar • preferences.ftl
week-0-label.label
sv-SE
inga
en-US
none
Entity # all locales calendar • chrome • calendar • calendar-invitations-dialog.properties
none
sv-SE
Ingen
en-US
None
Entity # all locales calendar • chrome • calendar • calendar.properties
None
sv-SE
Ingen
en-US
None
Entity # all locales calendar • chrome • lightning • lightning.dtd
todaypane.showNone.label
sv-SE
Visa ingen
en-US
Show None
Entity # all locales calendar • chrome • lightning • lightning.properties
imipNoIdentity
sv-SE
Ingen
en-US
None
Entity # all locales chat • xmpp.properties
connection.error.noCompatibleAuthMec
sv-SE
Stöd saknas för de autentiseringsmetoderna som erbjuds av servern
en-US
None of the authentication mechanisms offered by the server are supported
Entity # all locales devtools • client • accessibility.properties
accessibility.filter.none
sv-SE
Ingen
en-US
None
Entity # all locales devtools • client • netmonitor.properties
netmonitor.security.keaGroup.none
sv-SE
ingen
en-US
none
Entity # all locales devtools • client • netmonitor.properties
netmonitor.security.signatureScheme.none
sv-SE
ingen
en-US
none
Entity # all locales devtools • client • tooltips.ftl
inactive-outline-radius-when-outline-style-auto-or-none
sv-SE
<strong>{ $property }</strong> påverkar inte detta element eftersom dess <strong>outline-style</strong> är <strong>auto</strong> eller <strong>none</strong>.
en-US
<strong>{ $property }</strong> has no effect on this element because its <strong>outline-style</strong> is <strong>auto</strong> or <strong>none</strong>.
Entity # all locales devtools • client • tooltips.ftl
inactive-outline-radius-when-outline-style-auto-or-none-fix
sv-SE
Försök att ställa in egenskapen <strong>outline-style</strong> till något annat än <strong>auto</strong> eller <strong>none</strong>. { learn-more }
en-US
Try setting its <strong>outline-style</strong> property to something other than <strong>auto</strong> or <strong>none</strong>. { learn-more }
Entity # all locales dom • chrome • layout • css.properties
PEExpectedNoneOrURL
sv-SE
Väntade sig ‘none’ eller URL, men fann ‘%1$S’.
en-US
Expected ‘none’ or URL but found ‘%1$S’.
Entity # all locales dom • chrome • layout • css.properties
PEExpectedNoneOrURLOrFilterFunction
sv-SE
Väntade sig ‘none’, URL, eller filterfunktion, men fann ‘%1$S’.
en-US
Expected ‘none’, URL, or filter function but found ‘%1$S’.
Entity # all locales dom • chrome • mathml • mathml.properties
NoBase
sv-SE
Ogiltig märkning: Förväntade sig exakt ett Base-element i <mmultiscripts/>. Hittade ingen.
en-US
Invalid markup: Expected exactly one Base element in <mmultiscripts/>. Found none.
Entity # all locales dom • chrome • security • security.properties
IntegrityMismatch
sv-SE
Ingen av de “%1$S" hash i attributet integrity matchar innehållet i subresource.
en-US
None of the “%1$S” hashes in the integrity attribute match the content of the subresource.
Entity # all locales editor • ui • chrome • composer • editor.properties
None
sv-SE
Inga
en-US
None
Entity # all locales editor • ui • chrome • composer • editor.properties
none
sv-SE
inga
en-US
none
Entity # all locales editor • ui • chrome • composer • editorOverlay.dtd
noneCmd.label
sv-SE
Ingen
en-US
None
Entity # all locales editor • ui • chrome • dialogs • EditorListProperties.dtd
none.value
sv-SE
Ingen
en-US
None
Entity # all locales editor • ui • chrome • dialogs • EditorTableProperties.dtd
tableCaptionNone.label
sv-SE
Ingen
en-US
None
Entity # all locales extensions • irc • chrome • chatzilla.properties
msg.none
sv-SE
<ingen>
en-US
<none>
Entity # all locales extensions • irc • chrome • chatzilla.properties
none
sv-SE
<inget>
en-US
<none>
Entity # all locales extensions • irc • chrome • chatzilla.properties
pref.proxy.typeOverride.help
sv-SE
Negligera det normala proxyservervalet genom att ange "http" för att använda din webbläsares HTTP Proxy eller "ingen" för att tvinga fram så att ingen proxy ska användas (inte ens SOCKS proxy). Observera att detta vanligtvis bara fungerar när webbläsaren är inställd att tillämpa en manuell proxykonfiguration.
en-US
Override the normal proxy choice by specifying "http" to use your browser's HTTP Proxy or "none" to force no proxy to be used (not even the SOCKS proxy). Note that this usually only works when the browser is set to use a manual proxy configuration.
Entity # all locales mail • chrome • messenger • accountCreation.dtd
noEncryption.label
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • am-addressing.dtd
directoriesNone.label
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • am-server-top.dtd
connectionSecurityType-0.label
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • gloda.properties
gloda.message.attr.mailing-list.noneLabel
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • gloda.properties
gloda.message.attr.tag.noneLabel
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • glodaFacetView.properties
glodaFacetView.facets.noneLabel
sv-SE
Inget
en-US
None
Entity # all locales mail • chrome • messenger • messenger.properties
smtpServer-ConnectionSecurityType-0
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • messengercompose • EditorListProperties.dtd
none.value
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • messengercompose • EditorTableProperties.dtd
tableCaptionNone.label
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • messengercompose • editor.properties
None
sv-SE
Inga
en-US
None
Entity # all locales mail • chrome • messenger • messengercompose • editor.properties
none
sv-SE
inga
en-US
none
Entity # all locales mail • chrome • messenger • messengercompose • editorOverlay.dtd
noneCmd.label
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • preferences • preferences.properties
defaultUserContextLabel
sv-SE
Ingen
en-US
None
Entity # all locales mail • chrome • messenger • smtpEditOverlay.dtd
connectionSecurityType-0.label
sv-SE
Ingen
en-US
None
Entity # all locales mail • messenger • openpgp • openpgp.ftl
delete-key-in-use-description
sv-SE
Det går inte att fortsätta! Den nyckel som du valde för borttagning används för närvarande av denna identitet. Välj en annan nyckel eller välj ingen och försök igen.
en-US
Unable to proceed! The Key you selected for deletion is currently being used by this identity. Select a different key, or select none, and try again.
Entity # all locales mail • messenger • openpgp • openpgp.ftl
openpgp-radio-none.label
sv-SE
Ingen
en-US
None
Entity # all locales mail • messenger • openpgp • openpgp.ftl
revoke-key-in-use-description
sv-SE
Det går inte att fortsätta! Den nyckel du valt för återkallelse används för närvarande av denna identitet. Välj en annan nyckel eller välj ingen och försök igen.
en-US
Unable to proceed! The Key you selected for revocation is currently being used by this identity. Select a different key, or select none, and try again.
Entity # all locales mail • messenger • preferences • fonts.ftl
min-size-none.label
sv-SE
Ingen
en-US
None
Entity # all locales mail • messenger • preferences • preferences.ftl
directories-none-label.none
sv-SE
Ingen
en-US
None
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta
sv-SE
Kaka “%1$S” har inte ett korrekt “sameSite” attributvärde. Snart kommer kakor utan attributet “sameSite” eller med ogiltigt värde att behandlas som “lax”. Detta innebär att kakan inte längre kommer att skickas i tredje parts sammanhang. Om din applikation beror på att denna kaka är tillgänglig i sådana sammanhang, lägg till attributet “sameSite= none“ till den. Läs %2$S om du vill veta mer om attributet “sameSite“.
en-US
Cookie “%1$S” does not have a proper “sameSite” attribute value. Soon, cookies without the “sameSite” attribute or with an invalid value will be treated as “lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “sameSite=none“ attribute to it. To know more about the “sameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieLaxForcedForBeta2
sv-SE
Kaka "%1$S" har inte ett korrekt "SameSite" attributvärde. Snart kommer kakor utan attributet "SameSite" eller med ett ogiltigt värde att behandlas som "Lax". Detta innebär att kakan inte längre skickas i externa sammanhang. Om din applikation beror på att denna kaka är tillgänglig i sådana sammanhang, lägg till attributet "SameSite=None" till den. Läs %2$S om du vill veta mer om attributet "SameSite"
en-US
Cookie “%1$S” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecure
sv-SE
Kaka “%1$S” avvisades eftersom den har attributet “sameSite=none” men saknar attributet “secure”.
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
CookieRejectedNonRequiresSecure2
sv-SE
Kaka "%1$S" avvisades eftersom den har attributet "SameSite=None" men saknar attributet "secure".
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
CookieRejectedNonRequiresSecureForBeta
sv-SE
Kaka “%1$S” kommer snart att avvisas eftersom den har attributet “sameSite” inställt på “none” eller ett ogiltigt värde, utan att attributet “secure”. Läs %2$S om du vill veta mer om attributet “sameSite“.
en-US
Cookie “%1$S” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To know more about the “sameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieRejectedNonRequiresSecureForBeta2
sv-SE
Kaka "%1$S" kommer snart att avvisas eftersom den har "SameSite"-attributet inställt på "None" eller ett ogiltigt värde, utan "secure"-attributet. Läs %2$S om du vill veta mer om attributet "SameSite"
en-US
Cookie “%1$S” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read %2$S
Entity # all locales netwerk • necko.properties
CookieSameSiteValueInvalid
sv-SE
Ogiltigt “sameSite“-värde för kaka “%1$S”. De stödda värdena är: “lax“,“strict“,“none“.
en-US
Invalid “sameSite“ value for cookie “%1$S”. The supported values are: “lax“, “strict“, “none“.
Entity # all locales netwerk • necko.properties
CookieSameSiteValueInvalid2
sv-SE
Ogiltigt "SameSite"-värde för kaka "%1$S". De värden som stöds är: "Lax", "Strict", "None".
en-US
Invalid “SameSite“ value for cookie “%1$S”. The supported values are: “Lax“, “Strict“, “None“.
Entity # all locales suite • chrome • browser • navigatorOverlay.dtd
useStyleSheetNone.label
sv-SE
Ingen
en-US
None
Entity # all locales suite • chrome • browser • pageInfo.properties
formDefaultTarget
sv-SE
Inget (Öppnas i samma fönster)
en-US
None (opens in same window)
Entity # all locales suite • chrome • common • pref • pref-fonts.dtd
minSize.none
sv-SE
Ingen
en-US
None
Entity # all locales suite • chrome • common • utilityOverlay.dtd
direct.label
sv-SE
Uppkopplad (proxy: ingen)
en-US
Online (Proxy: None)
Entity # all locales suite • chrome • common • utilityOverlay.properties
onlineTooltip0
sv-SE
Du är i uppkopplat läge (proxy: ingen). Klicka på ikonen för att koppla ned.
en-US
You are online (proxy: none). Click the icon to go offline.
Entity # all locales suite • chrome • editor • dialogs • EditorListProperties.dtd
none.value
sv-SE
Ingen
en-US
None
Entity # all locales suite • chrome • editor • dialogs • EditorTableProperties.dtd
tableCaptionNone.label
sv-SE
Ingen
en-US
None
Entity # all locales suite • chrome • editor • editor.properties
None
sv-SE
Inga
en-US
None
Entity # all locales suite • chrome • editor • editor.properties
none
sv-SE
inga
en-US
none
Entity # all locales suite • chrome • editor • editorOverlay.dtd
noneCmd.label
sv-SE
Ingen
en-US
None
Entity # all locales suite • chrome • mailnews • messenger.properties
smtpServer-ConnectionSecurityType-0
sv-SE
Nej
en-US
None
Entity # all locales suite • chrome • mailnews • pref • am-addressing.dtd
directoriesNone.label
sv-SE
Ingen
en-US
None
Entity # all locales suite • chrome • mailnews • pref • am-server-top.dtd
connectionSecurityType-0.label
sv-SE
Ingen
en-US
None
Entity # all locales suite • chrome • mailnews • pref • pref-addressing.dtd
directoriesNone.label
sv-SE
Ingen
en-US
None
Entity # all locales suite • chrome • mailnews • pref • smtpEditOverlay.dtd
connectionSecurityType-0.label
sv-SE
Ingen
en-US
None
Entity # all locales toolkit • toolkit • about • aboutSupport.ftl
apz-none
sv-SE
ingen
en-US
none
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-cookie-samesite-lax-by-default2-description
sv-SE
Behandla kakor som "SameSite=Lax" som standard om inget "SameSite"-attribut är specificerat. Utvecklare måste välja aktuell status för obegränsad användning genom att uttryckligen hävda “SameSite=None”.
en-US
Treat cookies as “SameSite=Lax” by default if no “SameSite” attribute is specified. Developers must opt-in to the current status quo of unrestricted use by explicitly asserting “SameSite=None”.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-cookie-samesite-none-requires-secure2-description
sv-SE
Kakor med "SameSite=None"-attribut kräver det säkra attributet. Denna funktion kräver “Kakor: SameSite=Lax som standard”.
en-US
Cookies with “SameSite=None” attribute require the secure attribute. This feature requires “Cookies: SameSite=Lax by default”.
Entity # all locales toolkit • toolkit • featuregates • features.ftl
experimental-features-cookie-samesite-none-requires-secure2.label
sv-SE
Kakor: SameSite=None kräver säkert attribut
en-US
Cookies: SameSite=None requires secure attribute
Entity # all locales toolkit • toolkit • printing • printUI.ftl
printui-margins-none
sv-SE
Ingen
en-US
None
Please enable JavaScript. Some features won't be available without it.