diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /mobile/android/base/locales/en-US/search_strings.dtd | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'mobile/android/base/locales/en-US/search_strings.dtd')
-rw-r--r-- | mobile/android/base/locales/en-US/search_strings.dtd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mobile/android/base/locales/en-US/search_strings.dtd b/mobile/android/base/locales/en-US/search_strings.dtd new file mode 100644 index 000000000..fe8180cff --- /dev/null +++ b/mobile/android/base/locales/en-US/search_strings.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 search_app_name '&brandShortName; Search'> + +<!-- Localization note (search_bar_hint): The &formatS; will be replaced with the name of + the currently selected search engine. --> +<!ENTITY search_bar_hint 'Search with &formatS;'> + +<!ENTITY search_empty_title2 'Start searching'> +<!ENTITY search_empty_message 'Quickly search for anything you want'> + +<!-- Localization note (search_plus_content_description): This is the content description + for the "+" icon that appears at the end of search suggestions. --> +<!ENTITY search_plus_content_description 'Add to search bar'> + +<!ENTITY search_pref_title 'Settings'> +<!ENTITY search_pref_button_content_description 'Settings'> + +<!ENTITY pref_clearHistory_confirmation 'History cleared'> +<!ENTITY pref_clearHistory_dialogMessage 'Delete all search history from this device?'> +<!ENTITY pref_clearHistory_title 'Clear search history'> + +<!ENTITY search_widget_button_label 'Search'> + +<!ENTITY network_error_title 'No internet connection'> +<!ENTITY network_error_message 'Tap here to check your network settings'> |