webxr_strings.grdp 1.2 KB

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- WebXR specific strings (included from components_strings.grd). -->
  3. <grit-part>
  4. <if expr="enable_arcore">
  5. <!-- ARCore check message -->
  6. <message name="IDS_AR_CORE_CHECK_MESSAGE_INSTALL_TITLE" desc="Title for the ARCore check message. When a WebXR page is loaded, if Google Play Services for AR is needed to display AR content and it is not installed, a message will be shown to the user prompting them to install that package.">
  7. Install Google Play Services for AR?
  8. </message>
  9. <message name="IDS_AR_CORE_CHECK_MESSAGE_UPDATE_TITLE" desc="Title for the ARCore check message. When a WebXR page is loaded, if Google Play Services for AR is needed to display AR content and the installed ARCore is not up to date to the version needed by the implementation, a message will be shown to the user prompting them to update that package.">
  10. Update Google Play Services for AR?
  11. </message>
  12. <message name="IDS_AR_CORE_CHECK_MESSAGE_DESCRIPTION" desc="Description for the ARCore check message that will be prompted when a WebXR page requires Google Play Services for AR to display AR content.">
  13. View augmented reality content
  14. </message>
  15. </if>
  16. </grit-part>