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

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

Issue 2768703002: Wire up an api to darken screen for accessibility (Closed)
Patch Set: Rebase. Created 3 years, 9 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
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 2690 matching lines...) Expand 10 before | Expand all | Expand 10 after
2701 </message> 2701 </message>
2702 <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"> 2702 <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">
2703 A pop up button 2703 A pop up button
2704 </message> 2704 </message>
2705 <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"> 2705 <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">
2706 A slider 2706 A slider
2707 </message> 2707 </message>
2708 <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"> 2708 <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">
2709 Wrap from beginning to end or end to beginning inside of a page, dialog, or other container 2709 Wrap from beginning to end or end to beginning inside of a page, dialog, or other container
2710 </message> 2710 </message>
2711 <message desc="Describes a command to turn off the visual display for acce ssibility without impacting usage of the machine." name="IDS_CHROMEVOX_DARKEN_SC REEN">
2712 Darken screen
2713 </message>
2714 <message desc="Describes a command to turn the visual display on for acces sibility undoing any previous request to turn off the visual display." name="IDS _CHROMEVOX_UNDARKEN_SCREEN">
2715 Undarken screen
2716 </message>
2711 </messages> 2717 </messages>
2712 </release> 2718 </release>
2713 </grit> 2719 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698