summaryrefslogtreecommitdiffstats
path: root/l10n-sv-SE/dom
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-sv-SE/dom')
-rw-r--r--l10n-sv-SE/dom/chrome/accessibility/win/accessible.properties9
-rw-r--r--l10n-sv-SE/dom/chrome/security/security.properties5
2 files changed, 12 insertions, 2 deletions
diff --git a/l10n-sv-SE/dom/chrome/accessibility/win/accessible.properties b/l10n-sv-SE/dom/chrome/accessibility/win/accessible.properties
index b21b69db7d..3ad296a12f 100644
--- a/l10n-sv-SE/dom/chrome/accessibility/win/accessible.properties
+++ b/l10n-sv-SE/dom/chrome/accessibility/win/accessible.properties
@@ -19,3 +19,12 @@ cycle = Cirkulera
# them to click an element when the click will be handled by a container
# (ancestor) element. This is not normally reported to users.
click ancestor = Klicka på överordnat element
+
+# These messages are reported by accessibility clients such as screen readers to
+# indicate landmarks, which are significant sections of a document to which
+# users might want to navigate quickly. See this page for more information:
+# https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/general-principles.html
+banner = banner
+complementary = komplement
+contentinfo = innehållsinformation
+region = region
diff --git a/l10n-sv-SE/dom/chrome/security/security.properties b/l10n-sv-SE/dom/chrome/security/security.properties
index 9e868006cd..dad175d5ed 100644
--- a/l10n-sv-SE/dom/chrome/security/security.properties
+++ b/l10n-sv-SE/dom/chrome/security/security.properties
@@ -46,8 +46,6 @@ LoadingMixedDisplayObjectSubrequestDeprecation=Att ladda blandat (osäkert) inne
# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
MixedContentBlockedDownload = Blockerat nedladdning av osäkert innehåll "%S".
-# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
-BlockedInsecureDownload = Vi blockerade en hämtning som inte är säker: “%S”.
# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe"
BothAllowScriptsAndSameOriginPresent=En iframe som har både allow-scripts och allow-same-origin för sitt sandbox-attribut kan ta bort sin sandboxning.
@@ -159,6 +157,9 @@ HTTPSOnlyUpgradeSpeculativeConnection = Uppgraderar osäker spekulativ TCP-anslu
HTTPSFirstSchemeless = Uppgradering av URL laddad i adressfältet utan explicit protokollschema för att använda HTTPS.
+# LOCALIZATION NOTE: %S is the hostname for which a exception will be added;
+HTTPSFirstAddingSessionException = Webbplatsen verkar inte stöda HTTPS. Ytterligare försök att ladda “http://%S” säkert kommer att hoppas över tillfälligt.
+
# LOCALIZATION NOTE: %S is the URL of the blocked request;
IframeSandboxBlockedDownload = Hämtning av “%S” blockerades eftersom den utlösande iframe har sandlådeflaggan inställd.