diff options
Diffstat (limited to 'l10n-hu/suite/chrome/common/search')
5 files changed, 58 insertions, 0 deletions
diff --git a/l10n-hu/suite/chrome/common/search/engineManager.dtd b/l10n-hu/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..b11ec835da --- /dev/null +++ b/l10n-hu/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 "Keresőszolgáltatások kezelése"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "A következő keresőszolgáltatások vannak telepítve:"> + +<!ENTITY columnLabel.name "Név"> +<!ENTITY columnLabel.keyword "Kulcsszó"> +<!-- Buttons --> + +<!ENTITY up.label "Fel"> +<!ENTITY up.accesskey "F"> +<!ENTITY dn.label "Le"> +<!ENTITY dn.accesskey "L"> +<!ENTITY remove.label "Eltávolítás"> +<!ENTITY remove.accesskey "E"> +<!ENTITY edit.label "Kulcsszó szerkesztése…"> +<!ENTITY edit.accesskey "K"> + +<!ENTITY addEngine.label "További keresők letöltése…"> +<!ENTITY addEngine.accesskey "T"> + +<!ENTITY enableSuggest.label "Keresési javaslatok megjelenítése"> +<!ENTITY enableSuggest.accesskey "K"> + +<!ENTITY restoreDefaults.label "Alapértelmezett értékek visszaállítása"> +<!ENTITY restoreDefaults.accesskey "A"> diff --git a/l10n-hu/suite/chrome/common/search/engineManager.properties b/l10n-hu/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..a3c24e4a77 --- /dev/null +++ b/l10n-hu/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=Kulcsszó szerkesztése +editMsg=Írjon be új „%S” kulcsszót: +duplicateTitle=Duplikált kulcsszó +duplicateEngineMsg=Olyan kulcsszót választott, amelyet jelenleg „%S” használ. Válasszon másikat. +duplicateBookmarkMsg=Olyan kulcsszót választott, amelyet jelenleg egy könyvjelző használ. Válasszon másikat. diff --git a/l10n-hu/suite/chrome/common/search/search-panel.dtd b/l10n-hu/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..3d79be2b0f --- /dev/null +++ b/l10n-hu/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 "Keresés"> +<!ENTITY search.placeholder "Kereséshez írjon ide"> + +<!ENTITY search.engineManager.label "Keresőszolgáltatások kezelése"> diff --git a/l10n-hu/suite/chrome/common/search/search.properties b/l10n-hu/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..f663af2566 --- /dev/null +++ b/l10n-hu/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=Keresés ezzel: %S +cmd_addFoundEngine=„%S” hozzáadása diff --git a/l10n-hu/suite/chrome/common/search/searchbar.dtd b/l10n-hu/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..67c11b917d --- /dev/null +++ b/l10n-hu/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 "Keresőszolgáltatások kezelése"> +<!ENTITY searchEndCap.label "Keresés"> |