| 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 <!-- About Page --> | 4 <!-- About Page --> |
| 5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The stab
le label in the message about current channel."> | 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The stab
le label in the message about current channel."> |
| 7 stable | 7 stable |
| 8 </message> | 8 </message> |
| 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta
label in the message about current channel."> | 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta
label in the message about current channel."> |
| 10 beta | 10 beta |
| 11 </message> | 11 </message> |
| 12 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_DEV" desc="The dev la
bel in the message about current channel."> | 12 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_DEV" desc="The dev la
bel in the message about current channel."> |
| 13 dev | 13 dev |
| 14 </message> | 14 </message> |
| 15 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL" desc="The message ab
out current channel."> | 15 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL" desc="The message ab
out current channel."> |
| 16 Currently on <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> | 16 Currently on <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> |
| 17 </message> | 17 </message> |
| 18 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating C
hromiumOS or ChromeOS"> |
| 19 Updating your device |
| 20 </message> |
| 21 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label:
Successfully updated ChromiumOS/ChromeOS"> |
| 22 Nearly up-to-date! Restart your device to finish updating. |
| 23 </message> |
| 24 <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status la
bel: Updating ChromiumOS/ChromeOS to a specified channel"> |
| 25 Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> cha
nnel |
| 26 </message> |
| 27 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status
label: Channel was successfully switched on ChromiumOS/ChromeOS"> |
| 28 Channel changed. Restart your device to apply changes. |
| 29 </message> |
| 30 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already
up to date (ChromiumOS/ChromeOS)"> |
| 31 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. |
| 32 </message> |
| 18 </if> | 33 </if> |
| 19 <if expr="_google_chrome"> | 34 <if expr="_google_chrome"> |
| 20 <message name="IDS_SETTINGS_ABOUT_PAGE_REPORT_AN_ISSUE" desc="Text of the bu
tton which allows the user to report an issue with Chrome."> | 35 <message name="IDS_SETTINGS_ABOUT_PAGE_REPORT_AN_ISSUE" desc="Text of the bu
tton which allows the user to report an issue with Chrome."> |
| 21 Report an issue | 36 Report an issue |
| 22 </message> | 37 </message> |
| 23 </if> | 38 </if> |
| 39 <message name="IDS_SETTINGS_ABOUT_UPGRADE_CHECK_STARTED" desc="Status label: A
bout to start checking for updates"> |
| 40 Checking for updates |
| 41 </message> |
| 24 | 42 |
| 25 <!-- Policy Indicators --> | 43 <!-- Policy Indicators --> |
| 26 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed
in the controlled settings indicator tooltip when a setting's value is enforced
by an extension."> | 44 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed
in the controlled settings indicator tooltip when a setting's value is enforced
by an extension."> |
| 27 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten
sion</ex></ph> | 45 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten
sion</ex></ph> |
| 28 </message> | 46 </message> |
| 29 | 47 |
| 30 <!-- Accessibility Page --> | 48 <!-- Accessibility Page --> |
| 31 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi
ch displays accessibility preferences."> | 49 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi
ch displays accessibility preferences."> |
| 32 Accessibility | 50 Accessibility |
| 33 </message> | 51 </message> |
| (...skipping 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1319 System | 1337 System |
| 1320 </message> | 1338 </message> |
| 1321 <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."> | 1339 <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."> |
| 1322 Use hardware acceleration when available | 1340 Use hardware acceleration when available |
| 1323 </message> | 1341 </message> |
| 1324 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> | 1342 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the
button that changes a user's network proxy settings."> |
| 1325 Change proxy settings | 1343 Change proxy settings |
| 1326 </message> | 1344 </message> |
| 1327 </if> | 1345 </if> |
| 1328 </grit-part> | 1346 </grit-part> |
| OLD | NEW |