summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/ast/localization/ast/toolkit/main-window/findbar.ftl
blob: 450f307dde42614679c50d2fb6486482f7400ab3 (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
# 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 = Atopar la coincidencia siguiente de la fras
findbar-previous =
    .tooltiptext = Atopar la coincidencia anterior de la fras

findbar-find-button-close =
    .tooltiptext = Zarrar la barra de busca

findbar-highlight-all2 =
    .label = Rescamplar too
    .accesskey =
        { PLATFORM() ->
            [macos] R
           *[other] R
        }
    .tooltiptext = Rescampla toles coincidencies de la fras

findbar-case-sensitive =
    .label = Estremar les mayúscules/minúscules
    .accesskey = m
    .tooltiptext = Estrema les mayúscules y minúscules

findbar-match-diacritics =
    .label = Estremar les tildes
    .accesskey = t
    .tooltiptext = Estrema ente lletres tildaes y ensin tildar (por exemplu, al buscar «qué» y «que» nun va ser lo mesmo)

findbar-entire-word =
    .label = Pallabres completes
    .accesskey = a
    .tooltiptext = Busca namás pallabres completes

findbar-not-found = Nun s'atopó la fras

findbar-wrapped-to-top = Algamóse la fin de la páxina, síguese dende arriba
findbar-wrapped-to-bottom = Algamóse'l comienzu de la páxina, síguese dende abaxo

findbar-normal-find =
    .placeholder = Atopar na páxina
findbar-fast-find =
    .placeholder = Busca rápida
findbar-fast-find-links =
    .placeholder = Busca rápida (namás enllaces)

findbar-entire-word-status =
    .value = (Namás pallabres completes)

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

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Más de { $limit } coincidencia
           *[other] Más de { $limit } coincidencies
        }