| 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 <!-- Default Browser Page --> | 4 <!-- Default Browser Page --> |
| 5 <if expr="not chromeos"> | 5 <if expr="not chromeos"> |
| 6 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> | 6 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> |
| 7 Google Chrome is your default browser. Yay! | 7 Google Chrome is your default browser. Yay! |
| 8 </message> | 8 </message> |
| 9 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> | 9 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> |
| 10 Make Google Chrome the default browser | 10 Make Google Chrome the default browser |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 <message name="IDS_SETTINGS_LANGUAGES_CANNOT_BE_DISPLAYED_IN_THIS_LANGUAGE"
desc="The label for a language that cannot be used as the UI display language."> | 52 <message name="IDS_SETTINGS_LANGUAGES_CANNOT_BE_DISPLAYED_IN_THIS_LANGUAGE"
desc="The label for a language that cannot be used as the UI display language."> |
| 53 Google Chrome cannot be displayed in this language. | 53 Google Chrome cannot be displayed in this language. |
| 54 </message> | 54 </message> |
| 55 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T
he label for a language that is currently used as the UI display language."> | 55 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T
he label for a language that is currently used as the UI display language."> |
| 56 Google Chrome is displayed in this language. | 56 Google Chrome is displayed in this language. |
| 57 </message> | 57 </message> |
| 58 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la
bel used for a button that changes the UI language."> | 58 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la
bel used for a button that changes the UI language."> |
| 59 Display Google Chrome in this language | 59 Display Google Chrome in this language |
| 60 </message> | 60 </message> |
| 61 </if> | 61 </if> |
| 62 |
| 63 <!-- System Page --> |
| 64 <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."> |
| 66 Continue running background apps when Google Chrome is closed |
| 67 </message> |
| 68 </if> |
| 62 </grit-part> | 69 </grit-part> |
| OLD | NEW |