find_in_page_strings.grdp 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <grit-part>
  3. <message name="IDS_FIND_IN_PAGE_ACCESSIBLE_TITLE"
  4. desc="Accessible title of find bar/dialog, to be read aloud.">
  5. Find in page
  6. <ph name="PAGE_TITLE">$1<ex>Google Search</ex></ph>
  7. </message>
  8. <message name="IDS_FIND_IN_PAGE_COUNT" desc="How many matches found and what item we are showing">
  9. <ph name="ACTIVE_MATCH">$1</ph>/<ph name="TOTAL_MATCHCOUNT">$2</ph>
  10. </message>
  11. <message name="IDS_ACCESSIBLE_FIND_IN_PAGE_COUNT" desc="Accessible text to be spoken when the user is doing a find in page so they know how many results are on the page and which one is active.">
  12. Result <ph name="RESULT_NUMBER">
  13. $1<ex>3</ex>
  14. </ph> of <ph name="TOTAL_RESULTS">
  15. $2<ex>10</ex>
  16. </ph>
  17. </message>
  18. <message name="IDS_ACCESSIBLE_FIND_IN_PAGE_NO_RESULTS" desc="Accessible text to be spoken when the user does a find in page query and no results are found.">
  19. No results
  20. </message>
  21. <message name="IDS_FIND_IN_PAGE_PREVIOUS_TOOLTIP" desc="The tooltip for the previous button">
  22. Previous
  23. </message>
  24. <message name="IDS_FIND_IN_PAGE_NEXT_TOOLTIP" desc="The tooltip for the next button">
  25. Next
  26. </message>
  27. <message name="IDS_FIND_IN_PAGE_CLOSE_TOOLTIP" desc="The tooltip for the close button">
  28. Close find bar
  29. </message>
  30. </grit-part>