From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- browser/locales/en-US/browser/search.ftl | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 browser/locales/en-US/browser/search.ftl (limited to 'browser/locales/en-US/browser/search.ftl') diff --git a/browser/locales/en-US/browser/search.ftl b/browser/locales/en-US/browser/search.ftl new file mode 100644 index 0000000000..327afa3443 --- /dev/null +++ b/browser/locales/en-US/browser/search.ftl @@ -0,0 +1,38 @@ +# 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/. + +## These strings are used for errors when installing OpenSearch engines, e.g. +## via "Add Search Engine" on the address bar or search bar. +## Variables +## $location-url (String) - the URL of the OpenSearch engine that was attempted to be installed. + +opensearch-error-duplicate-title = Install Error +opensearch-error-duplicate-desc = { -brand-short-name } could not install the search plugin from “{ $location-url }” because an engine with the same name already exists. + +opensearch-error-format-title = Invalid Format +opensearch-error-format-desc = { -brand-short-name } could not install the search engine from: { $location-url } + +opensearch-error-download-title = Download Error +opensearch-error-download-desc = + { -brand-short-name } could not download the search plugin from: { $location-url } + +## + +searchbar-submit = + .tooltiptext = Submit search + +# This string is displayed in the search box when the input field is empty +searchbar-input = + .placeholder = Search + +searchbar-icon = + .tooltiptext = Search + +## Infobar shown when search engine is removed and replaced. +## Variables +## $oldEngine (String) - the search engine to be removed. +## $newEngine (String) - the search engine to replace the removed search engine. + +removed-search-engine-message = Your default search engine has been changed. { $oldEngine } is no longer available as a default search engine in { -brand-short-name }. { $newEngine } is now your default search engine. To change to another default search engine, go to settings. +remove-search-engine-button = OK -- cgit v1.2.3