OLD | NEW |
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 Loading... |
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 <message name="IDS_SETTINGS_MULTIDEVICE_SMS_CONNECT_SUMMARY" desc="Summary e
xplaining what the SMS connect feature does."> |
| 3221 Get notifications for new text messages on your Chromebook |
| 3222 </message> |
| 3223 </if> |
| 3224 |
3211 </grit-part> | 3225 </grit-part> |
OLD | NEW |