summaryrefslogtreecommitdiffstats
path: root/l10n-et/toolkit/toolkit/main-window/findbar.ftl
blob: 554d2c8fe2319c7c504786f56880cae5862563d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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
        }