| 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."> |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 </message> | 153 </message> |
| 154 <message name="IDS_SETTINGS_PASSWORDS_MENU" desc="Label for a button shows opt
ions available for this password item. Available options should be 'Edit' and 'R
emove'"> | 154 <message name="IDS_SETTINGS_PASSWORDS_MENU" desc="Label for a button shows opt
ions available for this password item. Available options should be 'Edit' and 'R
emove'"> |
| 155 Menu | 155 Menu |
| 156 </message> | 156 </message> |
| 157 <message name="IDS_SETTINGS_PASSWORDS_EDIT" desc="Label for a menu item that s
hows a dialog with edit options for a password."> | 157 <message name="IDS_SETTINGS_PASSWORDS_EDIT" desc="Label for a menu item that s
hows a dialog with edit options for a password."> |
| 158 Edit | 158 Edit |
| 159 </message> | 159 </message> |
| 160 <message name="IDS_SETTINGS_PASSWORDS_REMOVE" desc="Label for a menu item that
removes a saved password."> | 160 <message name="IDS_SETTINGS_PASSWORDS_REMOVE" desc="Label for a menu item that
removes a saved password."> |
| 161 Remove | 161 Remove |
| 162 </message> | 162 </message> |
| 163 <message name="IDS_SETTINGS_PASSWORDS_EDIT_TITLE" desc="Title for the 'Edit sa
ved password' dialog. This dialog lets a user see a saved password and copy the
username."> |
| 164 Edit saved password |
| 165 </message> |
| 166 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p
assword is for when editing a password."> |
| 167 Website |
| 168 </message> |
| 169 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user
name when editing a password."> |
| 170 Username |
| 171 </message> |
| 172 <message name="IDS_SETTINGS_PASSWORDS_PASSWORD" desc="Label for the saved pass
word when editing a password."> |
| 173 Password |
| 174 </message> |
| 163 | 175 |
| 164 <!-- Default Browser Page --> | 176 <!-- Default Browser Page --> |
| 165 <if expr="not chromeos"> | 177 <if expr="not chromeos"> |
| 166 <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Brows
er page, which allows users to set which browser will open .html files within th
e OS."> | 178 <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Brows
er page, which allows users to set which browser will open .html files within th
e OS."> |
| 167 Default browser | 179 Default browser |
| 168 </message> | 180 </message> |
| 169 </if> | 181 </if> |
| 170 | 182 |
| 171 <!-- Bluetooth Page --> | 183 <!-- Bluetooth Page --> |
| 172 <if expr="chromeos"> | 184 <if expr="chromeos"> |
| (...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1152 System | 1164 System |
| 1153 </message> | 1165 </message> |
| 1154 <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."> | 1166 <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."> |
| 1155 Use hardware acceleration when available | 1167 Use hardware acceleration when available |
| 1156 </message> | 1168 </message> |
| 1157 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 1169 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 1158 Change proxy settings | 1170 Change proxy settings |
| 1159 </message> | 1171 </message> |
| 1160 </if> | 1172 </if> |
| 1161 </grit-part> | 1173 </grit-part> |
| OLD | NEW |