diff options
Diffstat (limited to '')
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"> |