diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /l10n-tr/dom | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-tr/dom')
-rw-r--r-- | l10n-tr/dom/chrome/accessibility/win/accessible.properties | 9 | ||||
-rw-r--r-- | l10n-tr/dom/chrome/security/csp.properties | 12 | ||||
-rw-r--r-- | l10n-tr/dom/chrome/security/security.properties | 3 |
3 files changed, 24 insertions, 0 deletions
diff --git a/l10n-tr/dom/chrome/accessibility/win/accessible.properties b/l10n-tr/dom/chrome/accessibility/win/accessible.properties index 563348e962..6a88420e9e 100644 --- a/l10n-tr/dom/chrome/accessibility/win/accessible.properties +++ b/l10n-tr/dom/chrome/accessibility/win/accessible.properties @@ -19,3 +19,12 @@ cycle = Çevrim # them to click an element when the click will be handled by a container # (ancestor) element. This is not normally reported to users. click ancestor = Üst elemana tıkla + +# These messages are reported by accessibility clients such as screen readers to +# indicate landmarks, which are significant sections of a document to which +# users might want to navigate quickly. See this page for more information: +# https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/general-principles.html +banner = ana başlık +complementary = ek +contentinfo = içerik bilgisi +region = bölge diff --git a/l10n-tr/dom/chrome/security/csp.properties b/l10n-tr/dom/chrome/security/csp.properties index 0dec3f7d40..b3256b7149 100644 --- a/l10n-tr/dom/chrome/security/csp.properties +++ b/l10n-tr/dom/chrome/security/csp.properties @@ -200,6 +200,18 @@ duplicateDirective = Birden fazla %1$S direktifi tespit edildi. İlki dışınd # %1$S is the option that could not be understood couldntParseInvalidSandboxFlag = Geçersiz sandbox bayrağı ‘%1$S’ işlenemedi +# LOCALIZATION NOTE (invalidNumberOfTrustedTypesForDirectiveValues): +# %1$S is the number of passed tokens. +invalidNumberOfTrustedTypesForDirectiveValues = ‘require-trusted-types-for‘ direktifi için geçersiz sayıda jeton alındı: %1$S. 1 jeton bekleniyordu +# LOCALIZATION NOTE (invalidRequireTrustedTypesForDirectiveValue): +# %1$S is the passed token +invalidRequireTrustedTypesForDirectiveValue = ‘require-trusted-types-for‘ direktifi için geçersiz bir jeton alındı: %1$S. ‘script‘ jetonu bekleniyordu + + +# LOCALIZATION NOTE (invalidTrustedTypesExpression): +# %1$S is the passed token +invalidTrustedTypesExpression = ‘trusted-types’ direktifi için geçersiz bir jeton alındı: %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. diff --git a/l10n-tr/dom/chrome/security/security.properties b/l10n-tr/dom/chrome/security/security.properties index 69c2aeac08..696e12d1d0 100644 --- a/l10n-tr/dom/chrome/security/security.properties +++ b/l10n-tr/dom/chrome/security/security.properties @@ -157,6 +157,9 @@ HTTPSOnlyUpgradeSpeculativeConnection = Güvensiz spekülatif “%1$S” TCP ba HTTPSFirstSchemeless = Adres çubuğuna yüklenmiş ve belirli bir protokol şeması olmayan URL, HTTPS kullanacak şekilde yükseltiliyor. +# LOCALIZATION NOTE: %S is the hostname for which a exception will be added; +HTTPSFirstAddingSessionException = Web sitesi HTTPS’yi desteklemiyor. “http://%S” adresini güvenli bir şekilde yükleme girişimleri geçici olarak es geçilecektir. + # LOCALIZATION NOTE: %S is the URL of the blocked request; IframeSandboxBlockedDownload = Tetikleyici iframe’de sandbox bayrağı ayarlandığı için “%S” indirmesi engellendi. |