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

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

Issue 1835533003: MD Settings: show part of a11y page on Mac/Windows/Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tommycli@ review Created 4 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/a11y_page.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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <!-- Accessibility Page --> 9 <!-- Accessibility Page -->
10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
11 Accessibility 11 Accessibility
12 </message> 12 </message>
13 <!-- TODO(dbeam): why is this "add additional"? Seems redundant. -->
14 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page wh ere users can install extensions which provide additional accessibility features .">
15 Add additional accessibility features
16 </message>
13 <if expr="chromeos"> 17 <if expr="chromeos">
14 <message name="IDS_SETTINGS_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessibility featur es.">
15 Add additional accessibility features
16 </message>
17 <message name="IDS_SETTINGS_OPTIONS_IN_MENU_LABEL" desc="Label for checkbox which enables showing accessibility options in the system menu."> 18 <message name="IDS_SETTINGS_OPTIONS_IN_MENU_LABEL" desc="Label for checkbox which enables showing accessibility options in the system menu.">
18 Show accessibility options in the system menu 19 Show accessibility options in the system menu
19 </message> 20 </message>
20 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_LABEL" desc="Label for checkb ox which enables showing a larger mouse cursor than normal."> 21 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_LABEL" desc="Label for checkb ox which enables showing a larger mouse cursor than normal.">
21 Show large mouse cursor 22 Show large mouse cursor
22 </message> 23 </message>
23 <message name="IDS_SETTINGS_HIGH_CONTRAST_LABEL" desc="Label for checkbox wh ich enables high-contrast UI."> 24 <message name="IDS_SETTINGS_HIGH_CONTRAST_LABEL" desc="Label for checkbox wh ich enables high-contrast UI.">
24 Use high contrast mode 25 Use high contrast mode
25 </message> 26 </message>
26 <message name="IDS_SETTINGS_STICKY_KEYS_LABEL" desc="Label for checkbox whic h enables sticky keys, with an explanation of the term 'sticky keys'."> 27 <message name="IDS_SETTINGS_STICKY_KEYS_LABEL" desc="Label for checkbox whic h enables sticky keys, with an explanation of the term 'sticky keys'.">
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 System 1157 System
1157 </message> 1158 </message>
1158 <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."> 1159 <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.">
1159 Use hardware acceleration when available 1160 Use hardware acceleration when available
1160 </message> 1161 </message>
1161 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1162 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1162 Change proxy settings 1163 Change proxy settings
1163 </message> 1164 </message>
1164 </if> 1165 </if>
1165 </grit-part> 1166 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/a11y_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698