Chromium Code Reviews| Index: chrome/app/chromeos_strings.grdp |
| diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp |
| index 6cb9b741e200d4a6860c8c6d9bda775e0c30efeb..d2ea6f298a18950a7475aae580e2cbacb98adaa1 100644 |
| --- a/chrome/app/chromeos_strings.grdp |
| +++ b/chrome/app/chromeos_strings.grdp |
| @@ -2650,6 +2650,9 @@ Battery full |
| <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS" desc="The instructions for the keyboard overlay."> |
| Hold Control, Alt, or Shift to see keyboard shortcuts for those modifiers. |
| </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS_WITH_SEARCH" desc="The instructions for the keyboard overlay."> |
| + Hold Control, Alt, Shift, or Search to see keyboard shortcuts for those modifiers. |
| + </message> |
| <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS_HIDE" desc="The instruction for hiding the keyboard overlay."> |
| Type Ctrl+Alt+/ or Escape to hide |
| </message> |
| @@ -2774,6 +2777,42 @@ Battery full |
| <message name="IDS_KEYBOARD_OVERLAY_END" desc="The text in the keyboard overlay to explain the shortcut."> |
| End |
| </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F1" desc="The text in the keyboard overlay to explain the shortcut."> |
|
mazda
2012/11/28 05:25:18
Could you move these strings above the line of <!-
danakj
2012/11/28 21:11:24
Done.
|
| + F1 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F2" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F2 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F3" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F3 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F4" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F4 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F5" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F5 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F6" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F6 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F7" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F7 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F8" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F8 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F9" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F9 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F10" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F10 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F11" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F11 |
| + </message> |
| + <message name="IDS_KEYBOARD_OVERLAY_F12" desc="The text in the keyboard overlay to explain the shortcut."> |
| + F12 |
| + </message> |
| <message name="IDS_KEYBOARD_OVERLAY_FIND_PREVIOUS_TEXT" desc="The text in the keyboard overlay to explain the shortcut."> |
| Find previous text |
| </message> |