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

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

Issue 2507063007: Use aria range values for sliders (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <grit base_dir="." current_release="1" latest_public_release="0" 3 <grit base_dir="." current_release="1" latest_public_release="0"
4 output_all_resource_defines="false" enc_check="möl" source_lang_id="en"> 4 output_all_resource_defines="false" enc_check="möl" source_lang_id="en">
5 <outputs> 5 <outputs>
6 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/> 6 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/>
7 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/> 7 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/>
8 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/> 8 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/>
9 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan g="bn"/> 9 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan g="bn"/>
10 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan g="ca"/> 10 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan g="ca"/>
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 <message desc="Describes an unnamed HTML list box." name="IDS_CHROMEVOX_DE SCRIBE_UNNAMED_LISTBOX"> 621 <message desc="Describes an unnamed HTML list box." name="IDS_CHROMEVOX_DE SCRIBE_UNNAMED_LISTBOX">
622 <ph name="value">$1</ph>, list box 622 <ph name="value">$1</ph>, list box
623 </message> 623 </message>
624 <message desc="Describes a HTML link named 'name'." name="IDS_CHROMEVOX_DE SCRIBE_LINK"> 624 <message desc="Describes a HTML link named 'name'." name="IDS_CHROMEVOX_DE SCRIBE_LINK">
625 <ph name="name">$1</ph>, link 625 <ph name="name">$1</ph>, link
626 </message> 626 </message>
627 <message desc="Describes a Chrome tab named 'name'." name="IDS_CHROMEVOX_D ESCRIBE_TAB"> 627 <message desc="Describes a Chrome tab named 'name'." name="IDS_CHROMEVOX_D ESCRIBE_TAB">
628 <ph name="name">$1</ph>, tab 628 <ph name="name">$1</ph>, tab
629 </message> 629 </message>
630 <message desc="Describes a slider with name 'name' and value 'value'." nam e="IDS_CHROMEVOX_DESCRIBE_SLIDER"> 630 <message desc="Describes a slider with name 'name' and value 'value'." nam e="IDS_CHROMEVOX_DESCRIBE_SLIDER">
631 <ph name="value">$1</ph>, <ph name="name">$2</ph>, slider 631 <ph name="value">$1</ph> <ph name="name">$2</ph> slider
632 </message> 632 </message>
633 <message desc="Spoken through the a11y api after describing an element if it is selected." name="IDS_CHROMEVOX_DESCRIBE_SELECTED"> 633 <message desc="Spoken through the a11y api after describing an element if it is selected." name="IDS_CHROMEVOX_DESCRIBE_SELECTED">
634 , selected 634 , selected
635 </message> 635 </message>
636 <message desc="Spoken through the a11y api after describing an element if it is unselected." name="IDS_CHROMEVOX_DESCRIBE_UNSELECTED"> 636 <message desc="Spoken through the a11y api after describing an element if it is unselected." name="IDS_CHROMEVOX_DESCRIBE_UNSELECTED">
637 , unselected 637 , unselected
638 </message> 638 </message>
639 <message desc="Spoken through the a11y api after describing an element if it is part of a group." name="IDS_CHROMEVOX_DESCRIBE_INDEX"> 639 <message desc="Spoken through the a11y api after describing an element if it is part of a group." name="IDS_CHROMEVOX_DESCRIBE_INDEX">
640 ''' <ph name="index">$1</ph> of <ph name="total">$2</ph> ''' 640 ''' <ph name="index">$1</ph> of <ph name="total">$2</ph> '''
641 </message> 641 </message>
(...skipping 2026 matching lines...) Expand 10 before | Expand all | Expand 10 after
2668 </message> 2668 </message>
2669 <message desc="Describes an audio clip that gets played for a specific eve nt or control type. Use the default string as a guide to what the audio clip rep resents or conveys." name="IDS_CHROMEVOX_SLIDER_EARCON_DESCRIPTION"> 2669 <message desc="Describes an audio clip that gets played for a specific eve nt or control type. Use the default string as a guide to what the audio clip rep resents or conveys." name="IDS_CHROMEVOX_SLIDER_EARCON_DESCRIPTION">
2670 A slider 2670 A slider
2671 </message> 2671 </message>
2672 <message desc="Describes an audio clip that gets played for a specific eve nt or control type. Use the default string as a guide to what the audio clip rep resents or conveys." name="IDS_CHROMEVOX_WRAP_EARCON_DESCRIPTION"> 2672 <message desc="Describes an audio clip that gets played for a specific eve nt or control type. Use the default string as a guide to what the audio clip rep resents or conveys." name="IDS_CHROMEVOX_WRAP_EARCON_DESCRIPTION">
2673 Wrap from beginning to end or end to beginning inside of a page, dialog, or other container 2673 Wrap from beginning to end or end to beginning inside of a page, dialog, or other container
2674 </message> 2674 </message>
2675 </messages> 2675 </messages>
2676 </release> 2676 </release>
2677 </grit> 2677 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698