summaryrefslogtreecommitdiffstats
path: root/l10n-tr/toolkit/toolkit/global/cspErrors.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /l10n-tr/toolkit/toolkit/global/cspErrors.ftl
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-tr/toolkit/toolkit/global/cspErrors.ftl')
-rw-r--r--l10n-tr/toolkit/toolkit/global/cspErrors.ftl9
1 files changed, 2 insertions, 7 deletions
diff --git a/l10n-tr/toolkit/toolkit/global/cspErrors.ftl b/l10n-tr/toolkit/toolkit/global/cspErrors.ftl
index d7855930cb..56fa05a0cf 100644
--- a/l10n-tr/toolkit/toolkit/global/cspErrors.ftl
+++ b/l10n-tr/toolkit/toolkit/global/cspErrors.ftl
@@ -5,27 +5,22 @@
# Variables:
# $directive (String): the name of a CSP directive, such as "script-src".
csp-error-missing-directive = İlkede gereken ‘{ $directive }’ direktifi eksik
-
# Variables:
# $directive (String): the name of a CSP directive, such as "script-src".
# $keyword (String): the name of a CSP keyword, usually 'unsafe-inline'.
-csp-error-illegal-keyword = '{ $directive }' direktifi yasaklı { $keyword } anahtar kelimesini içeriyor
-
+csp-error-illegal-keyword = ‘{ $directive }’ direktifi yasaklı { $keyword } anahtar kelimesini içeriyor
# Variables:
# $directive (String): the name of a CSP directive, such as "script-src".
# $scheme (String): a protocol name, such as "http", which appears as "http:", as it would in a URL.
-csp-error-illegal-protocol = '{ $directive }' direktifi yasaklı bir { $scheme } içeriyor: protokol kaynağı
-
+csp-error-illegal-protocol = ‘{ $directive }’ direktifi yasaklı bir { $scheme } içeriyor: protokol kaynağı
# Variables:
# $directive (String): the name of a CSP directive, such as "script-src".
# $scheme (String): a protocol name, such as "http", which appears as "http:", as it would in a URL.
csp-error-missing-host = { $scheme }: protokolün ‘{ $directive }’ direktiflerinde bir host gerekiyor
-
# Variables:
# $directive (String): the name of a CSP directive, such as "script-src".
# $source (String): the name of a CSP source, usually 'self'.
csp-error-missing-source = ‘{ $directive }’ { $source } kaynağını içermelidir
-
# Variables:
# $directive (String): the name of a CSP directive, such as "script-src".
# $scheme (String): a protocol name, such as "http", which appears as "http:", as it would in a URL.