diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-lt/suite/chrome/common/search | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-lt/suite/chrome/common/search')
5 files changed, 58 insertions, 0 deletions
diff --git a/l10n-lt/suite/chrome/common/search/engineManager.dtd b/l10n-lt/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..a954ee0d94 --- /dev/null +++ b/l10n-lt/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 "Ieškyklių sąrašo tvarkymas"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Įtrauktos šios ieškyklės:"> + +<!ENTITY columnLabel.name "Pavadinimas"> +<!ENTITY columnLabel.keyword "Reikšminis žodis"> +<!-- Buttons --> + +<!ENTITY up.label "Pakelti"> +<!ENTITY up.accesskey "P"> +<!ENTITY dn.label "Nuleisti"> +<!ENTITY dn.accesskey "N"> +<!ENTITY remove.label "Pašalinti"> +<!ENTITY remove.accesskey "š"> +<!ENTITY edit.label "Keisti reikšminį žodį…"> +<!ENTITY edit.accesskey "K"> + +<!ENTITY addEngine.label "Daugiau ieškyklių…"> +<!ENTITY addEngine.accesskey "D"> + +<!ENTITY enableSuggest.label "Rodyti paieškos žodžių siūlymus"> +<!ENTITY enableSuggest.accesskey "R"> + +<!ENTITY restoreDefaults.label "Atstatyti numatytąsias parinktis"> +<!ENTITY restoreDefaults.accesskey "A"> diff --git a/l10n-lt/suite/chrome/common/search/engineManager.properties b/l10n-lt/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..c71603b84d --- /dev/null +++ b/l10n-lt/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=Reikšminio žodžio keitimas +editMsg=Įveskite naują „%S“ reikšminį žodį: +duplicateTitle=Pasikartojantis reikšminis žodis +duplicateEngineMsg=Įvedėte reikšminį žodį, kurį jau naudojate „%S“. Prašom įvesti kitą. +duplicateBookmarkMsg=Įvedėte reikšminį žodį, kurį jau naudojate adresyno įrašui. Prašom įvesti kitą. diff --git a/l10n-lt/suite/chrome/common/search/search-panel.dtd b/l10n-lt/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..9c9f321083 --- /dev/null +++ b/l10n-lt/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 "Ieškoti"> +<!ENTITY search.placeholder "Įveskite ieškotiną tekstą"> + +<!ENTITY search.engineManager.label "Tvarkyti ieškykles…"> diff --git a/l10n-lt/suite/chrome/common/search/search.properties b/l10n-lt/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..c6ddfffe7c --- /dev/null +++ b/l10n-lt/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=Ieškoti naudojant „%S“ +cmd_addFoundEngine=Įtraukti „%S“ diff --git a/l10n-lt/suite/chrome/common/search/searchbar.dtd b/l10n-lt/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..d2470b14e3 --- /dev/null +++ b/l10n-lt/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 "Tvarkyti ieškykles…"> +<!ENTITY searchEndCap.label "Ieškoti"> |