blob: 5c17cff12d1e5c29ac0843b2123f86e0a1ef98df (
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 కన్నా ఎక్కువ పోలికలు
|