| 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 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d
escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu
ild) unknown (64-bit)"> | 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d
escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu
ild) unknown (64-bit)"> |
| 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO
DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p
h> <ph name="PRODUCT_VERSION_BITS">$4</ph> | 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO
DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p
h> <ph name="PRODUCT_VERSION_BITS">$4</ph> |
| 7 </message> | 7 </message> |
| 8 <if expr="chromeos"> | 8 <if expr="chromeos"> |
| 9 <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."> | 9 <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."> |
| 10 Detailed build information | 10 Detailed build information |
| (...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 <if expr="chromeos"> | 457 <if expr="chromeos"> |
| 458 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which
displays bluetooth device settings."> | 458 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which
displays bluetooth device settings."> |
| 459 Bluetooth | 459 Bluetooth |
| 460 </message> | 460 </message> |
| 461 <message name="IDS_SETTINGS_BLUETOOTH_ADD_DEVICE" desc="Name of the settings
page for adding bluetooth devices."> | 461 <message name="IDS_SETTINGS_BLUETOOTH_ADD_DEVICE" desc="Name of the settings
page for adding bluetooth devices."> |
| 462 Add a Device | 462 Add a Device |
| 463 </message> | 463 </message> |
| 464 <message name="IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE" desc="Name of the setting
s page for pairing bluetooth devices."> | 464 <message name="IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE" desc="Name of the setting
s page for pairing bluetooth devices."> |
| 465 Pair Bluetooth Device | 465 Pair Bluetooth Device |
| 466 </message> | 466 </message> |
| 467 <message name="IDS_SETTINGS_BLUETOOTH_ENABLE" desc="Label for control to ena
ble or disable bluetooth."> | 467 <message name="IDS_SETTINGS_BLUETOOTH_ENABLED" desc="Label for bluetooth sec
tion when enabled."> |
| 468 Enable Bluetooth | 468 Bluetooth enabled |
| 469 </message> |
| 470 <message name="IDS_SETTINGS_BLUETOOTH_DISABLED" desc="Label for bluetooth se
ction when disabled."> |
| 471 Bluetooth disabled |
| 469 </message> | 472 </message> |
| 470 <message name="IDS_SETTINGS_BLUETOOTH_EXPAND_ACCESSIBILITY_LABEL" desc="Labe
l for the button that toggles showing available bluetooth devices. Only visible
by screen reader software."> | 473 <message name="IDS_SETTINGS_BLUETOOTH_EXPAND_ACCESSIBILITY_LABEL" desc="Labe
l for the button that toggles showing available bluetooth devices. Only visible
by screen reader software."> |
| 471 Show available bluetooth devices | 474 Show available bluetooth devices |
| 472 </message> | 475 </message> |
| 473 <message name="IDS_SETTINGS_BLUETOOTH_REMOVE" desc="Label for removing (unpa
iring) a paired bluetooth device"> | 476 <message name="IDS_SETTINGS_BLUETOOTH_REMOVE" desc="Label for removing (unpa
iring) a paired bluetooth device"> |
| 474 Remove from list | 477 Remove from list |
| 475 </message> | 478 </message> |
| 476 <message name="IDS_SETTINGS_BLUETOOTH_REQUEST_PINCODE" desc="Bluetooth pairi
ng message typically displayed when the external Bluetooth 2.0 and older device
has no display or means of input."> | 479 <message name="IDS_SETTINGS_BLUETOOTH_REQUEST_PINCODE" desc="Bluetooth pairi
ng message typically displayed when the external Bluetooth 2.0 and older device
has no display or means of input."> |
| 477 Please enter the PIN for "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>": | 480 Please enter the PIN for "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>": |
| 478 </message> | 481 </message> |
| (...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2723 System | 2726 System |
| 2724 </message> | 2727 </message> |
| 2725 <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."> | 2728 <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."> |
| 2726 Use hardware acceleration when available | 2729 Use hardware acceleration when available |
| 2727 </message> | 2730 </message> |
| 2728 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 2731 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 2729 Change proxy settings | 2732 Change proxy settings |
| 2730 </message> | 2733 </message> |
| 2731 </if> | 2734 </if> |
| 2732 </grit-part> | 2735 </grit-part> |
| OLD | NEW |