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

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

Issue 2585943002: Make helpful announcement when there's no focus (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2657 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_POP_UP_BUTTON_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_POP_UP_BUTTON_EARCON_DESCRIPTION">
2670 A pop up button 2670 A pop up button
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_SLIDER_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_SLIDER_EARCON_DESCRIPTION">
2673 A slider 2673 A slider
2674 </message> 2674 </message>
2675 <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"> 2675 <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">
2676 Wrap from beginning to end or end to beginning inside of a page, dialog, or other container 2676 Wrap from beginning to end or end to beginning inside of a page, dialog, or other container
2677 </message> 2677 </message>
2678 <message desc="Announced when ChromeVox has no item in focus." name="IDS_C HROMEVOX_NO_FOCUS">
2679 No focus. Press Control N to open a new window.
2680 </message>
2678 </messages> 2681 </messages>
2679 </release> 2682 </release>
2680 </grit> 2683 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698