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

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

Issue 2629573006: chromeos: Add Power device page to chrome://md-settings. (Closed)
Patch Set: merge 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 2863 matching lines...) Expand 10 before | Expand all | Expand 10 after
2874 Delete offline files? 2874 Delete offline files?
2875 </message> 2875 </message>
2876 <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."> 2876 <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.">
2877 Temporary Google Drive offline files will be deleted. Files that you’ve se t as available offline won’t be deleted from this device. 2877 Temporary Google Drive offline files will be deleted. Files that you’ve se t as available offline won’t be deleted from this device.
2878 </message> 2878 </message>
2879 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag e manager confirmation dialog, label for the button to delete offline files."> 2879 <message name="IDS_SETTINGS_STORAGE_DELETE_ALL_BUTTON_TITLE" desc="In storag e manager confirmation dialog, label for the button to delete offline files.">
2880 Delete files 2880 Delete files
2881 </message> 2881 </message>
2882 2882
2883 <!-- Power --> 2883 <!-- Power -->
2884 <message name="IDS_SETTINGS_POWER_SOURCE_LABEL" desc="The label for the powe r source dropdown in the Power overlay."> 2884 <message name="IDS_SETTINGS_POWER_TITLE" desc="In Device Settings, the title for power management.">
2885 Power
2886 </message>
2887 <message name="IDS_SETTINGS_POWER_SOURCE_LABEL" desc="In Device Settings > P ower, the label for the power source dropdown.">
2885 Power source 2888 Power source
2886 </message> 2889 </message>
2887 <message name="IDS_SETTINGS_POWER_SOURCE_BATTERY" desc="The text referring t o the battery as the power source."> 2890 <message name="IDS_SETTINGS_POWER_SOURCE_BATTERY" desc="In Device Settings > Power, the text referring to the battery as the power source.">
2888 Battery 2891 Battery
2889 </message> 2892 </message>
2890 <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."> 2893 <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.">
2891 AC adapter 2894 AC adapter
2892 </message> 2895 </message>
2893 <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."> 2896 <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.">
2894 Low-power charger 2897 Low-power charger
2895 </message> 2898 </message>
2896 <message name="IDS_SETTINGS_POWER_SOURCE_CALCULATING" desc="The description in the 'Power' overlay when the power status is being determined."> 2899 <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.">
2897 Checking... 2900 Checking...
2898 </message> 2901 </message>
2899 </if> 2902 </if>
2900 2903
2901 <!-- System Page --> 2904 <!-- System Page -->
2902 <if expr="not chromeos"> 2905 <if expr="not chromeos">
2903 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> 2906 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings.">
2904 System 2907 System
2905 </message> 2908 </message>
2906 <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."> 2909 <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.">
2907 Use hardware acceleration when available 2910 Use hardware acceleration when available
2908 </message> 2911 </message>
2909 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2912 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2910 Change proxy settings 2913 Change proxy settings
2911 </message> 2914 </message>
2912 </if> 2915 </if>
2913 </grit-part> 2916 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698