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

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

Issue 11578044: Enable Search-key modifiers for extended key shortcuts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit 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 | « ash/test/test_shell_delegate.cc ('k') | chrome/app/generated_resources.grd » ('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 2013 matching lines...) Expand 10 before | Expand all | Expand 10 after
2024 Disabled 2024 Disabled
2025 </message> 2025 </message>
2026 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK" 2026 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK"
2027 desc="The dropdown list item for 'Customize modifier keys' overlay"> 2027 desc="The dropdown list item for 'Customize modifier keys' overlay">
2028 Caps Lock 2028 Caps Lock
2029 </message> 2029 </message>
2030 <message name="IDS_OPTIONS_SETTINGS_CHANGE_LANGUAGE_AND_INPUT_SETTINGS" 2030 <message name="IDS_OPTIONS_SETTINGS_CHANGE_LANGUAGE_AND_INPUT_SETTINGS"
2031 desc="The link to open 'Language and input settings' window."> 2031 desc="The link to open 'Language and input settings' window.">
2032 Change language and input settings 2032 Change language and input settings
2033 </message> 2033 </message>
2034 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH_AS_FUNCTION"
2035 desc="The checkbox to enable the Search key to act as a Function key" >
2036 Use the Search key to access extended keybindings.
2037 </message>
2038 <message name="IDS_OPTIONS_NO_POINTING_DEVICES" desc="Text shown when there is neither a touchpad nor a mouse."> 2034 <message name="IDS_OPTIONS_NO_POINTING_DEVICES" desc="Text shown when there is neither a touchpad nor a mouse.">
2039 No mouse or touchpad was detected. 2035 No mouse or touchpad was detected.
2040 </message> 2036 </message>
2041 <message name="IDS_OPTIONS_POINTER_MOUSE_OVERLAY_TITLE" desc="The title for 'P ointer settings' overlay for Mouse only."> 2037 <message name="IDS_OPTIONS_POINTER_MOUSE_OVERLAY_TITLE" desc="The title for 'P ointer settings' overlay for Mouse only.">
2042 Mouse settings 2038 Mouse settings
2043 </message> 2039 </message>
2044 <message name="IDS_OPTIONS_POINTER_TOUCHPAD_OVERLAY_TITLE" desc="The title for 'Pointer settings' overlay for Touchpad only."> 2040 <message name="IDS_OPTIONS_POINTER_TOUCHPAD_OVERLAY_TITLE" desc="The title for 'Pointer settings' overlay for Touchpad only.">
2045 Touchpad settings 2041 Touchpad settings
2046 </message> 2042 </message>
2047 <message name="IDS_OPTIONS_POINTER_TOUCHPAD_MOUSE_OVERLAY_TITLE" desc="The tit le for 'Pointer settings' overlay for Touchpad and Mouse."> 2043 <message name="IDS_OPTIONS_POINTER_TOUCHPAD_MOUSE_OVERLAY_TITLE" desc="The tit le for 'Pointer settings' overlay for Touchpad and Mouse.">
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
2603 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_PRL_VERSION" desc="Label for cellular network modem PRL (Preferred Roaming List) version under chrome:// options/internet"> 2599 <message name="IDS_OPTIONS_SETTINGS_INTERNET_CELLULAR_PRL_VERSION" desc="Label for cellular network modem PRL (Preferred Roaming List) version under chrome:// options/internet">
2604 PRL version: 2600 PRL version:
2605 </message> 2601 </message>
2606 <message name="IDS_KEYBOARD_OVERLAY_LEARN_MORE" desc="The text of the learn mo re link on the keyboard overlay."> 2602 <message name="IDS_KEYBOARD_OVERLAY_LEARN_MORE" desc="The text of the learn mo re link on the keyboard overlay.">
2607 Learn more 2603 Learn more
2608 </message> 2604 </message>
2609 <message name="IDS_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyboard ove rlay."> 2605 <message name="IDS_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyboard ove rlay.">
2610 Keyboard Overlay 2606 Keyboard Overlay
2611 </message> 2607 </message>
2612 <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS" desc="The instructions for t he keyboard overlay."> 2608 <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS" desc="The instructions for t he keyboard overlay.">
2613 Hold Control, Alt, or Shift to see keyboard shortcuts for those modifiers.
2614 </message>
2615 <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS_WITH_SEARCH" desc="The instru ctions for the keyboard overlay.">
2616 Hold Control, Alt, Shift, or Search to see keyboard shortcuts for those modi fiers. 2609 Hold Control, Alt, Shift, or Search to see keyboard shortcuts for those modi fiers.
2617 </message> 2610 </message>
2618 <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS_HIDE" desc="The instruction f or hiding the keyboard overlay."> 2611 <message name="IDS_KEYBOARD_OVERLAY_INSTRUCTIONS_HIDE" desc="The instruction f or hiding the keyboard overlay.">
2619 Type Ctrl+Alt+/ or Escape to hide 2612 Type Ctrl+Alt+/ or Escape to hide
2620 </message> 2613 </message>
2621 <message name="IDS_KEYBOARD_OVERLAY_F1" desc="The text in the keyboard overlay to explain the shortcut."> 2614 <message name="IDS_KEYBOARD_OVERLAY_F1" desc="The text in the keyboard overlay to explain the shortcut.">
2622 F1 2615 F1
2623 </message> 2616 </message>
2624 <message name="IDS_KEYBOARD_OVERLAY_F2" desc="The text in the keyboard overlay to explain the shortcut."> 2617 <message name="IDS_KEYBOARD_OVERLAY_F2" desc="The text in the keyboard overlay to explain the shortcut.">
2625 F2 2618 F2
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
3461 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_INFO_FORMAT" desc="Template for text s hown in the public account user pod, informing the user that this is a public, m anaged account."> 3454 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_INFO_FORMAT" desc="Template for text s hown in the public account user pod, informing the user that this is a public, m anaged account.">
3462 This device is owned by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> and will be used by others after you. 3455 This device is owned by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> and will be used by others after you.
3463 </message> 3456 </message>
3464 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out."> 3457 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
3465 Please remember to sign out when you're done. 3458 Please remember to sign out when you're done.
3466 </message> 3459 </message>
3467 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod."> 3460 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod.">
3468 Enter 3461 Enter
3469 </message> 3462 </message>
3470 </grit-part> 3463 </grit-part>
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698