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

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

Issue 11418256: Add the link to "languages and input settings" into Keyboard settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix fypo 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/options/chromeos/keyboard_overlay.html » ('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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 Alt 2035 Alt
2036 </message> 2036 </message>
2037 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_VOID" 2037 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_VOID"
2038 desc="The dropdown list item for 'Customize modifier keys' overlay"> 2038 desc="The dropdown list item for 'Customize modifier keys' overlay">
2039 Disabled 2039 Disabled
2040 </message> 2040 </message>
2041 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK" 2041 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_CAPS_LOCK"
2042 desc="The dropdown list item for 'Customize modifier keys' overlay"> 2042 desc="The dropdown list item for 'Customize modifier keys' overlay">
2043 Caps Lock 2043 Caps Lock
2044 </message> 2044 </message>
2045 <message name="IDS_OPTIONS_SETTINGS_CHANGE_LANGUAGE_AND_INPUT_SETTINGS"
2046 desc="The link to open 'Language and input settings' window.">
2047 Change language and input settings
2048 </message>
2045 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH_AS_FUNCTION" 2049 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_KEY_SEARCH_AS_FUNCTION"
2046 desc="The checkbox to enable the Search key to act as a Function key" > 2050 desc="The checkbox to enable the Search key to act as a Function key" >
2047 Use the Search key to access extended keybindings. 2051 Use the Search key to access extended keybindings.
2048 </message> 2052 </message>
2049 <message name="IDS_OPTIONS_NO_POINTING_DEVICES" desc="Text shown when there is neither a touchpad nor a mouse."> 2053 <message name="IDS_OPTIONS_NO_POINTING_DEVICES" desc="Text shown when there is neither a touchpad nor a mouse.">
2050 No mouse or touchpad was detected. 2054 No mouse or touchpad was detected.
2051 </message> 2055 </message>
2052 <message name="IDS_OPTIONS_POINTER_MOUSE_OVERLAY_TITLE" desc="The title for 'P ointer settings' overlay for Mouse only."> 2056 <message name="IDS_OPTIONS_POINTER_MOUSE_OVERLAY_TITLE" desc="The title for 'P ointer settings' overlay for Mouse only.">
2053 Mouse settings 2057 Mouse settings
2054 </message> 2058 </message>
(...skipping 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after
3442 <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."> 3446 <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.">
3443 Network error while communicating with the device management service. 3447 Network error while communicating with the device management service.
3444 </message> 3448 </message>
3445 <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."> 3449 <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.">
3446 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>. 3450 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>.
3447 </message> 3451 </message>
3448 <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."> 3452 <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.">
3449 Device usage may be tracked. 3453 Device usage may be tracked.
3450 </message> 3454 </message>
3451 </grit-part> 3455 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/keyboard_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698