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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2699643004: Add high contrast keyboard shortcut to keyboard overlay (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/keyboard_overlay_data.js » ('j') | 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 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 4831 matching lines...) Expand 10 before | Expand all | Expand 10 after
4842 </message> 4842 </message>
4843 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_CAPS_LOCK" desc="The text in the ke yboard overlay to explain the shortcut (enable or disable caps lock)."> 4843 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_CAPS_LOCK" desc="The text in the ke yboard overlay to explain the shortcut (enable or disable caps lock).">
4844 Caps Lock 4844 Caps Lock
4845 </message> 4845 </message>
4846 <message name="IDS_KEYBOARD_OVERLAY_DISABLE_CAPS_LOCK" desc="The text in the k eyboard overlay to explain the shortcut (disable caps lock when it's enabled)."> 4846 <message name="IDS_KEYBOARD_OVERLAY_DISABLE_CAPS_LOCK" desc="The text in the k eyboard overlay to explain the shortcut (disable caps lock when it's enabled).">
4847 Disable Caps Lock 4847 Disable Caps Lock
4848 </message> 4848 </message>
4849 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_CHROMEVOX_SPOKEN_FEEDBACK" desc="Th e text in the keyboard overlay to explain the shortcut (enable or disable spoken feedback)."> 4849 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_CHROMEVOX_SPOKEN_FEEDBACK" desc="Th e text in the keyboard overlay to explain the shortcut (enable or disable spoken feedback).">
4850 ChromeVox (spoken feedback) 4850 ChromeVox (spoken feedback)
4851 </message> 4851 </message>
4852 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_HIGH_CONTRAST_MODE" desc="The text in the keyboard overlay to explain the shortcut (Toggle high contrast mode).">
4853 Toggle High Contrast Mode
stevenjb 2017/02/16 19:45:13 Please double check this with UX (I would expect j
afakhry 2017/02/16 21:07:44 This is how dmazzoni wrote it when the shortcut us
4854 </message>
4852 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_PROJECTION_TOUCH_HUD" desc="The tex t in the keyboard overlay to explain the shortcut."> 4855 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_PROJECTION_TOUCH_HUD" desc="The tex t in the keyboard overlay to explain the shortcut.">
4853 Projection touch HUD 4856 Projection touch HUD
4854 </message> 4857 </message>
4855 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_SPEECH_INPUT" desc="The text in the keyboard overlay to explain the shortcut (start or stop speech input)."> 4858 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_SPEECH_INPUT" desc="The text in the keyboard overlay to explain the shortcut (start or stop speech input).">
4856 Speech input 4859 Speech input
4857 </message> 4860 </message>
4858 <message name="IDS_KEYBOARD_OVERLAY_UNDO" desc="The text in the keyboard overl ay to explain the shortcut."> 4861 <message name="IDS_KEYBOARD_OVERLAY_UNDO" desc="The text in the keyboard overl ay to explain the shortcut.">
4859 Undo 4862 Undo
4860 </message> 4863 </message>
4861 <message name="IDS_KEYBOARD_OVERLAY_VIEW_KEYBOARD_OVERLAY" desc="The text in t he keyboard overlay to explain the shortcut."> 4864 <message name="IDS_KEYBOARD_OVERLAY_VIEW_KEYBOARD_OVERLAY" desc="The text in t he keyboard overlay to explain the shortcut.">
(...skipping 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after
6729 Attempts left: $1 6732 Attempts left: $1
6730 </message> 6733 </message>
6731 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6734 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6732 PIN 6735 PIN
6733 </message> 6736 </message>
6734 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6737 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6735 PUK 6738 PUK
6736 </message> 6739 </message>
6737 6740
6738 </grit-part> 6741 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/keyboard_overlay_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698