summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/gd/localization/gd/toolkit/main-window/findbar.ftl
blob: 454db4eac6481df2cd672fce031d47419794b37c (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
77
78
79
80
# 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 = Lorg ath-làthair na h-abairt seo
findbar-previous =
    .tooltiptext = Lorg làthair roimhe na h-abairt seo

findbar-find-button-close =
    .tooltiptext = Dùin am bàr luirg

findbar-highlight-all2 =
    .label = Soillsich na h-uile
    .accesskey =
        { PLATFORM() ->
            [macos] l
           *[other] a
        }
    .tooltiptext = Soillsich gach ionstans dhen abairt

findbar-case-sensitive =
    .label = Aire do litrichean mòra is beaga
    .accesskey = c
    .tooltiptext = Lorg agus an aire do litrichean mòra 's beaga

findbar-match-diacritics =
    .label = An aire do shràcan
    .accesskey = i
    .tooltiptext = Dèan diofar eadar litrichean le sràcan is na litrichean bunasach aca (mar sin, chan ionnann “aithne” is “àithne”)

findbar-entire-word =
    .label = Faclan slàna
    .accesskey = F
    .tooltiptext = Na lorg ach faclan slàna

findbar-not-found = Cha deach an abairt a lorg

findbar-wrapped-to-top = Ràinig sinn bun na duilleige, a' leantainn air adhart o bharr na duilleige
findbar-wrapped-to-bottom = Ràinig sinn barr na duilleige, a' leantainn air adhart o bhun na duilleige

findbar-normal-find =
    .placeholder = Lorg air an duilleag
findbar-fast-find =
    .placeholder = Lorg luath
findbar-fast-find-links =
    .placeholder = Lorg luath (ceanglaichean a-mhàin)

findbar-case-sensitive-status =
    .value = (aire do litrichean mòra/beaga)
findbar-match-diacritics-status =
    .value = (An aire do shràcan)
findbar-entire-word-status =
    .value = (Faclan slàna a-mhàin)

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

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Barrachd air { $limit } mhaids
            [two] Barrachd air { $limit } mhaids
            [few] Barrachd air { $limit } maidsichean
           *[other] Barrachd air { $limit } maids
        }