diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-cs/suite/chrome/common/search/engineManager.dtd | 29 |
1 files changed, 29 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"> |