summaryrefslogtreecommitdiffstats
path: root/l10n-ne-NP/toolkit/toolkit/main-window/findbar.ftl
blob: 18e6da15b4a848274a0d35973c6fc506f37e991c (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 } भन्दा बढी मिल्दो नतिजाहरू
        }