Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: components/find_in_page_strings.grdp

Issue 1680113002: Componentize FIND_IN_PAGE_* strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698