| 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 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chro
mium page."> | |
| 6 About Chromium | |
| 7 </message> | |
| 8 <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."> |
| 7 About Chromium |
| 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"> |
| 13 Updating Chromium |
| 14 </message> |
| 15 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label:
Successfully updated Chromium"> |
| 16 Nearly up-to-date! Relaunch Chromium to finish updating. |
| 17 </message> |
| 18 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already
up to date (Chromium)"> |
| 19 Chromium is up to date. |
| 20 </message> |
| 12 </if> | 21 </if> |
| 13 <if expr="chromeos"> | 22 <if expr="chromeos"> |
| 23 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
romium page."> |
| 24 About Chromium OS |
| 25 </message> |
| 14 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> | 26 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> |
| 15 Get help with Chromium OS | 27 Get help with Chromium OS |
| 16 </message> | 28 </message> |
| 17 </if> | 29 </if> |
| 18 | 30 |
| 19 <!-- Default Browser Page --> | 31 <!-- Default Browser Page --> |
| 20 <if expr="not chromeos"> | 32 <if expr="not chromeos"> |
| 21 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> | 33 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> |
| 22 Chromium is your default browser. Yay! | 34 Chromium is your default browser. Yay! |
| 23 </message> | 35 </message> |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 <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."> | 92 <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."> |
| 81 Continue running background apps when Chromium is closed | 93 Continue running background apps when Chromium is closed |
| 82 </message> | 94 </message> |
| 83 </if> | 95 </if> |
| 84 | 96 |
| 85 <!-- Reset Page --> | 97 <!-- Reset Page --> |
| 86 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> | 98 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> |
| 87 Help make Chromium better by reporting the current settings. | 99 Help make Chromium better by reporting the current settings. |
| 88 </message> | 100 </message> |
| 89 </grit-part> | 101 </grit-part> |
| OLD | NEW |