| 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."> | 5 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chro
mium page."> |
| 6 About Chromium | 6 About Chromium |
| 7 </message> | 7 </message> |
| 8 <if expr="not chromeos"> |
| 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 |
| 11 </message> |
| 12 </if> |
| 13 <if expr="chromeos"> |
| 14 <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 |
| 16 </message> |
| 17 </if> |
| 8 | 18 |
| 9 <!-- Default Browser Page --> | 19 <!-- Default Browser Page --> |
| 10 <if expr="not chromeos"> | 20 <if expr="not chromeos"> |
| 11 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> | 21 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> |
| 12 Chromium is your default browser. Yay! | 22 Chromium is your default browser. Yay! |
| 13 </message> | 23 </message> |
| 14 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> | 24 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> |
| 15 Make Chromium the default browser | 25 Make Chromium the default browser |
| 16 </message> | 26 </message> |
| 17 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye
d when Chrome cannot determine or set the default browser"> | 27 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye
d when Chrome cannot determine or set the default browser"> |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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."> | 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."> |
| 71 Continue running background apps when Chromium is closed | 81 Continue running background apps when Chromium is closed |
| 72 </message> | 82 </message> |
| 73 </if> | 83 </if> |
| 74 | 84 |
| 75 <!-- Reset Page --> | 85 <!-- Reset Page --> |
| 76 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> | 86 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> |
| 77 Help make Chromium better by reporting the current settings. | 87 Help make Chromium better by reporting the current settings. |
| 78 </message> | 88 </message> |
| 79 </grit-part> | 89 </grit-part> |
| OLD | NEW |