diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /l10n-nb-NO/dom | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-nb-NO/dom')
-rw-r--r-- | l10n-nb-NO/dom/chrome/dom/dom.properties | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/l10n-nb-NO/dom/chrome/dom/dom.properties b/l10n-nb-NO/dom/chrome/dom/dom.properties index b8762836f6..159826fb6d 100644 --- a/l10n-nb-NO/dom/chrome/dom/dom.properties +++ b/l10n-nb-NO/dom/chrome/dom/dom.properties @@ -18,6 +18,7 @@ DebugScriptButton=Feilsøk skript WaitForScriptButton=Fortsett DontAskAgain=&Ikke spør igjen WindowCloseBlockedWarning=Skript kan ikke lukke vinduer som ikke ble åpnet av skriptet selv. +WindowCloseByScriptBlockedWarning=Skript kan bare lukke vinduer som ble åpnet av et skript. OnBeforeUnloadTitle=Er du sikker? OnBeforeUnloadMessage2=Denne siden ber deg bekrefte at du ønsker å forlate siden — informasjon som du allerede har skrevet inn vil kanskje ikke lagres. OnBeforeUnloadStayButton=Bli på siden @@ -309,8 +310,6 @@ WindowContentUntrustedWarning=«content»-attributtet til Window-objekter er for SVGRefLoopWarning=SVG-en <%S> med ID “%S” har en referansesløyfe. # LOCALIZATION NOTE: The first %S is the tag name of the element in the chain where the chain was broken, the second %S is the element's ID. SVGRefChainLengthExceededWarning=En SVG <%S> referansekjede som er for lang ble forlatt ved elementet med ID “%S”. -# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll. -SVGDeselectAll=SVGSVGElement.deselectAll is deprecated as it duplicates functionality from the Selection API. # LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement. SVGNearestViewportElement=SVGGraphicsElement.nearestViewportElement is deprecated and will be removed at a future date. Use SVGElement.viewportElement instead. # LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement. @@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=InstallTrigger.install() er foreldet og v # LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit. SelectOptionsLengthAssignmentWarning=Refused to expand <select> option list via assignment to HTMLOptionsCollection.length (value %1$S). The maximum supported size is %2$S. -# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported". -IsExternalCTAP2SecurityKeySupportedWarning=isExternalCTAP2SecurityKeySupported() is deprecated. - InvalidFormControlUnfocusable=An invalid form control is not focusable. # LOCALIZATION NOTE: Do not translate "name=" InvalidNamedFormControlUnfocusable=The invalid form control with name=‘%S’ is not focusable. |