| 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 --> |
| 5 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chro
mium page."> |
| 6 About Chromium |
| 7 </message> |
| 8 |
| 4 <!-- Default Browser Page --> | 9 <!-- Default Browser Page --> |
| 5 <if expr="not chromeos"> | 10 <if expr="not chromeos"> |
| 6 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> | 11 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> |
| 7 Chromium is your default browser. Yay! | 12 Chromium is your default browser. Yay! |
| 8 </message> | 13 </message> |
| 9 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> | 14 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> |
| 10 Make Chromium the default browser | 15 Make Chromium the default browser |
| 11 </message> | 16 </message> |
| 12 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye
d when Chrome cannot determine or set the default browser"> | 17 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye
d when Chrome cannot determine or set the default browser"> |
| 13 Chromium cannot determine or set the default browser. | 18 Chromium cannot determine or set the default browser. |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 </message> | 65 </message> |
| 61 </if> | 66 </if> |
| 62 | 67 |
| 63 <!-- System Page --> | 68 <!-- System Page --> |
| 64 <if expr="not chromeos"> | 69 <if expr="not chromeos"> |
| 65 <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."> | 70 <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."> |
| 66 Continue running background apps when Chromium is closed | 71 Continue running background apps when Chromium is closed |
| 67 </message> | 72 </message> |
| 68 </if> | 73 </if> |
| 69 </grit-part> | 74 </grit-part> |
| OLD | NEW |