summaryrefslogtreecommitdiffstats
path: root/l10n-mr/toolkit/toolkit/main-window/findbar.ftl
blob: 0670062cca808f8ee53cbff40302aac03f35e90c (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
# 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-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 } जुळणीपेक्षा जास्त
        }