summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/sq/localization/sq/toolkit/main-window/findbar.ftl
blob: e344adf35b08a21159c32362448a4c423c813a3d (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
70
71
72
73
74
75
76
# 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 = Gjeni hasjen pasuese të togfjalëshit
findbar-previous =
    .tooltiptext = Gjeni hasjen e mëparshme të togfjalëshit

findbar-find-button-close =
    .tooltiptext = Mbyllni shtyllën e gjetjeve

findbar-highlight-all2 =
    .label = Theksoji Krejt
    .accesskey =
        { PLATFORM() ->
            [macos] K
           *[other] K
        }
    .tooltiptext = Theksoni krejt hasjet e togfjalëshit

findbar-case-sensitive =
    .label = Siç është shkruar
    .accesskey = S
    .tooltiptext = Kërkojeni siç është shkruar

findbar-match-diacritics =
    .label = Me Përputhje Me Shenjat Diakritike
    .accesskey = i
    .tooltiptext = Bëj dallimin me shkronjash me theks dhe atyre pa të tilla (për shembull, kur kërkohet për “resume”, “résumé” s’do të merret parasysh)

findbar-entire-word =
    .label = Fjalë të Plota
    .accesskey = p
    .tooltiptext = Kërko vetëm për fjalë të plota

findbar-not-found = Togfjalësh që s’gjendet

findbar-wrapped-to-top = U mbërrit në fund të faqes, vazhduar prej sipër
findbar-wrapped-to-bottom = U mbërrit në krye të faqes, vazhduar prej poshtë

findbar-normal-find =
    .placeholder = Gjej në faqe
findbar-fast-find =
    .placeholder = Gjetje e shpejtë
findbar-fast-find-links =
    .placeholder = Gjetje e shpejtë (vetëm lidhje)

findbar-case-sensitive-status =
    .value = (Siç është shkruar)
findbar-match-diacritics-status =
    .value = (Me përputhje me shenja diakritike)
findbar-entire-word-status =
    .value = (Vetëm fjalë të plota)

# Variables:
#   $current (Number): Index of the currently selected match
#   $total (Number): Total count of matches
findbar-found-matches =
    .value =
        { $total ->
            [one] { $current } nga { $total } përputhje
           *[other] { $current } nga { $total } përputhje
        }

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Më tepër se { $limit } përputhje
           *[other] Më tepër se { $limit } përputhje
        }