| 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 455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 <if expr="chromeos"> | 466 <if expr="chromeos"> |
| 467 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which
displays bluetooth device settings."> | 467 <message name="IDS_SETTINGS_BLUETOOTH" desc="Name of the settings page which
displays bluetooth device settings."> |
| 468 Bluetooth | 468 Bluetooth |
| 469 </message> | 469 </message> |
| 470 <message name="IDS_SETTINGS_BLUETOOTH_ADD_DEVICE" desc="Name of the settings
page for adding bluetooth devices."> | 470 <message name="IDS_SETTINGS_BLUETOOTH_ADD_DEVICE" desc="Name of the settings
page for adding bluetooth devices."> |
| 471 Add a Device | 471 Add a Device |
| 472 </message> | 472 </message> |
| 473 <message name="IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE" desc="Name of the setting
s page for pairing bluetooth devices."> | 473 <message name="IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE" desc="Name of the setting
s page for pairing bluetooth devices."> |
| 474 Pair Bluetooth Device | 474 Pair Bluetooth Device |
| 475 </message> | 475 </message> |
| 476 <message name="IDS_SETTINGS_BLUETOOTH_ENABLE" desc="Label for control to ena
ble or disable bluetooth."> | 476 <message name="IDS_SETTINGS_BLUETOOTH_ENABLED" desc="Label for bluetooth sec
tion when enabled."> |
| 477 Enable Bluetooth | 477 Bluetooth enabled |
| 478 </message> |
| 479 <message name="IDS_SETTINGS_BLUETOOTH_DISABLED" desc="Label for bluetooth se
ction when disabled."> |
| 480 Bluetooth disabled |
| 478 </message> | 481 </message> |
| 479 <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."> | 482 <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."> |
| 480 Show available bluetooth devices | 483 Show available bluetooth devices |
| 481 </message> | 484 </message> |
| 482 <message name="IDS_SETTINGS_BLUETOOTH_REMOVE" desc="Label for removing (unpa
iring) a paired bluetooth device"> | 485 <message name="IDS_SETTINGS_BLUETOOTH_REMOVE" desc="Label for removing (unpa
iring) a paired bluetooth device"> |
| 483 Remove from list | 486 Remove from list |
| 484 </message> | 487 </message> |
| 485 <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."> | 488 <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."> |
| 486 Please enter the PIN for "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>": | 489 Please enter the PIN for "<ph name="DEVICE_NAME">$1<ex>Nexus S</ex></ph>": |
| 487 </message> | 490 </message> |
| (...skipping 2247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2735 System | 2738 System |
| 2736 </message> | 2739 </message> |
| 2737 <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."> | 2740 <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."> |
| 2738 Use hardware acceleration when available | 2741 Use hardware acceleration when available |
| 2739 </message> | 2742 </message> |
| 2740 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 2743 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 2741 Change proxy settings | 2744 Change proxy settings |
| 2742 </message> | 2745 </message> |
| 2743 </if> | 2746 </if> |
| 2744 </grit-part> | 2747 </grit-part> |
| OLD | NEW |