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-be/suite/chrome/common/search | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.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-be/suite/chrome/common/search')
5 files changed, 57 insertions, 0 deletions
diff --git a/l10n-be/suite/chrome/common/search/engineManager.dtd b/l10n-be/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..90a4cb7c49 --- /dev/null +++ b/l10n-be/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,28 @@ +<!-- 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 "Кіраванне спісам машынаў пошуку"> +<!ENTITY engineManager.style "min-width: 40em;"> +<!ENTITY engineManager.intro "Наступныя машыны пошуку ўсталяваны ў вас:"> + +<!ENTITY columnLabel.name "Назва"> +<!ENTITY columnLabel.keyword "Ключавое слова"> + +<!ENTITY up.label "Рухаць угору"> +<!ENTITY up.accesskey "г"> +<!ENTITY dn.label "Рухаць уніз"> +<!ENTITY dn.accesskey "н"> +<!ENTITY remove.label "Прыняць"> +<!ENTITY remove.accesskey "П"> +<!ENTITY edit.label "Правіць ключавое слова…"> +<!ENTITY edit.accesskey "р"> + +<!ENTITY addEngine.label "Атрымаць іншыя машыны пошуку…"> +<!ENTITY addEngine.accesskey "А"> + +<!ENTITY enableSuggest.label "Паказваць прапановы пошуку"> +<!ENTITY enableSuggest.accesskey "ш"> + +<!ENTITY restoreDefaults.label "Аднавіць змоўчныя"> +<!ENTITY restoreDefaults.accesskey "з"> diff --git a/l10n-be/suite/chrome/common/search/engineManager.properties b/l10n-be/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..4f7b32c5f8 --- /dev/null +++ b/l10n-be/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 = Праўка ключавога слова +editMsg = Увядзіце новае ключавое слова для "%S": +duplicateTitle = Падвоенае ключавое слова +duplicateEngineMsg = Вы выбралі ключавое слова, якое зараз ужываецца для "%S". Выберыце, калі ласка, іншае. +duplicateBookmarkMsg = Вы выбралі ключавое слова, якое зараз ужываецца закладкай. Выберыце, калі ласка, іншае. diff --git a/l10n-be/suite/chrome/common/search/search-panel.dtd b/l10n-be/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..c72630efde --- /dev/null +++ b/l10n-be/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 "Пошук"> +<!ENTITY search.placeholder "Увядзіце тэкст для пошуку"> + +<!ENTITY search.engineManager.label "Наладзіць машыны пошуку…"> diff --git a/l10n-be/suite/chrome/common/search/search.properties b/l10n-be/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..896a3bcd8b --- /dev/null +++ b/l10n-be/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 = Пошук з дапамогаю %S +cmd_addFoundEngine = Дадаць "%S" diff --git a/l10n-be/suite/chrome/common/search/searchbar.dtd b/l10n-be/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..6fda053517 --- /dev/null +++ b/l10n-be/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 "Наладзіць машыны пошуку…"> +<!ENTITY searchEndCap.label "Пошук"> |