diff options
Diffstat (limited to 'l10n-cs/dom')
-rw-r--r-- | l10n-cs/dom/chrome/dom/dom.properties | 6 | ||||
-rw-r--r-- | l10n-cs/dom/chrome/security/csp.properties | 83 | ||||
-rw-r--r-- | l10n-cs/dom/chrome/security/security.properties | 3 |
3 files changed, 87 insertions, 5 deletions
diff --git a/l10n-cs/dom/chrome/dom/dom.properties b/l10n-cs/dom/chrome/dom/dom.properties index 4f1d278724..5eb4eda1e0 100644 --- a/l10n-cs/dom/chrome/dom/dom.properties +++ b/l10n-cs/dom/chrome/dom/dom.properties @@ -18,6 +18,7 @@ DebugScriptButton=Otevřít v debuggeru WaitForScriptButton=Počkat DontAskAgain=Příště se už &neptat WindowCloseBlockedWarning=Skripty nemohou zavírat okna, která nebyla pomocí skriptu otevřena. +WindowCloseByScriptBlockedWarning=Skripty mohou uzavřít pouze okna, která byla pomocí skriptu otevřena. OnBeforeUnloadTitle=Opravdu? OnBeforeUnloadMessage2=Tato stránka vás žádá o potvrzení, že ji opravdu chcete opustit. Údaje, které jste vložili, nemusí být uloženy. OnBeforeUnloadStayButton=Zůstat na stránce @@ -309,8 +310,6 @@ WindowContentUntrustedWarning=Atribut ‘content’ objektů Window je zastaral SVGRefLoopWarning=SVG <%S> s ID „%S“ obsahuje cyklické reference. # 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=Řetězec referencí SVG <%S> je moc dlouhý a byl opuštěn u prvku s ID „%S“. -# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll. -SVGDeselectAll=Metoda SVGSVGElement.deselectAll je zastaralá, protože duplikuje funkčnost z rozhraní Selection API. # LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement. SVGNearestViewportElement=SVGGraphicsElement.nearestViewportElement je zastaralý a bude v budoucnu odstraněn. Místo něj použijte SVGElement.viewportElement. # LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement. @@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=Funkce InstallTrigger.install() je zastar # LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit. SelectOptionsLengthAssignmentWarning=Odmítnuto rozšířit seznam možností <select> pomocí přiřazení k HTMLOptionsCollection.length (hodnota %1$S). Maximální podporovaná velikost je %2$S. -# LOCALIZATION NOTE: Do not translate "isExternalCTAP2SecurityKeySupported". -IsExternalCTAP2SecurityKeySupportedWarning=Metoda isExternalCTAP2SecurityKeySupported() je zastaralá. - InvalidFormControlUnfocusable=Neplatný ovládací prvek formuláře není možné dosáhnout klávesnicí. # LOCALIZATION NOTE: Do not translate "name=" InvalidNamedFormControlUnfocusable=Neplatný ovládací prvek formuláře s name=‘%S’ není dosažitelný klávesnicí. diff --git a/l10n-cs/dom/chrome/security/csp.properties b/l10n-cs/dom/chrome/security/csp.properties index 0d3e77d5c8..2f7f39f316 100644 --- a/l10n-cs/dom/chrome/security/csp.properties +++ b/l10n-cs/dom/chrome/security/csp.properties @@ -17,6 +17,89 @@ CSPROViolation = Pro politiku report-only CSP se vyskytla výjimka („%1$S“). # %1$S is the directive that has been violated. # %2$S is the URI of the resource which violated the directive. CSPROViolationWithURI = Nastavení stránky zachytilo načítání zdroje z adresy %2$S („%1$S“). Posílá se zpráva CSP. + +# 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 = Nastavení stránky zablokovalo použití vloženého stylu (%2$S), protože porušuje následující direktivu: “%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) +# 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 = Nastavení stránky zablokovalo spuštění vloženého skriptu (%2$S), protože porušuje následující direktivu: “%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) +# 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 = URI reportu je neplatná: „%1$S“ diff --git a/l10n-cs/dom/chrome/security/security.properties b/l10n-cs/dom/chrome/security/security.properties index 953b95acd7..b1a6b1d6ee 100644 --- a/l10n-cs/dom/chrome/security/security.properties +++ b/l10n-cs/dom/chrome/security/security.properties @@ -46,6 +46,9 @@ LoadingMixedDisplayObjectSubrequestDeprecation=Načítání smíšeného (nezabe # LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download MixedContentBlockedDownload = Stažení nezabezpečeného obsahu „%S“ bylo zablokováno. +# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download +BlockedInsecureDownload = Zablokovali jsme stahování, které není bezpečné: “%S”. + # LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" BothAllowScriptsAndSameOriginPresent=iframe, který má pro svůj atribut sandbox nastavené allow-scripts a allow-same-origin, může odstranit svůj sandboxing. # LOCALIZATION NOTE: Do not translate "allow-top-navigation-by-user-activation", "allow-top-navigation", "sandbox" or "iframe" |