diff options
Diffstat (limited to 'application/basilisk/locales/en-US/chrome/browser/search.properties')
-rw-r--r-- | application/basilisk/locales/en-US/chrome/browser/search.properties | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/application/basilisk/locales/en-US/chrome/browser/search.properties b/application/basilisk/locales/en-US/chrome/browser/search.properties new file mode 100644 index 000000000..83e8b690c --- /dev/null +++ b/application/basilisk/locales/en-US/chrome/browser/search.properties @@ -0,0 +1,50 @@ +# 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=Search using %S + +# LOCALIZATION NOTE (searchPlaceholder): this is shown in the searchbox when +# the user hasn't typed anything yet. +searchPlaceholder=Search + +# LOCALIZATION NOTE (searchHeader): this is displayed at the top of the panel +# showing search suggestions. +# %S is replaced with the name of the current default search engine. +searchHeader=%S Search + +# LOCALIZATION NOTE (cmd_pasteAndSearch): "Search" is a verb, this is the +# search bar equivalent to the url bar's "Paste & Go" +cmd_pasteAndSearch=Paste & Search + +cmd_clearHistory=Clear Search History +cmd_clearHistory_accesskey=H + +cmd_showSuggestions=Show Suggestions +cmd_showSuggestions_accesskey=S + +# LOCALIZATION NOTE (cmd_addFoundEngine): %S is replaced by the name of +# a search engine offered by a web page. Each engine is displayed as a +# menuitem at the bottom of the search panel. +cmd_addFoundEngine=Add ā%Sā +# LOCALIZATION NOTE (cmd_addFoundEngineMenu): When more than 5 engines +# are offered by a web page, instead of listing all of them in the +# search panel using the cmd_addFoundEngine string, they will be +# grouped in a submenu using cmd_addFoundEngineMenu as a label. +cmd_addFoundEngineMenu=Add search engine + +# LOCALIZATION NOTE (searchForSomethingWith): +# This string is used to build the header above the list of one-click +# search providers: "Search for <user-typed string> with:" +# NB: please leave the <span> and its class exactly as it is in English. +searchForSomethingWith=Search for <span class='contentSearchSearchWithHeaderSearchText'></span> with: + +# LOCALIZATION NOTE (searchWithHeader): +# The wording of this string should be as close as possible to +# searchForSomethingWith. This string will be used when the user +# has not typed anything. +searchWithHeader=Search with: + +# LOCALIZATION NOTE (searchSettings): +# This is the label for the button that opens Search preferences. +searchSettings=Change Search Settings |