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

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

Issue 2629573006: chromeos: Add Power device page to chrome://md-settings. (Closed)
Patch Set: update now that power source settings exist Created 3 years, 9 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 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after
2866 Delete offline files? 2866 Delete offline files?
2867 </message> 2867 </message>
2868 <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."> 2868 <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.">
2869 Temporary Google Drive offline files will be deleted. Files that you’ve se t as available offline won’t be deleted from this device. 2869 Temporary Google Drive offline files will be deleted. Files that you’ve se t as available offline won’t be deleted from this device.
2870 </message> 2870 </message>
2871 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag e manager confirmation dialog, label for the button to delete offline files."> 2871 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag e manager confirmation dialog, label for the button to delete offline files.">
2872 Delete files 2872 Delete files
2873 </message> 2873 </message>
2874 2874
2875 <!-- Power --> 2875 <!-- Power -->
2876 <message name="IDS_SETTINGS_POWER_SOURCE_LABEL" desc="The label for the powe r source dropdown in the Power overlay."> 2876 <message name="IDS_SETTINGS_POWER_TITLE" desc="In Device Settings, the title for power management.">
2877 Power
2878 </message>
2879 <message name="IDS_SETTINGS_POWER_SOURCE_LABEL" desc="In Device Settings > P ower, the label for the power source dropdown.">
2877 Power source 2880 Power source
2878 </message> 2881 </message>
2879 <message name="IDS_SETTINGS_POWER_SOURCE_BATTERY" desc="The text referring t o the battery as the power source."> 2882 <message name="IDS_SETTINGS_POWER_SOURCE_BATTERY" desc="In Device Settings > Power, the text referring to the battery as the power source.">
2880 Battery 2883 Battery
2881 </message> 2884 </message>
2882 <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."> 2885 <message name="IDS_SETTINGS_POWER_SOURCE_AC_ADAPTER" desc="In Device Setting s > Power, the text referring to a dedicated charger like an AC adapter as the p ower source.">
2883 AC adapter 2886 AC adapter
2884 </message> 2887 </message>
2885 <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."> 2888 <message name="IDS_SETTINGS_POWER_SOURCE_LOW_POWER_CHARGER" desc="In Device Settings > Power, the text referring to a low-power charger like a USB charger a s the power source.">
2886 Low-power charger 2889 Low-power charger
2887 </message> 2890 </message>
2888 <message name="IDS_SETTINGS_POWER_SOURCE_CALCULATING" desc="The description in the 'Power' overlay when the power status is being determined."> 2891 <message name="IDS_SETTINGS_POWER_SOURCE_CALCULATING" desc="In Device Settin gs > Power, the power source description when the power status is being determin ed.">
2889 Checking... 2892 Checking...
2890 </message> 2893 </message>
2891 </if> 2894 </if>
2892 2895
2893 <!-- System Page --> 2896 <!-- System Page -->
2894 <if expr="not chromeos"> 2897 <if expr="not chromeos">
2895 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> 2898 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings.">
2896 System 2899 System
2897 </message> 2900 </message>
2898 <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."> 2901 <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.">
2899 Use hardware acceleration when available 2902 Use hardware acceleration when available
2900 </message> 2903 </message>
2901 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2904 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2902 Change proxy settings 2905 Change proxy settings
2903 </message> 2906 </message>
2904 </if> 2907 </if>
2905 </grit-part> 2908 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698