| 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="not chromeos"> | 5 <if expr="not chromeos"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome page."> | 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome page."> |
| 7 About Chrome | 7 About Chrome |
| 8 </message> | 8 </message> |
| 9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> | 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 Chrome | 10 Get help with Chrome |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 </if> | 32 </if> |
| 33 | 33 |
| 34 <!-- Autofill Page --> | 34 <!-- Autofill Page --> |
| 35 <message name="IDS_SETTINGS_GOOGLE_PAYMENTS_CACHED" desc="Label that will be u
sed to show that a credit card comes from Google Payments and is saved locally.
This should follow the casing of the 'Google Payments' and 'Chrome' brands. 'Cop
ied to Chrome' is short for 'The credit card is copied to Chrome'"> | 35 <message name="IDS_SETTINGS_GOOGLE_PAYMENTS_CACHED" desc="Label that will be u
sed to show that a credit card comes from Google Payments and is saved locally.
This should follow the casing of the 'Google Payments' and 'Chrome' brands. 'Cop
ied to Chrome' is short for 'The credit card is copied to Chrome'"> |
| 36 Google Payments (copied to Chrome) | 36 Google Payments (copied to Chrome) |
| 37 </message> | 37 </message> |
| 38 | 38 |
| 39 <!-- Default Browser Page --> | 39 <!-- Default Browser Page --> |
| 40 <if expr="not chromeos"> | 40 <if expr="not chromeos"> |
| 41 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> | 41 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> |
| 42 Google Chrome is your default browser. Cheers. | 42 Google Chrome is your default browser. Cheers! |
| 43 </message> | 43 </message> |
| 44 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> | 44 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> |
| 45 Make Google Chrome the default browser | 45 Make Google Chrome the default browser |
| 46 </message> | 46 </message> |
| 47 <message name="IDS_SETTINGS_DEFAULT_BROWSER_ERROR" desc="The text displayed
when Chrome cannot determine or set the default browser"> | 47 <message name="IDS_SETTINGS_DEFAULT_BROWSER_ERROR" desc="The text displayed
when Chrome cannot determine or set the default browser"> |
| 48 Google Chrome cannot determine or set the default browser. | 48 Google Chrome cannot determine or set the default browser. |
| 49 </message> | 49 </message> |
| 50 <message name="IDS_SETTINGS_DEFAULT_BROWSER_SECONDARY" desc="The text displa
yed when Chrome is installed in side-by-side mode, which does not support settin
g as the default browser."> | 50 <message name="IDS_SETTINGS_DEFAULT_BROWSER_SECONDARY" desc="The text displa
yed when Chrome is installed in side-by-side mode, which does not support settin
g as the default browser."> |
| 51 This is a secondary installation of Google Chrome, and cannot be made your
default browser. | 51 This is a secondary installation of Google Chrome, and cannot be made your
default browser. |
| 52 </message> | 52 </message> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 <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."> | 102 <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."> |
| 103 Continue running background apps when Google Chrome is closed | 103 Continue running background apps when Google Chrome is closed |
| 104 </message> | 104 </message> |
| 105 </if> | 105 </if> |
| 106 | 106 |
| 107 <!-- Reset Page --> | 107 <!-- Reset Page --> |
| 108 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> | 108 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> |
| 109 Help make Chrome better by reporting the current settings. | 109 Help make Chrome better by reporting the current settings. |
| 110 </message> | 110 </message> |
| 111 </grit-part> | 111 </grit-part> |
| OLD | NEW |