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 | 8 |
9 <!-- Default Browser Page --> | 9 <!-- Default Browser Page --> |
10 <if expr="not chromeos"> | 10 <if expr="not chromeos"> |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 Display Chromium in this language | 64 Display Chromium in this language |
65 </message> | 65 </message> |
66 </if> | 66 </if> |
67 | 67 |
68 <!-- System Page --> | 68 <!-- System Page --> |
69 <if expr="not chromeos"> | 69 <if expr="not chromeos"> |
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."> | 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."> |
71 Continue running background apps when Chromium is closed | 71 Continue running background apps when Chromium is closed |
72 </message> | 72 </message> |
73 </if> | 73 </if> |
| 74 |
| 75 <!-- Reset Page --> |
| 76 <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. |
| 78 </message> |
74 </grit-part> | 79 </grit-part> |
OLD | NEW |