Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd |
| diff --git a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd |
| index 42f2f286f2397162327b29b4e6c99dd6111a49d2..2d2e4f966ab457c4f3df355e51736afcdf879f58 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd |
| +++ b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd |
| @@ -474,6 +474,18 @@ |
| <message desc="An option to use more verbose feedback for the user." name="IDS_CHROMEVOX_OPTIONS_VERBOSITY_VERBOSE"> |
| Enable verbose descriptions. |
| </message> |
| + <message desc="Describes the multi select option for how to play audio when ChromeVox speaks using text to speech." name="IDS_CHROMEVOX_OPTIONS_AUDIO_DESCRIPTION"> |
| + When playing audio |
|
dmazzoni
2016/12/13 21:02:19
Add an ellipsis at the end
|
| + </message> |
| + <message desc="Sets audio playback to be at normal volume." name="IDS_CHROMEVOX_OPTIONS_AUDIO_NORMAL"> |
| + play at normal volume even if ChromeVox is speaking |
|
dmazzoni
2016/12/13 21:02:19
Capitalize the first letter
I know it's finishing
|
| + </message> |
| + <message desc="An option to use audio ducking." name="IDS_CHROMEVOX_OPTIONS_AUDIO_duck"> |
| + play at lower volume when ChromeVox is speaking |
| + </message> |
| + <message desc="An option to use audio suspension while text to speech is speaking." name="IDS_CHROMEVOX_OPTIONS_AUDIO_suspend"> |
| + pause playback when ChromeVox is speaking |
| + </message> |
| <message desc="An option to show the cursor between characters." name="IDS_CHROMEVOX_OPTIONS_CURSOR_BETWEEN_CHARACTERS"> |
| Place cursor between characters when editing text (like Mac OS X). |
| </message> |