summaryrefslogtreecommitdiffstats
path: root/l10n-et/toolkit/toolkit/main-window/findbar.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-et/toolkit/toolkit/main-window/findbar.ftl
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-et/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r--l10n-et/toolkit/toolkit/main-window/findbar.ftl76
1 files changed, 76 insertions, 0 deletions
diff --git a/l10n-et/toolkit/toolkit/main-window/findbar.ftl b/l10n-et/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..554d2c8fe2
--- /dev/null
+++ b/l10n-et/toolkit/toolkit/main-window/findbar.ftl
@@ -0,0 +1,76 @@
+# 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 = Järgmine
+findbar-previous =
+ .tooltiptext = Eelmine
+
+findbar-find-button-close =
+ .tooltiptext = Sulge otsinguriba
+
+findbar-highlight-all2 =
+ .label = Too kõik esile
+ .accesskey =
+ { PLATFORM() ->
+ [macos] l
+ *[other] e
+ }
+ .tooltiptext = Too kõik fraasi esinemised esile
+
+findbar-case-sensitive =
+ .label = Tõstutundlik
+ .accesskey = t
+ .tooltiptext = Otsi tõstutundlikult
+
+findbar-match-diacritics =
+ .label = Otsitakse diakriitiliselt
+ .accesskey = O
+ .tooltiptext = Eristatakse rõhulisi tähemärke baastähemärkidest (näiteks otsides "Rene", ei leita "René")
+
+findbar-entire-word =
+ .label = Täissõnad
+ .accesskey = s
+ .tooltiptext = Otsi ainult täissõnu
+
+findbar-not-found = Fraasi ei leitud
+
+findbar-wrapped-to-top = Jõuti lehe lõppu, jätkati algusest
+findbar-wrapped-to-bottom = Jõuti lehe algusse, jätkati lõpust
+
+findbar-normal-find =
+ .placeholder = Otsi lehelt
+findbar-fast-find =
+ .placeholder = Otsi kiirelt
+findbar-fast-find-links =
+ .placeholder = Otsi kiirelt (ainult linke)
+
+findbar-case-sensitive-status =
+ .value = (tõstutundlik)
+findbar-match-diacritics-status =
+ .value = (otsitakse diakriitikutega)
+findbar-entire-word-status =
+ .value = (ainult täissõnad)
+
+# Variables:
+# $current (Number): Index of the currently selected match
+# $total (Number): Total count of matches
+findbar-found-matches =
+ .value =
+ { $total ->
+ [one] { $current }. tulemus (kokku { $total } tulemus)
+ *[other] { $current }. tulemus (kokku { $total } tulemust)
+ }
+
+# Variables:
+# $limit (Number): Total count of matches allowed before counting stops
+findbar-found-matches-count-limit =
+ .value =
+ { $limit ->
+ [one] Rohkem kui { $limit } tulemus
+ *[other] Rohkem kui { $limit } tulemust
+ }