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

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

Issue 18344016: Add projection touch HUD to keyboard overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('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 3164 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 </message> 3175 </message>
3176 <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)."> 3176 <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).">
3177 Toggle caps lock 3177 Toggle caps lock
3178 </message> 3178 </message>
3179 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_SPEECH_INPUT" desc="The text in the keyboard overlay to explain the shortcut (start or stop speech input)."> 3179 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_SPEECH_INPUT" desc="The text in the keyboard overlay to explain the shortcut (start or stop speech input).">
3180 Toggle speech input 3180 Toggle speech input
3181 </message> 3181 </message>
3182 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_SPOKEN_FEEDBACK" desc="The text in the keyboard overlay to explain the shortcut (enable or disable spoken feedback) ."> 3182 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_SPOKEN_FEEDBACK" desc="The text in the keyboard overlay to explain the shortcut (enable or disable spoken feedback) .">
3183 Toggle spoken feedback 3183 Toggle spoken feedback
3184 </message> 3184 </message>
3185 <message name="IDS_KEYBOARD_OVERLAY_TOGGLE_TOUCH_HUD_PROJECTION" desc="The tex t in the keyboard overlay to explain the shortcut (enable or disable projection touch HUD).">
3186 Toggle projection touch HUD
3187 </message>
3185 <message name="IDS_KEYBOARD_OVERLAY_UNDO" desc="The text in the keyboard overl ay to explain the shortcut."> 3188 <message name="IDS_KEYBOARD_OVERLAY_UNDO" desc="The text in the keyboard overl ay to explain the shortcut.">
3186 Undo 3189 Undo
3187 </message> 3190 </message>
3188 <message name="IDS_KEYBOARD_OVERLAY_VIEW_KEYBOARD_OVERLAY" desc="The text in t he keyboard overlay to explain the shortcut."> 3191 <message name="IDS_KEYBOARD_OVERLAY_VIEW_KEYBOARD_OVERLAY" desc="The text in t he keyboard overlay to explain the shortcut.">
3189 View keyboard overlay 3192 View keyboard overlay
3190 </message> 3193 </message>
3191 <message name="IDS_KEYBOARD_OVERLAY_VIEW_SOURCE" desc="The text in the keyboar d overlay to explain the shortcut."> 3194 <message name="IDS_KEYBOARD_OVERLAY_VIEW_SOURCE" desc="The text in the keyboar d overlay to explain the shortcut.">
3192 View source 3195 View source
3193 </message> 3196 </message>
3194 <message name="IDS_KEYBOARD_OVERLAY_WORD_MOVE" desc="The text in the keyboard overlay to explain the shortcut."> 3197 <message name="IDS_KEYBOARD_OVERLAY_WORD_MOVE" desc="The text in the keyboard overlay to explain the shortcut.">
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
3743 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network. 3746 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network.
3744 </message> 3747 </message>
3745 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet or Wi-Fi"> 3748 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet or Wi-Fi">
3746 To check for updates, please use Ethernet or Wi-Fi. 3749 To check for updates, please use Ethernet or Wi-Fi.
3747 </message> 3750 </message>
3748 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status labe l: for updates you need to connect to an Ethernet, mobile data or Wi-Fi"> 3751 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status labe l: for updates you need to connect to an Ethernet, mobile data or Wi-Fi">
3749 To check for updates, please use Ethernet, Wi-Fi or mobile data. 3752 To check for updates, please use Ethernet, Wi-Fi or mobile data.
3750 </message> 3753 </message>
3751 3754
3752 </grit-part> 3755 </grit-part>
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | chrome/browser/resources/chromeos/keyboard_overlay_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698