diff options
author | dmazzoni <dmazzoni@chromium.org> | 2014-09-30 16:35:26 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-30 23:35:40 +0000 |
commit | f7803cb1efe53a363854da07b058da664601eba2 (patch) | |
tree | b91e3fbfb20e459e05d9a469846d8fbc3ad4e343 /chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd | |
parent | 9c99a1d7cd522e23f1232e53a181c9b21bda2216 (diff) | |
download | chromium_src-f7803cb1efe53a363854da07b058da664601eba2.zip chromium_src-f7803cb1efe53a363854da07b058da664601eba2.tar.gz chromium_src-f7803cb1efe53a363854da07b058da664601eba2.tar.bz2 |
Use an enum for ChromeVox queue mode.
There were lots and lots of lazy uses of this API function!
BUG=none
Review URL: https://codereview.chromium.org/604423002
Cr-Commit-Position: refs/heads/master@{#297543}
Diffstat (limited to 'chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd')
-rw-r--r-- | chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd index 5ab7528..67c15d2 100644 --- a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd +++ b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd @@ -2464,6 +2464,15 @@ <message desc="Spoken and brailled when the braille captions feature is disabled. This feature shows the braille output in a small overlay on the screen for development and demonstration purposes." name="IDS_CHROMEVOX_BRAILLE_CAPTIONS_DISABLED"> Braille captions disabled. </message> + <message desc="Message displayed and spoken to user if they open a copy-protected PDF and the browser is unable to offer accessible text." name="IDS_CHROMEVOX_COPY_PROTECTED_PDF"> + Unable to access accessible text from copy-protected PDF. + </message> + <message desc="Message spoken to user when switching to a mode where searching is not case-sensitive." name="IDS_CHROMEVOX_IGNORING_CASE"> + Ignoring case. + </message> + <message desc="Message spoken to user when switching to a mode where searching is case-sensitive." name="IDS_CHROMEVOX_CASE_SENSITIVE"> + Case sensitive. + </message> </messages> </release> </grit> |