diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-cs/suite/chrome/common/search | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-cs/suite/chrome/common/search')
5 files changed, 59 insertions, 0 deletions
diff --git a/l10n-cs/suite/chrome/common/search/engineManager.dtd b/l10n-cs/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..910f0a7a4a --- /dev/null +++ b/l10n-cs/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 "Správce vyhledávacích modulů"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Jsou nainstalovány tyto vyhledávací moduly:"> + +<!ENTITY columnLabel.name "Jméno"> +<!ENTITY columnLabel.keyword "Klíčové slovo"> + +<!-- Buttons --> +<!ENTITY up.label "Posunout výše"> +<!ENTITY up.accesskey "v"> +<!ENTITY dn.label "Posunout níže"> +<!ENTITY dn.accesskey "n"> +<!ENTITY remove.label "Odebrat"> +<!ENTITY remove.accesskey "b"> +<!ENTITY edit.label "Upravit klíčové slovo…"> +<!ENTITY edit.accesskey "U"> + +<!ENTITY addEngine.label "Získat další vyhledávací moduly…"> +<!ENTITY addEngine.accesskey "s"> + +<!ENTITY enableSuggest.label "Povolit našeptávání"> +<!ENTITY enableSuggest.accesskey "n"> + +<!ENTITY restoreDefaults.label "Obnovit výchozí"> +<!ENTITY restoreDefaults.accesskey "O"> diff --git a/l10n-cs/suite/chrome/common/search/engineManager.properties b/l10n-cs/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..dc53b73bfd --- /dev/null +++ b/l10n-cs/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=Úprava klíčového slova +editMsg=Vložte nové klíčové slovo pro „%S“: +duplicateTitle=Použité klíčové slovo +duplicateEngineMsg=Zvolili jste klíčové slovo, které už je použito pro „%S“. Zvolte prosím jiné. +duplicateBookmarkMsg=Zvolili jste klíčové slovo, které už je použito pro záložku. Zvolte prosím jiné. diff --git a/l10n-cs/suite/chrome/common/search/search-panel.dtd b/l10n-cs/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..ab4a64cbad --- /dev/null +++ b/l10n-cs/suite/chrome/common/search/search-panel.dtd @@ -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/. --> + +<!ENTITY search.button.label "Hledat"> +<!ENTITY search.placeholder "Vložte hledaný text"> + +<!-- Will be used by bug 595246 --> +<!ENTITY search.engineManager.label "Správce vyhledávacích modulů…"> diff --git a/l10n-cs/suite/chrome/common/search/search.properties b/l10n-cs/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..3ad2849e1c --- /dev/null +++ b/l10n-cs/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=Vyhledat pomocí %S +cmd_addFoundEngine=Přidat „%S“ diff --git a/l10n-cs/suite/chrome/common/search/searchbar.dtd b/l10n-cs/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..b2d2105ffb --- /dev/null +++ b/l10n-cs/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 "Správce vyhledávacích modulů…"> +<!ENTITY searchEndCap.label "Hledat"> |