diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-zh-TW/browser/browser/search.ftl | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-zh-TW/browser/browser/search.ftl b/l10n-zh-TW/browser/browser/search.ftl new file mode 100644 index 0000000000..c342a8916a --- /dev/null +++ b/l10n-zh-TW/browser/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 = 安裝錯誤 +opensearch-error-duplicate-desc = { -brand-short-name } 無法從「{ $location-url }」安裝搜尋引擎,因為已存在同名的搜尋引擎。 + +opensearch-error-format-title = 格式無效 +opensearch-error-format-desc = { -brand-short-name } 無法安裝來自下列位置的搜尋引擎: { $location-url } + +opensearch-error-download-title = 下載錯誤 +opensearch-error-download-desc = { -brand-short-name } 無法從下列網址下載搜尋引擎: { $location-url } + +## + +searchbar-submit = + .tooltiptext = 送出搜尋 + +# This string is displayed in the search box when the input field is empty +searchbar-input = + .placeholder = 搜尋 + +searchbar-icon = + .tooltiptext = 搜尋 + +## 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 = <strong>您的預設搜尋引擎有變動。</strong>{ -brand-short-name } 已不再將 { $oldEngine } 作為預設搜尋引擎,現在起將以 { $newEngine } 做為新的預設搜尋引擎。若要改用其他的預設搜尋引擎,請到「設定」調整。<label data-l10n-name="remove-search-engine-article">了解更多</label> +remove-search-engine-button = 確定 |