diff options
Diffstat (limited to 'l10n-pl/suite/chrome/common/search')
5 files changed, 58 insertions, 0 deletions
diff --git a/l10n-pl/suite/chrome/common/search/engineManager.dtd b/l10n-pl/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..bcb7aae79c --- /dev/null +++ b/l10n-pl/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,29 @@ +<!-- 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/. --> + +<!ENTITY engineManager.title "Menedżer listy wyszukiwarek"> +<!ENTITY engineManager.style "min-width: 36em;"> +<!ENTITY engineManager.intro "Zainstalowane są następujące wyszukiwarki:"> + +<!ENTITY columnLabel.name "Nazwa"> +<!ENTITY columnLabel.keyword "Słowo kluczowe"> + +<!-- Buttons --> +<!ENTITY up.label "W górę"> +<!ENTITY up.accesskey "g"> +<!ENTITY dn.label "W dół"> +<!ENTITY dn.accesskey "d"> +<!ENTITY remove.label "Usuń"> +<!ENTITY remove.accesskey "U"> +<!ENTITY edit.label "Zmień słowo kluczowe…"> +<!ENTITY edit.accesskey "Z"> + +<!ENTITY addEngine.label "Pobierz więcej wyszukiwarek…"> +<!ENTITY addEngine.accesskey "P"> + +<!ENTITY enableSuggest.label "Wyświetlaj podpowiedzi wyszukiwania"> +<!ENTITY enableSuggest.accesskey "W"> + +<!ENTITY restoreDefaults.label "Przywróć domyślne"> +<!ENTITY restoreDefaults.accesskey "r"> diff --git a/l10n-pl/suite/chrome/common/search/engineManager.properties b/l10n-pl/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..3b08440b47 --- /dev/null +++ b/l10n-pl/suite/chrome/common/search/engineManager.properties @@ -0,0 +1,9 @@ +# 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/. + +editTitle=Zmień słowo kluczowe +editMsg=Wprowadź nowe słowo kluczowe dla wyszukiwarki „%S”: +duplicateTitle=Słowo kluczowe już istnieje +duplicateEngineMsg=Wybrano słowo kluczowe używane obecnie przez wyszukiwarkę „%S”. Należy wybrać inne. +duplicateBookmarkMsg=Wybrano słowo kluczowe używane obecnie przez zakładkę. Należy wybrać inne. diff --git a/l10n-pl/suite/chrome/common/search/search-panel.dtd b/l10n-pl/suite/chrome/common/search/search-panel.dtd new file mode 100755 index 0000000000..2e8f1ea22c --- /dev/null +++ b/l10n-pl/suite/chrome/common/search/search-panel.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!ENTITY search.button.label "Szukaj"> +<!ENTITY search.placeholder "Wprowadź poszukiwane wyrażenie"> + +<!ENTITY search.engineManager.label "Zarządzaj wyszukiwarkami…"> diff --git a/l10n-pl/suite/chrome/common/search/search.properties b/l10n-pl/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..5866952164 --- /dev/null +++ b/l10n-pl/suite/chrome/common/search/search.properties @@ -0,0 +1,6 @@ +# 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/. + +searchtip=Szukaj w %S +cmd_addFoundEngine=Dodaj „%S” diff --git a/l10n-pl/suite/chrome/common/search/searchbar.dtd b/l10n-pl/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..2da9f13716 --- /dev/null +++ b/l10n-pl/suite/chrome/common/search/searchbar.dtd @@ -0,0 +1,6 @@ +<!-- 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/. --> + +<!ENTITY cmd_engineManager.label "Zarządzaj wyszukiwarkami…"> +<!ENTITY searchEndCap.label "Szukaj"> |