summaryrefslogtreecommitdiffstats
path: root/l10n-mk/toolkit/toolkit/main-window/findbar.ftl
blob: 84d84d781803037c5606c00e89c3c7865512e1dd (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
# 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-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-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 } погодок
           *[other] { $current } од { $total } погодоци
        }

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value =
        { $limit ->
            [one] Повеќе од { $limit } погодок
           *[other] Повеќе од { $limit } погодоци
        }