diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /l10n-sv-SE/dom | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-sv-SE/dom')
-rw-r--r-- | l10n-sv-SE/dom/chrome/accessibility/win/accessible.properties | 9 | ||||
-rw-r--r-- | l10n-sv-SE/dom/chrome/security/security.properties | 5 |
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. |