summaryrefslogtreecommitdiffstats
path: root/l10n-gl/toolkit/toolkit/main-window/findbar.ftl
blob: 2987bf835b05891670d8cab9bdefd4c140f7f9d7 (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 = Localizar a seguinte aparición da frase
findbar-previous =
    .tooltiptext = Localizar a anterior aparición da frase

findbar-find-button-close =
    .tooltiptext = Pechar a barra de localización

findbar-highlight-all2 =
    .label = Realzar todo
    .accesskey =
        { PLATFORM() ->
            [macos] l
           *[other] a
        }
    .tooltiptext = Realzar todas as aparicións da frase

findbar-case-sensitive =
    .label = Diferenciar maiúsculas de minúsculas
    .accesskey = c
    .tooltiptext = Diferencias maiúsculas de minúsculas na busca

findbar-match-diacritics =
    .label = Distinguir diacríticos
    .accesskey = i
    .tooltiptext = Distingue entre as letras acentuadas e as que non (por exemplo, ao buscarmos «óso», «oso» non sae na busca)

findbar-entire-word =
    .label = Palabras completas
    .accesskey = P
    .tooltiptext = Busca só palabras completas

findbar-not-found = Non se atopou a frase

findbar-wrapped-to-top = Chegouse ao final da páxina, continuar desde o inicio
findbar-wrapped-to-bottom = Chegou ao inicio da páxina, continuar desde o final

findbar-normal-find =
    .placeholder = Atopar na páxina
findbar-fast-find =
    .placeholder = Busca rápida
findbar-fast-find-links =
    .placeholder = Busca rápida (só nas ligazóns)

findbar-case-sensitive-status =
    .value = (Diferenciar maiúsculas de minúsculas)
findbar-match-diacritics-status =
    .value = (Distinguindo diacríticos)
findbar-entire-word-status =
    .value = (Só palabras completas)

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

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