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

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

Issue 2964293002: CrOS Settings: Add skeleton page for multidevice section. (Closed)
Patch Set: Minor cleanups Created 3 years, 5 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 3190 matching lines...) Expand 10 before | Expand all | Expand 10 after
3201 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings."> 3201 <message name="IDS_SETTINGS_SYSTEM" desc="Title of the system settings.">
3202 System 3202 System
3203 </message> 3203 </message>
3204 <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."> 3204 <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.">
3205 Use hardware acceleration when available 3205 Use hardware acceleration when available
3206 </message> 3206 </message>
3207 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings."> 3207 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the control that opens a user's network proxy settings.">
3208 Open proxy settings 3208 Open proxy settings
3209 </message> 3209 </message>
3210 </if> 3210 </if>
3211
3212 <!-- Multidevice Page -->
3213 <if expr="chromeos">
3214 <message name="IDS_SETTINGS_MULTIDEVICE" desc="Name of the settings page fea tures the user's other devices connected to the Chromebook.">
3215 Connected devices
3216 </message>
3217 <message name="IDS_SETTINGS_MULTIDEVICE_SMS_CONNECT" desc="Title of the mult i-device feature for displaying SMS notifications.">
3218 SMS connect
3219 </message>
3220 </if>
3221
3211 </grit-part> 3222 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698