| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 Access your passwords from any device at <ph name="BEGIN_LINK"><a is=
"action-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="EN
D_LINK"></a></ph> | 391 Access your passwords from any device at <ph name="BEGIN_LINK"><a is=
"action-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="EN
D_LINK"></a></ph> |
| 392 </message> | 392 </message> |
| 393 </else> | 393 </else> |
| 394 </if> | 394 </if> |
| 395 | 395 |
| 396 <!-- Default Browser Page --> | 396 <!-- Default Browser Page --> |
| 397 <if expr="not chromeos"> | 397 <if expr="not chromeos"> |
| 398 <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."> | 398 <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."> |
| 399 Default browser | 399 Default browser |
| 400 </message> | 400 </message> |
| 401 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON" desc="Text
of the button used to make Chrome the default browser on the user's system."> |
| 402 Make default |
| 403 </message> |
| 401 </if> | 404 </if> |
| 402 | 405 |
| 403 <!-- Bluetooth Page --> | 406 <!-- Bluetooth Page --> |
| 404 <if expr="chromeos"> | 407 <if expr="chromeos"> |
| 405 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which
displays bluetooth device settings."> | 408 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which
displays bluetooth device settings."> |
| 406 Bluetooth | 409 Bluetooth |
| 407 </message> | 410 </message> |
| 408 <message name="IDS_SETTINGS_BLUETOOTH_ADD_DEVICE" desc="Name of the settings
page for adding bluetooth devices."> | 411 <message name="IDS_SETTINGS_BLUETOOTH_ADD_DEVICE" desc="Name of the settings
page for adding bluetooth devices."> |
| 409 Add a Device | 412 Add a Device |
| 410 </message> | 413 </message> |
| (...skipping 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2365 System | 2368 System |
| 2366 </message> | 2369 </message> |
| 2367 <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."> | 2370 <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."> |
| 2368 Use hardware acceleration when available | 2371 Use hardware acceleration when available |
| 2369 </message> | 2372 </message> |
| 2370 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 2373 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 2371 Change proxy settings | 2374 Change proxy settings |
| 2372 </message> | 2375 </message> |
| 2373 </if> | 2376 </if> |
| 2374 </grit-part> | 2377 </grit-part> |
| OLD | NEW |