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-bs/suite/chrome/common/search | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.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-bs/suite/chrome/common/search')
5 files changed, 51 insertions, 0 deletions
diff --git a/l10n-bs/suite/chrome/common/search/engineManager.dtd b/l10n-bs/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..0f3f22529b --- /dev/null +++ b/l10n-bs/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,22 @@ +<!-- 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 "Upravljanje listom pretraživača"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Imate instalirane sljedeće pretraživače:"> + +<!ENTITY columnLabel.name "Naziv"> +<!ENTITY columnLabel.keyword "Ključna riječ"> + +<!-- Buttons --> +<!ENTITY up.label "Pomjeri gore"> +<!ENTITY dn.label "Pomjeri dole"> +<!ENTITY remove.label "Ukloni"> +<!ENTITY edit.label "Uredi ključnu riječ…"> + +<!ENTITY addEngine.label "Dodaj još pretraživača…"> + +<!ENTITY enableSuggest.label "Prikaži prijedloge pretraživanja"> + +<!ENTITY restoreDefaults.label "Vrati na izvorne vrijednosti"> diff --git a/l10n-bs/suite/chrome/common/search/engineManager.properties b/l10n-bs/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..dccb6aedeb --- /dev/null +++ b/l10n-bs/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=Uredi ključnu riječ +editMsg=Unesite novu ključnu riječ za "%S": +duplicateTitle=Duplirana ključna riječ +duplicateEngineMsg=Izabrali ste ključnu riječ koju trenutno koristi "%S". Molimo izaberite drugu. +duplicateBookmarkMsg=Izabrali ste ključnu riječ koju trenutno koristi zabilješka. Molimo izaberite drugu. diff --git a/l10n-bs/suite/chrome/common/search/search-panel.dtd b/l10n-bs/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..5350dbded4 --- /dev/null +++ b/l10n-bs/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 "Traži"> +<!ENTITY search.placeholder "Unesite tekst za pretragu"> + +<!ENTITY search.engineManager.label "Upravljajte pretraživačima…"> diff --git a/l10n-bs/suite/chrome/common/search/search.properties b/l10n-bs/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..9d24f7680f --- /dev/null +++ b/l10n-bs/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=Tražite pomoću %S +cmd_addFoundEngine=Dodajte "%S" diff --git a/l10n-bs/suite/chrome/common/search/searchbar.dtd b/l10n-bs/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..edb9a196e1 --- /dev/null +++ b/l10n-bs/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 "Upravljajte pretraživačima…"> +<!ENTITY searchEndCap.label "Traži"> |