summaryrefslogtreecommitdiffstats
path: root/l10n-oc/toolkit/toolkit/main-window/findbar.ftl
blob: 432facce76af020658089b03b8229852d6af83e9 (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 = Tròba l'ocurréncia venenta de la frasa
findbar-previous =
    .tooltiptext = Tròba l'ocurréncia precedenta de la frasa

findbar-find-button-close =
    .tooltiptext = Tampar la barra de recèrca

findbar-highlight-all2 =
    .label = Suslinhar tot
    .accesskey =
        { PLATFORM() ->
            [macos] S
           *[other] S
        }
    .tooltiptext = Suslinhar totas las ocurréncias de la frasa

findbar-case-sensitive =
    .label = Respectar la cassa
    .accesskey = R
    .tooltiptext = Efectuar una recèrca en respectant la cassa

findbar-match-diacritics =
    .label = Respectar los diacritics
    .accesskey = s
    .tooltiptext = Diferenciar las letras accentuadas e las sens accent escrich (per exemple, se cercatz « cafe », « cafè » serà pas trobat)

findbar-entire-word =
    .label = Mots entièrs
    .accesskey = m
    .tooltiptext = Cercar sonque los mots entièrs

findbar-not-found = Frasa pas trobada

findbar-wrapped-to-top = Bas de la pagina atenh, seguida al debut
findbar-wrapped-to-bottom = Naut de la pagina atenh, seguida del bas

findbar-normal-find =
    .placeholder = Recercar dins la pagina
findbar-fast-find =
    .placeholder = Recèrca rapida
findbar-fast-find-links =
    .placeholder = Recèrca rapida (ligams solament)

findbar-case-sensitive-status =
    .value = (Sensible a la cassa)
findbar-match-diacritics-status =
    .value = (Respècte dels diacritics)
findbar-entire-word-status =
    .value = (Pas que de mots entièrs)

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

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Mai de { $limit } ocuréncia
           *[other] Mai de { $limit } ocuréncias
        }