summaryrefslogtreecommitdiffstats
path: root/l10n-uk/toolkit/toolkit/main-window/findbar.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-uk/toolkit/toolkit/main-window/findbar.ftl')
-rw-r--r--l10n-uk/toolkit/toolkit/main-window/findbar.ftl78
1 files changed, 78 insertions, 0 deletions
diff --git a/l10n-uk/toolkit/toolkit/main-window/findbar.ftl b/l10n-uk/toolkit/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..fa8c358f7b
--- /dev/null
+++ b/l10n-uk/toolkit/toolkit/main-window/findbar.ftl
@@ -0,0 +1,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 } входжень
+ }