| 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"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome page."> |
| 7 About Chrome |
| 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."> |
| 10 Get help with Chrome |
| 11 </message> |
| 12 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating G
oogle Chrome"> |
| 13 Updating Google Chrome |
| 14 </message> |
| 15 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label:
Successfully updated Google Chrome"> |
| 16 Nearly up-to-date! Relaunch Google Chrome to finish updating. |
| 17 </message> |
| 18 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already
up to date (Google Chrome)"> |
| 19 Google Chrome is up to date. |
| 20 </message> |
| 21 </if> |
| 5 <if expr="chromeos"> | 22 <if expr="chromeos"> |
| 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome OS page."> | 23 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome OS page."> |
| 7 About Chrome OS | 24 About Chrome OS |
| 8 </message> | 25 </message> |
| 9 </if> | |
| 10 <if expr="not chromeos"> | |
| 11 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch
rome page."> | |
| 12 About Chrome | |
| 13 </message> | |
| 14 </if> | |
| 15 <if expr="not chromeos"> | |
| 16 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> | |
| 17 Get help with Chrome | |
| 18 </message> | |
| 19 </if> | |
| 20 <if expr="chromeos"> | |
| 21 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> | 26 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button
which takes the user to the Chrome help page."> |
| 22 Get help with Chrome OS | 27 Get help with Chrome OS |
| 23 </message> | 28 </message> |
| 29 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating C
hrome OS"> |
| 30 Updating your device |
| 31 </message> |
| 32 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label:
Successfully updated Chrome OS"> |
| 33 Nearly up-to-date! Restart your device to finish updating. |
| 34 </message> |
| 35 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already
up to date (Chrome OS)"> |
| 36 Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. |
| 37 </message> |
| 38 <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status la
bel: Updating Chrome OS to a specified channel"> |
| 39 Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> cha
nnel |
| 40 </message> |
| 41 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status
label: Channel was successfully switched on Chrome OS"> |
| 42 Channel changed. Restart your device to apply changes. |
| 43 </message> |
| 24 </if> | 44 </if> |
| 25 | 45 |
| 26 <!-- Default Browser Page --> | 46 <!-- Default Browser Page --> |
| 27 <if expr="not chromeos"> | 47 <if expr="not chromeos"> |
| 28 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> | 48 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye
d when Chrome is not the default browser"> |
| 29 Google Chrome is your default browser. Yay! | 49 Google Chrome is your default browser. Yay! |
| 30 </message> | 50 </message> |
| 31 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> | 51 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow
ser checkbox label"> |
| 32 Make Google Chrome the default browser | 52 Make Google Chrome the default browser |
| 33 </message> | 53 </message> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 <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."> | 107 <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."> |
| 88 Continue running background apps when Google Chrome is closed | 108 Continue running background apps when Google Chrome is closed |
| 89 </message> | 109 </message> |
| 90 </if> | 110 </if> |
| 91 | 111 |
| 92 <!-- Reset Page --> | 112 <!-- Reset Page --> |
| 93 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> | 113 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th
e Reset Profile Settings dialog"> |
| 94 Help make Chrome better by reporting the current settings. | 114 Help make Chrome better by reporting the current settings. |
| 95 </message> | 115 </message> |
| 96 </grit-part> | 116 </grit-part> |
| OLD | NEW |