diff options
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 |