| OLD | NEW |
| 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
."> | 13 <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 | 14 Add accessibility features |
| 16 </message> | 15 </message> |
| 17 <if expr="chromeos"> | 16 <if expr="chromeos"> |
| 18 <message name="IDS_SETTINGS_OPTIONS_IN_MENU_LABEL" desc="Label for checkbox
which enables showing accessibility options in the system menu."> | 17 <message name="IDS_SETTINGS_OPTIONS_IN_MENU_LABEL" desc="Label for checkbox
which enables showing accessibility options in the system menu."> |
| 19 Show accessibility options in the system menu | 18 Show accessibility options in the system menu |
| 20 </message> | 19 </message> |
| 21 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_LABEL" desc="Label for checkb
ox which enables showing a larger mouse cursor than normal."> | 20 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_LABEL" desc="Label for checkb
ox which enables showing a larger mouse cursor than normal."> |
| 22 Show large mouse cursor | 21 Show large mouse cursor |
| 23 </message> | 22 </message> |
| 24 <message name="IDS_SETTINGS_HIGH_CONTRAST_LABEL" desc="Label for checkbox wh
ich enables high-contrast UI."> | 23 <message name="IDS_SETTINGS_HIGH_CONTRAST_LABEL" desc="Label for checkbox wh
ich enables high-contrast UI."> |
| 25 Use high contrast mode | 24 Use high contrast mode |
| (...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1157 System | 1156 System |
| 1158 </message> | 1157 </message> |
| 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."> | 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."> |
| 1160 Use hardware acceleration when available | 1159 Use hardware acceleration when available |
| 1161 </message> | 1160 </message> |
| 1162 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 1161 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 1163 Change proxy settings | 1162 Change proxy settings |
| 1164 </message> | 1163 </message> |
| 1165 </if> | 1164 </if> |
| 1166 </grit-part> | 1165 </grit-part> |
| OLD | NEW |