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

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

Issue 2786453002: Add links to more options pages for Chrome OS accessibility features (Closed)
Patch Set: Created 3 years, 8 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 </message> 155 </message>
156 <message name="IDS_SETTINGS_HIGH_CONTRAST_LABEL" desc="Label for checkbox wh ich enables high-contrast UI."> 156 <message name="IDS_SETTINGS_HIGH_CONTRAST_LABEL" desc="Label for checkbox wh ich enables high-contrast UI.">
157 Use high contrast mode 157 Use high contrast mode
158 </message> 158 </message>
159 <message name="IDS_SETTINGS_STICKY_KEYS_LABEL" desc="Label for checkbox whic h enables sticky keys, with an explanation of the term 'sticky keys'."> 159 <message name="IDS_SETTINGS_STICKY_KEYS_LABEL" desc="Label for checkbox whic h enables sticky keys, with an explanation of the term 'sticky keys'.">
160 Enable sticky keys (to perform keyboard shortcuts by typing them sequentia lly) 160 Enable sticky keys (to perform keyboard shortcuts by typing them sequentia lly)
161 </message> 161 </message>
162 <message name="IDS_SETTINGS_CHROMEVOX_LABEL" desc="Label for checkbox which enables ChromeVox, with a description of what ChromeVox is."> 162 <message name="IDS_SETTINGS_CHROMEVOX_LABEL" desc="Label for checkbox which enables ChromeVox, with a description of what ChromeVox is.">
163 Enable ChromeVox (spoken feedback) 163 Enable ChromeVox (spoken feedback)
164 </message> 164 </message>
165 <message name="IDS_SETTINGS_CHROMEVOX_OPTIONS_LABEL" desc="Label for button to open ChromeVox options.">
166 ChromeVox Options
167 </message>
165 <message name="IDS_SETTINGS_SCREEN_MAGNIFIER_LABEL" desc="Label for checkbox which enables the screen magnifier"> 168 <message name="IDS_SETTINGS_SCREEN_MAGNIFIER_LABEL" desc="Label for checkbox which enables the screen magnifier">
166 Enable screen magnifier 169 Enable screen magnifier
167 </message> 170 </message>
168 <message name="IDS_SETTINGS_TAP_DRAGGING_LABEL" desc="Label for checkbox whi ch enables tap dragging."> 171 <message name="IDS_SETTINGS_TAP_DRAGGING_LABEL" desc="Label for checkbox whi ch enables tap dragging.">
169 Enable tap dragging 172 Enable tap dragging
170 </message> 173 </message>
171 <message name="IDS_SETTINGS_CLICK_ON_STOP_LABEL" desc="Label for checkbox wh ich enables automatically clicking when the mouse pointer stops."> 174 <message name="IDS_SETTINGS_CLICK_ON_STOP_LABEL" desc="Label for checkbox wh ich enables automatically clicking when the mouse pointer stops.">
172 Automatically click when the mouse pointer stops 175 Automatically click when the mouse pointer stops
173 </message> 176 </message>
174 <message name="IDS_SETTINGS_DELAY_BEFORE_CLICK_LABEL" desc="Label for dropdo wn menu which contains various time delays for clicks."> 177 <message name="IDS_SETTINGS_DELAY_BEFORE_CLICK_LABEL" desc="Label for dropdo wn menu which contains various time delays for clicks.">
(...skipping 2770 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 System 2948 System
2946 </message> 2949 </message>
2947 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 2950 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
2948 Use hardware acceleration when available 2951 Use hardware acceleration when available
2949 </message> 2952 </message>
2950 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2953 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2951 Change proxy settings 2954 Change proxy settings
2952 </message> 2955 </message>
2953 </if> 2956 </if>
2954 </grit-part> 2957 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698