summaryrefslogtreecommitdiff
path: root/chromium/components/webxr_strings.grdp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-03-12 09:13:00 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-03-16 09:58:26 +0000
commit03561cae90f1d99b5c54b1ef3be69f10e882b25e (patch)
treecc5f0958e823c044e7ae51cc0117fe51432abe5e /chromium/components/webxr_strings.grdp
parentfa98118a45f7e169f8846086dc2c22c49a8ba310 (diff)
downloadqtwebengine-chromium-03561cae90f1d99b5c54b1ef3be69f10e882b25e.tar.gz
BASELINE: Update Chromium to 88.0.4324.208
Change-Id: I3ae87d23e4eff4b4a469685658740a213600c667 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/webxr_strings.grdp')
-rw-r--r--chromium/components/webxr_strings.grdp13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/components/webxr_strings.grdp b/chromium/components/webxr_strings.grdp
new file mode 100644
index 00000000000..5b4e1404f48
--- /dev/null
+++ b/chromium/components/webxr_strings.grdp
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- WebXR specific strings (included from components_strings.grd). -->
+<grit-part>
+ <if expr="enable_arcore">
+ <!-- ARCore check infobar -->
+ <message name="IDS_AR_CORE_CHECK_INFOBAR_INSTALL_TEXT" desc="Text to be displayed in the ARCore check infobar. When a WebXR page is loaded, if ARCore is needed to display AR content and it is not installed, an infobar will be shown to the user prompting them to install ARCore.">
+ To view augmented reality content, install ARCore
+ </message>
+ <message name="IDS_AR_CORE_CHECK_INFOBAR_UPDATE_TEXT" desc="Text to be displayed in the ARCore check infobar. When a WebXR page is loaded, if ARCore is needed to display AR content and the installed ARCore is not up to date to the version needed by the implementation, an infobar will be shown to the user prompting them to update ARCore.">
+ To view augmented reality content, update ARCore
+ </message>
+ </if>
+</grit-part>