| 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 2687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2698 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESET" desc="Label for resettin
g overscan calibration."> | 2698 <message name="IDS_SETTINGS_DISPLAY_OVERSCAN_RESET" desc="Label for resettin
g overscan calibration."> |
| 2699 Reset | 2699 Reset |
| 2700 </message> | 2700 </message> |
| 2701 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_ON" desc="Label indicating tha
t the displays are currently mirrored"> | 2701 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_ON" desc="Label indicating tha
t the displays are currently mirrored"> |
| 2702 On | 2702 On |
| 2703 </message> | 2703 </message> |
| 2704 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_OFF" desc="Label indicating th
at the displays are currently not mirrored"> | 2704 <message name="IDS_SETTINGS_DISPLAY_MIRRORING_OFF" desc="Label indicating th
at the displays are currently not mirrored"> |
| 2705 Off | 2705 Off |
| 2706 </message> | 2706 </message> |
| 2707 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TITLE" desc="In Device
Settings > Displays, the label for initiating touch calibration."> | 2707 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TITLE" desc="In Device
Settings > Displays, the label for initiating touch calibration."> |
| 2708 Calibrate | 2708 Calibrate touchscreen |
| 2709 </message> | 2709 </message> |
| 2710 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TEXT" desc="In Device
Settings > Displays, the sublabel for initiating touch calibration."> | 2710 <message name="IDS_SETTINGS_DISPLAY_TOUCH_CALIBRATION_TEXT" desc="In Device
Settings > Displays, the sublabel for initiating touch calibration."> |
| 2711 Define the boundaries of your touchscreen over the display | 2711 Set up and adjust the accuracy of your touchscreen |
| 2712 </message> | 2712 </message> |
| 2713 | 2713 |
| 2714 <!-- Storage --> | 2714 <!-- Storage --> |
| 2715 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit
le for storage management."> | 2715 <message name="IDS_SETTINGS_STORAGE_TITLE" desc="In Device Settings, the tit
le for storage management."> |
| 2716 Storage management | 2716 Storage management |
| 2717 </message> | 2717 </message> |
| 2718 <message name="IDS_SETTINGS_STORAGE_ITEM_IN_USE" desc="In Device Settings >
Storage, label for the used storage size of Chrome OS internal storage."> | 2718 <message name="IDS_SETTINGS_STORAGE_ITEM_IN_USE" desc="In Device Settings >
Storage, label for the used storage size of Chrome OS internal storage."> |
| 2719 In use | 2719 In use |
| 2720 </message> | 2720 </message> |
| 2721 <message name="IDS_SETTINGS_STORAGE_ITEM_AVAILABLE" desc="In Device Settings
> Storage, label for the available storage size of Chrome OS internal storage."
> | 2721 <message name="IDS_SETTINGS_STORAGE_ITEM_AVAILABLE" desc="In Device Settings
> Storage, label for the available storage size of Chrome OS internal storage."
> |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2794 System | 2794 System |
| 2795 </message> | 2795 </message> |
| 2796 <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."> | 2796 <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."> |
| 2797 Use hardware acceleration when available | 2797 Use hardware acceleration when available |
| 2798 </message> | 2798 </message> |
| 2799 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 2799 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 2800 Change proxy settings | 2800 Change proxy settings |
| 2801 </message> | 2801 </message> |
| 2802 </if> | 2802 </if> |
| 2803 </grit-part> | 2803 </grit-part> |
| OLD | NEW |