summaryrefslogtreecommitdiffstats
path: root/l10n-ta/toolkit/toolkit/main-window/findbar.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /l10n-ta/toolkit/toolkit/main-window/findbar.ftl
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ta/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r--l10n-ta/toolkit/toolkit/main-window/findbar.ftl60
1 files changed, 60 insertions, 0 deletions
diff --git a/l10n-ta/toolkit/toolkit/main-window/findbar.ftl b/l10n-ta/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..3dd3d6ab7e
--- /dev/null
+++ b/l10n-ta/toolkit/toolkit/main-window/findbar.ftl
@@ -0,0 +1,60 @@
+# 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/.
+
+
+### This file contains the entities needed to use the Find Bar.
+
+findbar-next =
+ .tooltiptext = இந்த சொற்றொடரின் அடுத்த நிகழ்வை தேடு
+findbar-previous =
+ .tooltiptext = இந்த சொற்றொடரின் முந்தைய நிகழ்வை தேடு
+
+findbar-find-button-close =
+ .tooltiptext = தேடு பட்டியை மூடு
+
+findbar-case-sensitive =
+ .label = வழக்கு பொருத்தும்
+ .accesskey = c
+ .tooltiptext = உணர்திறன் வழக்கத்துடன் தேடு
+
+findbar-entire-word =
+ .label = முழுச்சொற்கள்
+ .accesskey = W
+ .tooltiptext = முழுச்சொற்களை மட்டும் தேடு
+
+findbar-not-found = வாக்கியம் காணவில்லை
+
+findbar-wrapped-to-top = பக்கத்திற்கு கீழே சென்றுள்ளது, மேலிருந்து தொடர்ந்தது
+findbar-wrapped-to-bottom = பக்கத்திற்கு மேல் சென்றுள்ளது, கீழிருந்து தொடர்ந்தது
+
+findbar-normal-find =
+ .placeholder = இந்த பக்கத்தில் தேடு
+findbar-fast-find =
+ .placeholder = விரைவாக தேடு
+findbar-fast-find-links =
+ .placeholder = விரைவாக தேடு (இணைப்புகள் மட்டும்)
+
+findbar-case-sensitive-status =
+ .value = (எழுத்துணர்வுடையது)
+findbar-entire-word-status =
+ .value = (முழுச்சொற்கள் மட்டும்)
+
+# Variables:
+# $current (Number): Index of the currently selected match
+# $total (Number): Total count of matches
+findbar-found-matches =
+ .value =
+ { $total ->
+ [one] { $current } of { $total } பொருத்தம்
+ *[other] { $current } of { $total } பொருத்தங்கள்
+ }
+
+# Variables:
+# $limit (Number): Total count of matches allowed before counting stops
+findbar-found-matches-count-limit =
+ .value =
+ { $limit ->
+ [one] { $limit } க்கும் மேற்பட்ட பொருத்தம்
+ *[other] { $limit } க்கும் மேற்பட்ட பொருத்தங்கள்
+ }