blob: 3dd3d6ab7e4fbb6649c4488341d438666d63bf6b (
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 } of { $total } பொருத்தம்
*[other] { $current } of { $total } பொருத்தங்கள்
}
# Variables:
# $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
.value =
{ $limit ->
[one] { $limit } க்கும் மேற்பட்ட பொருத்தம்
*[other] { $limit } க்கும் மேற்பட்ட பொருத்தங்கள்
}
|