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

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

Issue 2250473006: Settings to remap Backspace and Escape keys (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@KeyboardRemapToCapsLockBackspace
Patch Set: rebase Created 4 years, 4 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/chromeos/events/event_rewriter.h » ('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="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 3599 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 Ctrl 3610 Ctrl
3611 </message> 3611 </message>
3612 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_ALT_LABEL" 3612 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_ALT_LABEL"
3613 desc="The label for customizing the left alt key in the 'Keyboard set tings' overlay"> 3613 desc="The label for customizing the left alt key in the 'Keyboard set tings' overlay">
3614 Alt 3614 Alt
3615 </message> 3615 </message>
3616 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK_LABEL" 3616 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK_LABEL"
3617 desc="The label for customizing the caps-lock key in the 'Keyboard se ttings' overlay"> 3617 desc="The label for customizing the caps-lock key in the 'Keyboard se ttings' overlay">
3618 Caps Lock 3618 Caps Lock
3619 </message> 3619 </message>
3620 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_ESCAPE_KEY_LABEL"
3621 desc="The label for customizing the escape key in the 'Keyboard setti ngs' overlay">
3622 Escape
3623 </message>
3624 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_BACKSPACE_KEY_LABEL"
3625 desc="The label for customizing the backspace key in the 'Keyboard se ttings' overlay">
3626 Backspace
3627 </message>
3620 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_DIAMOND_KEY_LABEL" 3628 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_DIAMOND_KEY_LABEL"
3621 desc="The label for customizing the diamond key in the 'Keyboard sett ings' overlay"> 3629 desc="The label for customizing the diamond key in the 'Keyboard sett ings' overlay">
3622 Diamond 3630 Diamond
3623 </message> 3631 </message>
3624 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH" 3632 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH"
3625 desc="The dropdown list item for the search key in the 'Customize mod ifier keys' section in the 'Keyboard settings' overlay"> 3633 desc="The dropdown list item for the search key in the 'Customize mod ifier keys' section in the 'Keyboard settings' overlay">
3626 Search 3634 Search
3627 </message> 3635 </message>
3628 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_CTRL" 3636 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_CTRL"
3629 desc="The dropdown list item for the left ctrl key in the 'Customize modifier keys' section in the 'Keyboard settings' overlay"> 3637 desc="The dropdown list item for the left ctrl key in the 'Customize modifier keys' section in the 'Keyboard settings' overlay">
(...skipping 2751 matching lines...) Expand 10 before | Expand all | Expand 10 after
6381 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6389 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6382 Device disk space critically low 6390 Device disk space critically low
6383 </message> 6391 </message>
6384 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6392 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6385 Free up disk space or device will become unresponsive. 6393 Free up disk space or device will become unresponsive.
6386 </message> 6394 </message>
6387 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6395 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6388 Manage storage 6396 Manage storage
6389 </message> 6397 </message>
6390 </grit-part> 6398 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/events/event_rewriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698