summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/fy-NL/localization/fy-NL/toolkit/main-window/findbar.ftl
blob: c4c676a9ce29efb5bde3414094c5f0685d757ced (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 = De folgjende oerienkomst fan de tekst sykje
findbar-previous =
    .tooltiptext = De foarige oerienkomst fan de tekst sykje

findbar-find-button-close =
    .tooltiptext = Sykbalke slute

findbar-highlight-all2 =
    .label = Alles markearje
    .accesskey =
        { PLATFORM() ->
            [macos] l
           *[other] a
        }
    .tooltiptext = Alle foarkommen fan de tekst markearje

findbar-case-sensitive =
    .label = Haadlettergefoelich
    .accesskey = H
    .tooltiptext = Haadlettergefoelich sykje

findbar-match-diacritics =
    .label = Diakrityske tekens brûke
    .accesskey = k
    .tooltiptext = Meitsje ûnderskied tusken letters mei aksinten en harren basistekens (sa is bygelyks by it sykjen nei ‘resume’ gjin oerienkomst mei ‘resumé’)

findbar-entire-word =
    .label = Hiele wurden
    .accesskey = e
    .tooltiptext = Allinnich hiele wurden sykje

findbar-not-found = Tekst net fûn

findbar-wrapped-to-top = Underkant fan de side berikt, trochgien fan de boppekant ôf
findbar-wrapped-to-bottom = Boppekant fan de side berikt, trochgien fan de ûnderkant ôf

findbar-normal-find =
    .placeholder = Sykje op side
findbar-fast-find =
    .placeholder = Fluch sykje
findbar-fast-find-links =
    .placeholder = Fluch sykje (allinnich keppelingen):

findbar-case-sensitive-status =
    .value = (Haadlettergefoelich)
findbar-match-diacritics-status =
    .value = (Oerienkommende diakrityske tekens)
findbar-entire-word-status =
    .value = (Allinnich hiele wurden)

# Variables:
#   $current (Number): Index of the currently selected match
#   $total (Number): Total count of matches
findbar-found-matches =
    .value =
        { $total ->
            [one] { $current } fan { $total } oerienkomst
           *[other] { $current } fan { $total } oerienkomsten
        }

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Mear as { $limit } oerienkomst
           *[other] Mear as { $limit } oerienkomsten
        }