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

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

Issue 11943009: Add diamond-key remapping support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/preferences.cc » ('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 2032 matching lines...) Expand 10 before | Expand all | Expand 10 after
2043 Ctrl 2043 Ctrl
2044 </message> 2044 </message>
2045 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_ALT_LABEL" 2045 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_ALT_LABEL"
2046 desc="The label for 'Customize modifier keys' overlay"> 2046 desc="The label for 'Customize modifier keys' overlay">
2047 Alt 2047 Alt
2048 </message> 2048 </message>
2049 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK_LABEL" 2049 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK_LABEL"
2050 desc="The label for 'Customize modifier keys' overlay"> 2050 desc="The label for 'Customize modifier keys' overlay">
2051 Caps Lock 2051 Caps Lock
2052 </message> 2052 </message>
2053 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_DIAMOND_KEY_LABEL"
2054 desc="The label for 'Customize modifier keys' overlay">
2055 Diamond
2056 </message>
2053 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH" 2057 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH"
2054 desc="The dropdown list item for 'Customize modifier keys' overlay"> 2058 desc="The dropdown list item for 'Customize modifier keys' overlay">
2055 Search 2059 Search
2056 </message> 2060 </message>
2057 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_CTRL" 2061 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_CTRL"
2058 desc="The dropdown list item for 'Customize modifier keys' overlay"> 2062 desc="The dropdown list item for 'Customize modifier keys' overlay">
2059 Ctrl 2063 Ctrl
2060 </message> 2064 </message>
2061 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_ALT" 2065 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_LEFT_ALT"
2062 desc="The dropdown list item for 'Customize modifier keys' overlay"> 2066 desc="The dropdown list item for 'Customize modifier keys' overlay">
(...skipping 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after
3506 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out."> 3510 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
3507 Please remember to sign out when you're done. 3511 Please remember to sign out when you're done.
3508 </message> 3512 </message>
3509 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod."> 3513 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod.">
3510 Enter 3514 Enter
3511 </message> 3515 </message>
3512 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. "> 3516 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. ">
3513 Enter public account 3517 Enter public account
3514 </message> 3518 </message>
3515 </grit-part> 3519 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698