| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Settings-specific Chromium strings (included from chromium_strings.grd). --
> | 2 <!-- Settings-specific Chromium strings (included from chromium_strings.grd). --
> |
| 3 <grit-part> | 3 <grit-part> |
| 4 <!-- About Page --> | 4 <!-- About Page --> |
| 5 <if expr="not chromeos"> | 5 <if expr="not chromeos"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> | 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> |
| 7 About Chromium | 7 About Chromium |
| 8 </message> | 8 </message> |
| 9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> | 9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> |
| 10 Get help with Chromium | 10 Get help with Chromium |
| 11 </message> | 11 </message> |
| 12 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating C
hromium"> | 12 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating C
hromium"> |
| 13 Updating Chromium | 13 Updating Chromium (<ph name="PROGRESS_PERCENT">$1<ex>90%</ex></ph>) |
| 14 </message> | 14 </message> |
| 15 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label:
Successfully updated Chromium"> | 15 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label:
Successfully updated Chromium"> |
| 16 Nearly up to date! Relaunch Chromium to finish updating. | 16 Nearly up to date! Relaunch Chromium to finish updating. |
| 17 </message> | 17 </message> |
| 18 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already
up to date (Chromium)"> | 18 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already
up to date (Chromium)"> |
| 19 Chromium is up to date. | 19 Chromium is up to date. |
| 20 </message> | 20 </message> |
| 21 </if> | 21 </if> |
| 22 <if expr="chromeos"> | 22 <if expr="chromeos"> |
| 23 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> | 23 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th
e checkbox to allow apps to run in the background, when Chrome is closed."> | 94 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th
e checkbox to allow apps to run in the background, when Chrome is closed."> |
| 95 Continue running background apps when Chromium is closed | 95 Continue running background apps when Chromium is closed |
| 96 </message> | 96 </message> |
| 97 </if> | 97 </if> |
| 98 | 98 |
| 99 <!-- Reset Page --> | 99 <!-- Reset Page --> |
| 100 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> | 100 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> |
| 101 Help make Chromium better by reporting the current settings. | 101 Help make Chromium better by reporting the current settings. |
| 102 </message> | 102 </message> |
| 103 </grit-part> | 103 </grit-part> |
| OLD | NEW |