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

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

Issue 604423002: Use an enum for ChromeVox queue mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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" enc_check="möl" latest_public_release="0" source_lang_id="en"> 3 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
4 <outputs> 4 <outputs>
5 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/> 5 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/>
6 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/> 6 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/>
7 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/> 7 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/>
8 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan g="bn"/> 8 <output filename="_locales/bn/messages.json" type="chrome_messages_json" lan g="bn"/>
9 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan g="ca"/> 9 <output filename="_locales/ca/messages.json" type="chrome_messages_json" lan g="ca"/>
10 <output filename="_locales/cs/messages.json" type="chrome_messages_json" lan g="cs"/> 10 <output filename="_locales/cs/messages.json" type="chrome_messages_json" lan g="cs"/>
(...skipping 2446 matching lines...) Expand 10 before | Expand all | Expand 10 after
2457 </message> 2457 </message>
2458 <message desc="Describes the braille caption feature. Braille captioning p rovides an overlay showing both text and braille of what ChromeVox would show on a refreshable braille display. Shown in the options page as a label." name="IDS _CHROMEVOX_BRAILLE_CAPTIONS"> 2458 <message desc="Describes the braille caption feature. Braille captioning p rovides an overlay showing both text and braille of what ChromeVox would show on a refreshable braille display. Shown in the options page as a label." name="IDS _CHROMEVOX_BRAILLE_CAPTIONS">
2459 Toggle braille captions 2459 Toggle braille captions
2460 </message> 2460 </message>
2461 <message desc="Spoken and brailled when the braille captions feature is en abled. This feature shows the braille output in a small overlay on the screen fo r development and demonstration purposes." name="IDS_CHROMEVOX_BRAILLE_CAPTIONS_ ENABLED"> 2461 <message desc="Spoken and brailled when the braille captions feature is en abled. This feature shows the braille output in a small overlay on the screen fo r development and demonstration purposes." name="IDS_CHROMEVOX_BRAILLE_CAPTIONS_ ENABLED">
2462 Braille captions enabled. 2462 Braille captions enabled.
2463 </message> 2463 </message>
2464 <message desc="Spoken and brailled when the braille captions feature is di sabled. This feature shows the braille output in a small overlay on the screen f or development and demonstration purposes." name="IDS_CHROMEVOX_BRAILLE_CAPTIONS _DISABLED"> 2464 <message desc="Spoken and brailled when the braille captions feature is di sabled. This feature shows the braille output in a small overlay on the screen f or development and demonstration purposes." name="IDS_CHROMEVOX_BRAILLE_CAPTIONS _DISABLED">
2465 Braille captions disabled. 2465 Braille captions disabled.
2466 </message> 2466 </message>
2467 <message desc="Message displayed and spoken to user if they open a copy-pr otected PDF and the browser is unable to offer accessible text." name="IDS_CHROM EVOX_COPY_PROTECTED_PDF">
2468 Unable to access accessible text from copy-protected PDF.
2469 </message>
2470 <message desc="Message spoken to user when switching to a mode where searc hing is not case-sensitive." name="IDS_CHROMEVOX_IGNORING_CASE">
2471 Ignoring case.
2472 </message>
2473 <message desc="Message spoken to user when switching to a mode where searc hing is case-sensitive." name="IDS_CHROMEVOX_CASE_SENSITIVE">
2474 Case sensitive.
2475 </message>
2467 </messages> 2476 </messages>
2468 </release> 2477 </release>
2469 </grit> 2478 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698