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

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

Issue 2629173004: MD Settings: Dual-role charger selection (Closed)
Patch Set: cleanup 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
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 2729 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 </message> 2740 </message>
2741 <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."> 2741 <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.">
2742 Delete offline files? 2742 Delete offline files?
2743 </message> 2743 </message>
2744 <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."> 2744 <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.">
2745 Temporary Google Drive offline files will be deleted. Files that you’ve se t as available offline won’t be deleted from this device. 2745 Temporary Google Drive offline files will be deleted. Files that you’ve se t as available offline won’t be deleted from this device.
2746 </message> 2746 </message>
2747 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag e manager confirmation dialog, label for the button to delete offline files."> 2747 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag e manager confirmation dialog, label for the button to delete offline files.">
2748 Delete files 2748 Delete files
2749 </message> 2749 </message>
2750
2751 <!-- Power -->
2752 <message name="IDS_SETTINGS_POWER_SOURCE_LABEL" desc="The label for the powe r source dropdown in the Power overlay.">
2753 Power source
2754 </message>
2755 <message name="IDS_SETTINGS_POWER_SOURCE_BATTERY" desc="The text referring t o the battery as the power source.">
2756 Battery
2757 </message>
2758 <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.">
2759 AC adapter
2760 </message>
2761 <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.">
2762 Low-power charger
2763 </message>
2764 <message name="IDS_SETTINGS_POWER_SOURCE_CALCULATING" desc="The description in the 'Power' overlay when the power status is being determined.">
2765 Checking...
2766 </message>
2750 </if> 2767 </if>
2751 2768
2752 <!-- System Page --> 2769 <!-- System Page -->
2753 <if expr="not chromeos"> 2770 <if expr="not chromeos">
2754 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> 2771 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings.">
2755 System 2772 System
2756 </message> 2773 </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."> 2774 <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 2775 Use hardware acceleration when available
2759 </message> 2776 </message>
2760 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2777 <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 2778 Change proxy settings
2762 </message> 2779 </message>
2763 </if> 2780 </if>
2764 </grit-part> 2781 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698