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

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

Issue 11280153: Add Search-. as a shortcut for the Insert key when Search is acting as a Function key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forlanding Created 8 years 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/keyboard_overlay.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 <!-- 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 <!-- Idle Logout Dialog Strings --> 5 <!-- Idle Logout Dialog Strings -->
6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog"> 6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog">
7 Are you still there? 7 Are you still there?
8 </message> 8 </message>
9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog"> 9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog">
10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds. 10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds.
(...skipping 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 </message> 2671 </message>
2672 <message name="IDS_KEYBOARD_OVERLAY_F10" desc="The text in the keyboard overla y to explain the shortcut."> 2672 <message name="IDS_KEYBOARD_OVERLAY_F10" desc="The text in the keyboard overla y to explain the shortcut.">
2673 F10 2673 F10
2674 </message> 2674 </message>
2675 <message name="IDS_KEYBOARD_OVERLAY_F11" desc="The text in the keyboard overla y to explain the shortcut."> 2675 <message name="IDS_KEYBOARD_OVERLAY_F11" desc="The text in the keyboard overla y to explain the shortcut.">
2676 F11 2676 F11
2677 </message> 2677 </message>
2678 <message name="IDS_KEYBOARD_OVERLAY_F12" desc="The text in the keyboard overla y to explain the shortcut."> 2678 <message name="IDS_KEYBOARD_OVERLAY_F12" desc="The text in the keyboard overla y to explain the shortcut.">
2679 F12 2679 F12
2680 </message> 2680 </message>
2681 <message name="IDS_KEYBOARD_OVERLAY_INSERT" desc="The text in the keyboard ove rlay to explain the shortcut.">
2682 Insert
2683 </message>
2681 <!-- BEGIN GENERATED KEYBOARD OVERLAY STRINGS --> 2684 <!-- BEGIN GENERATED KEYBOARD OVERLAY STRINGS -->
2682 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAST_LAUNCHER_ITEM" desc="The tex t in the keyboard overlay to explain the shortcut (Open the last launcher item). "> 2685 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAST_LAUNCHER_ITEM" desc="The tex t in the keyboard overlay to explain the shortcut (Open the last launcher item). ">
2683 Activate last launcher item 2686 Activate last launcher item
2684 </message> 2687 </message>
2685 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAST_TAB" desc="The text in the k eyboard overlay to explain the shortcut."> 2688 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAST_TAB" desc="The text in the k eyboard overlay to explain the shortcut.">
2686 Activate last tab 2689 Activate last tab
2687 </message> 2690 </message>
2688 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_1" desc="The text i n the keyboard overlay to explain the shortcut (Open the launcher item at the sp ecified position)."> 2691 <message name="IDS_KEYBOARD_OVERLAY_ACTIVATE_LAUNCHER_ITEM_1" desc="The text i n the keyboard overlay to explain the shortcut (Open the launcher item at the sp ecified position).">
2689 Activate launcher item 1 2692 Activate launcher item 1
2690 </message> 2693 </message>
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
3494 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n etwork error status in 'Managed by DOMAIN' label on login screen."> 3497 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n etwork error status in 'Managed by DOMAIN' label on login screen.">
3495 Network error while communicating with the device management service. 3498 Network error while communicating with the device management service.
3496 </message> 3499 </message>
3497 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba r on the login screen showing that this is a managed device."> 3500 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba r on the login screen showing that this is a managed device.">
3498 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>. 3501 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>.
3499 </message> 3502 </message>
3500 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re porting features displayed in the enterprise notification bar on the login scree n."> 3503 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re porting features displayed in the enterprise notification bar on the login scree n.">
3501 Device usage may be tracked. 3504 Device usage may be tracked.
3502 </message> 3505 </message>
3503 </grit-part> 3506 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/keyboard_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698