summaryrefslogtreecommitdiffstats
path: root/l10n-kn/browser/browser/preferences
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-kn/browser/browser/preferences')
-rw-r--r--l10n-kn/browser/browser/preferences/addEngine.ftl3
-rw-r--r--l10n-kn/browser/browser/preferences/applicationManager.ftl25
-rw-r--r--l10n-kn/browser/browser/preferences/blocklists.ftl24
-rw-r--r--l10n-kn/browser/browser/preferences/clearSiteData.ftl29
-rw-r--r--l10n-kn/browser/browser/preferences/colors.ftl40
-rw-r--r--l10n-kn/browser/browser/preferences/connection.ftl77
-rw-r--r--l10n-kn/browser/browser/preferences/containers.ftl80
-rw-r--r--l10n-kn/browser/browser/preferences/fonts.ftl121
-rw-r--r--l10n-kn/browser/browser/preferences/formAutofill.ftl88
-rw-r--r--l10n-kn/browser/browser/preferences/fxaPairDevice.ftl3
-rw-r--r--l10n-kn/browser/browser/preferences/languages.ftl50
-rw-r--r--l10n-kn/browser/browser/preferences/moreFromMozilla.ftl3
-rw-r--r--l10n-kn/browser/browser/preferences/permissions.ftl113
-rw-r--r--l10n-kn/browser/browser/preferences/preferences.ftl743
-rw-r--r--l10n-kn/browser/browser/preferences/selectBookmark.ftl9
-rw-r--r--l10n-kn/browser/browser/preferences/siteDataSettings.ftl36
-rw-r--r--l10n-kn/browser/browser/preferences/translation.ftl37
17 files changed, 1481 insertions, 0 deletions
diff --git a/l10n-kn/browser/browser/preferences/addEngine.ftl b/l10n-kn/browser/browser/preferences/addEngine.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/addEngine.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/l10n-kn/browser/browser/preferences/applicationManager.ftl b/l10n-kn/browser/browser/preferences/applicationManager.ftl
new file mode 100644
index 0000000000..c767c5d34b
--- /dev/null
+++ b/l10n-kn/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 = ಅನ್ವಯ ವಿವರಗಳು
+ .style = min-width: 30em; min-height: 20em;
+
+app-manager-remove =
+ .label = ತೆಗೆದು ಹಾಕು
+ .accesskey = R
+
+# Variables:
+# $type (String) - the URI scheme of the link (e.g. mailto:)
+app-manager-handle-protocol = ಈ ಕೆಳಗಿನ ಅನ್ವಯಗಳು { $type } ಕೊಂಡಿಗಳು ಅನ್ನು ನಿಭಾಯಿಸಲು ಬಳಸಲ್ಪಡುತ್ತದೆ.
+
+# Variables:
+# $type (String) - the MIME type (e.g. application/binary)
+app-manager-handle-file = ಈ ಕೆಳಗಿನ ಅನ್ವಯಗಳು { $type } ವಿಷಯ ಅನ್ನು ನಿಭಾಯಿಸಲು ಬಳಸಲ್ಪಡುತ್ತದೆ.
+
+## These strings are followed, on a new line,
+## by the URL or path of the application.
+
+app-manager-web-app-info = ಈ ಜಾಲ ಅನ್ವಯವನ್ನು ಹೋಸ್ಟ್ ಮಾಡಲಾದ ಸ್ಥಳ:
+app-manager-local-app-info = ಈ ಅನ್ವಯವು ಇರಿಸಲ್ಪಟ್ಟ ಜಾಗ:
diff --git a/l10n-kn/browser/browser/preferences/blocklists.ftl b/l10n-kn/browser/browser/preferences/blocklists.ftl
new file mode 100644
index 0000000000..e64c82f6ae
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/blocklists.ftl
@@ -0,0 +1,24 @@
+# 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 = ‌‍ನಿಬಂಧಿಸಿದ ಪಟ್ಟಿಗಳು
+ .style = min-width: 55em
+
+blocklist-close-key =
+ .key = w
+
+blocklist-treehead-list =
+ .label = ಪಟ್ಟಿ
+
+
+# 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 }
+
diff --git a/l10n-kn/browser/browser/preferences/clearSiteData.ftl b/l10n-kn/browser/browser/preferences/clearSiteData.ftl
new file mode 100644
index 0000000000..f8f1338b92
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/clearSiteData.ftl
@@ -0,0 +1,29 @@
+# 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 = ದತ್ತಾಂಶ ಬರಿದುಮಾಡು
+ .style = min-width: 35em
+
+clear-site-data-close-key =
+ .key = w
+
+# 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 = ಕುಕ್ಕಿಗಳು ಮತ್ತು ತಾಣ ದತ್ತಾಂಶ
+ .accesskey = S
+
+# 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 = ಕ್ಯಾಶ್ ಮಾಡಲಾದ ಜಾಲದ ವಿಷಯಗಳು
+ .accesskey = W
+
diff --git a/l10n-kn/browser/browser/preferences/colors.ftl b/l10n-kn/browser/browser/preferences/colors.ftl
new file mode 100644
index 0000000000..d3de86bbed
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/colors.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/.
+
+colors-close-key =
+ .key = w
+
+colors-page-override = ಪುಟದಿಂದ ಸೂಚಿಸಲಾದ ಬಣ್ಣಗಳನ್ನು ಮೇಲಿನ ನಿಮ್ಮಆಯ್ಕೆಗಳಿಂದ ಬದಲಾಯಿಸಿ
+ .accesskey = O
+
+colors-page-override-option-always =
+ .label = ಯಾವಾಗಲೂ
+colors-page-override-option-auto =
+ .label = ಹೆಚ್ಚು ಕಾಂಟ್ರಾಸ್ಟ್‌ ಥೀಮ್‌ಗಳಿಂದ ಮಾತ್ರ
+colors-page-override-option-never =
+ .label = ಎಂದಿಗೂ ಬೇಡ
+
+colors-text-and-background = ಪಠ್ಯ ಹಾಗು ಹಿನ್ನಲೆ
+
+colors-text-header = ಪಠ್ಯ
+ .accesskey = T
+
+colors-background = ಹಿನ್ನಲೆ
+ .accesskey = B
+
+colors-use-system =
+ .label = ಗಣಕ ಉಪಕರಣವನ್ನು ಬಳಸು
+ .accesskey = s
+
+colors-underline-links =
+ .label = ಕೊಂಡಿಗಳ ಕೆಳಗೆ ಗೆರೆ ಹಾಕು
+ .accesskey = U
+
+colors-links-header = ಕೊಂಡಿ ಬಣ್ಣ
+
+colors-unvisited-links = ಭೇಟಿ ನೀಡಿದ ಕೊಂಡಿಗಳು
+ .accesskey = L
+
+colors-visited-links = ಭೇಟಿ ನೀಡಿದ ಕೊಂಡಿಗಳು
+ .accesskey = V
diff --git a/l10n-kn/browser/browser/preferences/connection.ftl b/l10n-kn/browser/browser/preferences/connection.ftl
new file mode 100644
index 0000000000..d2acea1951
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/connection.ftl
@@ -0,0 +1,77 @@
+# 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 = ಸಂಪರ್ಕ ಸಿದ್ಧತೆಗಳು
+ .style =
+ { PLATFORM() ->
+ [macos] min-width: 44em
+ *[other] min-width: 49em
+ }
+
+connection-close-key =
+ .key = w
+
+connection-disable-extension =
+ .label = ಎಕ್ಸ್‌ಟೆನ್ಶನ್ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸು
+
+connection-proxy-option-no =
+ .label = ಯಾವುದೆ ಪ್ರಾಕ್ಸಿ ಇಲ್ಲ
+ .accesskey = y
+connection-proxy-option-system =
+ .label = ಗಣಕ ಪ್ರಾಕ್ಸಿಯನ್ನು ಬಳಸು
+ .accesskey = U
+connection-proxy-option-auto =
+ .label = ಈ ಜಾಲಬಂಧಕ್ಕೆ ಪ್ರಾಕ್ಸಿ ಸಿದ್ಧತೆಗಳನ್ನು ನೀನಾಗಿಯೆ ಹುಡುಕು
+ .accesskey = w
+connection-proxy-option-manual =
+ .label = ಹಸ್ತಮುಖೇನ ಪ್ರಾಕ್ಸಿ ಸಂರಚನೆ
+ .accesskey = m
+
+connection-proxy-http = HTTP ಪ್ರಾಕ್ಸಿ
+ .accesskey = x
+connection-proxy-http-port = ಪೋರ್ಟ್
+ .accesskey = P
+
+connection-proxy-ssl-port = ಪೋರ್ಟ್
+ .accesskey = o
+
+connection-proxy-socks = SOCKS ಅತಿಥೇಯ
+ .accesskey = C
+connection-proxy-socks-port = ಪೋರ್ಟ್
+ .accesskey = t
+
+connection-proxy-socks4 =
+ .label = SOCKS v4
+ .accesskey = K
+connection-proxy-socks5 =
+ .label = SOCKS v5
+ .accesskey = v
+connection-proxy-noproxy = ಇದಕ್ಕೆ ಪ್ರಾಕ್ಸಿ ಇಲ್ಲ
+ .accesskey = n
+
+connection-proxy-noproxy-desc = ಉದಾಹರಣೆ: .mozilla.org, .net.nz, 192.168.1.0/24
+
+connection-proxy-autotype =
+ .label = ಸ್ವಯಂಚಾಲಿತ ಪ್ರಾಕ್ಸಿ ಸಂರಚನಾ URL
+ .accesskey = A
+
+connection-proxy-reload =
+ .label = ಮತ್ತೊಮ್ಮೆ ಲೋಡ್ ಮಾಡು
+ .accesskey = e
+
+connection-proxy-autologin =
+ .label = ಗುಪ್ತಪದವನ್ನು ಉಳಿಸಲಾಗಿದ್ದರೆ ದೃಢೀಕರಣಕ್ಕಾಗಿ ಪ್ರಾಂಪ್ಟ್‌ ಮಾಡಬೇಡ
+ .accesskey = i
+ .tooltip = ಈ ಆಯ್ಕೆಯು ನೀವು ಪ್ರಾಕ್ಸಿಗಳಿಗಾಗಿ ಗುರುತುಗಳನ್ನು ಉಳಿಸಿಟ್ಟುಕೊಂಡಾಗ ಯಾರಿಗೂ ತಿಳಿಯದಂತೆ ಅವುಗಳಿಗೆ ನಿಮ್ಮನ್ನು ದೃಢೀಕರಿಸುತ್ತದೆ. ದೃಢೀಕರಣವು ವಿಫಲಗೊಂಡಲ್ಲಿ ನಿಮಗೆ ಪ್ರಾಂಪ್ಟ್‌ ಮಾಡಲಾಗುತ್ತದೆ.
+
+connection-proxy-autologin-checkbox =
+ .label = ಗುಪ್ತಪದವನ್ನು ಉಳಿಸಲಾಗಿದ್ದರೆ ದೃಢೀಕರಣಕ್ಕಾಗಿ ಪ್ರಾಂಪ್ಟ್‌ ಮಾಡಬೇಡ
+ .accesskey = i
+ .tooltiptext = ಈ ಆಯ್ಕೆಯು ನೀವು ಪ್ರಾಕ್ಸಿಗಳಿಗಾಗಿ ಗುರುತುಗಳನ್ನು ಉಳಿಸಿಟ್ಟುಕೊಂಡಾಗ ಯಾರಿಗೂ ತಿಳಿಯದಂತೆ ಅವುಗಳಿಗೆ ನಿಮ್ಮನ್ನು ದೃಢೀಕರಿಸುತ್ತದೆ. ದೃಢೀಕರಣವು ವಿಫಲಗೊಂಡಲ್ಲಿ ನಿಮಗೆ ಪ್ರಾಂಪ್ಟ್‌ ಮಾಡಲಾಗುತ್ತದೆ.
+
+connection-proxy-socks-remote-dns =
+ .label = SOCKS v5 ಬಳಸುವಾಗ ಪ್ರಾಕ್ಸಿ DNS
+ .accesskey = d
+
diff --git a/l10n-kn/browser/browser/preferences/containers.ftl b/l10n-kn/browser/browser/preferences/containers.ftl
new file mode 100644
index 0000000000..86d5f98b10
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/containers.ftl
@@ -0,0 +1,80 @@
+# 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 = ಹೊಸ ಕಂಟೈನರ್ ಸೇರಿಸಿ
+ .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 = ಹೆಸರು
+ .accesskey = N
+ .style = { -containers-labels-style }
+
+containers-name-text =
+ .placeholder = ಕಂಟೈನರ್ ಹೆಸರು ನಮೂದಿಸಿ
+
+containers-icon-label = ಲಾಂಛನ
+ .accesskey = I
+ .style = { -containers-labels-style }
+
+containers-color-label = ಬಣ್ಣ
+ .accesskey = o
+ .style = { -containers-labels-style }
+
+containers-color-blue =
+ .label = ನೀಲಿ
+containers-color-turquoise =
+ .label = ಹಸಿರುನೀಲಿ
+containers-color-green =
+ .label = ಹಸಿರು
+containers-color-yellow =
+ .label = ಹಳದಿ
+containers-color-orange =
+ .label = ಕಿತ್ತಳೆ
+containers-color-red =
+ .label = ಕೆಂಪು
+containers-color-pink =
+ .label = ಗುಲಾಬಿ
+containers-color-purple =
+ .label = ನೇರಳೆ
+
+containers-icon-fingerprint =
+ .label = ಬೆರಳಚ್ಚು
+containers-icon-briefcase =
+ .label = ಬ್ರೀಫ್ ಕೇಸ್
+# 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 = ಡಾಲರ್ ಚಿಹ್ನೆ
+containers-icon-cart =
+ .label = ಶಾಪಿಂಗ್ ಬುಟ್ಟಿ
+containers-icon-circle =
+ .label = ಚುಕ್ಕಿ
+containers-icon-vacation =
+ .label = ಬಿಡುವು
+containers-icon-gift =
+ .label = ಕೊಡುಗೆ
+containers-icon-food =
+ .label = ಆಹಾರ
+containers-icon-fruit =
+ .label = ಹಣ್ಣು
+containers-icon-pet =
+ .label = ಸಾಕುಪ್ರಾಣಿ
+containers-icon-tree =
+ .label = ವೃಕ್ಷ
+containers-icon-chill =
+ .label = ಚಿಲ್
diff --git a/l10n-kn/browser/browser/preferences/fonts.ftl b/l10n-kn/browser/browser/preferences/fonts.ftl
new file mode 100644
index 0000000000..70562557b4
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/fonts.ftl
@@ -0,0 +1,121 @@
+# 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 = ಅಕ್ಷರ ಶೈಲಿಗಳು
+
+fonts-window-close =
+ .key = w
+
+## Font groups by language
+
+fonts-langgroup-header = ಇದಕ್ಕಾಗಿನ ಅಕ್ಷರಶೈಲಿಗಳು
+ .accesskey = F
+
+fonts-langgroup-arabic =
+ .label = ಅರೇಬಿಕ್‍
+fonts-langgroup-armenian =
+ .label = ಅರ್ಮೇನಿಯಾ
+fonts-langgroup-bengali =
+ .label = ಬೆಂಗಾಲಿ
+fonts-langgroup-simpl-chinese =
+ .label = ಸರಳೀಕೃತ ಚೈನೀಸ್‍
+fonts-langgroup-trad-chinese-hk =
+ .label = ಸಾಂಪ್ರದಾಯಿಕ ಚೈನೀಸ್‍ (ಹಾಂಗ್‍ ಕಾಂಗ್‍)
+fonts-langgroup-trad-chinese =
+ .label = ಸಾಂಪ್ರದಾಯಿಕ ಚೈನೀಸ್ (ತೈವಾನ್‍)
+fonts-langgroup-cyrillic =
+ .label = ಸಿರಿಲಿಕ್
+fonts-langgroup-devanagari =
+ .label = ದೇವನಾಗರಿ
+fonts-langgroup-ethiopic =
+ .label = ಇಥಿಯೋಪಿಕ್‍
+fonts-langgroup-georgian =
+ .label = ಜಾರ್ಜಿಯನ್‍
+fonts-langgroup-el =
+ .label = ಗ್ರೀಕ್
+fonts-langgroup-gujarati =
+ .label = ಗುಜರಾತಿ
+fonts-langgroup-gurmukhi =
+ .label = ಗುರುಮುಖಿ
+fonts-langgroup-japanese =
+ .label = ಜಾಪನೀಸ್‍
+fonts-langgroup-hebrew =
+ .label = ಹೀಬ್ರೂ
+fonts-langgroup-kannada =
+ .label = ಕನ್ನಡ
+fonts-langgroup-khmer =
+ .label = ಖ್ಮೇರ್
+fonts-langgroup-korean =
+ .label = ಕೊರಿಯನ್
+# Translate "Latin" as the name of Latin (Roman) script, not as the name of the Latin language.
+fonts-langgroup-latin =
+ .label = ಲ್ಯಾಟಿನ್
+fonts-langgroup-malayalam =
+ .label = ಮಲೆಯಾಳಂ
+fonts-langgroup-math =
+ .label = ಗಣಿತ
+fonts-langgroup-odia =
+ .label = ಒಡಿಯಾ
+fonts-langgroup-sinhala =
+ .label = ಸಿಂಹಳ
+fonts-langgroup-tamil =
+ .label = ತಮಿಳು
+fonts-langgroup-telugu =
+ .label = ತೆಲುಗು
+fonts-langgroup-thai =
+ .label = ಥಾಯ್‍
+fonts-langgroup-tibetan =
+ .label = ಟಿಬೆಟಿಯನ್
+fonts-langgroup-canadian =
+ .label = ಯೂನಿಫೈಡ್‍ ಕೆನಾಡಿಯನ್ ಸಿಲ್ಯಾಬರಿ
+fonts-langgroup-other =
+ .label = ಇತರೆ ಬರೆಯುವ ವ್ಯವಸ್ಥೆಗಳು
+
+## Default fonts and their sizes
+
+fonts-proportional-header = ಸಮಪ್ರಮಾಣದ
+ .accesskey = P
+
+fonts-default-serif =
+ .label = ಸೆರಿಫ್
+fonts-default-sans-serif =
+ .label = ಸಾನ್ಸ್‍ ಸೆರಿಫ್
+
+fonts-proportional-size = ಗಾತ್ರ
+ .accesskey = z
+
+fonts-serif = ಸೆರಿಫ್
+ .accesskey = S
+
+fonts-sans-serif = ಸಾನ್ಸ್‍-ಸೆರಿಫ್
+ .accesskey = n
+
+fonts-monospace = ಮೊನೊಸ್ಪೇಸ್
+ .accesskey = M
+
+fonts-monospace-size = ಗಾತ್ರ
+ .accesskey = e
+
+fonts-minsize = ಅಕ್ಷರದ ಕನಿಷ್ಠ ಗಾತ್ರ
+ .accesskey = o
+
+fonts-minsize-none =
+ .label = ಯಾವುದೂ ಇಲ್ಲ
+
+fonts-allow-own =
+ .label = ಪುಟಗಳು ತಮ್ಮದೇ ಫಾಂಟುಗಳನ್ನು ಆಯ್ಕೆ ಮಾಡಲು ಅನುಮತಿಸಿ, ಈ ಮೇಲಿನ ನಿಮ್ಮ ಆಯ್ಕೆಗಳ ಹೊರತಾಗಿ
+ .accesskey = A
+
+## Text Encodings
+##
+## Translate the encoding names as adjectives for an encoding, not as the name
+## of the language.
+
+# Variables:
+# $name {string, "Arial"} - Name of the default font
+fonts-label-default =
+ .label = ಪೂರ್ವನಿಯೋಜಿತ ({ $name })
+fonts-label-default-unnamed =
+ .label = ಪೂರ್ವನಿಯೋಜಿತ
diff --git a/l10n-kn/browser/browser/preferences/formAutofill.ftl b/l10n-kn/browser/browser/preferences/formAutofill.ftl
new file mode 100644
index 0000000000..d36d64ef02
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/formAutofill.ftl
@@ -0,0 +1,88 @@
+# 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 = ಉಳಿಸಲಾದ ವಿಳಾಸಗಳು
+autofill-manage-addresses-list-header = ವಿಳಾಸಗಳು
+
+autofill-manage-credit-cards-title = ಉಳಿಸಲಾದ ಕ್ರೆಡಿಟ್ ಕಾರ್ಡ್‌ಗಳು
+autofill-manage-credit-cards-list-header = ಕ್ರೆಡಿಟ್ ಕಾರ್ಡ್‌ಗಳು
+
+autofill-manage-dialog =
+ .style = min-width: 560px
+autofill-manage-remove-button = ತೆಗೆದು ಹಾಕು
+autofill-manage-add-button = ಸೇರಿಸು…
+autofill-manage-edit-button = ‍ತಿದ್ದು…
+
+##
+
+# The dialog title for creating addresses in browser preferences.
+autofill-add-new-address-title = ಹೊಸ ವಿಳಾಸವನ್ನು ಸೇರಿಸು
+# The dialog title for editing addresses in browser preferences.
+autofill-edit-address-title = ಇಮೇಲ್ ವಿಳಾಸ
+
+autofill-address-given-name = ಮೊದಲ ಹೆಸರು
+autofill-address-additional-name = ಮಧ್ಯೆ ಹೆಸರು
+autofill-address-family-name = ಕೊನೆಯ ಹೆಸರು
+autofill-address-organization = ಸಂಸ್ಥೆ
+autofill-address-street = ಬೀದಿ ವಿಳಾಸ
+
+## address-level-3 (Sublocality) names
+
+# Used in IR, MX
+autofill-address-neighborhood = ನೆರೆಹೊರೆ
+autofill-address-island = ದ್ವೀಪ
+# Used in IE
+autofill-address-townland = ಟೌನ್ಲ್ಯಾಂಡ್
+
+## address-level-2 names
+
+autofill-address-city = ನಗರ
+# Used in HK, SD, SY, TR as Address Level-2 and used in KR as Sublocality.
+autofill-address-district = ಜಿಲ್ಲೆ
+# Used in AU as Address Level-2 and used in ZZ as Sublocality.
+autofill-address-suburb = ಉಪನಗರ
+
+## address-level-1 names
+
+autofill-address-province = ವಲಯ
+autofill-address-state = ರಾಜ್ಯ
+autofill-address-county = ಕೌಂಟಿ
+# Used in HK
+autofill-address-area = ಪ್ರದೇಶ
+# Used in NI, CO
+autofill-address-department = ಇಲಾಖೆ
+# Used in AE
+autofill-address-emirate = ಎಮಿರೇಟ್
+
+## Postal code name types
+
+# Used in IN
+autofill-address-pin = ಪಿನ್
+autofill-address-postal-code = ಅಂಚೆ ಸಂಖ್ಯೆ
+autofill-address-zip = ZIP ಕೋಡ್
+
+##
+
+autofill-address-country = ದೇಶ ಅಥವ ಪ್ರಾಂತ್ಯ
+autofill-address-tel = ದೂರವಾಣಿ
+autofill-address-email = ಮಿಂಚಂಚೆ
+
+autofill-cancel-button = ರದ್ದುಗೊಳಿಸು
+autofill-save-button = ಉಳಿಸು‍
+
+# The dialog title for creating credit cards in browser preferences.
+autofill-add-new-card-title = ಹೊಸ ಕ್ರೆಡಿಟ್ ಕಾರ್ಡ್‌ಅನ್ನು ಸೇರಿಸು
+# The dialog title for editing credit cards in browser preferences.
+autofill-edit-card-title = ಕ್ರೆಡಿಟ್ ಕಾರ್ಡ್‌ಅನ್ನು ಬದಲಿಸು
+
+autofill-card-number = ಕಾರ್ಡ್ ಸಂಖ್ಯೆ
+autofill-card-name-on-card = ಕಾರ್ಡ್ ಮೇಲಿನ ಹೆಸರು
+
+## 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 = ಅಮೇರಿಕನ್ ಎಕ್ಸ್ಪ್ರೆಸ್
+autofill-card-network-discover = ಅನ್ವೇಷಿಸಿ
diff --git a/l10n-kn/browser/browser/preferences/fxaPairDevice.ftl b/l10n-kn/browser/browser/preferences/fxaPairDevice.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/fxaPairDevice.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/l10n-kn/browser/browser/preferences/languages.ftl b/l10n-kn/browser/browser/preferences/languages.ftl
new file mode 100644
index 0000000000..e76afdee5d
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/languages.ftl
@@ -0,0 +1,50 @@
+# 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/.
+
+languages-close-key =
+ .key = w
+
+languages-description = ಜಾಲ ಪುಟಗಳು ಕೆಲವೊಮ್ಮೆ ಒಂದಕ್ಕಿಂತ ಹೆಚ್ಚಿನ ಭಾಷೆಯಲ್ಲಿ ನೀಡಲ್ಪಡುತ್ತದೆ. ಈ ಜಾಲ ಪುಟಗಳನ್ನು ತೋರಿಸಲು ಭಾಷೆಯನ್ನು ಆದ್ಯತೆಯ ಕ್ರಮದಲ್ಲಿ ಆರಿಸಿ
+
+languages-customize-moveup =
+ .label = ಮೇಲೆ ಜರುಗಿಸು
+ .accesskey = U
+
+languages-customize-movedown =
+ .label = ಕೆಳಗೆ ಜರುಗಿಸು
+ .accesskey = D
+
+languages-customize-remove =
+ .label = ತೆಗೆದು ಹಾಕು
+ .accesskey = R
+
+languages-customize-select-language =
+ .placeholder = ಸೇರಿಸಲು ಒಂದು ಭಾಷೆಯನ್ನು ಆರಿಸು...
+
+languages-customize-add =
+ .label = ಸೇರಿಸು
+ .accesskey = A
+
+# 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-downloading =
+ .label = ಡೌನ್‌ಲೋಡ್ ಆಗುತ್ತಿದೆ...
+
+browser-languages-installed-label = ಅನುಸ್ಥಾಪಿತ ಭಾಷೆಗಳು
+browser-languages-available-label = ಲಭ್ಯವಿರುವ ಭಾಷೆಗಳು
+
diff --git a/l10n-kn/browser/browser/preferences/moreFromMozilla.ftl b/l10n-kn/browser/browser/preferences/moreFromMozilla.ftl
new file mode 100644
index 0000000000..6fbe8159b2
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/moreFromMozilla.ftl
@@ -0,0 +1,3 @@
+# 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/.
diff --git a/l10n-kn/browser/browser/preferences/permissions.ftl b/l10n-kn/browser/browser/preferences/permissions.ftl
new file mode 100644
index 0000000000..ec692f9e4f
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/permissions.ftl
@@ -0,0 +1,113 @@
+# 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 = ವಿನಾಯಿತಿಗಳು
+ .style = min-width: 45em
+
+permissions-close-key =
+ .key = w
+
+permissions-address = ಜಾಲತಾಣದ ವಿಳಾಸ
+ .accesskey = d
+
+permissions-block =
+ .label = ನಿರ್ಬಂಧಿಸು
+ .accesskey = B
+
+permissions-session =
+ .label = ಅಧಿವೇಶನಕ್ಕೆ ಅನುಮತಿಸು
+ .accesskey = S
+
+permissions-allow =
+ .label = ಅನುಮತಿಸು
+ .accesskey = A
+
+permissions-site-name =
+ .label = ಜಾಲತಾಣ
+
+permissions-status =
+ .label = ಸ್ಥಿತಿ
+
+permissions-remove =
+ .label = ಜಾಲತಾಣವನ್ನು ತೆಗೆದು ಹಾಕು
+ .accesskey = R
+
+permissions-remove-all =
+ .label = ಎಲ್ಲಾ ಜಾಲತಾಣಗಳನ್ನು ತೆಗೆದು ಹಾಕು
+ .accesskey = e
+
+permissions-searchbox =
+ .placeholder = ಜಾಲತಾಣವನ್ನು ಹುಡುಕು
+
+permissions-capabilities-allow =
+ .label = ಅನುಮತಿಸು
+permissions-capabilities-block =
+ .label = ನಿರ್ಬಂಧಿಸು
+permissions-capabilities-prompt =
+ .label = ಯಾವಾಗಲೂ ಕೇಳು
+
+permissions-capabilities-listitem-allow =
+ .value = ಅನುಮತಿಸು
+permissions-capabilities-listitem-block =
+ .value = ನಿರ್ಬಂಧಿಸು
+permissions-capabilities-listitem-allow-session =
+ .value = ಅಧಿವೇಶನಕ್ಕೆ ಅನುಮತಿಸು
+
+## Invalid Hostname Dialog
+
+permissions-invalid-uri-title = ನಮೂದಿಸಲಾದ ಅತಿಥೇಯದ ಹೆಸರು ಅಮಾನ್ಯವಾಗಿದೆ
+permissions-invalid-uri-label = ದಯವಿಟ್ಟು ಒಂದು ಮಾನ್ಯವಾದ ಅತಿಥೇಯದ ಹೆಸರನ್ನು ನಮೂದಿಸಿ
+
+## Exceptions - Tracking Protection
+
+
+## Exceptions - Cookies
+
+
+## Exceptions - HTTPS-Only Mode
+
+
+## Exceptions - Pop-ups
+
+permissions-exceptions-popup-desc = ಯಾವ ಜಾಲತಾಣಗಳು ಪುಟಿಕೆ ವಿಂಡೋಗಳನ್ನು ತೆರೆಯಲು ಅನುಮತಿ ಇದೆ ಎಂದು ನೀವು ಸೂಚಿಸಬಹುದು. ನೀವು ಅನುಮತಿಸಲು ಬಯಸುವ ತಾಣದ ನಿಖರವಾದ ವಿಳಾಸವನ್ನು ನಮೂದಿಸಿ ನಂತರ ಅನುಮತಿಸು ಅನ್ನು ಕ್ಲಿಕ್ಕಿಸಿ.
+
+## Exceptions - Saved Logins
+
+permissions-exceptions-saved-logins-window2 =
+ .title = ವಿನಾಯಿತಿಗಳು - ಉಳಿಸಿದ ಲಾಗಿನ್‍ಗಳು
+ .style = { permissions-window2.style }
+
+## Exceptions - Add-ons
+
+permissions-exceptions-addons-desc = ಯಾವ ಜಾಲತಾಣಗಳು ಆಡ್-ಆನ್‌ಗಳನ್ನು ಅನುಸ್ಥಾಪಿಸಲು ಅನುಮತಿ ಇದೆ ಎಂದು ನೀವು ಸೂಚಿಸಬಹುದು. ನೀವು ಅನುಮತಿಸಲು ಬಯಸುವ ತಾಣದ ನಿಖರವಾದ ವಿಳಾಸವನ್ನು ನಮೂದಿಸಿ ನಂತರ ಅನುಮತಿಸು ಅನ್ನು ಕ್ಲಿಕ್ಕಿಸಿ.
+
+## Site Permissions - Autoplay
+
+
+## Site Permissions - Notifications
+
+
+## Site Permissions - Location
+
+
+## Site Permissions - Virtual Reality
+
+
+## Site Permissions - Camera
+
+permissions-site-camera-window2 =
+ .title = ಕ್ಯಾಮರ ಅನುಮತಿ - ಸಿದ್ಧತೆಗಳು
+ .style = { permissions-window2.style }
+
+## Site Permissions - Microphone
+
+permissions-site-microphone-window2 =
+ .title = ಮೈಕ್ರೋಫೋನ್ ಅನುಮತಿ - ಸಿದ್ಧತೆಗಳು
+ .style = { permissions-window2.style }
+
+## Site Permissions - Speaker
+##
+## "Speaker" refers to an audio output device.
+
diff --git a/l10n-kn/browser/browser/preferences/preferences.ftl b/l10n-kn/browser/browser/preferences/preferences.ftl
new file mode 100644
index 0000000000..78528c79d6
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/preferences.ftl
@@ -0,0 +1,743 @@
+# 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 = ನೀವು ಟ್ರ್ಯಾಕ್ ಮಾಡಲು ಬಯಸದ ಜಾಲತಾಣಗಳಿಗೆ "ಡು ನಾಟ್ ಟ್ರ್ಯಾಕ್" ಸಿಗ್ನಲ್ ಅನ್ನು ಕಳುಹಿಸಿ
+do-not-track-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+do-not-track-option-always =
+ .label = ಯಾವಾಗಲೂ
+
+pane-general-title = ಸಾಮಾನ್ಯ
+category-general =
+ .tooltiptext = { pane-general-title }
+
+pane-home-title = ಮನೆ
+category-home =
+ .tooltiptext = { pane-home-title }
+
+pane-search-title = ಹುಡುಕು
+category-search =
+ .tooltiptext = { pane-search-title }
+
+pane-privacy-title = ಗೋಪ್ಯತೆ & ಸುರಕ್ಷತೆ
+category-privacy =
+ .tooltiptext = { pane-privacy-title }
+
+help-button-label = { -brand-short-name } ಸಹಾಯ
+
+focus-search =
+ .key = f
+
+close-button =
+ .aria-label = ಮುಚ್ಚು
+
+## Browser Restart Dialog
+
+feature-enable-requires-restart = ಈ ಸೌಲಭ್ಯವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲು { -brand-short-name } ಅನ್ನು ಮರಳಿ ಆರಂಭಿಸಬೇಕು.
+feature-disable-requires-restart = ಈ ಸೌಲಭ್ಯವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು { -brand-short-name } ಅನ್ನು ಮರಳಿ ಆರಂಭಿಸಬೇಕು.
+should-restart-title = { -brand-short-name } ಅನ್ನು ಮರು ಆರಂಭಿಸು
+should-restart-ok = ಈಗ { -brand-short-name } ಮರಳಿ ಆರಂಭಿಸು
+cancel-no-restart-button = ರದ್ದು ಮಾಡು
+restart-later = ಆಮೇಲೆ ಮರು ಆರಂಭಿಸು
+
+## 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
+
+
+## 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
+
+
+## Preferences UI Search Results
+
+search-results-header = ಹುಡುಕು ಫಲಿತಾಂಶಗಳು
+
+search-results-help-link = ಸಹಾಯ ಬೇಕೆ? ಭೇಟಿ ಮಾಡಿ <a data-l10n-name="url">{ -brand-short-name } ಬೆಂಬಲ</a>
+
+## General Section
+
+startup-header = ಆರಂಭಿಕ
+
+always-check-default =
+ .label = ಯಾವಾಗಲೂ { -brand-short-name } ನಿಮ್ಮ ಪೂರ್ವನಿಯೋಜಿತ ವೀಕ್ಷಕವಾಗಿದೆಯೆ ಎಂದು ಪರೀಕ್ಷಿಸಿ
+ .accesskey = y
+
+is-default = { -brand-short-name } ಎನ್ನುವುದು ಪ್ರಸ್ತುತ ನಿಮ್ಮ ಪೂರ್ವನಿಯೋಜಿತ ಜಾಲವೀಕ್ಷಕವಾಗಿದೆ
+is-not-default = { -brand-short-name } ಪ್ರಸ್ತುತ ನಿಮ್ಮ ಪೂರ್ವನಿಯೋಜಿತ ವೀಕ್ಷಕವಾಗಿಲ್ಲ
+
+set-as-my-default-browser =
+ .label = ಪೂರ್ವನಿಯೋಜಿತವನ್ನಾಗಿ ಮಾಡು…
+ .accesskey = D
+
+disable-extension =
+ .label = ಎಕ್ಸ್‌ಟೆನ್ಶನ್ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸು
+
+tabs-group-header = ಟ್ಯಾಬ್‌ಗಳು
+
+ctrl-tab-recently-used-order =
+ .label = Ctrl+Tab ಇತ್ತೀಚೆಗೆ ಬಳಸಿದ ಟ್ಯಾಬ್‍ಗಳನ್ನು ತಿರುಗಿಕೊಡುತ್ತದೆ
+ .accesskey = T
+
+open-new-link-as-tabs =
+ .label = ಕೊಂಡಿಗಳನ್ನು ಹೊಸ ಕಿಟಕಿಯಲ್ಲಿ ತೆರೆಯುವ ಬದಲು ಹಾಳಯಗಳಲ್ಲಿ ತೆರೆಯಿರಿ
+ .accesskey = w
+
+warn-on-open-many-tabs =
+ .label = ಅನೇಕ ಹಾಳೆಗಳನ್ನು ತೆರೆಯುವುದಾಗ { -brand-short-name }ವನ್ನು ನಿಧಾನಗೊಂಡರೆ ನನ್ನನ್ನು ಎಚ್ಚರಿಸು
+ .accesskey = d
+
+show-tabs-in-taskbar =
+ .label = ಹಾಳೆಗಳ ಮುನ್ನೋಟವನ್ನು ವಿಂಡೋಸ್ ಕಾರ್ಯಪಟ್ಟಿಕೆಯಲ್ಲಿ ತೋರಿಸು
+ .accesskey = k
+
+browser-containers-enabled =
+ .label = ಕಂಟೈನರ್ ಟ್ಯಾಬ್ಸ್ ಸಕ್ರಿಯಗೊಳಿಸಿ
+ .accesskey = n
+
+browser-containers-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+browser-containers-settings =
+ .label = ಸಿದ್ಧತೆಗಳು…‍
+ .accesskey = i
+
+## Variables:
+## $tabCount (number) - Number of tabs
+
+
+##
+
+containers-disable-alert-cancel-button = ಸಕ್ರಿಯವಾಗಿಯೇ ಇರಿಸಿ
+
+containers-remove-alert-title = ಈ ಕಂಟೇನರ್ ತೆಗೆದುಹಾಕುವುದೇ?
+
+containers-remove-ok-button = ಈ ಕಂಟೇನರ್ ತೆಗೆದುಹಾಕು
+containers-remove-cancel-button = ಈ ಕಂಟೇನರ್ ತೆಗೆದುಹಾಕಬೇಡ
+
+## General Section - Language & Appearance
+
+language-and-appearance-header = ಭಾಷೆ ಮತ್ತು ನೋಟ
+
+default-font = ಪೂರ್ವನಿಯೋಜಿತ ಅಕ್ಷರಶೈಲಿ
+ .accesskey = D
+default-font-size = ಗಾತ್ರ
+ .accesskey = S
+
+advanced-fonts =
+ .label = ಮುಂದುವರೆದ...
+ .accesskey = A
+
+language-header = ಭಾಷೆ
+
+choose-language-description = ಪುಟಗಳನ್ನು ತೋರಿಸಲು ನಿಮ್ಮ ಬಯಕೆಯ ಭಾಷೆಯನ್ನು ಆರಿಸಿ
+
+choose-button =
+ .label = ಆರಿಸಿ…
+ .accesskey = o
+
+manage-browser-languages-button =
+ .label = ಪರ್ಯಾಯಗಳನ್ನು ಹೊಂದಿಸಿ...
+ .accesskey = l
+
+translate-web-pages =
+ .label = ಜಾಲದಲ್ಲಿನ ಕಂಟೆಂಟ್ ಅನ್ನು ಅನುವಾದಿಸು
+ .accesskey = T
+
+# The <img> element is replaced by the logo of the provider
+# used to provide machine translations for web pages.
+translate-attribution = ಅನುವಾದಿಸಿದವರು <img data-l10n-name="logo"/>
+
+translate-exceptions =
+ .label = ಹೊರತಾದವುಗಳು...
+ .accesskey = x
+
+## General Section - Files and Applications
+
+files-and-applications-title = ಕಡತಗಳು ಮತ್ತು ಅನ್ವಯಕಗಳು
+
+download-header = ಡೌನ್‍ಲೋಡ್‍ಗಳು
+
+download-save-where = ಕಡತಗಳನ್ನು ಇಲ್ಲಿ ಉಳಿಸು
+ .accesskey = v
+
+download-choose-folder =
+ .label =
+ { PLATFORM() ->
+ [macos] ಆರಿಸು...
+ *[other] ನೋಡು...
+ }
+ .accesskey =
+ { PLATFORM() ->
+ [macos] e
+ *[other] o
+ }
+
+download-always-ask-where =
+ .label = ಎಲ್ಲಿ ಉಳಿಸಬೇಕೆಂದು ಪ್ರತಿ ಬಾರಿಯೂ ನನ್ನನ್ನು ಕೇಳು
+ .accesskey = A
+
+applications-header = ಅನ್ವಯಗಳು
+
+applications-filter =
+ .placeholder = ಕಡತ ಬಗೆ ಅಥವಾ ಅನ್ವಯಗಳನ್ನು ಹುಡುಕು
+
+applications-type-column =
+ .label = ವಿಷಯದ ಬಗೆ
+ .accesskey = T
+
+applications-action-column =
+ .label = ಕಾರ್ಯ
+ .accesskey = A
+
+# Variables:
+# $extension (String) - file extension (e.g .TXT)
+applications-file-ending = { $extension } ಕಡತ
+applications-action-save =
+ .label = ಕಡತವನ್ನು ಉಳಿಸು
+
+# Variables:
+# $app-name (String) - Name of an application (e.g Adobe Acrobat)
+applications-use-app =
+ .label = { $app-name } ಅನ್ನು ಬಳಸು
+
+# Variables:
+# $app-name (String) - Name of an application (e.g Adobe Acrobat)
+applications-use-app-default =
+ .label = { $app-name } ಅನ್ನು ಬಳಸು (ಡೀಫಾಲ್ಟ್‍)
+
+applications-use-other =
+ .label = ಇನ್ನೊಂದನ್ನು ಬಳಸು…
+applications-select-helper = ಸಹಾಯಕ ಅನ್ವಯವನ್ನು ಆರಿಸಿ
+
+applications-manage-app =
+ .label = ಅನ್ವಯ ವಿವರಗಳು…
+applications-always-ask =
+ .label = ಪ್ರತಿ ಬಾರಿಯೂ ಕೇಳು
+
+# 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:
+# $plugin-name (String) - Name of a plugin (e.g Adobe Flash)
+applications-use-plugin-in =
+ .label = { $plugin-name } ಅನ್ನು ಬಳಸು ({ -brand-short-name } ನಲ್ಲಿ)
+
+## 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-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 }
+
+##
+
+play-drm-content-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+update-application-title = { -brand-short-name } ನವೀಕರಣಗಳು
+
+update-application-version = ಆವೃತ್ತಿ{ $version } <a data-l10n-name="learn-more">ಹೊಸತೇನಿದೆ</a>
+
+update-history =
+ .label = ಅಪ್ಡೇಟ್ ಇತಿಹಾಸವನ್ನು ತೋರಿಸು…
+ .accesskey = p
+
+update-application-allow-description = { -brand-short-name } ಅನುಮತಿಸು
+
+update-application-check-choose =
+ .label = ಅಪ್‌ಡೇಟ್‌ಗಳಿಗಾಗಿ ಹುಡುಕುತ್ತದೆ, ಆದರೆ ಅವುಗಳನ್ನು ಅನುಸ್ಥಾಪಿಸುವ ಆಯ್ಕೆಯನ್ನು ನಿಮಗೆ ಬಿಡುತ್ತದೆ
+ .accesskey = C
+
+update-application-use-service =
+ .label = ಅಪ್‌ಡೇಟ್‌ಗಳನ್ನು ಅನುಸ್ಥಾಪಿಸಲು ಹಿನ್ನಲೆ ಸೇವೆಯನ್ನು ಬಳಸು
+ .accesskey = b
+
+## General Section - Performance
+
+performance-title = ಕಾರ್ಯಕ್ಷಮತೆ
+
+performance-settings-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+performance-allow-hw-accel =
+ .label = ಲಭ್ಯವಿದ್ದಾಗ ಯಂತ್ರಾಂಶ ವೇಗವರ್ಧನೆಯನ್ನು ಬಳಸು
+ .accesskey = r
+
+performance-limit-content-process-option = ಪರಿವಿಡಿ ಪ್ರಕ್ರೀಯೆ ಮಟ್ಟ
+ .accesskey = L
+
+# Variables:
+# $num - default value of the `dom.ipc.processCount` pref.
+performance-default-content-process-count =
+ .label = { $num } (ಪೂರ್ವನಿಯೋಜಿತ)
+
+## General Section - Browsing
+
+browsing-title = ವೀಕ್ಷಣೆ
+
+browsing-use-autoscroll =
+ .label = ಸ್ವಯಂಚಲನೆಯನ್ನು(ಆಟೋ ಸ್ಕ್ರಾಲಿಂಗ್) ಬಳಸು
+ .accesskey = a
+
+browsing-use-smooth-scrolling =
+ .label = ಮೃದು ಚಲನೆಯನ್ನು ಬಳಸು
+ .accesskey = m
+
+browsing-use-onscreen-keyboard =
+ .label = ಅಗತ್ಯಬಿದ್ದಾಗ ಒಂದು ಟಚ್ ಕೀಲಮಣೆಯನ್ನು ತೋರಿಸು
+ .accesskey = k
+
+browsing-use-cursor-navigation =
+ .label = ಪುಟದಲ್ಲಿ ಸಂಚರಿಸಲು ಎಲ್ಲಾ ಸಮಯದಲ್ಲೂ ತೆರೆಸೂಚಕ ಕೀಲಿಗಳನ್ನು ಬಳಸು
+ .accesskey = c
+
+browsing-cfr-recommendations-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+## General Section - Proxy
+
+network-settings-title = ನೆಟ್ವರ್ಕ್ ಸಿದ್ಧತೆಗಳು
+
+network-proxy-connection-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+network-proxy-connection-settings =
+ .label = ಸಿದ್ಧತೆಗಳು...
+ .accesskey = e
+
+## Home Section
+
+
+## Home Section - Home Page Customization
+
+home-newtabs-mode-label = ಹೊಸ ಟ್ಯಾಬ್ ಗಳು
+
+home-mode-choice-blank =
+ .label = ಖಾಲಿ ಪುಟ
+
+home-homepage-custom-url =
+ .placeholder = ವಿಳಾಸವನ್ನು ಅಂಟಿಸು...
+
+# 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] ಈಗಿನ ಪುಟವನ್ನು ಬಳಸು
+ *[other] ಈಗಿನ ಪುಟಗಳನ್ನು ಬಳಸು
+ }
+ .accesskey = C
+
+choose-bookmark =
+ .label = ಪುಟಗುರುತನ್ನು ಬಳಸು…
+ .accesskey = B
+
+## Home Section - Firefox Home Content Customization
+
+home-prefs-search-header =
+ .label = ಜಾಲದ ಹುಡುಕಾಟ
+
+## Variables:
+## $provider (String): Name of the corresponding content provider, e.g "Pocket".
+
+
+## Variables:
+## $provider (string) - Name of the corresponding content provider, e.g "Pocket".
+
+# Variables:
+# $provider (String): Name of the corresponding content provider, e.g "Pocket".
+home-prefs-recommended-by-header =
+ .label = { $provider } ರಿಂದ ಶಿಫಾರಸುಮಾಡುಲಾಗಿದೆ
+
+##
+
+home-prefs-recommended-by-learn-more = ಇದು ಹೇಗೆ ಕೆಲಸ ಮಾಡುತ್ತದೆ
+
+home-prefs-highlights-option-visited-pages =
+ .label = ಭೇಟಿಕೊಟ್ಟ ಪುಟಗಳು
+home-prefs-highlights-options-bookmarks =
+ .label = ಪುಟಗುರುತುಗಳು
+home-prefs-highlights-option-most-recent-download =
+ .label = ತೀರಾ ಇತ್ತೀಚಿನ ಡೌನ್ಲೋಡ್
+home-prefs-highlights-option-saved-to-pocket =
+ .label = { -pocket-brand-name } ನಲ್ಲಿ ಉಳಿಸಲಾದ ಪುಟಗಳು
+
+# 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 = ಉಲ್ಲೇಖಗಳು
+
+## Search Section
+
+search-bar-header = ಹುಡುಕು  ಪಟ್ಟಿ
+search-bar-shown =
+ .label = ಹುಡುಕು ಪಟ್ಟಿಯನ್ನು ಉಪಕರಣಪಟ್ಟಿಗೆ ಸೇರಿಸು
+
+search-engine-default-header = ಪೂರ್ವನಿಯೋಜಿತ ಹುಡುಕು ಎಂಜಿನ್
+
+search-suggestions-option =
+ .label = search ಸಲಹೆಗಳನ್ನು ತೋರಿಸು
+ .accesskey = s
+
+
+search-suggestions-cant-show = ಎಂದಿಗೂ ಸಹ ಇತಿಹಾಸವನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳಬೇಡ ಎಂದು ನೀವು { -brand-short-name } ಅನ್ನು ಸಂರಚಿಸಿರುವುದರಿಂದ ಹುಡುಕುವಾಗ ಸ್ಥಳದ ಪಟ್ಟಿಯ ಫಲಿತಾಂಶಗಳಲ್ಲಿ ಯಾವುದೆ ಸಲಹೆಗಳನ್ನು ತೋರಿಸಲಾಗುವುದಿಲ್ಲ.
+
+search-choose-engine-column =
+ .label = ಹುಡುಕು ಎಂಜಿನ್‌
+search-choose-keyword-column =
+ .label = ಸೂಚಕ ಪದ
+
+search-restore-default =
+ .label = Default ಹುಡುಕು ಎಂಜಿನ್‌ಗಳನ್ನು ಮರುಹೊಂದಿಸು
+ .accesskey = D
+
+search-remove-engine =
+ .label = Remove
+ .accesskey = R
+
+search-find-more-link = ಇನ್ನಷ್ಟು ಹುಡುಕು ಎಂಜಿನ್‌ಗಳನ್ನು ಹುಡುಕು
+
+# This warning is displayed when the chosen keyword is already in use
+# ('Duplicate' is an adjective)
+search-keyword-warning-title = ಬಳಸಲ್ಪಟ್ಟ ಕೀಲಿಪದ
+# Variables:
+# $name (String) - Name of a search engine.
+search-keyword-warning-engine = "{ $name }" ನಿಂದ ಈಗಾಗಲೆ ಬಳಸಲ್ಪಡುತ್ತಿರುವ ಒಂದು ಕೀಲಿಪದವನ್ನು ಆಯ್ಕೆ ಮಾಡಿದ್ದೀರಿ. ದಯವಿಟ್ಟು ಬೇರೆಯದನ್ನು ಆಯ್ಕೆ ಮಾಡಿ.
+search-keyword-warning-bookmark = ಒಂದು ಬುಕ್‌ಮಾರ್ಕಿನಿಂದ ಈಗಾಗಲೆ ಬಳಸಲ್ಪಡುತ್ತಿರುವ ಒಂದು ಕೀಲಿಪದವನ್ನು ಆಯ್ಕೆ ಮಾಡಿದ್ದೀರಿ. ದಯವಿಟ್ಟು ಬೇರೆಯದನ್ನು ಆಯ್ಕೆ ಮಾಡಿ.
+
+## Containers Section
+
+containers-header = ಕಂಟೈನರ್ ಟ್ಯಾಬ್‍‍ಗಳು‍
+containers-add-button =
+ .label = ಹೊಸ ಕಂಟೈನರ್ ಸೇರಿಸಿ
+ .accesskey = A
+
+containers-remove-button =
+ .label = ತೆಗೆದುಹಾಕು
+
+## Firefox Account - Signed out. Note that "Sync" and "Firefox Account" are now
+## more discrete ("signed in" no longer means "and sync is connected").
+
+
+## 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 = ಜಾಲವನ್ನು ನಿಮ್ಮೊಂದಿಗೆ ಒಯ್ಯಿರಿ
+
+# 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 = Firefox ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ<img data-l10n-name="android-icon"/> <a data-l10n-name="android-link">Android</a> ಅಥವ <img data-l10n-name="ios-icon"/> <a data-l10n-name="ios-link">iOS</a> ನಿಮ್ಮ ಮೊಬೈಲ್ ಸಾಧನದ ಜೊತೆ ಸಿಂಕ್ ಮಾಡಲು.
+
+## Firefox Account - Signed in
+
+
+## Firefox account - Signed in
+
+sync-profile-picture =
+ .tooltiptext = ಪ್ರೊಫೈಲ್ ಚಿತ್ರವನ್ನು ಬದಲಾಯಿಸು
+
+sync-manage-account = ಖಾತೆಯನ್ನು ನಿರ್ವಹಿಸು
+ .accesskey = o
+
+## Variables
+## $email (string) - Email used for Firefox account
+
+sync-signedin-unverified = { $email } ಪರಿಶೀಲಿಸಲಾಗಿಲ್ಲ.
+sync-signedin-login-failure = ಮರಳಿ ಸಂಪರ್ಕಿತಗೊಳ್ಳಲು ದಯವಿಟ್ಟು ಸೈನ್‌ ಇನ್ ಆಗಿ { $email }
+
+##
+
+sync-remove-account =
+ .label = ಖಾತೆಯನ್ನು ತೆಗೆದುಹಾಕು
+ .accesskey = R
+
+sync-sign-in =
+ .label = ಒಳಗೆ ಪ್ರವೇಶಿಸು‍
+ .accesskey = g
+
+## Sync section - enabling or disabling sync.
+
+
+## The list of things currently syncing.
+
+
+## The "Choose what to sync" dialog.
+
+sync-engine-bookmarks =
+ .label = ಪುಟಗುರುತುಗಳು
+ .accesskey = m
+
+sync-engine-history =
+ .label = ಇತಿಹಾಸ
+ .accesskey = r
+
+sync-engine-tabs =
+ .label = ತೆರೆದ ಟ್ಯಾಬ್‌ಗಳು
+ .tooltiptext = ಸಿಂಕ್ ಮಾಡಲಾದ ಸಾಧನಗಳಲ್ಲಿ ಏನನ್ನು ತೆರೆಯಲಾಗಿದೆಯೋ ಅವುಗಳ ಪಟ್ಟಿ
+ .accesskey = t
+
+## The device name controls.
+
+sync-device-name-header = ಸಾಧನದ ಹೆಸರು
+
+sync-device-name-change =
+ .label = ಸಾಧನದ ಹೆಸರನ್ನು ಬದಲಿಸಿ…
+ .accesskey = h
+
+sync-device-name-cancel =
+ .label = ರದ್ದು ಮಾಡು‍
+ .accesskey = n
+
+sync-device-name-save =
+ .label = ಉಳಿಸು‍
+ .accesskey = v
+
+## These strings are shown in a desktop notification after the
+## user requests we resend a verification email.
+
+sync-verification-sent-title = ಪರಿಶೀಲನೆಯನ್ನು ಕಳುಹಿಸಲಾಗಿದೆ
+# Variables:
+# $email (String): Email address of user's Firefox account.
+sync-verification-sent-body = ಒಂದು ಪರಿಶೀಲನಾ ಕೊಂಡಿಯನ್ನು { $email } ಗೆ ಕಳುಹಿಸಲಾಗಿದೆ.
+sync-verification-not-sent-title = ಧೃಡೀಕರಣವನ್ನು ಕಳಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ
+sync-verification-not-sent-body = ನಾವು ಈ ಸಮಯದಲ್ಲಿ ಒಂದು ದೃಢೀಕರಣ ಮೇಲ್ ಅನ್ನು ಕಳುಹಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ, ದಯವಿಟ್ಟು ಇನ್ನೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಿ.
+
+## Privacy Section
+
+privacy-header = ವೀಕ್ಷಕದ ಗೌಪ್ಯತೆ
+
+## Privacy Section - Logins and Passwords
+
+forms-exceptions =
+ .label = ವಿನಾಯಿತಿಗಳು...
+ .accesskey = x
+
+forms-saved-logins =
+ .label = ಉಳಿಸಿದ ಲಾಗಿನ್‌ಗಳು...
+ .accesskey = L
+forms-master-pw-change =
+ .label = ಮಾಸ್ಟರ್ ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸು...
+ .accesskey = M
+
+forms-master-pw-fips-desc = ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ
+
+## OS Authentication dialog
+
+
+## Privacy Section - History
+
+history-header = ಇತಿಹಾಸ
+
+# 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 = w
+
+history-remember-option-all =
+ .label = ಇತಿಹಾಸವನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳುತ್ತದೆ
+history-remember-option-never =
+ .label = ಎಂದಿಗೂ ಇತಿಹಾಸವನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳಬೇಡ
+history-remember-option-custom =
+ .label = ಇತಿಹಾಸಕ್ಕಾಗಿ ನಿಮ್ಮ ಇಚ್ಛೆಯ ಸಿದ್ಧತೆಗಳನ್ನು ಬಳಸಿ
+
+history-dontremember-description = { -brand-short-name } ಖಾಸಗಿ ಜಾಲ ವೀಕ್ಷಣದ ರೀತಿಯದ್ದೆ ಆದ ಸಿದ್ಧತೆಗಳನ್ನು ಬಳಸುತ್ತದೆ, ಹಾಗು ನೀವು ಜಾಲವನ್ನು ವೀಕ್ಷಿಸುವಾಗ ಯಾವುದೆ ಇತಿಹಾಸವನ್ನು ನೆನಪಿಟ್ಟುಕೊಳ್ಳುವುದಿಲ್ಲ.
+
+history-private-browsing-permanent =
+ .label = ಯಾವಾಗಲೂ ಖಾಸಗಿ ವೀಕ್ಷಣೆ ಕ್ರಮವನ್ನು ಬಳಸು
+ .accesskey = p
+
+history-remember-search-option =
+ .label = ಹುಡುಕು ಹಾಗು ಫಾರ್ಮ್ ಇತಿಹಾಸವನ್ನು ನೆನಪಿಟ್ಟುಕೊ
+ .accesskey = f
+
+history-clear-on-close-option =
+ .label = { -brand-short-name } ಅನ್ನು ಮುಚ್ಚಿದಾಗ ಇತಿಹಾಸವನ್ನು ಅಳಿಸಿಹಾಕು
+ .accesskey = r
+
+history-clear-on-close-settings =
+ .label = ಸಿದ್ಧತೆಗಳು…
+ .accesskey = t
+
+## Privacy Section - Site Data
+
+sitedata-header = ಕುಕ್ಕಿಗಳು ಮತ್ತು ತಾಣ ದತ್ತಾಂಶ
+
+sitedata-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+sitedata-clear =
+ .label = ದತ್ತಾಂಶ ಬರಿದುಮಾಡು…
+ .accesskey = l
+
+sitedata-settings =
+ .label = ದತ್ತಾಂಶವನ್ನು ನಿರ್ವಹಿಸು…
+ .accesskey = M
+
+## Privacy Section - Cookie Banner Handling
+
+
+## Privacy Section - Address Bar
+
+addressbar-header = ವಿಳಾಸ ಪಟ್ಟಿ
+
+addressbar-suggest = ವಿಳಾಸ ಪಟ್ಟಿಯನ್ನು ಬಳಸುವಾಗ, ಇದನ್ನು ಸಲಹೆ ಮಾಡು
+
+addressbar-locbar-history-option =
+ .label = ವೀಕ್ಷಣೆಯ ಇತಿಹಾಸ
+ .accesskey = H
+addressbar-locbar-bookmarks-option =
+ .label = Bookmarks
+ .accesskey = k
+addressbar-locbar-openpage-option =
+ .label = Open ಹಾಳೆಗಳು
+ .accesskey = O
+
+addressbar-suggestions-settings = ಹುಡುಕು ಯಂತ್ರಗಳ ಸಲಹೆಗಳ ಇಚ್ಛೆಗಳನ್ನು ಬದಲಾಯಿಸಿ
+
+## Privacy Section - Content Blocking
+
+content-blocking-learn-more = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+## These strings are used to define the different levels of
+## Enhanced Tracking Protection.
+
+
+##
+
+
+# The tcp-rollout strings are no longer used for the rollout but for tcp-by-default in the standard section
+
+
+## Privacy Section - Tracking
+
+
+## Privacy Section - Permissions
+
+permissions-header = ಅನುಮತಿಗಳು
+
+permissions-location = ಸ್ಥಳ
+permissions-location-settings =
+ .label = ಸಿದ್ಧತೆಗಳು…
+ .accesskey = t
+
+permissions-camera = ಕ್ಯಾಮೆರಾ
+permissions-camera-settings =
+ .label = ಸಿದ್ಧತೆಗಳು…
+ .accesskey = t
+
+permissions-microphone = ಮೈಕ್ರೊಫೋನ್
+permissions-microphone-settings =
+ .label = ಸಿದ್ಧತೆಗಳು…
+ .accesskey = t
+
+permissions-notification = ಸೂಚನೆಗಳು
+permissions-notification-settings =
+ .label = ಸಿದ್ಧತೆಗಳು…
+ .accesskey = t
+permissions-notification-link = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+permissions-block-popups =
+ .label = ಪುಟಿಕೆ (ಪಾಪ್-ಅಪ್) ಕಿಟಕಿಗಳನ್ನು ತಡೆ ಹಿಡಿ
+ .accesskey = B
+
+permissions-addon-exceptions =
+ .label = ವಿನಾಯಿತಿಗಳು...
+ .accesskey = E
+
+## Privacy Section - Data Collection
+
+collection-header = { -brand-short-name } ದತ್ತಾಂಶ ಸಂಗ್ರಹಣೆ ಮತ್ತು ಬಳಕೆ
+
+collection-privacy-notice = ಗೌಪ್ಯತಾ ಸೂಚನೆ
+
+collection-health-report-link = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+## 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 = ಸುರಕ್ಷತೆ
+
+security-enable-safe-browsing =
+ .label = ಅಪಾಯಕಾರಿ ಮತ್ತು ವಂಚಕ ವಿಷಯಗಳನ್ನು ನಿರ್ಬಂಧಿಸಿ
+ .accesskey = B
+security-enable-safe-browsing-link = ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ
+
+security-block-downloads =
+ .label = ಅಪಾಯಕಾರಿ ಡೌನ್‌ಲೋಡ್‌ಗಳನ್ನು ನಿರ್ಬಂಧಿಸಿ
+ .accesskey = d
+
+security-block-uncommon-software =
+ .label = ಬೇಡವಾದ ಮತ್ತು ಸಾಮಾನ್ಯವಲ್ಲದ ತಂತ್ರಾಂಶಗಳ ಬಗ್ಗೆ ಎಚ್ಚರಿಸು‍‍‍‍
+ .accesskey = ಸ
+
+## Privacy Section - Certificates
+
+certs-header = ಪ್ರಮಾಣಪತ್ರಗಳು
+
+certs-enable-ocsp =
+ .label = ಪ್ರಮಾಣಪತ್ರಗಳ ಪ್ರಸಕ್ತ ಮಾನ್ಯತೆಯನ್ನು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಲು OCSP ರೆಸ್ಪಾಂಡರ್ ಪೂರೈಕೆಗಣಕಗಳಿಗೆ ಮನವಿ ಮಾಡಿ
+ .accesskey = Q
+
+certs-view =
+ .label = ಪ್ರಮಾಣಪತ್ರಗಳನ್ನು ನೋಡು…
+ .accesskey = C
+
+certs-devices =
+ .label = ಸುರಕ್ಷತಾ ಸಾಧನಗಳು…
+ .accesskey = D
+
+## Privacy Section - HTTPS-Only
+
+
+## DoH Section
+
+
+## The following strings are used in the Download section of settings
+
+desktop-folder-name = ಗಣಕತೆರೆ
+downloads-folder-name = ಡೌನ್‌ಲೋಡ್‌ಗಳು
+choose-download-folder-title = ಡೌನ್‌ಲೋಡ್‌ ಕಡತಕೋಶವನ್ನು ಆರಿಸು:
diff --git a/l10n-kn/browser/browser/preferences/selectBookmark.ftl b/l10n-kn/browser/browser/preferences/selectBookmark.ftl
new file mode 100644
index 0000000000..1d123bd1b9
--- /dev/null
+++ b/l10n-kn/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 = ನೆಲೆ ಪುಟವಾಗಿ ಹೊಂದಿಸು
+ .style = min-width: 32em;
+
+select-bookmark-desc = ನಿಮ್ಮ ನೆಲೆ ಪುಟವಾಗಿಸಲು ಒಂದು ಬುಕ್‌ಮಾರ್ಕ್ ಅನ್ನು ಆರಿಸಿ. ನೀವು ಒಂದು ಕೋಶವನ್ನು ಆರಿಸಿದರೆ, ಅದರಲ್ಲಿನ ಬುಕ್‌ಮಾರ್ಕುಗಳು ಪ್ರತ್ಯೇಕ ಹಾಳೆಗಳಾಗಿ ತೆರೆಯಲ್ಪಡುತ್ತವೆ.
diff --git a/l10n-kn/browser/browser/preferences/siteDataSettings.ftl b/l10n-kn/browser/browser/preferences/siteDataSettings.ftl
new file mode 100644
index 0000000000..809313ce7f
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/siteDataSettings.ftl
@@ -0,0 +1,36 @@
+# 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-search-textbox =
+ .placeholder = ಜಾಲತಾಣಗಳನ್ನು ಹುಡುಕು
+ .accesskey = S
+
+site-data-column-host =
+ .label = ತಾಣ
+site-data-column-cookies =
+ .label = ಕುಕಿಗಳು
+site-data-column-storage =
+ .label = ಶೇಖರಣೆ
+
+site-data-remove-selected =
+ .label = ಆರಿಸಿದ್ದನ್ನು ಅಳಿಸು
+ .accesskey = r
+
+site-data-remove-all =
+ .label = ಎಲ್ಲವನ್ನು ತೆಗೆ
+ .accesskey = e
+
+site-data-remove-shown =
+ .label = ತೋರಿಸಿರುವ ಎಲ್ಲವನ್ನು ತೆಗೆದು ಹಾಕು
+ .accesskey = e
+
+## Removing
+
+site-data-removing-dialog =
+ .title = { site-data-removing-header }
+ .buttonlabelaccept = ತೆಗೆದು ಹಾಕು
+
diff --git a/l10n-kn/browser/browser/preferences/translation.ftl b/l10n-kn/browser/browser/preferences/translation.ftl
new file mode 100644
index 0000000000..bed0fa4bf3
--- /dev/null
+++ b/l10n-kn/browser/browser/preferences/translation.ftl
@@ -0,0 +1,37 @@
+# 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 = ಹೊರತುಪಡಿಕೆಗಳು - ಅನುವಾದ
+ .style = min-width: 36em
+
+translation-close-key =
+ .key = w
+
+translation-languages-disabled-desc = ಈ ಕೆಳಗಿನ ಭಾಷೆಗಳಿಗೆ ಅನುವಾದವನ್ನು ಒದಗಿಸಲಾಗುವುದಿಲ್ಲ
+
+translation-languages-column =
+ .label = ಭಾಷೆಗಳು
+
+translation-languages-button-remove =
+ .label = ಭಾಷೆಯನ್ನು ತೆಗೆದುಹಾಕು
+ .accesskey = R
+
+translation-languages-button-remove-all =
+ .label = ಎಲ್ಲಾ ಭಾಷೆಗಳನ್ನು ತೆಗೆದುಹಾಕು
+ .accesskey = e
+
+translation-sites-disabled-desc = ಈ ಕೆಳಗಿನ ತಾಣಗಳಿಗಾಗಿ ಅನುವಾದವನ್ನು ಒದಗಿಸಲಾಗುವುದಿಲ್ಲ
+
+translation-sites-column =
+ .label = ಜಾಲತಾಣಗಳು
+
+translation-sites-button-remove =
+ .label = ತಾಣವನ್ನು ತೆಗೆದು ಹಾಕು
+ .accesskey = S
+
+translation-sites-button-remove-all =
+ .label = ಎಲ್ಲಾ ತಾಣವನ್ನು ತೆಗೆದು ಹಾಕು
+ .accesskey = i
+