summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/uk/localization/uk/toolkit/main-window/findbar.ftl
blob: fa8c358f7be0939972184756ae2ae5785c23d957 (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
# 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 = Знайти наступне входження фрази
findbar-previous =
    .tooltiptext = Знайти попереднє входження фрази

findbar-find-button-close =
    .tooltiptext = Закрити панель пошуку

findbar-highlight-all2 =
    .label = Підсвітити все
    .accesskey =
        { PLATFORM() ->
            [macos] с
           *[other] с
        }
    .tooltiptext = Підсвітити всі збіги фрази

findbar-case-sensitive =
    .label = З урахуванням регістру
    .accesskey = р
    .tooltiptext = Шукати з урахуванням регістру

findbar-match-diacritics =
    .label = Відповідність діакритичних знаків
    .accesskey = к
    .tooltiptext = Розрізняти літери з апострофом і їхні основні літери (наприклад, при пошуку "resume", "résumé" не береться до уваги)

findbar-entire-word =
    .label = Цілі слова
    .accesskey = Ц
    .tooltiptext = Шукати лише цілі слова

findbar-not-found = Фразу не знайдено

findbar-wrapped-to-top = Досягнуто кінця сторінки, продовжено з початку
findbar-wrapped-to-bottom = Досягнуто початку сторінки, продовжено з кінця

findbar-normal-find =
    .placeholder = Знайти на сторінці
findbar-fast-find =
    .placeholder = Швидкий пошук
findbar-fast-find-links =
    .placeholder = Швидкий пошук (лише посилання)

findbar-case-sensitive-status =
    .value = (З урахуванням регістру)
findbar-match-diacritics-status =
    .value = (Відповідність діакритичних знаків)
findbar-entire-word-status =
    .value = (лише цілі слова)

# Variables:
#   $current (Number): Index of the currently selected match
#   $total (Number): Total count of matches
findbar-found-matches =
    .value =
        { $total ->
            [one] { $current } із { $total } входження
            [few] { $current } із { $total } входжень
           *[many] { $current } із { $total } входжень
        }

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Більше ніж { $limit } входження
            [few] Більше ніж { $limit } входження
           *[many] Більше ніж { $limit } входжень
        }