fullscreen_control_strings.grdp 3.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <grit-part>
  3. <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message displayed on entering full screen mode. Clicking on the link exits full screen mode.">
  4. Exit full screen
  5. </message>
  6. <message name="IDS_FULLSCREEN_HOLD_TO_EXIT_FULLSCREEN" desc="Text displayed in the bubble to tell users how to return from fullscreen mode (where the web page occupies the entire screen) to normal mode. Please surround the name of the key (e.g. 'Esc') in pipe characters so it can be rendered as a key.">
  7. Press and hold |<ph name="ACCELERATOR">$1<ex>Esc</ex></ph>| to exit full screen
  8. </message>
  9. <message name="IDS_FULLSCREEN_PRESS_TO_EXIT_FULLSCREEN" desc="Text displayed in the bubble to tell users how to return from fullscreen mode (where the web page occupies the entire screen) to normal mode. Please surround the name of the key (e.g. 'Esc') in pipe characters so it can be rendered as a key.">
  10. Press |<ph name="ACCELERATOR">$1<ex>Esc</ex></ph>| to exit full screen
  11. </message>
  12. <message name="IDS_FULLSCREEN_PRESS_TO_EXIT_FULLSCREEN_TWO_KEYS" desc="Text displayed in the bubble to tell users how to leave fullscreen mode, in the case where two keys must be pressed together. Please surround the names of the keys (e.g. 'Overview') in pipe characters so it can be rendered as a key.">
  13. Press |<ph name="ACCELERATOR1">$1<ex>Search</ex></ph>| + |<ph name="ACCELERATOR2">$2<ex>Overview</ex></ph>| to exit full screen
  14. </message>
  15. <message name="IDS_PRESS_TO_EXIT_MOUSELOCK" desc="Text displayed in the bubble to tell users how to escape from mouselock mode (where the mouse cursor is hidden) by activating ChromeOS's Overview mode. Please surround the name of the key (e.g. 'Overview') in pipe characters so it can be rendered as a key.">
  16. Press |<ph name="ACCELERATOR">$1<ex>Overview</ex></ph>| to show your cursor
  17. </message>
  18. <message name="IDS_PRESS_TO_EXIT_MOUSELOCK_TWO_KEYS" desc="Text displayed in the bubble to tell users how to escape from mouselock mode (where the mouse cursor is hidden) by activating ChromeOS's Overview mode, in the case where two keys must be pressed together. Please surround the names of the keys (e.g. 'Overview') in pipe characters so it can be rendered as a key.">
  19. Press |<ph name="ACCELERATOR1">$1<ex>Search</ex></ph>| + |<ph name="ACCELERATOR2">$2<ex>Overview</ex></ph>| to show your cursor
  20. </message>
  21. <message name="IDS_FULLSCREEN_PRESS_TO_SEE_DOWNLOADS" desc="Text displayed in the bubble to tell users that they need to go to normal mode to see Downloads. Please surround the name of the key (e.g. 'Esc') in pipe characters so it can be rendered as a key.">
  22. Download started. To see it, press |<ph name="ACCELERATOR">$1<ex>Esc</ex></ph>|.
  23. </message>
  24. <message name="IDS_FULLSCREEN_PRESS_TO_SEE_DOWNLOADS_AND_EXIT"
  25. desc="Text displayed in the bubble to tell users that they need to go to normal mode to see Downloads, when an existing bubble text is overwritten. Please surround the name of the key (e.g. 'Esc') in pipe characters so it can be rendered as a key.">
  26. Press |<ph name="ACCELERATOR">$1<ex>Esc</ex></ph>| to exit full screen and see download.
  27. </message>
  28. </grit-part>