| 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 2671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2682 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_OFF" desc="Label indicating th
at the displays are currently not mirrored"> | 2682 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_OFF" desc="Label indicating th
at the displays are currently not mirrored"> |
| 2683 Off | 2683 Off |
| 2684 </message> | 2684 </message> |
| 2685 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TITLE" desc="In Device
Settings > Displays, the label for initiating touch calibration."> | 2685 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TITLE" desc="In Device
Settings > Displays, the label for initiating touch calibration."> |
| 2686 Calibrate | 2686 Calibrate |
| 2687 </message> | 2687 </message> |
| 2688 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TEXT" desc="In Device
Settings > Displays, the sublabel for initiating touch calibration."> | 2688 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TEXT" desc="In Device
Settings > Displays, the sublabel for initiating touch calibration."> |
| 2689 Define the boundaries of your touchscreen over the display | 2689 Define the boundaries of your touchscreen over the display |
| 2690 </message> | 2690 </message> |
| 2691 | 2691 |
| 2692 <!-- Power --> |
| 2693 <message name="IDS_SETTINGS_POWER_TITLE" desc="In Device Settings, the title
for power management."> |
| 2694 Power |
| 2695 </message> |
| 2696 |
| 2692 <!-- Storage --> | 2697 <!-- Storage --> |
| 2693 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit
le for storage management."> | 2698 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit
le for storage management."> |
| 2694 Storage management | 2699 Storage management |
| 2695 </message> | 2700 </message> |
| 2696 <message name="IDS_SETTINGS_STORAGE_ITEM_IN_USE" desc="In Device Settings >
Storage, label for the used storage size of Chrome OS internal storage."> | 2701 <message name="IDS_SETTINGS_STORAGE_ITEM_IN_USE" desc="In Device Settings >
Storage, label for the used storage size of Chrome OS internal storage."> |
| 2697 In use | 2702 In use |
| 2698 </message> | 2703 </message> |
| 2699 <message name="IDS_SETTINGS_STORAGE_ITEM_AVAILABLE" desc="In Device Settings
> Storage, label for the available storage size of Chrome OS internal storage."
> | 2704 <message name="IDS_SETTINGS_STORAGE_ITEM_AVAILABLE" desc="In Device Settings
> Storage, label for the available storage size of Chrome OS internal storage."
> |
| 2700 Available | 2705 Available |
| 2701 </message> | 2706 </message> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2755 System | 2760 System |
| 2756 </message> | 2761 </message> |
| 2757 <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."> | 2762 <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."> |
| 2758 Use hardware acceleration when available | 2763 Use hardware acceleration when available |
| 2759 </message> | 2764 </message> |
| 2760 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 2765 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 2761 Change proxy settings | 2766 Change proxy settings |
| 2762 </message> | 2767 </message> |
| 2763 </if> | 2768 </if> |
| 2764 </grit-part> | 2769 </grit-part> |
| OLD | NEW |