summaryrefslogtreecommitdiffstats
path: root/l10n-te/toolkit/toolkit/main-window/findbar.ftl
blob: 44fab0531cb82b6e1e734b5c5937c35217de3332 (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
# 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 } పోలిక మొత్తం { $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 } కన్నా ఎక్కువ పోలికలు
        }