summaryrefslogtreecommitdiffstats
path: root/l10n-tr/browser/browser/preferences
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-tr/browser/browser/preferences')
-rw-r--r--l10n-tr/browser/browser/preferences/addEngine.ftl22
-rw-r--r--l10n-tr/browser/browser/preferences/applicationManager.ftl25
-rw-r--r--l10n-tr/browser/browser/preferences/blocklists.ftl33
-rw-r--r--l10n-tr/browser/browser/preferences/clearSiteData.ftl56
-rw-r--r--l10n-tr/browser/browser/preferences/colors.ftl44
-rw-r--r--l10n-tr/browser/browser/preferences/connection.ftl99
-rw-r--r--l10n-tr/browser/browser/preferences/containers.ftl93
-rw-r--r--l10n-tr/browser/browser/preferences/fonts.ftl104
-rw-r--r--l10n-tr/browser/browser/preferences/formAutofill.ftl156
-rw-r--r--l10n-tr/browser/browser/preferences/fxaPairDevice.ftl17
-rw-r--r--l10n-tr/browser/browser/preferences/languages.ftl73
-rw-r--r--l10n-tr/browser/browser/preferences/moreFromMozilla.ftl34
-rw-r--r--l10n-tr/browser/browser/preferences/permissions.ftl205
-rw-r--r--l10n-tr/browser/browser/preferences/preferences.ftl1399
-rw-r--r--l10n-tr/browser/browser/preferences/selectBookmark.ftl9
-rw-r--r--l10n-tr/browser/browser/preferences/siteDataSettings.ftl67
-rw-r--r--l10n-tr/browser/browser/preferences/translation.ftl40
17 files changed, 2476 insertions, 0 deletions
diff --git a/l10n-tr/browser/browser/preferences/addEngine.ftl b/l10n-tr/browser/browser/preferences/addEngine.ftl
new file mode 100644
index 0000000000..50b54cf28c
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/addEngine.ftl
@@ -0,0 +1,22 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+add-engine-window2 =
+ .title = Arama motoru ekle
+ .style = min-width: 32em;
+
+add-engine-button = Özel motor ekle
+
+add-engine-name = Arama motoru adı
+
+add-engine-alias = Takma ad
+
+add-engine-url = Motor adresi. Aranacak terim yerine %s koyun
+
+add-engine-dialog =
+ .buttonlabelaccept = Motor ekle
+ .buttonaccesskeyaccept = e
+
+engine-name-exists = Bu isimde bir motor zaten var
+engine-alias-exists = Bu takma ada sahip bir motor zaten var
diff --git a/l10n-tr/browser/browser/preferences/applicationManager.ftl b/l10n-tr/browser/browser/preferences/applicationManager.ftl
new file mode 100644
index 0000000000..802508592e
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/applicationManager.ftl
@@ -0,0 +1,25 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+app-manager-window2 =
+ .title = Uygulama ayrıntıları
+ .style = min-width: 30em; min-height: 20em;
+
+app-manager-remove =
+ .label = Sil
+ .accesskey = l
+
+# Variables:
+# $type (String) - the URI scheme of the link (e.g. mailto:)
+app-manager-handle-protocol = { $type } bağlantıları aşağıdaki uygulamalarla kullanılabilir.
+
+# Variables:
+# $type (String) - the MIME type (e.g. application/binary)
+app-manager-handle-file = { $type } içeriği aşağıdaki uygulamalarla kullanılabilir.
+
+## These strings are followed, on a new line,
+## by the URL or path of the application.
+
+app-manager-web-app-info = Bu web uygulamasının barındırıldığı yer:
+app-manager-local-app-info = Bu uygulamanın bulunduğu konum:
diff --git a/l10n-tr/browser/browser/preferences/blocklists.ftl b/l10n-tr/browser/browser/preferences/blocklists.ftl
new file mode 100644
index 0000000000..0a2fc11d0e
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/blocklists.ftl
@@ -0,0 +1,33 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+blocklist-window2 =
+ .title = Engelleme Listeleri
+ .style = min-width: 55em
+
+blocklist-description = { -brand-short-name } tarayıcınızın çevrimiçi takip kodlarını engellemek için kullanacağı listeyi seçin. Listeler <a data-l10n-name="disconnect-link" title="Disconnect">Disconnect</a> tarafından sağlanmaktadır.
+blocklist-close-key =
+ .key = w
+
+blocklist-treehead-list =
+ .label = Liste
+
+blocklist-dialog =
+ .buttonlabelaccept = Değişiklikleri kaydet
+ .buttonaccesskeyaccept = D
+
+
+# This template constructs the name of the block list in the block lists dialog.
+# It combines the list name and description.
+# e.g. "Standard (Recommended). This list does a pretty good job."
+#
+# Variables:
+# $listName {string, "Standard (Recommended)."} - List name.
+# $description {string, "This list does a pretty good job."} - Description of the list.
+blocklist-item-list-template = { $listName } { $description }
+
+blocklist-item-moz-std-listName = 1. seviye engelleme listesi (Önerilir).
+blocklist-item-moz-std-description = Daha az sitede sorun yaşamanız için bazı takip kodlarına izin verir.
+blocklist-item-moz-full-listName = 2. seviye engelleme listesi.
+blocklist-item-moz-full-description = Algılanan tüm takip kodlarını engeller. Bazı web siteleri veya içerikler düzgün yüklenmeyebilir.
diff --git a/l10n-tr/browser/browser/preferences/clearSiteData.ftl b/l10n-tr/browser/browser/preferences/clearSiteData.ftl
new file mode 100644
index 0000000000..b700e08727
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/clearSiteData.ftl
@@ -0,0 +1,56 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+clear-site-data-window2 =
+ .title = Verileri Temizle
+ .style = min-width: 35em
+
+clear-site-data-description = { -brand-short-name } tarafından saklanan çerezleri ve site verilerini temizlemeniz web sitelerindeki oturumlarınızın kapanmasına ve çevrimdışı web içeriklerinin silinmesine yol açabilir. Önbelleği temizlemeniz oturumlarınızı etkilemez.
+
+clear-site-data-close-key =
+ .key = w
+
+# The parameters in parentheses in this string describe disk usage
+# in the format ($amount $unit), e.g. "Cookies and Site Data (24 KB)"
+# Variables:
+# $amount (Number) - Amount of site data currently stored on disk
+# $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB"
+clear-site-data-cookies-with-data =
+ .label = Çerezler ve site verileri ({ $amount } { $unit })
+ .accesskey = s
+
+# This string is a placeholder for while the data used to fill
+# clear-site-data-cookies-with-data is loading. This placeholder is usually
+# only shown for a very short time (< 1s), so it should be very similar
+# or the same as clear-site-data-cookies-with-data (except the amount and unit),
+# to avoid flickering.
+clear-site-data-cookies-empty =
+ .label = Çerezler ve site verileri
+ .accesskey = s
+
+clear-site-data-cookies-info = Bunları temizlerseniz web sitelerindeki oturumlarınız kapanabilir
+
+# The parameters in parentheses in this string describe disk usage
+# in the format ($amount $unit), e.g. "Cached Web Content (24 KB)"
+# Variables:
+# $amount (Number) - Amount of cache currently stored on disk
+# $unit (String) - Abbreviation of the unit that $amount is in, e.g. "MB"
+clear-site-data-cache-with-data =
+ .label = Önbelleğe alınmış web içeriği ({ $amount } { $unit })
+ .accesskey = w
+
+# This string is a placeholder for while the data used to fill
+# clear-site-data-cache-with-data is loading. This placeholder is usually
+# only shown for a very short time (< 1s), so it should be very similar
+# or the same as clear-site-data-cache-with-data (except the amount and unit),
+# to avoid flickering.
+clear-site-data-cache-empty =
+ .label = Önbelleğe alınmış web içeriği
+ .accesskey = w
+
+clear-site-data-cache-info = Web sitelerinin resim ve verileri yeniden yüklemesi gerekir
+
+clear-site-data-dialog =
+ .buttonlabelaccept = Temizle
+ .buttonaccesskeyaccept = l
diff --git a/l10n-tr/browser/browser/preferences/colors.ftl b/l10n-tr/browser/browser/preferences/colors.ftl
new file mode 100644
index 0000000000..ab96f5685d
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/colors.ftl
@@ -0,0 +1,44 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+colors-dialog2 =
+ .title = Renkler
+ .style = min-width: 41em;
+
+colors-close-key =
+ .key = w
+
+colors-page-override = Sayfada tanımlanan renkler yerine yukarıdaki tercihlerimi kullan
+ .accesskey = r
+
+colors-page-override-option-always =
+ .label = Her zaman
+colors-page-override-option-auto =
+ .label = Yalnızca yüksek karşıtlık temalarında
+colors-page-override-option-never =
+ .label = Asla
+
+colors-text-and-background = Metin ve arka plan
+
+colors-text-header = Metin
+ .accesskey = M
+
+colors-background = Arka plan
+ .accesskey = A
+
+colors-use-system =
+ .label = Sistem renklerini kullan
+ .accesskey = S
+
+colors-underline-links =
+ .label = Bağlantıların altını çiz
+ .accesskey = B
+
+colors-links-header = Bağlantı renkleri
+
+colors-unvisited-links = Ziyaret edilmemiş bağlantılar
+ .accesskey = Z
+
+colors-visited-links = Ziyaret edilmiş bağlantılar
+ .accesskey = a
diff --git a/l10n-tr/browser/browser/preferences/connection.ftl b/l10n-tr/browser/browser/preferences/connection.ftl
new file mode 100644
index 0000000000..b3388a7ad2
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/connection.ftl
@@ -0,0 +1,99 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+connection-window2 =
+ .title = Bağlantı Ayarları
+ .style =
+ { PLATFORM() ->
+ [macos] min-width: 44em
+ *[other] min-width: 49em
+ }
+
+connection-close-key =
+ .key = w
+
+connection-disable-extension =
+ .label = Uzantıyı etkisizleştir
+
+connection-proxy-configure = İnternete erişmek için vekil sunucuyu yapılandır
+
+connection-proxy-option-no =
+ .label = Vekil sunucu yok
+ .accesskey = e
+connection-proxy-option-system =
+ .label = Sistem vekil sunucu ayarlarını kullan
+ .accesskey = S
+connection-proxy-option-auto =
+ .label = Bu ağın vekil sunucu ayarlarını kendiliğinden tanı
+ .accesskey = v
+connection-proxy-option-manual =
+ .label = Vekil sunucuyu elle ayarla
+ .accesskey = k
+
+connection-proxy-http = HTTP vekil sunucusu
+ .accesskey = p
+connection-proxy-http-port = Port
+ .accesskey = P
+connection-proxy-https-sharing =
+ .label = HTTPS için de bu vekil sunucusunu kullan
+ .accesskey = S
+
+connection-proxy-https = HTTPS vekil sunucusu
+ .accesskey = H
+connection-proxy-ssl-port = Port
+ .accesskey = o
+
+connection-proxy-socks = SOCKS sunucusu
+ .accesskey = C
+connection-proxy-socks-port = Port
+ .accesskey = t
+
+connection-proxy-socks4 =
+ .label = SOCKS v4
+ .accesskey = K
+connection-proxy-socks5 =
+ .label = SOCKS v5
+ .accesskey = v
+connection-proxy-noproxy = Aşağıdakiler için vekil sunucu kullanılmasın
+ .accesskey = A
+
+connection-proxy-noproxy-desc = Örnek: .mozilla.org, .com.tr, 192.168.1.0/24
+
+# Do not translate "localhost", "127.0.0.1/8" and "::1". (You can translate "and".)
+connection-proxy-noproxy-localhost-desc-2 = Localhost, 127.0.0.1/8, ve ::1 ile olan bağlantılar asla vekil sunucudan geçmez.
+
+connection-proxy-autotype =
+ .label = Otomatik vekil sunucu yapılandırma URL’si
+ .accesskey = O
+
+connection-proxy-reload =
+ .label = Yenile
+ .accesskey = l
+
+connection-proxy-autologin =
+ .label = Parola kayıtlıysa kimlik doğrulama isteme
+ .accesskey = i
+ .tooltip = Bu seçenek, hesap bilgilerini kaydettiğiniz vekil sunucularda kimliğinizi sessizce doğrular. Kimlik doğrulama başarısız olursa bilgileriniz sorulur.
+
+connection-proxy-autologin-checkbox =
+ .label = Parola kayıtlıysa kimlik doğrulama isteme
+ .accesskey = i
+ .tooltiptext = Bu seçenek, hesap bilgilerini kaydettiğiniz vekil sunucularda kimliğinizi sessizce doğrular. Kimlik doğrulama başarısız olursa bilgileriniz sorulur.
+
+connection-proxy-socks-remote-dns =
+ .label = SOCKS v5 kullanırken vekil sunucu DNS’i
+ .accesskey = d
+
+# Variables:
+# $name (String) - Display name or URL for the DNS over HTTPS provider
+connection-dns-over-https-url-item-default =
+ .label = { $name } (Varsayılan)
+ .tooltiptext = DNS'i HTTPS üzerinden çözümlemek için varsayılan URL'yi kullan
+
+connection-dns-over-https-url-custom =
+ .label = Özel
+ .accesskey = Ö
+ .tooltiptext = HTTPS üzerinden DNS’i çözümlemek için tercih ettiğiniz adresi girin
+
+connection-dns-over-https-custom-label = Özel
diff --git a/l10n-tr/browser/browser/preferences/containers.ftl b/l10n-tr/browser/browser/preferences/containers.ftl
new file mode 100644
index 0000000000..82004ff9ff
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/containers.ftl
@@ -0,0 +1,93 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+containers-window-new2 =
+ .title = Yeni kapsayıcı ekle
+ .style = min-width: 45em
+# Variables
+# $name (String) - Name of the container
+containers-window-update-settings2 =
+ .title = { $name } Kapsayıcısı Ayarları
+ .style = min-width: 45em
+
+containers-window-close =
+ .key = w
+
+# This is a term to store style to be applied
+# on the three labels in the containers add/edit dialog:
+# - name
+# - icon
+# - color
+#
+# Using this term and referencing it in the `.style` attribute
+# of the three messages ensures that all three labels
+# will be aligned correctly.
+-containers-labels-style = min-width: 4rem
+
+containers-name-label = Ad
+ .accesskey = A
+ .style = { -containers-labels-style }
+
+containers-name-text =
+ .placeholder = Bir kapsayıcı ismi yazın
+
+containers-icon-label = Simge
+ .accesskey = S
+ .style = { -containers-labels-style }
+
+containers-color-label = Renk
+ .accesskey = R
+ .style = { -containers-labels-style }
+
+containers-dialog =
+ .buttonlabelaccept = Tamam
+ .buttonaccesskeyaccept = m
+
+containers-color-blue =
+ .label = Mavi
+containers-color-turquoise =
+ .label = Turkuaz
+containers-color-green =
+ .label = Yeşil
+containers-color-yellow =
+ .label = Sarı
+containers-color-orange =
+ .label = Turuncu
+containers-color-red =
+ .label = Kırmızı
+containers-color-pink =
+ .label = Pembe
+containers-color-purple =
+ .label = Mor
+containers-color-toolbar =
+ .label = Araç çubuğunu eşleştir
+
+containers-icon-fence =
+ .label = Çit
+containers-icon-fingerprint =
+ .label = Parmak izi
+containers-icon-briefcase =
+ .label = Çanta
+# String represents a money sign but currently uses a dollar sign
+# so don't change to local currency. See Bug 1291672.
+containers-icon-dollar =
+ .label = Dolar işareti
+containers-icon-cart =
+ .label = Alışveriş arabası
+containers-icon-circle =
+ .label = Nokta
+containers-icon-vacation =
+ .label = Tatil
+containers-icon-gift =
+ .label = Hediye
+containers-icon-food =
+ .label = Yemek
+containers-icon-fruit =
+ .label = Meyve
+containers-icon-pet =
+ .label = Hayvan
+containers-icon-tree =
+ .label = Ağaç
+containers-icon-chill =
+ .label = Soğuk
diff --git a/l10n-tr/browser/browser/preferences/fonts.ftl b/l10n-tr/browser/browser/preferences/fonts.ftl
new file mode 100644
index 0000000000..49bdef5202
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/fonts.ftl
@@ -0,0 +1,104 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+fonts-window =
+ .title = Yazı tipleri
+fonts-window-close =
+ .key = w
+
+## Font groups by language
+
+fonts-langgroup-header = Karakter kümesi
+ .accesskey = K
+fonts-langgroup-arabic =
+ .label = Arapça
+fonts-langgroup-armenian =
+ .label = Ermenice
+fonts-langgroup-bengali =
+ .label = Bengalce
+fonts-langgroup-simpl-chinese =
+ .label = Basitleştirilmiş Çince
+fonts-langgroup-trad-chinese-hk =
+ .label = Geleneksel Çince (Hong Kong)
+fonts-langgroup-trad-chinese =
+ .label = Geleneksel Çince (Tayvan)
+fonts-langgroup-cyrillic =
+ .label = Kiril
+fonts-langgroup-devanagari =
+ .label = Devanagari
+fonts-langgroup-ethiopic =
+ .label = Etiyopik
+fonts-langgroup-georgian =
+ .label = Gürcüce
+fonts-langgroup-el =
+ .label = Yunanca
+fonts-langgroup-gujarati =
+ .label = Gucaratça
+fonts-langgroup-gurmukhi =
+ .label = Gurmuki
+fonts-langgroup-japanese =
+ .label = Japonca
+fonts-langgroup-hebrew =
+ .label = İbranice
+fonts-langgroup-kannada =
+ .label = Kannada
+fonts-langgroup-khmer =
+ .label = Kmerce
+fonts-langgroup-korean =
+ .label = Korece
+# Translate "Latin" as the name of Latin (Roman) script, not as the name of the Latin language.
+fonts-langgroup-latin =
+ .label = Latince
+fonts-langgroup-malayalam =
+ .label = Malayalam
+fonts-langgroup-math =
+ .label = Matematik
+fonts-langgroup-odia =
+ .label = Odia
+fonts-langgroup-sinhala =
+ .label = Seylanca
+fonts-langgroup-tamil =
+ .label = Tamilce
+fonts-langgroup-telugu =
+ .label = Telugu
+fonts-langgroup-thai =
+ .label = Tayca
+fonts-langgroup-tibetan =
+ .label = Tibetçe
+fonts-langgroup-canadian =
+ .label = Birleşik Kanada Hece Yazısı
+fonts-langgroup-other =
+ .label = Diğer yazı sistemleri
+
+## Default fonts and their sizes
+
+fonts-proportional-header = Orantılı
+ .accesskey = a
+fonts-default-serif =
+ .label = Serif
+fonts-default-sans-serif =
+ .label = Sans Serif
+fonts-proportional-size = Boyut
+ .accesskey = B
+fonts-serif = Serif
+ .accesskey = S
+fonts-sans-serif = Sans-serif
+ .accesskey = n
+fonts-monospace = Eş aralıklı
+ .accesskey = E
+fonts-monospace-size = Boyut
+ .accesskey = u
+fonts-minsize = En küçük yazı tipi boyutu
+ .accesskey = o
+fonts-minsize-none =
+ .label = Yok
+fonts-allow-own =
+ .label = Yukarıdaki seçimlerim yerine sayfaların kendi yazı tiplerini seçmelerine izin ver
+ .accesskey = u
+# Variables:
+# $name {string, "Arial"} - Name of the default font
+fonts-label-default =
+ .label = Varsayılan ({ $name })
+fonts-label-default-unnamed =
+ .label = Varsayılan
diff --git a/l10n-tr/browser/browser/preferences/formAutofill.ftl b/l10n-tr/browser/browser/preferences/formAutofill.ftl
new file mode 100644
index 0000000000..42b90e1cf3
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/formAutofill.ftl
@@ -0,0 +1,156 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+
+## The address and credit card autofill management dialog in browser preferences
+
+autofill-manage-addresses-title = Kayıtlı Adresler
+autofill-manage-addresses-list-header = Adresler
+autofill-manage-credit-cards-title = Kayıtlı Kredi Kartları
+autofill-manage-credit-cards-list-header = Kredi kartları
+autofill-manage-payment-methods-title = Kayıtlı ödeme yöntemleri
+autofill-manage-cards-list-header = Kartlar
+autofill-manage-dialog =
+ .style = min-width: 560px
+autofill-manage-remove-button = Sil
+autofill-manage-add-button = Ekle…
+autofill-manage-edit-button = Düzenle…
+
+## The address capture doorhanger
+
+address-capture-save-doorhanger-header = Adres kaydedilsin mi?
+address-capture-save-doorhanger-description = Formları hızlıca doldurmak için bilgileri { -brand-short-name } tarayıcınıza kaydedin.
+address-capture-update-doorhanger-header = Adres güncellensin mi?
+address-capture-edit-doorhanger-header = Adresi düzenle
+address-capture-save-button =
+ .label = Kaydet
+ .accessKey = K
+address-capture-not-now-button =
+ .label = Şimdi değil
+ .accessKey = d
+address-capture-cancel-button =
+ .label = Vazgeç
+ .accessKey = V
+address-capture-update-button =
+ .label = Güncelle
+ .accessKey = G
+address-capture-manage-address-button =
+ .label = Adres ayarları
+address-capture-learn-more-button =
+ .label = Daha fazla bilgi alın
+# The dialog title for creating addresses in browser preferences.
+autofill-add-new-address-title = Yeni Adres Ekle
+address-capture-open-menu-button =
+ .aria-label = Menüyü aç
+address-capture-edit-address-button =
+ .aria-label = Adresi düzenle
+# The dialog title for creating addresses in browser preferences.
+autofill-add-address-title = Adres ekle
+# The dialog title for editing addresses in browser preferences.
+autofill-edit-address-title = Adresi Düzenle
+autofill-address-name = Ad
+autofill-address-given-name = Ad
+autofill-address-additional-name = İkinci ad
+autofill-address-family-name = Soyadı
+autofill-address-organization = Şirket
+autofill-address-street-address = Sokak adresi
+autofill-address-street = Sokak adresi
+
+## address-level-3 (Sublocality) names
+
+# Used in IR, MX
+autofill-address-neighborhood = Mahalle
+# Used in MY
+autofill-address-village-township = Köy veya kasaba
+autofill-address-island = Ada
+# Used in IE
+autofill-address-townland = Kasaba
+
+## address-level-2 names
+
+autofill-address-city = Şehir
+# Used in HK, SD, SY, TR as Address Level-2 and used in KR as Sublocality.
+autofill-address-district = İlçe
+# Used in GB, NO, SE
+autofill-address-post-town = Posta kasabası
+# Used in AU as Address Level-2 and used in ZZ as Sublocality.
+autofill-address-suburb = Yörekent
+
+## address-level-1 names
+
+autofill-address-province = İl
+autofill-address-state = Eyalet
+autofill-address-county = İlçe
+# Used in BB, JM
+autofill-address-parish = Mahalle
+# Used in JP
+autofill-address-prefecture = Vilayet
+# Used in HK
+autofill-address-area = Bölge
+# Used in KR
+autofill-address-do-si = Do/Si
+# Used in NI, CO
+autofill-address-department = Bölüm
+# Used in AE
+autofill-address-emirate = Emirlik
+# Used in RU and UA
+autofill-address-oblast = Oblast
+
+## Postal code name types
+
+# Used in IN
+autofill-address-pin = Pin
+autofill-address-postal-code = Posta kodu
+autofill-address-zip = ZIP kodu
+# Used in IE
+autofill-address-eircode = Eircode
+
+##
+
+
+##
+
+autofill-address-country = Ülke
+autofill-address-country-only = Ülke
+autofill-address-tel = Telefon
+autofill-address-email = E-posta
+autofill-cancel-button = Vazgeç
+autofill-save-button = Kaydet
+autofill-country-warning-message = Otomatik form doldurma şimdilik yalnızca belli ülkelerde kullanılabilir.
+# The dialog title for creating credit cards in browser preferences.
+autofill-add-new-card-title = Yeni Kredi Kartı Ekle
+# The dialog title for editing credit cards in browser preferences.
+autofill-edit-card-title = Kredi Kartını Düzenle
+autofill-message-tooltip = Otomatik doldurma ile ilgili iletiyi görüntüle
+# The dialog title for creating credit cards in browser preferences.
+autofill-add-card-title = Kart ekle
+# The dialog title for editing credit cards in browser preferences.
+autofill-edit-card-title2 = Kartı düzenle
+# In macOS, this string is preceded by the operating system with "Firefox is trying to ",
+# and has a period added to its end. Make sure to test in your locale.
+autofill-edit-card-password-prompt =
+ { PLATFORM() ->
+ [macos] kredi kartı bilgilerini gösterme
+ [windows] { -brand-short-name } kredi kartı bilgilerini göstermeye çalışıyor. Bu Windows hesabına erişimi onaylayın.
+ *[other] { -brand-short-name } kredi kartı bilgilerini göstermeye çalışıyor.
+ }
+autofill-card-number = Kart numarası
+autofill-card-invalid-number = Lütfen geçerli bir kart numarası yazın
+autofill-card-name-on-card = Kart üzerindeki ad
+autofill-card-expires-month = Son kul. ayı
+autofill-card-expires-year = Son kul. yılı
+autofill-card-billing-address = Fatura adresi
+autofill-card-network = Kart türü
+
+## These are brand names and should only be translated when a locale-specific name for that brand is in common use
+
+autofill-card-network-amex = American Express
+autofill-card-network-cartebancaire = Carte Bancaire
+autofill-card-network-diners = Diners Club
+autofill-card-network-discover = Discover
+autofill-card-network-jcb = JCB
+autofill-card-network-mastercard = MasterCard
+autofill-card-network-mir = MIR
+autofill-card-network-unionpay = Union Pay
+autofill-card-network-visa = Visa
diff --git a/l10n-tr/browser/browser/preferences/fxaPairDevice.ftl b/l10n-tr/browser/browser/preferences/fxaPairDevice.ftl
new file mode 100644
index 0000000000..69e14be88a
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/fxaPairDevice.ftl
@@ -0,0 +1,17 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+fxa-pair-device-dialog-sync2 =
+ .style = min-width: 32em;
+
+fxa-qrcode-pair-title = { -brand-product-name } tarayıcınızı telefonunuz veya tabletinizle eşitleyin
+fxa-qrcode-pair-step1 = 1. Mobil cihazınızda { -brand-product-name } uygulamasını açın.
+
+fxa-qrcode-pair-step2-signin = 2. Menüye gidip (iOS’te <img data-l10n-name="ios-menu-icon"/> veya Android’de <img data-l10n-name="android-menu-icon"/>) <strong>Verileri eşitle ve kaydet</strong>’e dokunun
+
+fxa-qrcode-pair-step3 = 3. <strong>Taramaya hazırım</strong>’a dokunup telefonunuza bu kodu okutun
+
+fxa-qrcode-error-title = Eşleştirme başarısız oldu.
+
+fxa-qrcode-error-body = Yeniden deneyin.
diff --git a/l10n-tr/browser/browser/preferences/languages.ftl b/l10n-tr/browser/browser/preferences/languages.ftl
new file mode 100644
index 0000000000..4bd264f87a
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/languages.ftl
@@ -0,0 +1,73 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+webpage-languages-window2 =
+ .title = Web sayfası dil ayarları
+ .style = min-width: 40em
+
+languages-close-key =
+ .key = w
+
+languages-description = Bazı web sayfaları birden fazla dilde sunulabilir. Bu sayfaların görüntüleneceği dilleri tercih sıranıza göre seçin.
+
+languages-customize-spoof-english =
+ .label = İleri düzey gizlilik için web sayfalarının İngilizce sürümlerini iste
+
+languages-customize-moveup =
+ .label = Yukarı al
+ .accesskey = u
+
+languages-customize-movedown =
+ .label = Aşağı al
+ .accesskey = A
+
+languages-customize-remove =
+ .label = Sil
+ .accesskey = S
+
+languages-customize-select-language =
+ .placeholder = Eklenecek bir dil seçin…
+
+languages-customize-add =
+ .label = Ekle
+ .accesskey = E
+
+# The pattern used to generate strings presented to the user in the
+# locale selection list.
+#
+# Example:
+# Icelandic [is]
+# Spanish (Chile) [es-CL]
+#
+# Variables:
+# $locale (String) - A name of the locale (for example: "Icelandic", "Spanish (Chile)")
+# $code (String) - Locale code of the locale (for example: "is", "es-CL")
+languages-code-format =
+ .label = { $locale } [{ $code }]
+
+languages-active-code-format =
+ .value = { languages-code-format.label }
+
+browser-languages-window2 =
+ .title = { -brand-short-name } Dil Ayarları
+ .style = min-width: 40em
+
+browser-languages-description = { -brand-short-name } ilk dili varsayılan olarak kullanacak, gerekirse alternatif dilleri göründükleri sırayla kullanacaktır.
+
+browser-languages-search = Daha fazla dil ara…
+
+browser-languages-searching =
+ .label = Diller aranıyor…
+
+browser-languages-downloading =
+ .label = İndiriliyor…
+
+browser-languages-select-language =
+ .label = Eklenecek bir dil seçin…
+ .placeholder = Eklenecek bir dil seçin…
+
+browser-languages-installed-label = Yüklenmiş diller
+browser-languages-available-label = Kullanılabilir diller
+
+browser-languages-error = { -brand-short-name } şu anda dillerinizi güncelleyemiyor. İnternet bağlantınızı kontrol edip yeniden deneyin.
diff --git a/l10n-tr/browser/browser/preferences/moreFromMozilla.ftl b/l10n-tr/browser/browser/preferences/moreFromMozilla.ftl
new file mode 100644
index 0000000000..f1635e548f
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/moreFromMozilla.ftl
@@ -0,0 +1,34 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+
+## These strings are used in the about:preferences moreFromMozilla page
+
+more-from-moz-title = Diğer { -vendor-short-name } Ürünleri
+more-from-moz-category =
+ .tooltiptext = Diğer { -vendor-short-name } Ürünleri
+more-from-moz-subtitle = Sağlıklı bir interneti destekleyen diğer { -vendor-short-name } ürünlerine göz atın.
+more-from-moz-firefox-mobile-title = { -brand-product-name } Mobil
+more-from-moz-firefox-mobile-description = Gizliliğinizi ilk sıraya koyan mobil tarayıcı.
+more-from-moz-mozilla-vpn-title = { -mozilla-vpn-brand-name }
+more-from-moz-mozilla-vpn-description = Anonim gezinti ve korumayı keşfedin.
+more-from-moz-qr-code-box-firefox-mobile-title = Mobil cihazınızla indirin. QR kodunu kameranıza okutun. Bağlantı göründüğünde ona dokunun.
+more-from-moz-qr-code-box-firefox-mobile-button = Bunun yerine telefonuma e-posta gönder
+more-from-moz-qr-code-firefox-mobile-img =
+ .alt = { -brand-product-name } Mobil’i indirmek için QR kodu
+more-from-moz-button-mozilla-vpn-2 = VPN’e kaydolun
+more-from-moz-learn-more-link = Daha fazla bilgi al
+
+## These strings are for the Firefox Relay card in about:preferences moreFromMozilla page
+
+more-from-moz-firefox-relay-title = { -relay-brand-name }
+more-from-moz-firefox-relay-description = Ücretsiz e-posta maskeleme ile gelen kutunuzu ve kimliğinizi koruyun.
+more-from-moz-firefox-relay-button = { -relay-brand-short-name }’i kullanın
+
+## These strings are for the Mozilla Monitor card in about:preferences moreFromMozilla page
+
+more-from-moz-mozilla-monitor-title = { -mozmonitor-brand-name }
+more-from-moz-mozilla-monitor-us-description = Ele geçirilen kişisel bilgilerinizin kontrolünü geri alın.
+more-from-moz-mozilla-monitor-global-description = Verileriniz ele geçirilirse uyarı alın.
+more-from-moz-mozilla-monitor-button = { -monitor-brand-short-name }’ü kullanın
diff --git a/l10n-tr/browser/browser/preferences/permissions.ftl b/l10n-tr/browser/browser/preferences/permissions.ftl
new file mode 100644
index 0000000000..066eaf51de
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/permissions.ftl
@@ -0,0 +1,205 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+permissions-window2 =
+ .title = İstisnalar
+ .style = min-width: 45em
+permissions-close-key =
+ .key = w
+permissions-address = Site adresi
+ .accesskey = d
+permissions-block =
+ .label = Engelle
+ .accesskey = E
+permissions-disable-etp =
+ .label = Ayrıcalık tanı…
+ .accesskey = A
+permissions-session =
+ .label = Oturum boyunca izin ver
+ .accesskey = r
+permissions-allow =
+ .label = İzin ver
+ .accesskey = z
+permissions-button-off =
+ .label = Kapat
+ .accesskey = K
+permissions-button-off-temporarily =
+ .label = Geçici olarak kapat
+ .accesskey = G
+permissions-site-name =
+ .label = Web sitesi
+permissions-status =
+ .label = Durum
+permissions-remove =
+ .label = Siteyi sil
+ .accesskey = S
+permissions-remove-all =
+ .label = Tüm siteleri sil
+ .accesskey = e
+permission-dialog =
+ .buttonlabelaccept = Değişiklikleri kaydet
+ .buttonaccesskeyaccept = D
+permissions-autoplay-menu = Tüm web siteleri için varsayılan:
+permissions-searchbox =
+ .placeholder = Web sitesi ara
+permissions-capabilities-autoplay-allow =
+ .label = Ses ve videoya izin ver
+permissions-capabilities-autoplay-block =
+ .label = Sesi engelle
+permissions-capabilities-autoplay-blockall =
+ .label = Ses ve videoyu engelle
+permissions-capabilities-allow =
+ .label = İzin ver
+permissions-capabilities-block =
+ .label = Engelle
+permissions-capabilities-prompt =
+ .label = Her zaman sor
+permissions-capabilities-listitem-allow =
+ .value = İzin ver
+permissions-capabilities-listitem-block =
+ .value = Engelle
+permissions-capabilities-listitem-allow-session =
+ .value = Oturum boyunca izin ver
+permissions-capabilities-listitem-off =
+ .value = Kapalı
+permissions-capabilities-listitem-off-temporarily =
+ .value = Geçici olarak kapalı
+
+## Invalid Hostname Dialog
+
+permissions-invalid-uri-title = Geçersiz sunucu adı girildi
+permissions-invalid-uri-label = Lütfen geçerli bir sunucu adı girin
+
+## Exceptions - Tracking Protection
+
+permissions-exceptions-etp-window2 =
+ .title = Gelişmiş İzlenme Koruması İstisnaları
+ .style = { permissions-window2.style }
+permissions-exceptions-manage-etp-desc = Gelişmiş izlenme korumasının hangi sitelerde kapalı kalacağını belirleyebilirsiniz. Yönetmek istediğiniz sitenin tam adresini yazıp "İstisna ekle"ye tıklayın.
+
+## Exceptions - Cookies
+
+permissions-exceptions-cookie-window2 =
+ .title = İstisnalar - Çerezler ve Site Verileri
+ .style = { permissions-window2.style }
+permissions-exceptions-cookie-desc = Hangi web sitelerinin çerezleri ve site verilerini her zaman kullanabileceğini veya hiç kullanmayacağını belirleyebilirsiniz. Yönetmek istediğiniz sitenin tam adresini yazıp “Engelle”, “Oturum boyunca izin ver” veya “İzin ver”e tıklayın.
+
+## Exceptions - HTTPS-Only Mode
+
+permissions-exceptions-https-only-window2 =
+ .title = İstisnalar - Yalnızca HTTPS Modu
+ .style = { permissions-window2.style }
+permissions-exceptions-https-only-desc = Belirli web siteleri için yalnızca HTTPS modunu kapatabilirsiniz. Böylece { -brand-short-name }, bu sitelerde HTTPS güvenliğini sağlamak üzere bağlantıyı yükseltme girişiminde bulunmaz. İstisnalar gizli pencerelerde geçerli değildir.
+permissions-exceptions-https-only-desc2 = Belirli web siteleri için yalnızca HTTPS modunu kapatabilirsiniz. Böylece { -brand-short-name }, bu sitelerde HTTPS güvenliğini sağlamak üzere bağlantıyı yükseltme girişiminde bulunmaz.
+
+## Exceptions - Pop-ups
+
+permissions-exceptions-popup-window2 =
+ .title = İzin Verilen Siteler - Açılır Pencereler
+ .style = { permissions-window2.style }
+permissions-exceptions-popup-desc = Hangi sitelerin açılır pencere açabileceğini belirleyebilirsiniz. İzin vermek istediğiniz sitenin tam adresini yazdıktan sonra İzin ver’e tıklayın.
+
+## Exceptions - Saved Logins
+
+permissions-exceptions-saved-logins-window2 =
+ .title = İstisnalar - Kayıtlı Hesaplar
+ .style = { permissions-window2.style }
+permissions-exceptions-saved-logins-desc = Aşağıdaki sitelere giriş bilgileri kaydedilmeyecek
+
+## Exceptions - Saved Passwords
+
+permissions-exceptions-saved-passwords-window =
+ .title = İstisnalar - Kayıtlı Parolalar
+ .style = { permissions-window2.style }
+permissions-exceptions-saved-passwords-desc = { -brand-short-name } bu listedeki sitelerin parolalarını kaydetmeyecektir.
+
+## Exceptions - Add-ons
+
+permissions-exceptions-addons-window2 =
+ .title = İzin Verilen Siteler - Eklenti Yükleme
+ .style = { permissions-window2.style }
+permissions-exceptions-addons-desc = Hangi sitelerin eklenti yükleyebileceğini belirleyebilirsiniz. İzin vermek istediğiniz sitenin tam adresini yazdıktan sonra İzin ver’e tıklayın.
+
+## Site Permissions - Autoplay
+
+permissions-site-autoplay-window2 =
+ .title = Ayarlar - Otomatik Oynat
+ .style = { permissions-window2.style }
+permissions-site-autoplay-desc = Varsayılan otomatik oynatma ayarlarınıza uymasını istemediğiniz siteleri buradan yönetebilirsiniz.
+
+## Site Permissions - Notifications
+
+permissions-site-notification-window2 =
+ .title = Ayarlar - Bildirim İzinleri
+ .style = { permissions-window2.style }
+permissions-site-notification-desc = Aşağıdaki web siteleri size bildirim gönderme isteğinde bulundu. Hangi web sitelerine bildirim gönderme izni vereceğinizi seçebilirsiniz. Ayrıca yeni bildirim gönderme isteklerini tamamen engelleyebilirsiniz.
+permissions-site-notification-disable-label =
+ .label = Bildirim gönderme isteklerini sormadan engelle
+permissions-site-notification-disable-desc = Yukarıdaki listede bulunmayan hiçbir web sitesi size bildirim gönderme isteğinde bulunamayacaktır. Bildirimleri engellerseniz bazı site özellikleri çalışmayabilir.
+
+## Site Permissions - Location
+
+permissions-site-location-window2 =
+ .title = Ayarlar - Konum İzinleri
+ .style = { permissions-window2.style }
+permissions-site-location-desc = Aşağıdaki web siteleri konumunuza erişme isteğinde bulundu. Hangi web sitelerinin konumunuzu öğrenebileceğini seçebilirsiniz. Ayrıca konumunuzu öğrenme isteklerini tamamen engelleyebilirsiniz.
+permissions-site-location-disable-label =
+ .label = Konumumu öğrenme isteklerini sormadan engelle
+permissions-site-location-disable-desc = Yukarıdaki listede bulunmayan hiçbir web sitesi konumunuzu öğrenme isteğinde bulunamayacaktır. Konumunuzun öğrenilmesini engellerseniz bazı site özellikleri çalışmayabilir.
+
+## Site Permissions - Virtual Reality
+
+permissions-site-xr-window2 =
+ .title = Ayarlar - Sanal Gerçeklik İzinleri
+ .style = { permissions-window2.style }
+permissions-site-xr-desc = Aşağıdaki web siteleri sanal gerçeklik cihazlarınıza erişme isteğinde bulundu. Hangi web sitelerinin sanal gerçeklik cihazlarınıza erişebileceğini seçebilirsiniz. Ayrıca sanal gerçeklik cihazlarınıza erişim isteklerini tamamen engelleyebilirsiniz.
+permissions-site-xr-disable-label =
+ .label = Sanal gerçeklik cihazlarına erişme isteklerini sormadan engelle
+permissions-site-xr-disable-desc = Yukarıdaki listede bulunmayan hiçbir web sitesi sanal gerçeklik cihazlarınıza erişme isteğinde bulunamayacaktır. Sanal gerçeklik cihazlarınıza erişimi engellerseniz bazı site özellikleri çalışmayabilir.
+
+## Site Permissions - Camera
+
+permissions-site-camera-window2 =
+ .title = Ayarlar - Kamera İzinleri
+ .style = { permissions-window2.style }
+permissions-site-camera-desc = Aşağıdaki web siteleri kameranıza erişme isteğinde bulundu. Hangi web sitelerinin kameranıza erişebileceğini seçebilirsiniz. Ayrıca kameranıza erişme isteklerini tamamen engelleyebilirsiniz.
+permissions-site-camera-disable-label =
+ .label = Kamerama erişme isteklerini sormadan engelle
+permissions-site-camera-disable-desc = Yukarıdaki listede bulunmayan hiçbir web sitesi kameranıza erişme isteğinde bulunamayacaktır. Kamera erişimini engellerseniz bazı site özellikleri çalışmayabilir.
+
+## Site Permissions - Microphone
+
+permissions-site-microphone-window2 =
+ .title = Ayarlar - Mikrofon İzinleri
+ .style = { permissions-window2.style }
+permissions-site-microphone-desc = Aşağıdaki web siteleri mikrofonunuza erişme isteğinde bulundu. Hangi web sitelerinin mikrofonunuza erişebileceğini seçebilirsiniz. Ayrıca mikrofonunuza erişme isteklerini tamamen engelleyebilirsiniz.
+permissions-site-microphone-disable-label =
+ .label = Mikrofonuma erişme isteklerini sormadan engelle
+permissions-site-microphone-disable-desc = Yukarıdaki listede bulunmayan hiçbir web sitesi mikrofonunuza erişme isteğinde bulunamayacaktır. Mikrofon erişimini engellerseniz bazı site özellikleri çalışmayabilir.
+
+## Site Permissions - Speaker
+##
+## "Speaker" refers to an audio output device.
+
+permissions-site-speaker-window =
+ .title = Ayarlar - Ses Aygıtı İzinleri
+ .style = { permissions-window2.style }
+permissions-site-speaker-desc = Aşağıdaki siteler ses çıkış cihazını seçmek istedi. Hangi sitelerin ses çıkış cihazını seçebileceğini belirtebilirsiniz.
+permissions-exceptions-doh-window =
+ .title = HTTPS üzerinden DNS için web sitesi istisnaları
+ .style = { permissions-window2.style }
+permissions-exceptions-manage-doh-desc = { -brand-short-name }, bu sitelerde ve alt alan adlarında güvenli DNS kullanmayacaktır.
+permissions-doh-entry-field = Web sitesinin alan adını yazın
+ .accesskey = W
+permissions-doh-add-exception =
+ .label = Ekle
+ .accesskey = E
+permissions-doh-col =
+ .label = Alan adı
+permissions-doh-remove =
+ .label = Kaldır
+ .accesskey = K
+permissions-doh-remove-all =
+ .label = Tümünü kaldır
+ .accesskey = T
diff --git a/l10n-tr/browser/browser/preferences/preferences.ftl b/l10n-tr/browser/browser/preferences/preferences.ftl
new file mode 100644
index 0000000000..25b6e844a8
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/preferences.ftl
@@ -0,0 +1,1399 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+do-not-track-description = Web sitelerine izlenmek istemediğimi bildiren “Do Not Track” sinyalini gönder
+do-not-track-description2 =
+ .label = Web sitelerine “Do Not Track” isteği gönder
+ .accesskey = d
+do-not-track-learn-more = Daha fazla bilgi al
+do-not-track-option-default-content-blocking-known =
+ .label = Yalnızca { -brand-short-name } bilinen takip kodlarını engellemeye ayarlandığında
+do-not-track-option-always =
+ .label = Her zaman
+global-privacy-control-description =
+ .label = Web sitelerine verilerimi satmamalarını ve paylaşmamalarını söyle
+ .accesskey = W
+non-technical-privacy-header = Web sitesi gizlilik tercihleri
+# Do not translate.
+# "Global Privacy Control" or "GPC" are a web platform feature name and abbreviation
+# included to facilitate power-user search of the about:preferences page.
+global-privacy-control-search = Global Privacy Control (GPC)
+settings-page-title = Ayarlar
+# This is used to determine the width of the search field in about:preferences,
+# in order to make the entire placeholder string visible
+#
+# Please keep the placeholder string short to avoid truncation.
+#
+# Notice: The value of the `.style` attribute is a CSS string, and the `width`
+# is the name of the CSS property. It is intended only to adjust the element's width.
+# Do not translate.
+search-input-box2 =
+ .style = width: 15.4em
+ .placeholder = Ayarlarda ara
+managed-notice = Tarayıcınız kuruluşunuz tarafından yönetiliyor.
+category-list =
+ .aria-label = Kategoriler
+pane-general-title = Genel
+category-general =
+ .tooltiptext = { pane-general-title }
+pane-home-title = Giriş Sayfası
+category-home =
+ .tooltiptext = { pane-home-title }
+pane-search-title = Arama
+category-search =
+ .tooltiptext = { pane-search-title }
+pane-privacy-title = Gizlilik ve Güvenlik
+category-privacy =
+ .tooltiptext = { pane-privacy-title }
+pane-sync-title3 = Eşitleme
+category-sync3 =
+ .tooltiptext = { pane-sync-title3 }
+pane-experimental-title = { -brand-short-name } Deneyleri
+category-experimental =
+ .tooltiptext = { -brand-short-name } Deneyleri
+pane-experimental-subtitle = Dikkatli olun
+pane-experimental-search-results-header = { -brand-short-name } deneyleri: dikkatli olun
+pane-experimental-description2 = Gelişmiş yapılandırma ayarlarını değiştirmek { -brand-short-name } performansını veya güvenliğini etkileyebilir.
+pane-experimental-reset =
+ .label = Varsayılanları geri yükle
+ .accesskey = V
+help-button-label = { -brand-short-name } Desteği
+addons-button-label = Uzantılar ve Temalar
+focus-search =
+ .key = f
+close-button =
+ .aria-label = Kapat
+
+## Browser Restart Dialog
+
+feature-enable-requires-restart = Bu özelliği etkinleştirmek için { -brand-short-name } yeniden başlatılmalıdır.
+feature-disable-requires-restart = Bu özelliği devre dışı bırakmak { -brand-short-name } için yeniden başlatılmalıdır.
+should-restart-title = { -brand-short-name } tarayıcısını yeniden başlat
+should-restart-ok = { -brand-short-name } tarayıcısını yeniden başlat
+cancel-no-restart-button = Vazgeç
+restart-later = Daha sonra yeniden başlat
+
+## Extension Control Notifications
+##
+## These strings are used to inform the user
+## about changes made by extensions to browser settings.
+##
+## <img data-l10n-name="icon"/> is going to be replaced by the extension icon.
+##
+## Variables:
+## $name (string) - Name of the extension
+
+# This string is shown to notify the user that the password manager setting
+# is being controlled by an extension
+extension-controlling-password-saving = <img data-l10n-name="icon"/> Bu ayarı <strong>{ $name }</strong> yönetiyor.
+# This string is shown to notify the user that their notifications permission
+# is being controlled by an extension.
+extension-controlling-web-notifications = <img data-l10n-name="icon"/> Bu ayarı <strong>{ $name }</strong> yönetiyor.
+# This string is shown to notify the user that Container Tabs
+# are being enabled by an extension.
+extension-controlling-privacy-containers = <img data-l10n-name="icon"/> <strong>{ $name }</strong> kapsayıcı sekmelere ihtiyaç duyuyor.
+# This string is shown to notify the user that their content blocking "All Detected Trackers"
+# preferences are being controlled by an extension.
+extension-controlling-websites-content-blocking-all-trackers = <img data-l10n-name="icon"/> Bu ayarı <strong>{ $name }</strong> yönetiyor.
+# This string is shown to notify the user that their proxy configuration preferences
+# are being controlled by an extension.
+extension-controlling-proxy-config = <img data-l10n-name ="icon"/> { -brand-short-name } tarayıcınızın internete nasıl bağlanacağını <strong>{ $name }</strong> kontrol ediyor.
+# This string is shown after the user disables an extension to notify the user
+# how to enable an extension that they disabled.
+#
+# <img data-l10n-name="addons-icon"/> will be replaced with Add-ons icon
+# <img data-l10n-name="menu-icon"/> will be replaced with Menu icon
+extension-controlled-enable = Uzantıyı etkinleştirmek için <img data-l10n-name="menu-icon"/> menüdeki <img data-l10n-name="addons-icon"/> Eklentiler bölümüne gidin.
+
+## Preferences UI Search Results
+
+search-results-header = Arama sonuçları
+# `<span data-l10n-name="query"></span>` will be replaced by the search term.
+search-results-empty-message2 = Kusura bakmayın, ayarlarda “<span data-l10n-name="query"></span>” ile ilgili bir sonuç bulamadık.
+search-results-help-link = Yardım mı gerekiyor? <a data-l10n-name="url">{ -brand-short-name } Destek</a>’i ziyaret edin.
+
+## General Section
+
+startup-header = Başlangıç
+always-check-default =
+ .label = Varsayılan tarayıcımın { -brand-short-name } olup olmadığını her zaman denetle
+ .accesskey = H
+is-default = { -brand-short-name } şu anda varsayılan tarayıcınız
+is-not-default = { -brand-short-name } varsayılan tarayıcınız değil
+set-as-my-default-browser =
+ .label = Varsayılan yap…
+ .accesskey = a
+startup-restore-windows-and-tabs =
+ .label = Önceki pencereleri ve sekmeleri aç
+ .accesskey = Ö
+windows-launch-on-login =
+ .label = Bilgisayarım açıldığında { -brand-short-name } tarayıcısını otomatik olarak aç
+ .accesskey = B
+windows-launch-on-login-disabled = Bu tercih Windows’ta devre dışıdır. Değiştirmek için sistem ayarlarındaki <a data-l10n-name="startup-link">Başlangıç Uygulamaları</a> kısmına bakabilirsiniz.
+startup-restore-warn-on-quit =
+ .label = Tarayıcıdan çıkarken beni uyar
+disable-extension =
+ .label = Uzantıyı etkisizleştir
+preferences-data-migration-header = Tarayıcı verilerini içe aktar
+preferences-data-migration-description = Yer imlerini, parolaları, gezinti geçmişini ve otomatik doldurma verilerini { -brand-short-name } tarayıcısına aktarın.
+preferences-data-migration-button =
+ .label = Verileri içe aktar
+ .accesskey = V
+tabs-group-header = Sekmeler
+ctrl-tab-recently-used-order =
+ .label = Ctrl+Tab, sekmeler arasında son kullanıldıkları sırayla atlasın
+ .accesskey = T
+open-new-link-as-tabs =
+ .label = Bağlantıları yeni pencere yerine yeni sekmede aç
+ .accesskey = B
+confirm-on-close-multiple-tabs =
+ .label = Birden fazla sekmeyi kapatırken onay iste
+ .accesskey = o
+# This string is used for the confirm before quitting preference.
+# Variables:
+# $quitKey (string) - the quit keyboard shortcut, and formatted
+# in the same manner as it would appear,
+# for example, in the File menu.
+confirm-on-quit-with-key =
+ .label = { $quitKey } ile çıkış yaparken onay iste
+ .accesskey = n
+warn-on-open-many-tabs =
+ .label = Birden çok sekme açmanın { -brand-short-name } uygulamasını yavaşlatabileceği durumlarda beni uyar
+ .accesskey = k
+switch-to-new-tabs =
+ .label = Bir bağlantıyı, resmi veya ortamı yeni sekmede açtığımda hemen o sekmeye geç
+ .accesskey = h
+show-tabs-in-taskbar =
+ .label = Sekme ön izlemelerini Windows görev çubuğunda göster
+ .accesskey = ö
+browser-containers-enabled =
+ .label = Kapsayıcı sekmeleri etkinleştir
+ .accesskey = K
+browser-containers-learn-more = Daha fazla bilgi al
+browser-containers-settings =
+ .label = Ayarlar…
+ .accesskey = A
+containers-disable-alert-title = Tüm kapsayıcı sekmeler kapatılsın mı?
+
+## Variables:
+## $tabCount (number) - Number of tabs
+
+containers-disable-alert-desc =
+ { $tabCount ->
+ [one] Kapsayıcı Sekmeler’i şimdi devre dışı bırakırsanız { $tabCount } kapsayıcı sekme kapatılacaktır. Bu özelliği devre dışı bırakmak istediğinizden emin misiniz?
+ *[other] Kapsayıcı Sekmeler’i şimdi devre dışı bırakırsanız { $tabCount } kapsayıcı sekme kapatılacaktır. Bu özelliği devre dışı bırakmak istediğinizden emin misiniz?
+ }
+containers-disable-alert-ok-button =
+ { $tabCount ->
+ [one] { $tabCount } kapsayıcı sekmeyi kapat
+ *[other] { $tabCount } kapsayıcı sekmeyi kapat
+ }
+
+##
+
+containers-disable-alert-cancel-button = Vazgeç
+containers-remove-alert-title = Bu kapsayıcı silinsin mi?
+# Variables:
+# $count (number) - Number of tabs that will be closed.
+containers-remove-alert-msg =
+ { $count ->
+ [one] Bu kapsayıcıyı şimdi silerseniz { $count } kapsayıcı sekmesi kapanacaktır. Kapsayıcıyı silmek istediğinizden emin misiniz?
+ *[other] Bu kapsayıcıyı şimdi silerseniz { $count } kapsayıcı sekmesi kapanacaktır. Kapsayıcıyı silmek istediğinizden emin misiniz?
+ }
+containers-remove-ok-button = Kapsayıcıyı sil
+containers-remove-cancel-button = Kapsayıcıyı silme
+settings-tabs-show-image-in-preview =
+ .label = Bir sekmenin üzerine geldiğimde sekme ön izlemesini göster
+ .accessKey = ö
+
+## General Section - Language & Appearance
+
+language-and-appearance-header = Dil ve görünüm
+preferences-web-appearance-header = Web sitesi görünümü
+preferences-web-appearance-description = Bazı web siteleri renk şemalarını tercihlerinize göre uyarlar. Bu sitelerde kullanmak istediğiniz renk şemasını seçin.
+preferences-web-appearance-choice-auto = Otomatik
+preferences-web-appearance-choice-light = Açık
+preferences-web-appearance-choice-dark = Koyu
+preferences-web-appearance-choice-tooltip-auto =
+ .title = Web sitesi arka planlarını ve içeriğini sistem ayarlarıma ve { -brand-short-name } temama göre otomatik olarak değiştir.
+preferences-web-appearance-choice-tooltip-light =
+ .title = Web sitesi arka planları ve içeriğinde açık bir görünüm kullan.
+preferences-web-appearance-choice-tooltip-dark =
+ .title = Web sitesi arka planları ve içeriğinde koyu bir görünüm kullan.
+preferences-web-appearance-choice-input-auto =
+ .aria-description = { preferences-web-appearance-choice-tooltip-auto.title }
+preferences-web-appearance-choice-input-light =
+ .aria-description = { preferences-web-appearance-choice-tooltip-light.title }
+preferences-web-appearance-choice-input-dark =
+ .aria-description = { preferences-web-appearance-choice-tooltip-dark.title }
+# This can appear when using windows HCM or "Override colors: always" without
+# system colors.
+preferences-web-appearance-override-warning = Renk seçimleriniz web sitesi görünümünü geçersiz kılıyor. <a data-l10n-name="colors-link">Renkleri yönet</a>
+# This can appear when using windows HCM or "Override colors: always" without
+# system colors.
+preferences-web-appearance-override-warning2 =
+ .message = Renk seçimleriniz web sitesi görünümünü geçersiz kılıyor.
+# This message contains one link. It can be moved within the sentence as needed
+# to adapt to your language, but should not be changed.
+preferences-web-appearance-footer = { -brand-short-name } temalarını <a data-l10n-name="themes-link">Uzantılar ve Temalar</a> sayfasından yönetebilirsiniz.
+preferences-colors-header = Renkler
+preferences-colors-description = { -brand-short-name } tarayıcınızın varsayılan metin, site arka planı ve bağlantı renklerini geçersiz kılın.
+preferences-colors-manage-button =
+ .label = Renkleri yönet…
+ .accesskey = R
+preferences-fonts-header = Yazı tipleri
+default-font = Varsayılan yazı tipi
+ .accesskey = t
+default-font-size = Boyut
+ .accesskey = B
+advanced-fonts =
+ .label = Gelişmiş…
+ .accesskey = G
+# Zoom is a noun, and the message is used as header for a group of options
+preferences-zoom-header = Yakınlaştırma
+preferences-default-zoom = Varsayılan yakınlaştırma
+ .accesskey = m
+# Variables:
+# $percentage (number) - Zoom percentage value
+preferences-default-zoom-value =
+ .label = %{ $percentage }
+preferences-zoom-text-only =
+ .label = Sadece metni yakınlaştır
+ .accesskey = t
+preferences-text-zoom-override-warning =
+ .message = Uyarı: “Sadece metni yakınlaştır”ı seçerseniz ve varsayılan yakınlaştırmanız %100 olarak ayarlanmazsa bazı siteler ve içerikler düzgün görünmeyebilir.
+language-header = Dil
+choose-language-description = Sayfaları hangi dilde görmeyi tercih ettiğinizi seçin
+choose-button =
+ .label = Seç…
+ .accesskey = S
+choose-browser-language-description = { -brand-short-name } menülerini, iletilerini ve bildirimlerini gösterirken kullanılacak dilleri seçin.
+manage-browser-languages-button =
+ .label = Alternatifleri ayarla…
+ .accesskey = l
+confirm-browser-language-change-description = Bu değişiklikleri uygulamak için { -brand-short-name } tarayıcısını yeniden başlatın
+confirm-browser-language-change-button = Uygula ve yeniden başlat
+translate-web-pages =
+ .label = Web içeriğini çevir
+ .accesskey = W
+fx-translate-web-pages = { -translations-brand-name }
+# The <img> element is replaced by the logo of the provider
+# used to provide machine translations for web pages.
+translate-attribution = Çeviriler: <img data-l10n-name="logo"/>
+translate-exceptions =
+ .label = İstisnalar…
+ .accesskey = s
+# Variables:
+# $localeName (string) - Localized name of the locale to be used.
+use-system-locale =
+ .label = Tarih, saat, sayı ve ölçüleri biçimlendirmek için “{ $localeName }” işletim sistemi ayarlarımı kullan
+check-user-spelling =
+ .label = Yazarken yazım denetimi yap
+ .accesskey = t
+
+## General Section - Files and Applications
+
+files-and-applications-title = Dosyalar ve uygulamalar
+download-header = İndirme
+download-save-where = Dosya kayıt yeri
+ .accesskey = a
+download-choose-folder =
+ .label =
+ { PLATFORM() ->
+ [macos] Seç…
+ *[other] Gözat…
+ }
+ .accesskey =
+ { PLATFORM() ->
+ [macos] e
+ *[other] z
+ }
+download-always-ask-where =
+ .label = Dosyaların nereye kaydedileceğini her zaman sor
+ .accesskey = o
+applications-header = Uygulamalar
+applications-description = { -brand-short-name } tarayıcısının Web’den indirdiğiniz dosyaları veya Web’de gezinirken kullandığınız uygulamaları nasıl ele alacağını seçin.
+applications-filter =
+ .placeholder = Dosya türlerinde ve uygulamalarda ara
+applications-type-column =
+ .label = İçerik türü
+ .accesskey = t
+applications-action-column =
+ .label = Eylem
+ .accesskey = E
+# Variables:
+# $extension (String) - file extension (e.g .TXT)
+applications-file-ending = { $extension } dosyası
+applications-action-save =
+ .label = Dosyayı kaydet
+# Variables:
+# $app-name (String) - Name of an application (e.g Adobe Acrobat)
+applications-use-app =
+ .label = { $app-name } kullanılsın
+# Variables:
+# $app-name (String) - Name of an application (e.g Adobe Acrobat)
+applications-use-app-default =
+ .label = { $app-name } kullanılsın (varsayılan)
+applications-use-os-default =
+ .label =
+ { PLATFORM() ->
+ [macos] Varsayılan macOS uygulamasını kullan
+ [windows] Varsayılan Windows uygulamasını kullan
+ *[other] Varsayılan sistem uygulamasını kullan
+ }
+applications-use-other =
+ .label = Başkasını kullan…
+applications-select-helper = Yardımcı uygulamayı seçin
+applications-manage-app =
+ .label = Uygulama ayrıntıları…
+applications-always-ask =
+ .label = Her zaman sor
+# Variables:
+# $type-description (string) - Description of the type (e.g "Portable Document Format")
+# $type (string) - The MIME type (e.g application/binary)
+applications-type-description-with-type = { $type-description } ({ $type })
+# Variables:
+# $extension (string) - File extension (e.g .TXT)
+# $type (string) - The MIME type (e.g application/binary)
+applications-file-ending-with-type = { applications-file-ending } ({ $type })
+# Variables:
+# $plugin-name (string) - Name of a plugin (e.g Adobe Flash)
+applications-use-plugin-in =
+ .label = { $plugin-name } kullan ({ -brand-short-name } içinde)
+applications-open-inapp =
+ .label = { -brand-short-name } ile aç
+
+## The strings in this group are used to populate
+## selected label element based on the string from
+## the selected menu item.
+
+applications-use-plugin-in-label =
+ .value = { applications-use-plugin-in.label }
+applications-action-save-label =
+ .value = { applications-action-save.label }
+applications-use-app-label =
+ .value = { applications-use-app.label }
+applications-open-inapp-label =
+ .value = { applications-open-inapp.label }
+applications-always-ask-label =
+ .value = { applications-always-ask.label }
+applications-use-app-default-label =
+ .value = { applications-use-app-default.label }
+applications-use-other-label =
+ .value = { applications-use-other.label }
+applications-use-os-default-label =
+ .value = { applications-use-os-default.label }
+
+##
+
+applications-handle-new-file-types-description = { -brand-short-name } diğer dosyalarla ne yapsın?
+applications-save-for-new-types =
+ .label = Dosyaları kaydet
+ .accesskey = D
+applications-ask-before-handling =
+ .label = Dosyaları açmayı veya kaydetmeyi sor
+ .accesskey = o
+drm-content-header = Sayısal Hak Yönetimi (DRM) içerikleri
+play-drm-content =
+ .label = DRM denetimli içerikleri oynat
+ .accesskey = D
+play-drm-content-learn-more = Daha fazla bilgi al
+update-application-title = { -brand-short-name } güncellemeleri
+update-application-description = En yüksek performans, güvenilirlik ve güvenlik için { -brand-short-name } tarayıcınızı güncel tutmalısınız.
+# Variables:
+# $version (string) - Firefox version
+update-application-version = Sürüm { $version } <a data-l10n-name="learn-more">Yeni neler var?</a>
+update-history =
+ .label = Güncelleme geçmişini göster…
+ .accesskey = c
+update-application-allow-description = { -brand-short-name } güncellemeleri
+update-application-auto =
+ .label = Otomatik olarak yüklensin (Önerilir)
+ .accesskey = O
+update-application-check-choose =
+ .label = Denetlensin ama yükleme kararı bana bırakılsın
+ .accesskey = D
+update-application-manual =
+ .label = Hiçbir zaman denetlenmesin (Önerilmez)
+ .accesskey = H
+update-application-background-enabled =
+ .label = { -brand-short-name } kapalıyken
+ .accesskey = k
+update-application-warning-cross-user-setting = Bu ayar, bu { -brand-short-name } kurulumunu kullanan tüm Windows hesaplarına ve { -brand-short-name } profillerine uygulanacaktır.
+update-application-use-service =
+ .label = Güncellemeleri yüklemek için arka plan hizmetini kullan
+ .accesskey = h
+update-application-suppress-prompts =
+ .label = Güncelleme bildirimlerini daha az göster
+ .accesskey = G
+update-setting-write-failure-title2 = Güncelleme ayarları kaydedilirken hata oluştu
+# Variables:
+# $path (string) - Path to the configuration file
+# The newlines between the main text and the line containing the path is
+# intentional so the path is easier to identify.
+update-setting-write-failure-message2 =
+ { -brand-short-name } bir hatayla karşılaştı ve bu değişikliği kaydetmedi. Bu güncelleme ayarının değiştirilmesi için aşağıdaki dosyaya yazma izninizin olması gerekir. Siz veya sistem yöneticiniz bu dosya için Kullanıcılar grubuna tam denetim vererek hatayı giderebilirsiniz.
+
+ Dosyaya yazılamadı: { $path }
+update-in-progress-title = Güncelleme sürüyor
+update-in-progress-message = { -brand-short-name } bu güncellemeyi uygulamaya devam etsin mi?
+update-in-progress-ok-button = &Vazgeç
+# Continue is the cancel button so pressing escape or using a platform standard
+# method of closing the UI will not discard the update.
+update-in-progress-cancel-button = &Devam et
+
+## General Section - Performance
+
+performance-title = Performans
+performance-use-recommended-settings-checkbox =
+ .label = Önerilen performans ayarlarını kullan
+ .accesskey = Ö
+performance-use-recommended-settings-desc = Bu ayarlar bilgisayarınızın donanımına ve işletim sistemine göre seçilmiştir.
+performance-settings-learn-more = Daha fazla bilgi al
+performance-allow-hw-accel =
+ .label = Mümkün olduğunda donanım ivmelenmesini kullan
+ .accesskey = d
+performance-limit-content-process-option = İçerik işlemi sınırı
+ .accesskey = L
+performance-limit-content-process-enabled-desc = Daha fazla içerik işlemine izin verdiğinizde, çok sayıda sekme açıkken performans artar ama daha fazla bellek kullanılır.
+performance-limit-content-process-blocked-desc = İçerik işlemi sayısını değiştirmek yalnızca çok işlemli { -brand-short-name } ile mümkündür. <a data-l10n-name="learn-more">Çok işlemin etkin olmadığını kontrol etmeyi öğrenin</a>
+# Variables:
+# $num (number) - Default value of the `dom.ipc.processCount` pref.
+performance-default-content-process-count =
+ .label = { $num } (varsayılan)
+
+## General Section - Browsing
+
+browsing-title = Gezinti
+browsing-use-autoscroll =
+ .label = Otomatik kaydırmayı kullan
+ .accesskey = a
+browsing-use-smooth-scrolling =
+ .label = Akıcı kaydırmayı kullan
+ .accesskey = c
+browsing-gtk-use-non-overlay-scrollbars =
+ .label = Kaydırma çubuklarını her zaman göster
+ .accesskey = u
+browsing-always-underline-links =
+ .label = Her zaman bağlantıların altını çiz
+ .accesskey = b
+browsing-use-onscreen-keyboard =
+ .label = Gerektiğinde dokunmatik klavyeyi göster
+ .accesskey = k
+browsing-use-cursor-navigation =
+ .label = Sayfaların içinde hareket etmek için her zaman ok tuşlarını kullan
+ .accesskey = S
+browsing-use-full-keyboard-navigation =
+ .label = Form düğmeleri ile bağlantılar arasında geçiş yapmak için sekme tuşunu kullanabilirsiniz
+ .accesskey = F
+browsing-search-on-start-typing =
+ .label = Yazmaya başlar başlamaz arama yap
+ .accesskey = z
+browsing-picture-in-picture-toggle-enabled =
+ .label = Görüntü içinde görüntü video düğmelerini etkinleştir
+ .accesskey = G
+browsing-picture-in-picture-learn-more = Daha fazla bilgi al
+browsing-media-control =
+ .label = Medya oynatmayı klavye, kulaklık veya sanal arayüzle yönet
+ .accesskey = M
+browsing-media-control-learn-more = Daha fazla bilgi al
+browsing-cfr-recommendations =
+ .label = Gezinirken yeni uzantılar öner
+ .accesskey = G
+browsing-cfr-features =
+ .label = Gezinirken yeni özellikler öner
+ .accesskey = z
+browsing-cfr-recommendations-learn-more = Daha fazla bilgi al
+
+## General Section - Proxy
+
+network-settings-title = Ağ ayarları
+network-proxy-connection-description = { -brand-short-name } tarayıcınızın internete nasıl bağlanacağını yapılandırın.
+network-proxy-connection-learn-more = Daha fazla bilgi al
+network-proxy-connection-settings =
+ .label = Ayarlar…
+ .accesskey = A
+
+## Home Section
+
+home-new-windows-tabs-header = Yeni pencere ve sekmeler
+home-new-windows-tabs-description2 = Giriş sayfanızı, yeni pencereleri ve yeni sekmeleri açtığınızda ne görmek istediğinizi seçin.
+
+## Home Section - Home Page Customization
+
+home-homepage-mode-label = Giriş sayfası ve yeni pencereler
+home-newtabs-mode-label = Yeni sekmeler
+home-restore-defaults =
+ .label = Varsayılanları geri yükle
+ .accesskey = R
+home-mode-choice-default-fx =
+ .label = { -firefox-home-brand-name } (Varsayılan)
+home-mode-choice-custom =
+ .label = Özel adresler…
+home-mode-choice-blank =
+ .label = Boş sayfa
+home-homepage-custom-url =
+ .placeholder = Adres yapıştır…
+# This string has a special case for '1' and [other] (default). If necessary for
+# your language, you can add {$tabCount} to your translations and use the
+# standard CLDR forms, or only use the form for [other] if both strings should
+# be identical.
+use-current-pages =
+ .label =
+ { $tabCount ->
+ [1] Geçerli sayfayı kullan
+ *[other] Geçerli sayfaları kullan
+ }
+ .accesskey = s
+choose-bookmark =
+ .label = Yer imi kullan…
+ .accesskey = m
+
+## Home Section - Firefox Home Content Customization
+
+home-prefs-content-header2 = { -firefox-home-brand-name } içerikleri
+home-prefs-content-description2 = { -firefox-home-brand-name } ekranınızda görmek istediğiniz içerikleri seçin.
+home-prefs-search-header =
+ .label = Web araması
+home-prefs-shortcuts-header =
+ .label = Kısayollar
+home-prefs-shortcuts-description = Kaydettiğiniz veya ziyaret ettiğiniz siteler
+home-prefs-shortcuts-by-option-sponsored =
+ .label = Sponsorlu kısayollar
+
+## Variables:
+## $provider (string) - Name of the corresponding content provider, e.g "Pocket".
+
+home-prefs-recommended-by-header =
+ .label = { $provider } öneriyor
+home-prefs-recommended-by-description-new = { -brand-product-name } ailesinin bir parçası olan { $provider }’ın seçtiği harika içerikler
+home-prefs-recommended-by-header-generic =
+ .label = Önerilen makaleler
+home-prefs-recommended-by-description-generic = { -brand-product-name } ailesinin seçtiği harika içerikler
+
+##
+
+home-prefs-recommended-by-learn-more = Nasıl çalışır?
+home-prefs-recommended-by-option-sponsored-stories =
+ .label = Sponsorlu haberler
+home-prefs-recommended-by-option-recent-saves =
+ .label = Son kaydedilenleri göster
+home-prefs-highlights-option-visited-pages =
+ .label = Ziyaret ettiğim sayfalar
+home-prefs-highlights-options-bookmarks =
+ .label = Yer imleri
+home-prefs-highlights-option-most-recent-download =
+ .label = Son indirme
+home-prefs-highlights-option-saved-to-pocket =
+ .label = { -pocket-brand-name }’a kaydettiğim sayfalar
+home-prefs-recent-activity-header =
+ .label = Son etkinlikler
+home-prefs-recent-activity-description = Son kullanılan siteler ve içeriklerden bir seçki
+# For the "Snippets" feature traditionally on about:home.
+# Alternative translation options: "Small Note" or something that
+# expresses the idea of "a small message, shortened from something else,
+# and non-essential but also not entirely trivial and useless.
+home-prefs-snippets-header =
+ .label = Duyurular
+home-prefs-snippets-description-new = { -vendor-short-name } ve { -brand-product-name }’tan ipuçları ve haberler
+# Variables:
+# $num (number) - Number of rows displayed
+home-prefs-sections-rows-option =
+ .label =
+ { $num ->
+ [one] { $num } satır
+ *[other] { $num } satır
+ }
+
+## Search Section
+
+search-bar-header = Arama çubuğu
+search-bar-hidden =
+ .label = Hem arama hem de gezinti için adres çubuğunu kullan
+search-bar-shown =
+ .label = Araç çubuğuna arama çubuğunu ekle
+search-engine-default-header = Varsayılan arama motoru
+search-engine-default-desc-2 = Bu, adres çubuğundaki ve arama çubuğundaki varsayılan arama motorunuzdur. İstediğiniz zaman değiştirebilirsiniz.
+search-engine-default-private-desc-2 = Yalnızca gizli pencerelerde kullanmak istediğiniz arama motorunu seçin
+search-separate-default-engine =
+ .label = Gizli pencerelerde bu arama motorunu kullan
+ .accesskey = G
+search-suggestions-header = Arama önerileri
+search-suggestions-desc = Arama motorlarından gelen önerilerin nasıl görüneceğini seçin.
+search-suggestions-option =
+ .label = Arama önerileri sun
+ .accesskey = ö
+search-show-suggestions-option =
+ .label = Arama önerilerini göster
+ .accesskey = A
+search-show-suggestions-url-bar-option =
+ .label = Adres çubuğu sonuçlarında arama önerilerini göster
+ .accesskey = l
+# With this option enabled, on the search results page
+# the URL will be replaced by the search terms in the address bar
+# when using the current default search engine.
+search-show-search-term-option =
+ .label = Varsayılan arama motoru sonuç sayfasında adres yerine aranan terimleri göster
+# This string describes what the user will observe when the system
+# prioritizes search suggestions over browsing history in the results
+# that extend down from the address bar. In the original English string,
+# "ahead" refers to location (appearing most proximate to), not time
+# (appearing before).
+search-show-suggestions-above-history-option =
+ .label = Adres çubuğu sonuçlarında arama önerilerini gezinti geçmişinden önce göster
+search-show-suggestions-private-windows =
+ .label = Gizli pencerelerde arama önerilerini göster
+suggestions-addressbar-settings-generic2 = Diğer adres çubuğu önerileri için ayarları değiştir
+search-suggestions-cant-show = { -brand-short-name } tarayıcısını geçmişi hatırlamayacak şekilde ayarladığınız için konum çubuğu sonuçlarında arama önerileri gösterilmeyecektir.
+search-one-click-header2 = Arama kısayolları
+search-one-click-desc = Anahtar kelimeleri yazmaya başladığınızda adres çubuğunun ve arama çubuğunun altında görünecek alternatif arama motorlarını seçin.
+search-choose-engine-column =
+ .label = Arama motoru
+search-choose-keyword-column =
+ .label = Anahtar kelime
+search-restore-default =
+ .label = Varsayılan arama motorlarını geri yükle
+ .accesskey = V
+search-remove-engine =
+ .label = Kaldır
+ .accesskey = K
+search-add-engine =
+ .label = Ekle
+ .accesskey = E
+search-find-more-link = Daha fazla arama motoru bul
+# This warning is displayed when the chosen keyword is already in use
+# ('Duplicate' is an adjective)
+search-keyword-warning-title = Tekrarlanan Anahtar Kelime
+# Variables:
+# $name (string) - Name of a search engine.
+search-keyword-warning-engine = Şu anda “{ $name }” tarafından kullanılan bir anahtar kelime seçtiniz. Lütfen başka bir şey seçin.
+search-keyword-warning-bookmark = Şu anda bir yer imi tarafından kullanılan bir anahtar kelime seçtiniz. Lütfen başka bir şey seçin.
+
+## Containers Section
+
+containers-back-button2 =
+ .aria-label = Ayarlara dön
+containers-header = Kapsayıcı sekmeler
+containers-add-button =
+ .label = Yeni kapsayıcı ekle
+ .accesskey = e
+containers-new-tab-check =
+ .label = Her yeni sekme için kapsayıcı seç
+ .accesskey = H
+containers-settings-button =
+ .label = Ayarlar
+containers-remove-button =
+ .label = Sil
+
+## Firefox account - Signed out. Note that "Sync" and "Firefox account" are now
+## more discrete ("signed in" no longer means "and sync is connected").
+
+sync-signedout-caption = Web’inizi yanınızda taşıyın
+sync-signedout-description2 = Yer imlerinizi, geçmişinizi, sekmelerinizi, parolalarınızı, eklentilerinizi ve ayarlarınızı tüm cihazlarınız arasında eşitleyin.
+sync-signedout-account-signin3 =
+ .label = Eşitlemek için giriş yap…
+ .accesskey = i
+# This message contains two links and two icon images.
+# `<img data-l10n-name="android-icon"/>` - Android logo icon
+# `<a data-l10n-name="android-link">` - Link to Android Download
+# `<img data-l10n-name="ios-icon">` - iOS logo icon
+# `<a data-l10n-name="ios-link">` - Link to iOS Download
+#
+# They can be moved within the sentence as needed to adapt
+# to your language, but should not be changed or translated.
+sync-mobile-promo = Mobil cihazınızla eşitleme yapmak isterseniz <img data-l10n-name="android-icon"/> <a data-l10n-name="android-link">Android</a> veya <img data-l10n-name="ios-icon"/> <a data-l10n-name="ios-link">iOS</a> için Firefox’u indirin.
+
+## Firefox account - Signed in
+
+sync-profile-picture =
+ .tooltiptext = Profil resmini değiştir
+sync-sign-out =
+ .label = Çıkış yap…
+ .accesskey = k
+sync-manage-account = Hesabı yönet
+ .accesskey = H
+
+## Variables
+## $email (string) - Email used for Firefox account
+
+sync-signedin-unverified = { $email } doğrulanmamış.
+sync-signedin-login-failure = Yeniden { $email } hesabınıza bağlanmak için lütfen giriş yapın
+
+##
+
+sync-resend-verification =
+ .label = Doğrulamayı yeniden gönder
+ .accesskey = d
+sync-verify-account =
+ .label = Hesabı doğrula
+ .accesskey = H
+sync-remove-account =
+ .label = Hesabı kaldır
+ .accesskey = H
+sync-sign-in =
+ .label = Giriş yap
+ .accesskey = G
+
+## Sync section - enabling or disabling sync.
+
+prefs-syncing-on = Eşitleme: AÇIK
+prefs-syncing-off = Eşitleme: KAPALI
+prefs-sync-turn-on-syncing =
+ .label = Eşitlemeyi başlat…
+ .accesskey = E
+prefs-sync-offer-setup-label2 = Yer imlerinizi, geçmişinizi, sekmelerinizi, parolalarınızı, eklentilerinizi ve ayarlarınızı tüm cihazlarınız arasında eşitleyin.
+prefs-sync-now =
+ .labelnotsyncing = Şimdi eşitle
+ .accesskeynotsyncing = m
+ .labelsyncing = Eşitleniyor…
+prefs-sync-now-button =
+ .label = Şimdi eşitle
+ .accesskey = m
+prefs-syncing-button =
+ .label = Eşitleniyor…
+
+## The list of things currently syncing.
+
+sync-syncing-across-devices-heading = Aşağıdaki öğeler tüm bağlı cihazlarınız arasında eşitleniyor:
+sync-currently-syncing-bookmarks = Yer imleri
+sync-currently-syncing-history = Geçmiş
+sync-currently-syncing-tabs = Açık sekmeler
+sync-currently-syncing-logins-passwords = Hesaplar ve parolalar
+sync-currently-syncing-passwords = Parolalar
+sync-currently-syncing-addresses = Adresler
+sync-currently-syncing-creditcards = Kredi kartları
+sync-currently-syncing-payment-methods = Ödeme yöntemleri
+sync-currently-syncing-addons = Eklentiler
+sync-currently-syncing-settings = Ayarlar
+sync-change-options =
+ .label = Değiştir…
+ .accesskey = D
+
+## The "Choose what to sync" dialog.
+
+sync-choose-what-to-sync-dialog3 =
+ .title = Nelerin eşitleneceğini seçin
+ .style = min-width: 36em;
+ .buttonlabelaccept = Değişiklikleri kaydet
+ .buttonaccesskeyaccept = D
+ .buttonlabelextra2 = Bağlantıyı kes…
+ .buttonaccesskeyextra2 = B
+sync-choose-dialog-subtitle = Bu listede yaptığınız değişiklikler tüm bağlı cihazlarınıza yansıtılacaktır.
+sync-engine-bookmarks =
+ .label = Yer imleri
+ .accesskey = m
+sync-engine-history =
+ .label = Geçmiş
+ .accesskey = G
+sync-engine-tabs =
+ .label = Açık sekmeler
+ .tooltiptext = Eşitlenen tüm cihazlarınızdaki açık sekmelerin listesi
+ .accesskey = s
+sync-engine-logins-passwords =
+ .label = Hesaplar ve parolalar
+ .tooltiptext = Kaydettiğiniz kullanıcı adları ve parolalar
+ .accesskey = H
+sync-engine-passwords =
+ .label = Parolalar
+ .tooltiptext = Kaydettiğiniz parolalar
+ .accesskey = P
+sync-engine-addresses =
+ .label = Adresler
+ .tooltiptext = Kaydettiğiniz posta adresleri (yalnızca masaüstü)
+ .accesskey = A
+sync-engine-creditcards =
+ .label = Kredi kartları
+ .tooltiptext = Adlar, numaralar ve son kullanma tarihleri (yalnızca masaüstü)
+ .accesskey = K
+sync-engine-payment-methods2 =
+ .label = Ödeme yöntemleri
+ .tooltiptext = Adlar, kart numaraları ve son kullanma tarihleri
+ .accesskey = n
+sync-engine-addons =
+ .label = Eklentiler
+ .tooltiptext = Masaüstü Firefox uzantıları ve temaları
+ .accesskey = t
+sync-engine-settings =
+ .label = Ayarlar
+ .tooltiptext = Değiştirdiğiniz genel ayarlar, gizlilik ayarları ve güvenlik ayarları
+ .accesskey = A
+
+## The device name controls.
+
+sync-device-name-header = Cihaz adı
+sync-device-name-change =
+ .label = Cihaz adını değiştir…
+ .accesskey = C
+sync-device-name-cancel =
+ .label = İptal
+ .accesskey = t
+sync-device-name-save =
+ .label = Kaydet
+ .accesskey = K
+sync-connect-another-device = Başka bir cihaz bağla
+
+## These strings are shown in a desktop notification after the
+## user requests we resend a verification email.
+
+sync-verification-sent-title = Doğrulama gönderildi
+# Variables:
+# $email (String): Email address of user's Firefox account.
+sync-verification-sent-body = { $email } adresine doğrulama bağlantısı gönderildi.
+sync-verification-not-sent-title = Doğrulama gönderilemedi
+sync-verification-not-sent-body = Şu anda doğrulama e-postası gönderemedik. Lütfen daha sonra yeniden deneyin.
+
+## Privacy Section
+
+privacy-header = Tarayıcı Gizliliği
+
+## Privacy Section - Logins and Passwords
+
+# The search keyword isn't shown to users but is used to find relevant settings in about:preferences.
+pane-privacy-logins-and-passwords-header = Hesaplar ve parolalar
+ .searchkeywords = { -lockwise-brand-short-name }
+# Checkbox to control whether UI is shown to users to save or fill logins/passwords.
+forms-ask-to-save-logins =
+ .label = Sitelerdeki kullanıcı adı ve parolalarımı kaydetmeyi öner
+ .accesskey = r
+
+## Privacy Section - Passwords
+
+# "Logins" is the former term for "Passwords". Users should find password settings
+# by searching for the former term "logins". It's not displayed in the UI.
+pane-privacy-passwords-header = Parolalar
+ .searchkeywords = hesaplar
+# Checkbox to control whether UI is shown to users to save or fill logins/passwords.
+forms-ask-to-save-passwords =
+ .label = Parolaları kaydetmeyi öner
+ .accesskey = P
+forms-exceptions =
+ .label = İstisnalar…
+ .accesskey = s
+forms-generate-passwords =
+ .label = Güçlü parolalar öner ve oluştur
+ .accesskey = G
+forms-suggest-passwords =
+ .label = Güçlü parola öner
+ .accesskey = ö
+forms-breach-alerts =
+ .label = Veri ihlaline uğrayan sitelerdeki parolalarla ilgili uyarı göster
+ .accesskey = V
+forms-breach-alerts-learn-more-link = Daha fazla bilgi al
+preferences-relay-integration-checkbox =
+ .label = E-posta adresimi korumak için { -relay-brand-name } e-posta maskeleri öner
+preferences-relay-integration-checkbox2 =
+ .label = E-posta adresimi korumak için { -relay-brand-name } e-posta maskeleri öner
+ .accesskey = r
+relay-integration-learn-more-link = Daha fazla bilgi al
+# Checkbox which controls filling saved logins into fields automatically when they appear, in some cases without user interaction.
+forms-fill-logins-and-passwords =
+ .label = Kullanıcı adı ve parolaları otomatik doldur
+ .accesskey = ı
+forms-saved-logins =
+ .label = Kayıtlı hesaplar…
+ .accesskey = K
+# Checkbox which controls filling saved logins into fields automatically when they appear, in some cases without user interaction.
+forms-fill-usernames-and-passwords =
+ .label = Kullanıcı adı ve parolaları otomatik doldur
+ .accesskey = d
+forms-saved-passwords =
+ .label = Kayıtlı parolalar
+ .accesskey = o
+forms-primary-pw-use =
+ .label = Ana parola kullan
+ .accesskey = n
+forms-primary-pw-learn-more-link = Daha fazla bilgi al
+# This string uses the former name of the Primary Password feature
+# ("Master Password" in English) so that the preferences can be found
+# when searching for the old name. The accesskey is unused.
+forms-master-pw-change =
+ .label = Ana parolayı değiştir…
+ .accesskey = d
+forms-primary-pw-change =
+ .label = Ana parolayı değiştir…
+ .accesskey = d
+# Leave this message empty if the translation for "Primary Password" matches
+# "Master Password" in your language. If you're editing the FTL file directly,
+# use { "" } as the value.
+forms-primary-pw-former-name = { "" }
+forms-primary-pw-fips-title = Şu anda FIPS kipindesiniz. FIPS için boş olmayan bir ana parola gereklidir.
+forms-master-pw-fips-desc = Parola değiştirme başarısız
+forms-windows-sso =
+ .label = Microsoft, iş ve okul hesapları için Windows çoklu oturum açmaya izin ver
+forms-windows-sso-learn-more-link = Daha fazla bilgi al
+forms-windows-sso-desc = Hesapları cihaz ayarlarınızdan yönetebilirsiniz
+windows-passkey-settings-label = Geçiş anahtarlarını sistem ayarlarından yönetebilirsiniz
+
+## OS Authentication dialog
+
+# This message can be seen by trying to add a Primary Password.
+primary-password-os-auth-dialog-message-win = Ana parola oluşturmak için Windows hesap bilgilerinizi girin. Bu sayede hesaplarınızı daha güvenli bir şekilde koruyabiliriz.
+# This message can be seen by trying to add a Primary Password.
+# The macOS strings are preceded by the operating system with "Firefox is trying to "
+# and includes subtitle of "Enter password for the user "xxx" to allow this." These
+# notes are only valid for English. Please test in your locale.
+primary-password-os-auth-dialog-message-macosx = ana parola oluşturma
+master-password-os-auth-dialog-caption = { -brand-full-name }
+
+## Privacy section - Autofill
+
+pane-privacy-autofill-header = Otomatik doldurma
+autofill-addresses-checkbox = Adresleri kaydet ve doldur
+ .accesskey = a
+autofill-saved-addresses-button = Kayıtlı adresler
+ .accesskey = S
+autofill-payment-methods-checkbox-message = Ödeme yöntemlerini kaydet ve doldur
+ .accesskey = m
+autofill-payment-methods-checkbox-submessage = Kredi ve banka kartları dahil
+ .accesskey = K
+autofill-saved-payment-methods-button = Kayıtlı ödeme yöntemleri
+ .accesskey = ö
+autofill-reauth-checkbox =
+ { PLATFORM() ->
+ [macos] Ödeme yöntemlerini doldurmak ve düzenlemek için macOS kimlik doğrulaması iste.
+ [windows] Ödeme yöntemlerini doldurmak ve düzenlemek için Windows kimlik doğrulaması iste.
+ [linux] Ödeme yöntemlerini doldurmak ve düzenlemek için Linux kimlik doğrulaması iste.
+ *[other] Ödeme yöntemlerini doldurmak ve düzenlemek için kimlik doğrulaması iste.
+ }
+ .accesskey = o
+
+## Privacy Section - History
+
+history-header = Geçmiş
+# This label is followed, on the same line, by a dropdown list of options
+# (Remember history, etc.).
+# In English it visually creates a full sentence, e.g.
+# "Firefox will" + "Remember history".
+#
+# If this doesn't work for your language, you can translate this message:
+# - Simply as "Firefox", moving the verb into each option.
+# This will result in "Firefox" + "Will remember history", etc.
+# - As a stand-alone message, for example "Firefox history settings:".
+history-remember-label = { -brand-short-name }
+ .accesskey = i
+history-remember-option-all =
+ .label = geçmişi hatırlasın
+history-remember-option-never =
+ .label = geçmişi asla hatırlamasın
+history-remember-option-custom =
+ .label = geçmiş için özel ayarları kullansın
+history-remember-description = { -brand-short-name } gezinti, indirme, form ve arama geçmişlerinizi hatırlayacak.
+history-dontremember-description = { -brand-short-name } Gizli Gezinti ile aynı ayarları kullanacak ve siz internette gezerken geçmişle ilgili hiçbir şeyi hatırlamayacak.
+history-private-browsing-permanent =
+ .label = Her zaman gizli gezinti kipini kullan
+ .accesskey = m
+history-remember-browser-option =
+ .label = Gezinti ve indirme geçmişini hatırla
+ .accesskey = T
+history-remember-search-option =
+ .label = Arama ve form geçmişini hatırla
+ .accesskey = f
+history-clear-on-close-option =
+ .label = { -brand-short-name } kapatılınca geçmişi temizle
+ .accesskey = e
+history-clear-on-close-settings =
+ .label = Ayarlar…
+ .accesskey = A
+history-clear-button =
+ .label = Geçmişi temizle…
+ .accesskey = G
+
+## Privacy Section - Site Data
+
+sitedata-header = Çerezler ve site verileri
+sitedata-total-size-calculating = Site verilerinin ve önbelleğin boyutu hesaplanıyor…
+# Variables:
+# $value (number) - Value of the unit (for example: 4.6, 500)
+# $unit (string) - Name of the unit (for example: "bytes", "KB")
+sitedata-total-size = Depolanmış site verileriniz ve önbelleğiniz şu anda { $value } { $unit } disk alanı kullanıyor.
+sitedata-learn-more = Daha fazla bilgi al
+sitedata-delete-on-close =
+ .label = { -brand-short-name } kapatıldığında çerezleri ve site verilerini sil
+ .accesskey = k
+sitedata-delete-on-close-private-browsing = Kalıcı gizli gezinti modunda, { -brand-short-name } kapatıldığında çerezler ve site verileri her zaman silinir.
+sitedata-delete-on-close-private-browsing2 = { -brand-short-name }, geçmiş ayarlarınıza bağlı olarak, tarayıcıyı kapattığınızda oturumunuzdaki çerezleri ve site verilerini siler.
+sitedata-allow-cookies-option =
+ .label = Çerezleri ve site verilerini kabul et
+ .accesskey = z
+sitedata-disallow-cookies-option =
+ .label = Çerezleri ve site verilerini engelle
+ .accesskey = s
+# This label means 'type of content that is blocked', and is followed by a drop-down list with content types below.
+# The list items are the strings named sitedata-block-*-option*.
+sitedata-block-desc = Engellenecek tür
+ .accesskey = ü
+sitedata-option-block-cross-site-trackers =
+ .label = Siteler arası takip kodları
+sitedata-option-block-cross-site-tracking-cookies =
+ .label = Siteler arası takip çerezleri
+sitedata-option-block-cross-site-cookies =
+ .label = Siteler arası takip çerezlerini engelle, diğer çerezleri izole et
+sitedata-option-block-unvisited =
+ .label = Ziyaret etmediğim sitelerden gelen çerezler
+sitedata-option-block-all-cross-site-cookies =
+ .label = Tüm siteler arası çerezler (Bazı siteler düzgün çalışmayabilir)
+sitedata-option-block-all =
+ .label = Tüm çerezler (Bazı siteler bozulabilir.)
+sitedata-clear =
+ .label = Verileri temizle…
+ .accesskey = l
+sitedata-settings =
+ .label = Verileri yönet…
+ .accesskey = V
+sitedata-cookies-exceptions =
+ .label = İstisnaları yönet…
+ .accesskey = İ
+
+## Privacy Section - Cookie Banner Handling
+
+cookie-banner-handling-header = Çerez bildirimlerini azaltma
+cookie-banner-handling-description = { -brand-short-name }, desteklenen sitelerdeki çerez isteklerini otomatik olarak reddetmeye çalışır.
+
+## Privacy Section - Cookie Banner Blocking
+
+cookie-banner-blocker-header = Çerez bildirimi engelleyici
+cookie-banner-blocker-description = Siteler gizli gezinti modunda çerezleri kullanıp kullanamayacağını sorduğunda { -brand-short-name } bu istekleri otomatik olarak reddeder. Yalnızca desteklenen sitelerde çalışır.
+cookie-banner-learn-more = Daha fazla bilgi al
+forms-handle-cookie-banners =
+ .label = Çerez bildirimlerini azalt
+cookie-banner-blocker-checkbox-label =
+ .label = Çerez bildirimlerini otomatik olarak reddet
+
+## Privacy Section - Address Bar
+
+addressbar-header = Adres çubuğu
+addressbar-suggest = Adres çubuğunu kullanırken şunları öner:
+addressbar-locbar-history-option =
+ .label = Gezinti geçmişi
+ .accesskey = G
+addressbar-locbar-bookmarks-option =
+ .label = Yer imleri
+ .accesskey = Y
+addressbar-locbar-clipboard-option =
+ .label = Pano
+ .accesskey = P
+addressbar-locbar-openpage-option =
+ .label = Açık sekmeler
+ .accesskey = s
+# Shortcuts refers to the shortcut tiles on the new tab page, previously known as top sites. Translation should be consistent.
+addressbar-locbar-shortcuts-option =
+ .label = Kısayollar
+ .accesskey = K
+addressbar-locbar-topsites-option =
+ .label = Sık kullanılanlar
+ .accesskey = S
+addressbar-locbar-engines-option =
+ .label = Arama motorları
+ .accesskey = m
+addressbar-locbar-quickactions-option =
+ .label = Hızlı eylemler
+ .accesskey = H
+addressbar-suggestions-settings = Arama motoru önerileri için tercihleri değiştir
+addressbar-locbar-showrecentsearches-option =
+ .label = Son aramaları göster
+ .accesskey = r
+addressbar-quickactions-learn-more = Daha fazla bilgi al
+
+## Privacy Section - Content Blocking
+
+content-blocking-enhanced-tracking-protection = Gelişmiş izlenme koruması
+content-blocking-section-top-level-description = Takip kodları, gezinti alışkanlıklarınız ve ilgi alanlarınız hakkında bilgi toplamak için internette sizi takip eder. { -brand-short-name } bu takip kodlarının ve diğer kötü amaçlı betiklerin çoğunu engeller.
+content-blocking-learn-more = Daha fazla bilgi al
+content-blocking-fpi-incompatibility-warning = First Party Isolation (FPI) özelliğini kullanıyorsunuz. Bu özellik, bazı { -brand-short-name } çerez ayarlarını geçersiz kılar.
+# There is no need to translate "Resist Fingerprinting (RFP)". This is a
+# feature that can only be enabled via about:config, and it's not exposed to
+# standard users (e.g. via Settings).
+content-blocking-rfp-incompatibility-warning = Resist Fingerprinting (RFP) özelliğini kullanıyorsunuz. { -brand-short-name } tarayıcısının bazı parmak izi koruma ayarlarını değiştiren bu özellik bazı sitelerin bozulmasına yol açabilir.
+
+## These strings are used to define the different levels of
+## Enhanced Tracking Protection.
+
+# "Standard" in this case is an adjective, meaning "default" or "normal".
+enhanced-tracking-protection-setting-standard =
+ .label = Standart
+ .accesskey = d
+enhanced-tracking-protection-setting-strict =
+ .label = Sıkı
+ .accesskey = S
+enhanced-tracking-protection-setting-custom =
+ .label = Özel
+ .accesskey = Ö
+
+##
+
+content-blocking-etp-standard-desc = Dengeli koruma ve performans. Sayfalar normal şekilde yüklenir.
+content-blocking-etp-strict-desc = Daha güçlü koruma, ama bazı siteler ve içerikler düzgün çalışmayabilir.
+content-blocking-etp-custom-desc = Hangi takip kodlarının ve betiklerin engelleneceğini seçin.
+content-blocking-etp-blocking-desc = { -brand-short-name } aşağıdakileri engeller:
+content-blocking-private-windows = Gizli pencerelerde takip amaçlı içerikler
+content-blocking-cross-site-cookies-in-all-windows2 = Tüm pencerelerde siteler arası çerezler
+content-blocking-cross-site-tracking-cookies = Siteler arası takip çerezleri
+content-blocking-all-cross-site-cookies-private-windows = Gizli pencerelerde siteler arası çerezler
+content-blocking-cross-site-tracking-cookies-plus-isolate = Siteler arası takip kodları ve takip çerezleri, kalan çerezleri izole et
+content-blocking-social-media-trackers = Sosyal medya takip kodları
+content-blocking-all-cookies = Tüm çerezler
+content-blocking-unvisited-cookies = Ziyaret etmediğim sitelerden gelen çerezler
+content-blocking-all-windows-tracking-content = Tüm pencerelerde takip amaçlı içerikler
+content-blocking-all-cross-site-cookies = Tüm siteler arası çerezler
+content-blocking-cryptominers = Kripto madencileri
+content-blocking-fingerprinters = Parmak izi toplayıcılar
+# The known fingerprinters are those that are known for collecting browser fingerprints from user devices. And
+# the suspected fingerprinters are those that we are uncertain about browser fingerprinting activities. But they could
+# possibly acquire browser fingerprints because of the behavior on accessing APIs that expose browser fingerprints.
+content-blocking-known-and-suspected-fingerprinters = Bilinen ve şüpheli parmak izi toplayıcılar
+
+# The tcp-rollout strings are no longer used for the rollout but for tcp-by-default in the standard section
+
+# "Contains" here means "isolates", "limits".
+content-blocking-etp-standard-tcp-rollout-description = Komple çerez koruması, çerezleri sadece bulunduğunuz sitenin kullanabileceği şekilde sınırlar. Bu sayede çerezler hangi sitelerde gezindiğinizi izlemek için kullanılamaz.
+content-blocking-etp-standard-tcp-rollout-learn-more = Daha fazla bilgi al
+content-blocking-etp-standard-tcp-title = Şimdiye kadarki en güçlü gizlilik özelliğimiz olan komple çerez korumasını içerir
+content-blocking-warning-title = Dikkat!
+content-blocking-and-isolating-etp-warning-description-2 = Bu ayar, bazı web sitelerinin içeriğinin görünmemesine veya düzgün çalışmamasına neden olabilir. Site bozuk görünüyorsa o sitenin tüm içeriğinin yüklemesi için izlenme korumasını kapatabilirsiniz.
+content-blocking-warning-learn-how = Nasıl yapılacağını öğrenin
+content-blocking-reload-description = Bu değişiklikleri uygulamak için sekmelerinizi tazelemeniz gerekiyor.
+content-blocking-reload-tabs-button =
+ .label = Sekmeleri tazele
+ .accesskey = S
+content-blocking-tracking-content-label =
+ .label = Takip amaçlı içerikler
+ .accesskey = T
+content-blocking-tracking-protection-option-all-windows =
+ .label = Tüm pencerelerde
+ .accesskey = m
+content-blocking-option-private =
+ .label = Yalnızca gizli pencerelerde
+ .accesskey = z
+content-blocking-tracking-protection-change-block-list = Engelleme listesini değiştir
+content-blocking-cookies-label =
+ .label = Çerezler
+ .accesskey = e
+content-blocking-expand-section =
+ .tooltiptext = Daha fazla bilgi
+# Cryptomining refers to using scripts on websites that can use a computer’s resources to mine cryptocurrency without a user’s knowledge.
+content-blocking-cryptominers-label =
+ .label = Kripto madencileri
+ .accesskey = m
+# Browser fingerprinting is a method of tracking users by the configuration and settings information (their "digital fingerprint")
+# that is visible to websites they browse, rather than traditional tracking methods such as IP addresses and unique cookies.
+content-blocking-fingerprinters-label =
+ .label = Parmak izi toplayıcılar
+ .accesskey = P
+# Browser fingerprinting is a method of tracking users by the configuration and settings information (their "digital fingerprint")
+# that is visible to websites they browse, rather than traditional tracking methods such as IP addresses and unique cookies.
+#
+# The known fingerprinters are those that are known for collecting browser fingerprints from user devices.
+content-blocking-known-fingerprinters-label =
+ .label = Bilinen parmak izi toplayıcılar
+ .accesskey = B
+# The suspected fingerprinters are those that we are uncertain about browser fingerprinting activities. But they could
+# possibly acquire browser fingerprints because of the behavior on accessing APIs that expose browser fingerprints.
+content-blocking-suspected-fingerprinters-label =
+ .label = Şüpheli parmak izi toplayıcılar
+ .accesskey = Ş
+
+## Privacy Section - Tracking
+
+tracking-manage-exceptions =
+ .label = İstisnaları yönet…
+ .accesskey = n
+
+## Privacy Section - Permissions
+
+permissions-header = İzinler
+permissions-location = Konum
+permissions-location-settings =
+ .label = Ayarlar…
+ .accesskey = r
+permissions-xr = Sanal gerçeklik
+permissions-xr-settings =
+ .label = Ayarlar…
+ .accesskey = A
+permissions-camera = Kamera
+permissions-camera-settings =
+ .label = Ayarlar…
+ .accesskey = r
+permissions-microphone = Mikrofon
+permissions-microphone-settings =
+ .label = Ayarlar…
+ .accesskey = r
+# Short form for "the act of choosing sound output devices and redirecting audio to the chosen devices".
+permissions-speaker = Ses aygıtı seçimi
+permissions-speaker-settings =
+ .label = Ayarlar…
+ .accesskey = A
+permissions-notification = Bildirimler
+permissions-notification-settings =
+ .label = Ayarlar…
+ .accesskey = r
+permissions-notification-link = Daha fazla bilgi al
+permissions-notification-pause =
+ .label = { -brand-short-name } yeniden başlatılana dek bildirimleri duraklat
+ .accesskey = b
+permissions-autoplay = Otomatik oynatma
+permissions-autoplay-settings =
+ .label = Ayarlar…
+ .accesskey = r
+permissions-block-popups =
+ .label = Açılır pencereleri engelle
+ .accesskey = n
+# "popup" is a misspelling that is more popular than the correct spelling of
+# "pop-up" so it's included as a search keyword, not displayed in the UI.
+permissions-block-popups-exceptions-button =
+ .label = İstisnalar…
+ .accesskey = s
+ .searchkeywords = açılır pencereler
+permissions-addon-install-warning =
+ .label = Siteler eklenti yüklemeye çalıştığında beni uyar
+ .accesskey = u
+permissions-addon-exceptions =
+ .label = İstisnalar…
+ .accesskey = n
+
+## Privacy Section - Data Collection
+
+collection-header = { -brand-short-name } Veri Toplama ve Kullanma İzinleri
+collection-header2 = { -brand-short-name } veri toplama ve kullanma izinleri
+ .searchkeywords = telemetri
+collection-description = Yalnızca { -brand-short-name } tarayıcınızı geliştirmemize yarayacak verileri topluyoruz ve istemezseniz onları da toplamıyoruz. Kişisel verilerinizi sunucularımıza göndermeden önce mutlaka izninizi istiyoruz.
+collection-privacy-notice = Gizlilik bildirimi
+collection-health-report-telemetry-disabled = Artık { -vendor-short-name }’nın teknik veri ve etkileşim verisi toplamasına izin vermiyorsunuz. Eski verilerinizin hepsi 30 gün içinde silinecektir.
+collection-health-report-telemetry-disabled-link = Daha fazla bilgi al
+collection-health-report =
+ .label = { -brand-short-name }, teknik ve etkileşim verilerimi { -vendor-short-name }’ya gönderebilir
+ .accesskey = r
+collection-health-report-link = Daha fazla bilgi al
+collection-studies =
+ .label = { -brand-short-name }, araştırmalar yükleyip çalıştırabilir
+collection-studies-link = { -brand-short-name } araştırmalarını göster
+addon-recommendations =
+ .label = { -brand-short-name }, bana özel uzantı tavsiyelerinde bulunabilir
+addon-recommendations-link = Daha fazla bilgi al
+# This message is displayed above disabled data sharing options in developer builds
+# or builds with no Telemetry support available.
+collection-health-report-disabled = Bu yapılandırma için veri raporlama devre dışı bırakılmış
+collection-backlogged-crash-reports-with-link = { -brand-short-name } geriye dönük çökme raporlarını benim adıma gönderebilir <a data-l10n-name="crash-reports-link">Daha fazla bilgi al</a>
+ .accesskey = d
+privacy-segmentation-section-header = Gezintinizi iyileştiren yeni özellikler
+privacy-segmentation-section-description = Size daha kişisel bir deneyim sunmak için verilerinizi kullanan özellikler sunduğumuzda:
+privacy-segmentation-radio-off =
+ .label = { -brand-product-name } önerilerini kullan
+privacy-segmentation-radio-on =
+ .label = Ayrıntılı bilgileri göster
+
+## Privacy Section - Security
+##
+## It is important that wording follows the guidelines outlined on this page:
+## https://developers.google.com/safe-browsing/developers_guide_v2#AcceptableUsage
+
+security-header = Güvenlik
+security-browsing-protection = Aldatıcı içerik ve tehlikeli yazılım koruması
+security-enable-safe-browsing =
+ .label = Tehlikeli ve aldatıcı içerikleri engelle
+ .accesskey = T
+security-enable-safe-browsing-link = Daha fazla bilgi al
+security-block-downloads =
+ .label = Tehlikeli indirmeleri engelle
+ .accesskey = i
+security-block-uncommon-software =
+ .label = İstenmeyen ve bilinmeyen yazılımlar hakkında beni uyar
+ .accesskey = b
+
+## Privacy Section - Certificates
+
+certs-header = Sertifikalar
+certs-enable-ocsp =
+ .label = Sertifikaların geçerliliğini doğrulamak için OCSP otomatik yanıt sunucularını sorgula
+ .accesskey = d
+certs-view =
+ .label = Sertifikaları göster…
+ .accesskey = ö
+certs-devices =
+ .label = Güvenlik aygıtları…
+ .accesskey = ü
+certs-thirdparty-toggle =
+ .label = { -brand-short-name } yüklediğim üçüncü taraf kök sertifikalarına otomatik olarak güvenebilsin
+ .accesskey = t
+space-alert-over-5gb-settings-button =
+ .label = Ayarları aç
+ .accesskey = A
+space-alert-over-5gb-message2 = <strong>{ -brand-short-name } tarafından kulllanılabilen disk alanı azaldı.</strong> Site içerikleri düzgün görüntülenemeyebilir. Depolanan verileri Ayarlar > Gizlilik ve Güvenlik > Çerezler ve site verileri kısmından temizleyebilirsiniz.
+space-alert-under-5gb-message2 = <strong>{ -brand-short-name } tarafından kulllanılabilen disk alanı azaldı.</strong> Site içerikleri düzgün görüntülenemeyebilir. Daha iyi bir gezinti deneyimi içi disk kullanımınızı iyileştirmek isterseniz “Daha fazla bilgi al” sayfasını ziyaret edin.
+
+## Privacy Section - HTTPS-Only
+
+httpsonly-header = Yalnızca HTTPS modu
+httpsonly-description = HTTPS, ziyaret ettiğiniz sitelerle { -brand-short-name } arasında güvenli ve şifrelenmiş bağlantı sağlar. Çoğu site HTTPS desteği sunar. “Yalnızca HTTPS” modunu açarsanız { -brand-short-name } tüm bağlantılarda HTTPS kullanmaya çalışır.
+httpsonly-learn-more = Daha fazla bilgi al
+httpsonly-radio-enabled =
+ .label = Yalnızca HTTPS modunu tüm pencerelerde etkinleştir
+httpsonly-radio-enabled-pbm =
+ .label = Yalnızca HTTPS modunu yalnızca gizli pencerelerde etkinleştir
+httpsonly-radio-disabled =
+ .label = Yalnızca HTTPS modunu etkinleştirme
+
+## DoH Section
+
+preferences-doh-header = HTTPS Üzerinden DNS
+preferences-doh-description = HTTPS Üzerinden Alan Adı Sistemi (DNS), alan adı isteklerinizi şifreli bir bağlantı üzerinden göndererek güvenli bir DNS oluşturur. Böylece hangi web sitelerine eriştiğinizi başkalarının görmesi zorlaştır.
+preferences-doh-description2 = HTTPS Üzerinden Alan Adı Sistemi (DNS), alan adı isteklerinizi şifreli bir bağlantı üzerinden göndererek güvenli bir DNS sağlar. Böylece hangi web sitelerine eriştiğinizi başkalarının görmesi zorlaştır.
+# Variables:
+# $status (string) - The status of the DoH connection
+preferences-doh-status = Durum: { $status }
+# Variables:
+# $name (string) - The name of the DNS over HTTPS resolver. If a custom resolver is used, the name will be the domain of the URL.
+preferences-doh-resolver = Sağlayıcı: { $name }
+# This is displayed instead of $name in preferences-doh-resolver
+# when the DoH URL is not a valid URL
+preferences-doh-bad-url = Geçersiz URL
+preferences-doh-steering-status = Yerel sağlayıcı kullanılıyor
+preferences-doh-status-active = Etkin
+preferences-doh-status-disabled = Kapalı
+# Variables:
+# $reason (string) - A string representation of the reason DoH is not active. For example NS_ERROR_UNKNOWN_HOST or TRR_RCODE_FAIL.
+preferences-doh-status-not-active = Etkin değil ({ $reason })
+preferences-doh-group-message = Güvenli DNS’i etkinleştir:
+preferences-doh-group-message2 = HTTPS üzerinden DNS’i etkinleştir:
+preferences-doh-expand-section =
+ .tooltiptext = Daha fazla bilgi
+preferences-doh-setting-default =
+ .label = Varsayılan koruma
+ .accesskey = V
+preferences-doh-default-desc = Gizliliğinizi korumak için ne zaman güvenli DNS kullanılacağına { -brand-short-name } karar verir.
+preferences-doh-default-detailed-desc-1 = Güvenli DNS hizmetinin sunulduğu bölgelerde güvenli DNS kullanılır
+preferences-doh-default-detailed-desc-2 = Güvenli DNS sağlayıcınızda sorun yaşanırsa varsayılan DNS çözümleyiciniz kullanılır
+preferences-doh-default-detailed-desc-3 = Mümkünse yerel bir sağlayıcı kullanılır
+preferences-doh-default-detailed-desc-4 = VPN, ebeveyn denetimleri veya kurumsal ilkeler etkinse güvenli DNS kapanır
+preferences-doh-default-detailed-desc-5 = Ağınız { -brand-short-name } tarayıcısına güvenli DNS kullanmama isteği gönderirse güvenli DNS kapanır
+preferences-doh-setting-enabled =
+ .label = Artırılmış koruma
+ .accesskey = A
+preferences-doh-enabled-desc = Güvenli DNS’in ne zaman kullanılacağını siz belirler ve sağlayıcınızı siz seçersiniz.
+preferences-doh-enabled-detailed-desc-1 = Seçtiğiniz sağlayıcı kullanılır
+preferences-doh-enabled-detailed-desc-2 = Yalnızca güvenli DNS sağlayıcınızda sorun yaşanırsa varsayılan DNS çözümleyiciniz kullanılır
+preferences-doh-setting-strict =
+ .label = Maksimum koruma
+ .accesskey = M
+preferences-doh-strict-desc = { -brand-short-name } her zaman güvenli DNS kullanır. Sistem DNS’inizi kullanmadan önce bir güvenlik uyarısı gösterir.
+preferences-doh-strict-detailed-desc-1 = Sadece seçtiğiniz sağlayıcıyı kullanır
+preferences-doh-strict-detailed-desc-2 = Güvenli DNS kullanılamazsa sizi her zaman uyarır
+preferences-doh-strict-detailed-desc-3 = Güvenli DNS kullanılamazsa siteler açılmaz veya düzgün çalışmaz
+preferences-doh-setting-off =
+ .label = Kapalı
+ .accesskey = K
+preferences-doh-off-desc = Varsayılan DNS çözümleyicinizi kullanır
+preferences-doh-checkbox-warn =
+ .label = Üçüncü bir taraf güvenli DNS’i engellerse beni uyar
+ .accesskey = Ü
+preferences-doh-select-resolver = Sağlayıcıyı seçin:
+preferences-doh-exceptions-description = { -brand-short-name } bu sitelerde güvenli DNS kullanmayacaktır
+preferences-doh-manage-exceptions =
+ .label = İstisnaları yönet…
+ .accesskey = s
+
+## The following strings are used in the Download section of settings
+
+desktop-folder-name = Masaüstü
+downloads-folder-name = İndirilenler
+choose-download-folder-title = İndirme klasörünü seçin:
diff --git a/l10n-tr/browser/browser/preferences/selectBookmark.ftl b/l10n-tr/browser/browser/preferences/selectBookmark.ftl
new file mode 100644
index 0000000000..7f17c5ddd2
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/selectBookmark.ftl
@@ -0,0 +1,9 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+select-bookmark-window2 =
+ .title = Giriş sayfasını ayarla
+ .style = min-width: 32em;
+
+select-bookmark-desc = Giriş sayfanız olacak yer imini seçin. Eğer bir klasör seçerseniz o klasördeki yer imleri sekmelerde açılır.
diff --git a/l10n-tr/browser/browser/preferences/siteDataSettings.ftl b/l10n-tr/browser/browser/preferences/siteDataSettings.ftl
new file mode 100644
index 0000000000..51205313cf
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/siteDataSettings.ftl
@@ -0,0 +1,67 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+
+## Settings
+
+site-data-settings-window =
+ .title = Çerezleri ve Site Verilerini Yönet
+
+site-data-settings-description = Aşağıdaki web siteleri bilgisayarınızda ve çerez ve site verisi depoluyor. { -brand-short-name } kalıcı depolama yapan web sitelerinin verilerini siz silene dek saklar, geçici depolama yapan web sitelerinin verilerini ise yer ihtiyacı olduğunda siler.
+
+site-data-search-textbox =
+ .placeholder = Web sitelerinde ara
+ .accesskey = W
+
+site-data-column-host =
+ .label = Site
+site-data-column-cookies =
+ .label = Çerez
+site-data-column-storage =
+ .label = Depolama
+site-data-column-last-used =
+ .label = Son kullanım
+
+# This label is used in the "Host" column for local files, which have no host.
+site-data-local-file-host = (yerel dosya)
+
+site-data-remove-selected =
+ .label = Seçilenleri sil
+ .accesskey = S
+
+site-data-settings-dialog =
+ .buttonlabelaccept = Değişiklikleri kaydet
+ .buttonaccesskeyaccept = a
+
+# Variables:
+# $value (Number) - Value of the unit (for example: 4.6, 500)
+# $unit (String) - Name of the unit (for example: "bytes", "KB")
+site-storage-usage =
+ .value = { $value } { $unit }
+site-storage-persistent =
+ .value = { site-storage-usage.value } (Kalıcı)
+
+site-data-remove-all =
+ .label = Hepsini sil
+ .accesskey = e
+
+site-data-remove-shown =
+ .label = Görünenlerin hepsini sil
+ .accesskey = e
+
+## Removing
+
+site-data-removing-dialog =
+ .title = { site-data-removing-header }
+ .buttonlabelaccept = Sil
+
+site-data-removing-header = Çerezler ve site verileri siliniyor
+
+site-data-removing-desc = Çerezleri ve site verilerini silerseniz bazı sitelerdeki oturumlarınız kapanabilir. Bu değişiklikleri yapmak istediğinizden emin misiniz?
+
+# Variables:
+# $baseDomain (String) - The single domain for which data is being removed
+site-data-removing-single-desc = Çerezleri ve site verilerini silmek, web sitelerinden çıkış yapmanıza neden olabilir. <strong>{ $baseDomain }</strong> çerezlerini ve site verilerini silmek istediğinizden emin misiniz?
+
+site-data-removing-table = Aşağıdaki web sitelerine ait çerezler ve site verileri silinecektir.
diff --git a/l10n-tr/browser/browser/preferences/translation.ftl b/l10n-tr/browser/browser/preferences/translation.ftl
new file mode 100644
index 0000000000..23dc95c251
--- /dev/null
+++ b/l10n-tr/browser/browser/preferences/translation.ftl
@@ -0,0 +1,40 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+translation-window2 =
+ .title = İstisnalar - Çeviri
+ .style = min-width: 36em
+
+translation-close-key =
+ .key = w
+
+translation-languages-disabled-desc = Aşağıdaki diller için çeviri önerisi yapılmayacaktır
+
+translation-languages-column =
+ .label = Diller
+
+translation-languages-button-remove =
+ .label = Dili kaldır
+ .accesskey = D
+
+translation-languages-button-remove-all =
+ .label = Tüm dilleri kaldır
+ .accesskey = k
+
+translation-sites-disabled-desc = Aşağıdaki siteler için çeviri önerisi yapılmayacaktır
+
+translation-sites-column =
+ .label = Web siteleri
+
+translation-sites-button-remove =
+ .label = Siteyi kaldır
+ .accesskey = S
+
+translation-sites-button-remove-all =
+ .label = Tüm siteleri kaldır
+ .accesskey = i
+
+translation-dialog =
+ .buttonlabelaccept = Kapat
+ .buttonaccesskeyaccept = K