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

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

Issue 1696443002: Re-land: Implement ChromeVox Next menus. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 2372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2383 volume down 2383 volume down
2384 </message> 2384 </message>
2385 <message desc="Describes the volume up key in the ChromeVox keyboard explo rer." name="IDS_CHROMEVOX_VOLUME_UP_KEY"> 2385 <message desc="Describes the volume up key in the ChromeVox keyboard explo rer." name="IDS_CHROMEVOX_VOLUME_UP_KEY">
2386 volume up 2386 volume up
2387 </message> 2387 </message>
2388 2388
2389 <!-- Panel --> 2389 <!-- Panel -->
2390 <message desc="Title of the ChromeVox panel, a window that displays the te xt ChromeVox is speaking and contains controls to manipulate ChromeVox." name="I DS_CHROMEVOX_PANEL_TITLE"> 2390 <message desc="Title of the ChromeVox panel, a window that displays the te xt ChromeVox is speaking and contains controls to manipulate ChromeVox." name="I DS_CHROMEVOX_PANEL_TITLE">
2391 ChromeVox Panel 2391 ChromeVox Panel
2392 </message> 2392 </message>
2393 <message desc="Title of the button that opens up the ChromeVox menu." name ="IDS_CHROMEVOX_MENU_TITLE"> 2393 <message desc="Title of the button that opens up the ChromeVox menus." nam e="IDS_CHROMEVOX_MENUS_TITLE">
2394 ChromeVox Menu 2394 ChromeVox Menus
2395 </message> 2395 </message>
2396 <message desc="Title of the button that opens up the ChromeVox menu." name ="IDS_CHROMEVOX_OPTIONS"> 2396 <message desc="Title of the button that opens up ChromeVox options." name= "IDS_CHROMEVOX_OPTIONS">
2397 ChromeVox Options 2397 ChromeVox Options
2398 </message> 2398 </message>
2399 <message desc="Title of the button that disables ChromeVox." name="IDS_CHR OMEVOX_DISABLE_CHROMEVOX"> 2399 <message desc="Title of the button that disables ChromeVox." name="IDS_CHR OMEVOX_DISABLE_CHROMEVOX">
2400 Disable ChromeVox 2400 Disable ChromeVox
2401 </message> 2401 </message>
2402 <message desc="Text in parentheses to be appended next to a tab that's cur rently active." name="IDS_CHROMEVOX_ACTIVE_TAB">
2403 (active)
2404 </message>
2402 </messages> 2405 </messages>
2403 </release> 2406 </release>
2404 </grit> 2407 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698