| 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 2726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2737 </message> | 2737 </message> |
| 2738 <message name="IDS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DIALOG_TITLE" desc="Ti
tle for the storage manager confirmation dialog tab to remove Google Drive offli
ne files."> | 2738 <message name="IDS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DIALOG_TITLE" desc="Ti
tle for the storage manager confirmation dialog tab to remove Google Drive offli
ne files."> |
| 2739 Delete offline files? | 2739 Delete offline files? |
| 2740 </message> | 2740 </message> |
| 2741 <message name="IDS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DESCRIPTION" desc="Des
cription in the storage manager confirmation dialog to remove Google Drive offli
ne files."> | 2741 <message name="IDS_SETTINGS_STORAGE_CLEAR_DRIVE_CACHE_DESCRIPTION" desc="Des
cription in the storage manager confirmation dialog to remove Google Drive offli
ne files."> |
| 2742 Temporary Google Drive offline files will be deleted. Files that you’ve se
t as available offline won’t be deleted from this device. | 2742 Temporary Google Drive offline files will be deleted. Files that you’ve se
t as available offline won’t be deleted from this device. |
| 2743 </message> | 2743 </message> |
| 2744 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag
e manager confirmation dialog, label for the button to delete offline files."> | 2744 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag
e manager confirmation dialog, label for the button to delete offline files."> |
| 2745 Delete files | 2745 Delete files |
| 2746 </message> | 2746 </message> |
| 2747 |
| 2748 <!-- Power --> |
| 2749 <message name="IDS_SETTINGS_POWER_SOURCE_LABEL" desc="The label for the powe
r source dropdown in the Power overlay."> |
| 2750 Power source |
| 2751 </message> |
| 2752 <message name="IDS_SETTINGS_POWER_SOURCE_BATTERY" desc="The text referring t
o the battery as the power source."> |
| 2753 Battery |
| 2754 </message> |
| 2755 <message name="IDS_SETTINGS_POWER_SOURCE_AC_ADAPTER" desc="The text referrin
g to a dedicated charger like an AC adapter as the power source."> |
| 2756 AC adapter |
| 2757 </message> |
| 2758 <message name="IDS_SETTINGS_POWER_SOURCE_LOW_POWER_CHARGER" desc="The text r
eferring to a low-power charger like a USB charger as the power source."> |
| 2759 Low-power charger |
| 2760 </message> |
| 2761 <message name="IDS_SETTINGS_POWER_SOURCE_CALCULATING" desc="The description
in the 'Power' overlay when the power status is being determined."> |
| 2762 Checking... |
| 2763 </message> |
| 2747 </if> | 2764 </if> |
| 2748 | 2765 |
| 2749 <!-- System Page --> | 2766 <!-- System Page --> |
| 2750 <if expr="not chromeos"> | 2767 <if expr="not chromeos"> |
| 2751 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> | 2768 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> |
| 2752 System | 2769 System |
| 2753 </message> | 2770 </message> |
| 2754 <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."> | 2771 <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."> |
| 2755 Use hardware acceleration when available | 2772 Use hardware acceleration when available |
| 2756 </message> | 2773 </message> |
| 2757 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 2774 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 2758 Change proxy settings | 2775 Change proxy settings |
| 2759 </message> | 2776 </message> |
| 2760 </if> | 2777 </if> |
| 2761 </grit-part> | 2778 </grit-part> |
| OLD | NEW |