blob: dbbfee98554af01ebb2d15642335837735e4e27a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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/.
# strings used by the Find bar, split from browser.properties
NotFound=वाक्यांश फेला परेन
WrappedToTop=पृष्ठको अन्त्यमा पुगीयो, शिर्ष बाट जारी गरियो
WrappedToBottom=पृष्ठको शिर्षमा पुगीयो, तल बाट जारी गरियो
NormalFind=पृष्ठमा फेला पार्नुहोस्
FastFind=छिटो फेला पार्नुहोस्
FastFindLinks=छिटो फेला पार्नुहोस् (लिङ्कहरू मात्र)
CaseSensitive=(केस संवेदनशील)
EntireWord=(पूर्ण शब्द मात्र)
# LOCALIZATION NOTE (FoundMatches): Semicolon-separated list of plural forms.
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
# #1 is currently selected match and #2 the total amount of matches.
FoundMatches=#1 मध्ये #2 मिल्दो;#1 मध्ये #2 मिल्दो
# LOCALIZATION NOTE (FoundMatchesCountLimit): Semicolon-separated list of plural
# forms.
# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
# #1 is the total amount of matches allowed before counting stops.
FoundMatchesCountLimit=#1 भन्दा बढी मिल्दो नतिजा;#1 भन्दा बढी मिल्दो नतिजाहरू
|