Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="utf-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/. -->
<resources>
<!-- Description for the button to accept the search suggestion and continue editing the search. -->
<string name="mozac_browser_awesomebar_edit_suggestion">Accept and edit suggestion</string>
<!-- Description for the button to remove the search suggestion from the displayed results. -->
<string name="mozac_browser_awesomebar_remove_suggestion">Remove suggestion</string>
<!--
The description for the stock suggestion card when the stock is decreasing.
%s is a placeholder that will be replaced by the change percent value
-->
<string name="mozac_browser_awesomebar_stock_suggestion_decrease">Dropped %s percent</string>
<!--
The description for the stock suggestion card when the stock is increasing.
%s is a placeholder that will be replaced by the change percent value
-->
<string name="mozac_browser_awesomebar_stock_suggestion_increase">Gained %s percent</string>
<!-- Description for the stock suggestion card when the stock is the same. -->
<string name="mozac_browser_awesomebar_stock_suggestion_no_change">No change</string>
</resources>