summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/pl/localization/pl/toolkit/main-window/findbar.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /thunderbird-l10n/pl/localization/pl/toolkit/main-window/findbar.ftl
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'thunderbird-l10n/pl/localization/pl/toolkit/main-window/findbar.ftl')
-rw-r--r--thunderbird-l10n/pl/localization/pl/toolkit/main-window/findbar.ftl78
1 files changed, 78 insertions, 0 deletions
diff --git a/thunderbird-l10n/pl/localization/pl/toolkit/main-window/findbar.ftl b/thunderbird-l10n/pl/localization/pl/toolkit/main-window/findbar.ftl
new file mode 100644
index 0000000000..2db1aebdfd
--- /dev/null
+++ b/thunderbird-l10n/pl/localization/pl/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 = Znajdź następne wystąpienie wyszukiwanej frazy
+findbar-previous =
+ .tooltiptext = Znajdź poprzednie wystąpienie wyszukiwanej frazy
+
+findbar-find-button-close =
+ .tooltiptext = Zamknij pasek wyszukiwania
+
+findbar-highlight-all2 =
+ .label = Wyróżnianie wszystkich
+ .accesskey =
+ { PLATFORM() ->
+ [macos] W
+ *[other] W
+ }
+ .tooltiptext = Wyróżnij wszystkie wystąpienia szukanej frazy
+
+findbar-case-sensitive =
+ .label = Rozróżnianie wielkości liter
+ .accesskey = R
+ .tooltiptext = Rozróżniaj wielkość liter przy wyszukiwaniu
+
+findbar-match-diacritics =
+ .label = Rozróżnianie liter diakrytyzowanych
+ .accesskey = o
+ .tooltiptext = Rozróżniaj między literami ze znakami diakrytycznymi a ich literami bazowymi (np. podczas wyszukiwania słowa „przeglądarka” słowo „przegladarka” nie będzie dopasowywane)
+
+findbar-entire-word =
+ .label = Całe słowa
+ .accesskey = C
+ .tooltiptext = Wyszukuj tylko całe słowa
+
+findbar-not-found = Szukany tekst nie został odnaleziony.
+
+findbar-wrapped-to-top = Koniec strony. Wyszukiwanie od początku.
+findbar-wrapped-to-bottom = Początek strony. Wyszukiwanie od końca.
+
+findbar-normal-find =
+ .placeholder = Znajdź na stronie
+findbar-fast-find =
+ .placeholder = Znajdź szybko
+findbar-fast-find-links =
+ .placeholder = Znajdź szybko (tylko odnośniki)
+
+findbar-case-sensitive-status =
+ .value = (z rozróżnianiem wielkości liter)
+findbar-match-diacritics-status =
+ .value = (z rozróżnianiem liter diakrytyzowanych)
+findbar-entire-word-status =
+ .value = (tylko całe słowa)
+
+# Variables:
+# $current (Number): Index of the currently selected match
+# $total (Number): Total count of matches
+findbar-found-matches =
+ .value =
+ { $total ->
+ [one] Jedyne trafienie
+ [few] { $current }. z { $total } trafień
+ *[many] { $current }. z { $total } trafień
+ }
+
+# Variables:
+# $limit (Number): Total count of matches allowed before counting stops
+findbar-found-matches-count-limit =
+ .value =
+ { $limit ->
+ [one] Więcej niż jedno trafienie
+ [few] Więcej niż { $limit } trafienia
+ *[many] Więcej niż { $limit } trafień
+ }