Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5505)

Unified Diff: chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd

Issue 2481013011: Add a page to explain earcons in the tutorial (Closed)
Patch Set: Undo keymap change Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 aedf706c77dfb719efd95bcfa8387e90d7918ef2..bca53f407452343e12bfe0a5b5a82ccb2c34af8e 100644
--- a/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
+++ b/chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd
@@ -2627,6 +2627,51 @@ If you're done with the tutorial, use ChromeVox to navigate to the Close button
<message desc="Brailles for a UI element invoked after pressing enter such as an ok button in a dialog" name="IDS_CHROMEVOX_DEFAULT_STATE_BRL">
default
</message>
+ <message desc="Title of the earcon page in the ChromeVox tutorial" name="IDS_CHROMEVOX_TUTORIAL_EARCON_PAGE_TITLE">
+ Sounds
+ </message>
+ <message desc="Body text of the earcon page in the ChromeVox tutorial" name="IDS_CHROMEVOX_TUTORIAL_EARCON_PAGE_BODY">
+ ChromeVox uses sounds to give you essential and additional information. You can use these sounds to navigate more quickly by learning what each sound means. Once you get more comfortable, you can turn off verbose descriptions in speech and rely on them for essential information about the page. Here's a complete list of sounds and what they mean.
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_alert_modal_earcon_description">
dmazzoni 2016/11/12 00:03:59 The name should be all caps, fix throughout
David Tseng 2016/11/13 07:32:56 Done.
+ A modal alert
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_alert_nonmodal_earcon_description">
+ A non modal alert
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_button_earcon_description">
+ A button
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_check_off_earcon_description">
+ An unchecked checkbox
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_check_on_earcon_description">
+ A checked checkbox
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_editable_text_earcon_description">
+ An editable text field
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_invalid_keypress_earcon_description">
+ An invalid key press
dmazzoni 2016/11/12 00:03:59 Note that we use the same sound for invalid key pr
David Tseng 2016/11/13 07:32:56 Filed https://bugs.chromium.org/p/chromium/issues/
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_link_earcon_description">
+ A link
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_listbox_earcon_description">
+ A listbox or combo box
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_page_start_loading_earcon_description">
+ A page load in progress
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_pop_up_button_earcon_description">
+ A pop up button
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_slider_earcon_description">
+ A slider
+ </message>
+ <message desc="Describes an audio clip that gets played for a specific event or control type. Use the default string as a guide to what the audio clip represents or conveys." name="IDS_CHROMEVOX_wrap_earcon_description">
+ Movement from beginning to end or end to beginning inside of a page, dialog, or other container
dmazzoni 2016/11/12 00:03:59 I think it's fine to use the word "wrap", as in "W
David Tseng 2016/11/13 07:32:56 No strong opinion here, so done.
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698