| Index: components/find_in_page_strings.grdp
|
| diff --git a/components/find_in_page_strings.grdp b/components/find_in_page_strings.grdp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a1fd5422564d6b7ea71c3871972ebf3df5ddc8b0
|
| --- /dev/null
|
| +++ b/components/find_in_page_strings.grdp
|
| @@ -0,0 +1,17 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<grit-part>
|
| +
|
| + <message name="IDS_FIND_IN_PAGE_COUNT" desc="How many matches found and what item we are showing">
|
| + <ph name="ACTIVE_MATCH">$1<ex>1</ex></ph> of <ph name="TOTAL_MATCHCOUNT">$2<ex>5</ex></ph>
|
| + </message>
|
| + <message name="IDS_FIND_IN_PAGE_PREVIOUS_TOOLTIP" desc="The tooltip for the previous button">
|
| + Previous
|
| + </message>
|
| + <message name="IDS_FIND_IN_PAGE_NEXT_TOOLTIP" desc="The tooltip for the next button">
|
| + Next
|
| + </message>
|
| + <message name="IDS_FIND_IN_PAGE_CLOSE_TOOLTIP" desc="The tooltip for the close button">
|
| + Close find bar
|
| + </message>
|
| +
|
| +</grit-part>
|
|
|