diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/chrome/app/shared_settings_strings.grdp | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/chrome/app/shared_settings_strings.grdp')
-rw-r--r-- | chromium/chrome/app/shared_settings_strings.grdp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/chrome/app/shared_settings_strings.grdp b/chromium/chrome/app/shared_settings_strings.grdp index 869ec3ab21e..08e933f20ad 100644 --- a/chromium/chrome/app/shared_settings_strings.grdp +++ b/chromium/chrome/app/shared_settings_strings.grdp @@ -1,6 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Settings-specific strings shared by Browser and Chrome OS settings --> <grit-part> + <!-- All subpages --> + <message name="IDS_SETTINGS_SUBPAGE_BACK_BUTTON_ARIA_LABEL" desc="Text read by screen readers when focusing on the back button. If the back button is activated, it will navigate to the previous page. This text will only be announced by ChromeVox and will not be visible in the UI."> + <ph name="SUBPAGE_TITLE">$1<ex>Bluetooth</ex></ph> subpage back button + </message> + <message name="IDS_SETTINGS_SUBPAGE_BACK_BUTTON_ARIA_ROLE_DESCRIPTION" desc="Description read by screen readers when focusing on the back button. Indicates to the user that activating the back button will cause the settings page to navigate away from the currently displaying subpage to the previous visited page. This text will only be announced by ChromeVox and will not be visible in the UI."> + Click to navigate away from <ph name="SUBPAGE_TITLE">$1<ex>Bluetooth</ex> subpage</ph>. + </message> + <!-- Caption Subpage (strings used by the <settings-captions> element) --> <message name="IDS_SETTINGS_CAPTIONS" desc="Name of the settings page which displays caption preferences."> Captions @@ -84,6 +92,11 @@ Default </message> + <!-- Nearby Share --> + <message name="IDS_SETTINGS_NEARBY_SHARE_TITLE" desc="Name of the settings page for the Nearby Share feature"> + Nearby Share + </message> + <!-- Personalization Options SubPage (strings used by the <settings-personalization-options> element) --> <message name="IDS_SETTINGS_ENABLE_URL_KEYED_ANONYMIZED_DATA_COLLECTION" desc="The label of the checkbox to enable/disable url keyed anonymized data collection."> Make searches and browsing better |