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

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

Issue 11280236: A11y: Add the option to always show the a11y tray menu regardless of the state of a11y features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 </message> 726 </message>
727 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_PARTIAL" de sc="In the settings tab, the option indication the screen magnifier is set to pa rtial."> 727 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SCREEN_MAGNIFIER_PARTIAL" de sc="In the settings tab, the option indication the screen magnifier is set to pa rtial.">
728 Partial 728 Partial
729 </message> 729 </message>
730 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_TOUCHPAD_TAP_DRAGGING_DESCRI PTION" desc="In the settings tab, the text next to the checkbox for tap dragging ."> 730 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_TOUCHPAD_TAP_DRAGGING_DESCRI PTION" desc="In the settings tab, the text next to the checkbox for tap dragging .">
731 Enable tap dragging 731 Enable tap dragging
732 </message> 732 </message>
733 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_VIRTUAL_KEYBOARD_DESCRIPTION " desc="In the settings tab, the text next to the checkbox for virtual keyboard. "> 733 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_VIRTUAL_KEYBOARD_DESCRIPTION " desc="In the settings tab, the text next to the checkbox for virtual keyboard. ">
734 Enable virtual keyboard 734 Enable virtual keyboard
735 </message> 735 </message>
736 <message name="IDS_OPTIONS_SETTINGS_ACCESSIBILITY_SHOULD_ALWAYS_SHOW_MENU" des c="In the settings tab, the text next to the checkbox to show the accessibility tray menu regardless of the state of a11y features.">
737 Enable accessibility menu
738 </message>
736 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab."> 739 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_BUTTON_LABEL" desc="Label for the button opening display settings tab.">
737 Display settings 740 Display settings
738 </message> 741 </message>
739 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab."> 742 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_TAB_TITLE" desc="Title for the display settings tab.">
740 Manage displays 743 Manage displays
741 </message> 744 </message>
742 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_START_MIRRORING" desc="But ton label to start display mirroring."> 745 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_START_MIRRORING" desc="But ton label to start display mirroring.">
743 Start mirroring 746 Start mirroring
744 </message> 747 </message>
745 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_STOP_MIRRORING" desc="Butt on label to stop display mirroring."> 748 <message name="IDS_OPTIONS_SETTINGS_DISPLAY_OPTIONS_STOP_MIRRORING" desc="Butt on label to stop display mirroring.">
(...skipping 2741 matching lines...) Expand 10 before | Expand all | Expand 10 after
3487 <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."> 3490 <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.">
3488 Network error while communicating with the device management service. 3491 Network error while communicating with the device management service.
3489 </message> 3492 </message>
3490 <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."> 3493 <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.">
3491 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>. 3494 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>.
3492 </message> 3495 </message>
3493 <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."> 3496 <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.">
3494 Device usage may be tracked. 3497 Device usage may be tracked.
3495 </message> 3498 </message>
3496 </grit-part> 3499 </grit-part>
OLDNEW
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698