| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string
s.grd). --> | 2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string
s.grd). --> |
| 3 <grit-part> | 3 <grit-part> |
| 4 <!-- About Page --> | 4 <!-- About Page --> |
| 5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome OS page."> | 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome OS page."> |
| 7 About Chrome OS | 7 About Chrome OS |
| 8 </message> | 8 </message> |
| 9 </if> | 9 </if> |
| 10 <if expr="not chromeos"> | 10 <if expr="not chromeos"> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 Display Google Chrome in this language | 71 Display Google Chrome in this language |
| 72 </message> | 72 </message> |
| 73 </if> | 73 </if> |
| 74 | 74 |
| 75 <!-- System Page --> | 75 <!-- System Page --> |
| 76 <if expr="not chromeos"> | 76 <if expr="not chromeos"> |
| 77 <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."> | 77 <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."> |
| 78 Continue running background apps when Google Chrome is closed | 78 Continue running background apps when Google Chrome is closed |
| 79 </message> | 79 </message> |
| 80 </if> | 80 </if> |
| 81 |
| 82 <!-- Reset Page --> |
| 83 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> |
| 84 Help make Chrome better by reporting the current settings. |
| 85 </message> |
| 81 </grit-part> | 86 </grit-part> |
| OLD | NEW |