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-sq/dom/chrome/security | |
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-sq/dom/chrome/security')
-rw-r--r-- | l10n-sq/dom/chrome/security/csp.properties | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/l10n-sq/dom/chrome/security/csp.properties b/l10n-sq/dom/chrome/security/csp.properties index dca605548e..76dffbb765 100644 --- a/l10n-sq/dom/chrome/security/csp.properties +++ b/l10n-sq/dom/chrome/security/csp.properties @@ -17,6 +17,105 @@ CSPROViolation = U cenua një rregull report-only CSP (“%1$S”). Veprimi u le # %1$S is the directive that has been violated. # %2$S is the URI of the resource which violated the directive. CSPROViolationWithURI = U pikas ngarkim i një burimi te %2$S ("%1$S"). Po dërgohet një raportim 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 = Rregullimet e faqes bllokuan aplikimin e një stili brendazi (%2$S), ngaqë shkel direktivën vijuese: “%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 = (Rregull Report-Only) Rregullimet e faqes do të bllokonin aplikimin e një stili brendazi (%2$S), ngaqë shkel direktivën vijuese: “%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 = Rregullimet e faqes bllokuan ekzekutimin e një programthi brendazi (%2$S), ngaqë shkel direktivën vijuese: “%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 = (Rregull Report-Only) Rregullimet e faqes do të bllokonin ekzekutimin e një programthi brendazi (%2$S), ngaqë shkel direktivën vijuese: “%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) +CSPEventHandlerScriptViolation = Rregullimet e faqes bllokuan ekzekutimin e një trajtuesi aktesh (%2$S), ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPROEventHandlerScriptViolation = (Rregull Report-Only) Rregullimet e faqes do të bllokonin ekzekutimin e një trajtuesi aktesh (%2$S), ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPEvalScriptViolation = Rregullimet e faqes bllokuan ekzekutimin e një eval-i JavaScript (%2$S), ngaqë shkel direktivën vijuese: “%1$S” (Mungon 'unsafe-eval') +# 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) +CSPROEvalScriptViolation = (Rregull Report-Only) Rregullimet e faqes do të bllokonin ekzekutimin e një eval-i JavaScript (%2$S), ngaqë shkel direktivën vijuese: “%1$S” (Mungon 'unsafe-eval') +# 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) +CSPWasmEvalScriptViolation = Rregullimet e faqes bllokuan ekzekutim WebAssembly (%2$S), ngaqë shkel direktivën vijuese: “%1$S” (Mungon 'wasm-unsafe-eval', ose 'unsafe-eval') +# 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) +CSPROWasmEvalScriptViolation = (Rregull Report-Only) Rregullimet e faqes do të bllokonin ekzekutim WebAssembly (%2$S), ngaqë shkel direktivën vijuese: “%1$S” (Mungon 'wasm-unsafe-eval', ose 'unsafe-eval') +# 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) +CSPStyleViolation = Rregullimet e faqes bllokuan aplikimin e një stili (%3$S) te %2$S, ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPROStyleViolation = (Rregull Report-Only) Rregullimet e faqes do të bllokonin aplikimin e një stili (%3$S) te %2$S, ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPScriptViolation = Rregullimet e faqes bllokuan ekzekutimin e një programthi (%3$S) te %2$S, ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPROScriptViolation = (Rregull Report-Only) Rregullimet e faqes do të bllokonin ekzekutimin e një programthi (%3$S) te %2$S, ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPWorkerViolation = Rregullimet e faqes bllokuan ekzekutimin e një programthi “worker” (%3$S) te %2$S, ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPROWorkerViolation = (Rregull Report-Only) Rregullimet e faqes do të bllokonin ekzekutimin e një programthi “worker” (%3$S) te %2$S, ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPGenericViolation = Rregullimet e faqes bllokuan ngarkimin e burimit (%3$S) te %2$S, ngaqë shkel direktivën vijuese: “%1$S” +# 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) +CSPROGenericViolation = (Rregull Report-Only) Rregullimet e faqes do të bllokonin ngarkimin e një burimi (%3$S) te %2$S, ngaqë shkel direktivën vijuese: “%1$S” + # LOCALIZATION NOTE (triedToSendReport): # %1$S is the URI we attempted to send a report to. triedToSendReport = Pati përpjekje për dërgim raporti te një URI e pavlefshme: "%1$S" @@ -119,6 +218,18 @@ duplicateDirective = U kapën udhëzime %1$S të përsëdytura. Hiq të parin, k # %1$S is the option that could not be understood couldntParseInvalidSandboxFlag = S’përtypi dot flamurkë të pavlefshme bankëprove ‘%1$S’ +# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues): +# %1$S is the number of passed tokens. +invalidNumberOfTrustedTypesForDirectiveValues = U mor një numër i pavlefshëm token-ësh për direktivën ‘require-trusted-types-for‘: %1$S; pritej 1 +# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue): +# %1$S is the passed token +invalidRequireTrustedTypesForDirectiveValue = U mor një token i pavlefshëm për direktivën ‘require-trusted-types-for‘: %1$S; pritej ‘script‘ + + +# LOCALIZATION NOTE (invalidTrustedTypesExpression): +# %1$S is the passed token +invalidTrustedTypesExpression = U mor një token i pavlefshëm për direktivën ‘trusted-types‘: %1$S + # LOCALIZATION NOTE (CSPMessagePrefix): # Do not translate "Content-Security-Policy", only handle spacing for the colon. # %S is a console message that is being prefixed here. |