Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2629173004: MD Settings: Dual-role charger selection (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/device_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/device_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698