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 <!-- About Page --> | 4 <!-- About Page --> |
5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc
ribing the section that shows detailed information about the current Chrome buil
d."> | 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc
ribing the section that shows detailed information about the current Chrome buil
d."> |
7 Detailed build information | 7 Detailed build information |
8 </message> | 8 </message> |
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers
ion"> | 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers
ion"> |
10 ARC Version | 10 ARC Version |
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 <if expr="not chromeos"> | 247 <if expr="not chromeos"> |
248 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta
rt Chrome."> | 248 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta
rt Chrome."> |
249 Relaunch | 249 Relaunch |
250 </message> | 250 </message> |
251 </if> | 251 </if> |
252 <if expr="chromeos"> | 252 <if expr="chromeos"> |
253 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta
rt ChromeOS."> | 253 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta
rt ChromeOS."> |
254 Restart | 254 Restart |
255 </message> | 255 </message> |
256 </if> | 256 </if> |
| 257 <message name="IDS_SETTINGS_CONTROLLED_BY_EXTENSION" desc="Label text of an in
dicator that a setting's value is being controlled by an extension."> |
| 258 <ph name="NAME">$1<ex>Adblocker plusplus</ex></ph> is controlling this setti
ng |
| 259 </message> |
257 | 260 |
258 <!-- Passwords and Autofill Page --> | 261 <!-- Passwords and Autofill Page --> |
259 <message name="IDS_SETTINGS_OVERFLOW_MENU" desc="Alt text for the overflow but
ton on a list item. Triggers a context menu when clicked."> | 262 <message name="IDS_SETTINGS_OVERFLOW_MENU" desc="Alt text for the overflow but
ton on a list item. Triggers a context menu when clicked."> |
260 Menu | 263 Menu |
261 </message> | 264 </message> |
262 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t
he settings page which allows managing passwords and autofill settings."> | 265 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t
he settings page which allows managing passwords and autofill settings."> |
263 Passwords and forms | 266 Passwords and forms |
264 </message> | 267 </message> |
265 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and
toggle."> | 268 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and
toggle."> |
266 Autofill settings | 269 Autofill settings |
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2671 System | 2674 System |
2672 </message> | 2675 </message> |
2673 <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."> | 2676 <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."> |
2674 Use hardware acceleration when available | 2677 Use hardware acceleration when available |
2675 </message> | 2678 </message> |
2676 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 2679 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
2677 Change proxy settings | 2680 Change proxy settings |
2678 </message> | 2681 </message> |
2679 </if> | 2682 </if> |
2680 </grit-part> | 2683 </grit-part> |
OLD | NEW |