diff options
Diffstat (limited to 'l10n-sk/suite/chrome/common/search')
5 files changed, 59 insertions, 0 deletions
diff --git a/l10n-sk/suite/chrome/common/search/engineManager.dtd b/l10n-sk/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..9d4dfe24cb --- /dev/null +++ b/l10n-sk/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áva zoznamu vyhľadávacích modulov"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Nainštalované vyhľadávacie moduly:"> + +<!ENTITY columnLabel.name "Názov"> +<!ENTITY columnLabel.keyword "Kľúčové slovo"> + +<!-- Buttons --> +<!ENTITY up.label "Posunúť nahor"> +<!ENTITY up.accesskey "h"> +<!ENTITY dn.label "Posunúť nadol"> +<!ENTITY dn.accesskey "d"> +<!ENTITY remove.label "Odstrániť"> +<!ENTITY remove.accesskey "O"> +<!ENTITY edit.label "Upraviť kľúčové slovo…"> +<!ENTITY edit.accesskey "U"> + +<!ENTITY addEngine.label "Získať viac vyhľadávacích modulov…"> +<!ENTITY addEngine.accesskey "Z"> + +<!ENTITY enableSuggest.label "Zobrazovať návrhy vyhľadávania"> +<!ENTITY enableSuggest.accesskey "n"> + +<!ENTITY restoreDefaults.label "Obnoviť predvolené"> +<!ENTITY restoreDefaults.accesskey "b"> diff --git a/l10n-sk/suite/chrome/common/search/engineManager.properties b/l10n-sk/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..e48fcbef9a --- /dev/null +++ b/l10n-sk/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=Upraviť kľúčové slovo +editMsg=Zadajte nové kľúčové slovo pre "%S": +duplicateTitle=Duplicitné kľúčové slovo +duplicateEngineMsg=Zadali ste kľúčové slovo, ktoré je v súčasnosti používané modulom "%S". Vyberte nejaké iné. +duplicateBookmarkMsg=Zadali ste kľúčové slovo, ktoré je v súčasnosti používané jednou zo záložiek. Vyberte nejaké iné. diff --git a/l10n-sk/suite/chrome/common/search/search-panel.dtd b/l10n-sk/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..0d1bd14e6c --- /dev/null +++ b/l10n-sk/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 "Hľadať"> +<!ENTITY search.placeholder "Zadajte hľadaný text"> + +<!ENTITY search.engineManager.label "Správa vyhľadávacích modulov…"> diff --git a/l10n-sk/suite/chrome/common/search/search.properties b/l10n-sk/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..0a93d0c9c0 --- /dev/null +++ b/l10n-sk/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=Hľadať pomocou modulu %S +cmd_addFoundEngine=Pridať "%S" diff --git a/l10n-sk/suite/chrome/common/search/searchbar.dtd b/l10n-sk/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..2d77f14e42 --- /dev/null +++ b/l10n-sk/suite/chrome/common/search/searchbar.dtd @@ -0,0 +1,7 @@ +<!-- 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áva vyhľadávacích modulov…"> +<!ENTITY searchEndCap.label "Hľadať"> + |