summaryrefslogtreecommitdiffstats
path: root/l10n-fi/toolkit/toolkit/main-window/findbar.ftl
blob: 34aa09f5eceaf868a59edd62be1a754f0e46d272 (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 = Etsi seuraava osuma
findbar-previous =
    .tooltiptext = Etsi edellinen osuma

findbar-find-button-close =
    .tooltiptext = Sulje etsintäpalkki

findbar-highlight-all2 =
    .label = Korosta kaikki
    .accesskey =
        { PLATFORM() ->
            [macos] K
           *[other] K
        }
    .tooltiptext = Korosta tekstin kaikki esiintymät

findbar-case-sensitive =
    .label = Huomioi kirjainkoko
    .accesskey = H
    .tooltiptext = Etsi osumia huomioiden kirjainkoko

findbar-match-diacritics =
    .label = Erota tarkkeet
    .accesskey = t
    .tooltiptext = Erota ääkköset ja muut tarkkeelliset kirjaimet sekä niiden perusmerkit toisistaan (esimerkiksi etsittäessä ”sää” ei löydetä myös sanaa ”saa” ja etsittäessä ”resume” ei löydetä myös sanaa ”résumé”)

findbar-entire-word =
    .label = Kokonaiset sanat
    .accesskey = s
    .tooltiptext = Etsi vain kokonaisia sanoja

findbar-not-found = Ei osumia

findbar-wrapped-to-top = Päästiin sivun loppuun, jatketaan alusta
findbar-wrapped-to-bottom = Päästiin sivun alkuun, jatketaan lopusta

findbar-normal-find =
    .placeholder = Etsi sivulta
findbar-fast-find =
    .placeholder = Pikahaku
findbar-fast-find-links =
    .placeholder = Pikahaku (vain linkit)

findbar-case-sensitive-status =
    .value = (Kirjainkoko huomioidaan)
findbar-match-diacritics-status =
    .value = (Erotetaan tarkkeet)
findbar-entire-word-status =
    .value = (Vain kokonaiset sanat)

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

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Yli { $limit } osuma
           *[other] Yli { $limit } osumaa
        }