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

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

Issue 11418231: Adding learn more link in chrome://settings for a11y features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser_options.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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 </message> 696 </message>
697 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_FAILED"> 697 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_CONNECT_FAILED">
698 Failed to connect to "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>". 698 Failed to connect to "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>".
699 </message> 699 </message>
700 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT_FAILED"> 700 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT_FAILED">
701 Failed to disconnect from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>". 701 Failed to disconnect from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ex></ph>".
702 </message> 702 </message>
703 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FORGET_FAILED"> 703 <message name="IDS_OPTIONS_SETTINGS_BLUETOOTH_FORGET_FAILED">
704 Failed to disconnect and unpair from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ ex></ph>". 704 Failed to disconnect and unpair from "<ph name="DEVICE_NAME">%1<ex>Nexus S</ ex></ph>".
705 </message> 705 </message>
706 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_EXPLANATION" desc="In the se ttings tab, this text explains the accessibiliy features.">
707 Enable the accessibility features you need.
708 </message>
706 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In the se ttings tab, the text next to the checkbox for spoken feedback."> 709 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_DESCRIPTION" desc="In the se ttings tab, the text next to the checkbox for spoken feedback.">
707 Enable spoken feedback 710 Enable spoken feedback
708 </message> 711 </message>
709 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_HIGH_CONTRAST_DESCRIPTION" d esc="In the settings tab, the text next to the checkbox for high contrast mode." > 712 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_HIGH_CONTRAST_DESCRIPTION" d esc="In the settings tab, the text next to the checkbox for high contrast mode." >
710 Enable high contrast mode 713 Enable high contrast mode
711 </message> 714 </message>
712 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_DESCRIPTION " desc="In the settings tab, the text next to the dropdown for screen magnifier. "> 715 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_DESCRIPTION " desc="In the settings tab, the text next to the dropdown for screen magnifier. ">
713 Enable screen magnifier 716 Enable screen magnifier
714 </message> 717 </message>
715 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_OFF" desc=" In the settings tab, the option indication the screen magnifier is off."> 718 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_OFF" desc=" In the settings tab, the option indication the screen magnifier is off.">
(...skipping 2726 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."> 3445 <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. 3446 Network error while communicating with the device management service.
3444 </message> 3447 </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."> 3448 <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>. 3449 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>.
3447 </message> 3450 </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."> 3451 <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. 3452 Device usage may be tracked.
3450 </message> 3453 </message>
3451 </grit-part> 3454 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698