summaryrefslogtreecommitdiffstats
path: root/l10n-hu/dom
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:13:27 +0000
commit40a355a42d4a9444dc753c04c6608dade2f06a23 (patch)
tree871fc667d2de662f171103ce5ec067014ef85e61 /l10n-hu/dom
parentAdding upstream version 124.0.1. (diff)
downloadfirefox-upstream/125.0.1.tar.xz
firefox-upstream/125.0.1.zip
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-hu/dom')
-rw-r--r--l10n-hu/dom/chrome/dom/dom.properties6
-rw-r--r--l10n-hu/dom/chrome/security/csp.properties85
-rw-r--r--l10n-hu/dom/chrome/security/security.properties3
3 files changed, 89 insertions, 5 deletions
diff --git a/l10n-hu/dom/chrome/dom/dom.properties b/l10n-hu/dom/chrome/dom/dom.properties
index 82141b4983..895ab1e0ea 100644
--- a/l10n-hu/dom/chrome/dom/dom.properties
+++ b/l10n-hu/dom/chrome/dom/dom.properties
@@ -18,6 +18,7 @@ DebugScriptButton=Hibakeresés
WaitForScriptButton=Folytatás
DontAskAgain=&Ne kérdezze meg többet
WindowCloseBlockedWarning=A parancsfájlok nem zárhatnak be nem parancsfájlok útján megnyitott ablakokat.
+WindowCloseByScriptBlockedWarning=A parancsfájlok csak parancsfájlokkal megnyitott ablakokat zárhatnak be.
OnBeforeUnloadTitle=Biztos benne?
OnBeforeUnloadMessage2=Az oldal azt kéri, hogy erősítse meg kilépési szándékát – a beírt információk nem feltétlenül lettek elmentve.
OnBeforeUnloadStayButton=Maradás ezen az oldalon
@@ -309,8 +310,6 @@ WindowContentUntrustedWarning=A Window objektumok „content” attribútuma ela
SVGRefLoopWarning=Az „%2$S” azonosítójú SVG <%1$S> címkén referenciahurok van.
# 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=A túl hosszú SVG <%S> referencialánc a(z) „%S” azonosítójú elemnél meg lett szakítva.
-# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll.
-SVGDeselectAll=Az SVGSVGElement.deselectAll elavult, mert a Selection API funkcionalitását kettőzi meg.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement.
SVGNearestViewportElement=Az SVGGraphicsElement.nearestViewportElement elavult, és egy későbbi időpontban el lesz távolítva. Használja helyette az SVGElement.viewportElement objektumot.
# LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement.
@@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=Az InstallTrigger.install() elavult, és
# LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit.
SelectOptionsLengthAssignmentWarning=A <select> lehetőséglistájának a HTMLOptionsCollection.length (érték: %1$S) hozzárendelése révén történő kibővítése megtagadva. A maximális támogatott méret: %2$S.
-# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported".
-IsExternalCTAP2SecurityKeySupportedWarning=Az isExternalCTAP2SecurityKeySupported() elavult.
-
InvalidFormControlUnfocusable=Egy érvénytelen űrlapvezérlőre nem lehet fókuszálni.
# LOCALIZATION NOTE: Do not translate "name="
InvalidNamedFormControlUnfocusable=Az érvénytelen name=„%S” űrlapvezérlőre nem lehet fókuszálni.
diff --git a/l10n-hu/dom/chrome/security/csp.properties b/l10n-hu/dom/chrome/security/csp.properties
index 12b3c68beb..5bcb7ff039 100644
--- a/l10n-hu/dom/chrome/security/csp.properties
+++ b/l10n-hu/dom/chrome/security/csp.properties
@@ -17,6 +17,91 @@ CSPROViolation = Direktívasértés történt egy csak jelentés CSP házirendhe
# %1$S is the directive that has been violated.
# %2$S is the URI of the resource which violated the directive.
CSPROViolationWithURI = Az oldal beállításai egy erőforrás betöltését figyelték meg itt: %2$S („%1$S”). Egy CSP jelentés kerül elküldésre.
+
+# CSP Warnings:
+
+# LOCALIZATION NOTE (CSPInlineStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPInlineStyleViolation = Az oldal beállításai letiltották egy beágyazott stílus (%2$S) alkalmazását, mert az sérti a következő direktívát: „%1$S”
+# LOCALIZATION NOTE (CSPROInlineStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. style-src-elem)
+CSPROInlineStyleViolation = (Csak jelentési házirend) Az oldal beállításai tiltanák egy beágyazott stílus (%2$S) alkalmazását, mert sérti a következő direktívát: „%1$S”
+# LOCALIZATION NOTE (CSPInlineScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPInlineScriptViolation = Az oldal beállításai letiltották egy beágyazott parancsfájl (%2$S) végrehajtását, mert az sérti a következő direktívát: „%1$S”
+# LOCALIZATION NOTE (CSPROInlineScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-elem)
+CSPROInlineScriptViolation = (Csak jelentési házirend) Az oldal beállításai tiltanák egy beágyazott parancsfájl (%2$S) végrehajtását, mert az sérti a következő direktívát: „%1$S”
+# LOCALIZATION NOTE (CSPEventHandlerScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+# LOCALIZATION NOTE (CSPROEventHandlerScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src-attr)
+# LOCALIZATION NOTE (CSPEvalScriptViolation):
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+# LOCALIZATION NOTE (CSPROEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# Don't translate/change "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+# LOCALIZATION NOTE (CSPWasmEvalScriptViolation):
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+# LOCALIZATION NOTE (CSPROWasmEvalScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# WebAssembly is a feature name.
+# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the type of directive used by the resource (e.g. script-src)
+# LOCALIZATION NOTE (CSPStyleViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+# LOCALIZATION NOTE (CSPROStyleViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. style-src)
+# LOCALIZATION NOTE (CSPScriptViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+# LOCALIZATION NOTE (CSPROScriptViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. script-src-elem)
+# LOCALIZATION NOTE (CSPWorkerViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+# LOCALIZATION NOTE (CSPROWorkerViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. worker-src)
+# LOCALIZATION NOTE (CSPGenericViolation):
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+# LOCALIZATION NOTE (CSPROGenericViolation):
+# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only.
+# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'")
+# %2$S is the URI of the resource which violated the directive.
+# %3$S is the type of directive used by the resource (e.g. image-src)
+
# LOCALIZATION NOTE (triedToSendReport):
# %1$S is the URI we attempted to send a report to.
triedToSendReport = Kísérlet jelentés küldésére érvénytelen URI-címre: „%1$S”
diff --git a/l10n-hu/dom/chrome/security/security.properties b/l10n-hu/dom/chrome/security/security.properties
index bc6385f3f9..7b0db01bd9 100644
--- a/l10n-hu/dom/chrome/security/security.properties
+++ b/l10n-hu/dom/chrome/security/security.properties
@@ -46,6 +46,9 @@ LoadingMixedDisplayObjectSubrequestDeprecation=A(z) „%1$S” vegyes (nem bizto
# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
MixedContentBlockedDownload = A(z) „%S” nem biztonságos tartalom letöltése blokkolva.
+# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download
+BlockedInsecureDownload = Blokkoltunk egy nem biztonságos letöltést: „%S”.
+
# LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe"
BothAllowScriptsAndSameOriginPresent=Ha egy iframe sandbox attribútumában az allow-scripts és az allow-same-origin is be van állítva, akkor az eltávolíthatja a homokozó használatát.
# LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe"