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

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

Issue 2813233002: Add a command to toggle between 6 and 8 dot braille. (Closed)
Patch Set: Created 3 years, 8 months 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 2709 matching lines...) Expand 10 before | Expand all | Expand 10 after
2720 </message> 2720 </message>
2721 <message desc="Describes a command that turns text to speech feedback off. " name="IDS_CHROMEVOX_SPEECH_OFF"> 2721 <message desc="Describes a command that turns text to speech feedback off. " name="IDS_CHROMEVOX_SPEECH_OFF">
2722 Speech off 2722 Speech off
2723 </message> 2723 </message>
2724 <message desc="Describes a command that turns text to speech feedback on." name="IDS_CHROMEVOX_SPEECH_ON"> 2724 <message desc="Describes a command that turns text to speech feedback on." name="IDS_CHROMEVOX_SPEECH_ON">
2725 Speech on 2725 Speech on
2726 </message> 2726 </message>
2727 <message desc="Description of a command that toggles text to speech feedba ck on or off." name="IDS_CHROMEVOX_SPEECH_ON_OFF_DESCRIPTION"> 2727 <message desc="Description of a command that toggles text to speech feedba ck on or off." name="IDS_CHROMEVOX_SPEECH_ON_OFF_DESCRIPTION">
2728 Toggle speech on or off 2728 Toggle speech on or off
2729 </message> 2729 </message>
2730 <message desc="Description of a command that toggles between 6 and 8 dot b raille." name="IDS_CHROMEVOX_TOGGLE_BRAILLE_TABLE">
2731 Toggle between 6 and 8 dot braille
2732 </message>
2730 </messages> 2733 </messages>
2731 </release> 2734 </release>
2732 </grit> 2735 </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