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

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

Issue 1109983003: Better support ChromeVox list and list-like output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/output_test.extjs ('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" 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 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 </message> 1186 </message>
1187 <message desc="Braille of element with the ARIA role toolbar." name="IDS_C HROMEVOX_ARIA_ROLE_TOOLBAR_BRL"> 1187 <message desc="Braille of element with the ARIA role toolbar." name="IDS_C HROMEVOX_ARIA_ROLE_TOOLBAR_BRL">
1188 tlbar 1188 tlbar
1189 </message> 1189 </message>
1190 <message desc="Describes an element with the ARIA role tooltip." name="IDS _CHROMEVOX_ARIA_ROLE_TOOLTIP"> 1190 <message desc="Describes an element with the ARIA role tooltip." name="IDS _CHROMEVOX_ARIA_ROLE_TOOLTIP">
1191 Tool tip 1191 Tool tip
1192 </message> 1192 </message>
1193 <message desc="Braille of element with the ARIA role tooltip." name="IDS_C HROMEVOX_ARIA_ROLE_TOOLTIP_BRL"> 1193 <message desc="Braille of element with the ARIA role tooltip." name="IDS_C HROMEVOX_ARIA_ROLE_TOOLTIP_BRL">
1194 tltip 1194 tltip
1195 </message> 1195 </message>
1196 <message desc="Describes an element with the ARIA role tree." name="IDS_CH ROMEVOX_ARIA_ROLE_TREE">
1197 Tree
1198 </message>
1199 <message desc="Braille of element with the ARIA role tree." name="IDS_CHRO MEVOX_ARIA_ROLE_TREE_BRL">
1200 tree
1201 </message>
1196 <message desc="Describes an element with the ARIA role treeitem." name="ID S_CHROMEVOX_ARIA_ROLE_TREEITEM"> 1202 <message desc="Describes an element with the ARIA role treeitem." name="ID S_CHROMEVOX_ARIA_ROLE_TREEITEM">
1197 Tree item 1203 Tree item
1198 </message> 1204 </message>
1199 <message desc="Braille of element with the ARIA role treeitem." name="IDS_ CHROMEVOX_ARIA_ROLE_TREEITEM_BRL"> 1205 <message desc="Braille of element with the ARIA role treeitem." name="IDS_ CHROMEVOX_ARIA_ROLE_TREEITEM_BRL">
1200 tritm 1206 tritm
1201 </message> 1207 </message>
1202 <message desc="Describes an element with the ARIA role article." name="IDS _CHROMEVOX_ARIA_ROLE_ARTICLE"> 1208 <message desc="Describes an element with the ARIA role article." name="IDS _CHROMEVOX_ARIA_ROLE_ARTICLE">
1203 Article 1209 Article
1204 </message> 1210 </message>
1205 <message desc="Braille of element with the ARIA role article." name="IDS_C HROMEVOX_ARIA_ROLE_ARTICLE_BRL"> 1211 <message desc="Braille of element with the ARIA role article." name="IDS_C HROMEVOX_ARIA_ROLE_ARTICLE_BRL">
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2487 </message> 2493 </message>
2488 <message desc="Message spoken to user when switching to a mode where searc hing is not case-sensitive." name="IDS_CHROMEVOX_IGNORING_CASE"> 2494 <message desc="Message spoken to user when switching to a mode where searc hing is not case-sensitive." name="IDS_CHROMEVOX_IGNORING_CASE">
2489 Ignoring case. 2495 Ignoring case.
2490 </message> 2496 </message>
2491 <message desc="Message spoken to user when switching to a mode where searc hing is case-sensitive." name="IDS_CHROMEVOX_CASE_SENSITIVE"> 2497 <message desc="Message spoken to user when switching to a mode where searc hing is case-sensitive." name="IDS_CHROMEVOX_CASE_SENSITIVE">
2492 Case sensitive. 2498 Case sensitive.
2493 </message> 2499 </message>
2494 </messages> 2500 </messages>
2495 </release> 2501 </release>
2496 </grit> 2502 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698