diff options
Diffstat (limited to 'l10n-tr/toolkit/toolkit/global/cspErrors.ftl')
-rw-r--r-- | l10n-tr/toolkit/toolkit/global/cspErrors.ftl | 9 |
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. |