summaryrefslogtreecommitdiffstats
path: root/l10n-sc/toolkit/toolkit/main-window/findbar.ftl
blob: 102722f18350cdf86e3715734ea40cae9c12766a (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
# 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 = Agata s'ocurrèntzia imbeniente de sa fràsia
findbar-previous =
    .tooltiptext = Agata s'ocurrèntzia pretzedente de sa fràsia
findbar-find-button-close =
    .tooltiptext = Serra sa barra de chirca
findbar-highlight-all2 =
    .label = Evidèntzia totu
    .accesskey =
        { PLATFORM() ->
            [macos] E
           *[other] t
        }
    .tooltiptext = Evidèntzia totu is ocurrèntzias de sa fràsia
findbar-case-sensitive =
    .label = Distinghe intre majùsculas e minùsculas
    .accesskey = c
    .tooltiptext = Chirca distinghende intre majùsculas e minùsculas
findbar-match-diacritics =
    .label = Respeta is diacrìticos
    .accesskey = R
    .tooltiptext = Distinghe intre is lìteras atzentadas e is pròpias lìteras de base (pro esempru, chirchende "podere" no at a èssere ammustradu "pòdere")
findbar-entire-word =
    .label = Faeddos intreos
    .accesskey = F
    .tooltiptext = Chirca faeddos intreos isceti
findbar-not-found = Testu no agatadu
findbar-wrapped-to-top = Acabbu de sa pàgina, si sighit dae s'artu
findbar-wrapped-to-bottom = S'est lòmpidu a su cumintzu de sa pàgina, si sighit dae su bàsciu
findbar-normal-find =
    .placeholder = Chirca in sa pàgina
findbar-fast-find =
    .placeholder = Chirca lestra
findbar-fast-find-links =
    .placeholder = Chirca lestra (ligòngios ebbia)
findbar-case-sensitive-status =
    .value = (Distinghe intre majùsculas e minùsculas)
findbar-match-diacritics-status =
    .value = (Respeta is diacrìticos)
findbar-entire-word-status =
    .value = (Isceti faeddos intreos)
# Variables:
#   $current (Number): Index of the currently selected match
#   $total (Number): Total count of matches
findbar-found-matches =
    .value =
        { $total ->
            [one] Cointzidèntzia { $current } de { $total }
           *[other] Cointzidèntzia { $current } de { $total }
        }
# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Prus de { $limit } cointzidèntzia
           *[other] Prus de { $limit } cointzidèntzias
        }