summaryrefslogtreecommitdiffstats
path: root/l10n-si/toolkit/toolkit/main-window/findbar.ftl
blob: 3033363c6daa74a3278100bbf117947ef6666814 (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
# 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-highlight-all2 =
    .label = සියල්ල උද්දීපනය
    .accesskey =
        { PLATFORM() ->
            [macos] l
           *[other] a
        }
    .tooltiptext = වාක්‍යාංශයේ සියළු අවස්ථාවන් උද්දීපනය

findbar-case-sensitive =
    .label = අකුරු ගැළපුම
    .accesskey = c
    .tooltiptext = අකුරු දෝෂ ද සොයන්න

findbar-match-diacritics =
    .label = ශබ්ද විධි ගළපන්න
    .accesskey = i
    .tooltiptext = උච්චාරණ අකුරු සහ ඒවායේ පාදක අකුරු අතර වෙනස හඳුනා ගන්න (නිදසුනක් ලෙස, “resume”, යන්න “résumé” සෙවීමේදී නොගැළපේ)

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-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 } / { $total } ක් ගැළපෙයි
           *[other] { $current } / { $total } ක් ගැළපෙයි
        }

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] ගැළපීම් { $limit } කට වඩා
           *[other] ගැළපීම් { $limit } කට වඩා
        }