summaryrefslogtreecommitdiffstats
path: root/l10n-mk/toolkit/toolkit/main-window/findbar.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-mk/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r--l10n-mk/toolkit/toolkit/main-window/findbar.ftl50
1 files changed, 50 insertions, 0 deletions
diff --git a/l10n-mk/toolkit/toolkit/main-window/findbar.ftl b/l10n-mk/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..84d84d7818
--- /dev/null
+++ b/l10n-mk/toolkit/toolkit/main-window/findbar.ftl
@@ -0,0 +1,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 } погодоци
+ }