| Index: chrome/app/settings_google_chrome_strings.grdp
|
| diff --git a/chrome/app/settings_google_chrome_strings.grdp b/chrome/app/settings_google_chrome_strings.grdp
|
| index 339832ed62a397aaac4756fa6b2c2dc5559b7f99..fa618ae7c419e38932222ccf6f3cc208aabf8cf0 100644
|
| --- a/chrome/app/settings_google_chrome_strings.grdp
|
| +++ b/chrome/app/settings_google_chrome_strings.grdp
|
| @@ -2,25 +2,45 @@
|
| <!-- Settings-specific Google Chrome strings (included from google_chrome_strings.grd). -->
|
| <grit-part>
|
| <!-- About Page -->
|
| - <if expr="chromeos">
|
| - <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chrome OS page.">
|
| - About Chrome OS
|
| - </message>
|
| - </if>
|
| <if expr="not chromeos">
|
| <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chrome page.">
|
| About Chrome
|
| </message>
|
| - </if>
|
| - <if expr="not chromeos">
|
| <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
|
| Get help with Chrome
|
| </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating Google Chrome">
|
| + Updating Google Chrome
|
| + </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Google Chrome">
|
| + Nearly up-to-date! Relaunch Google Chrome to finish updating.
|
| + </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Google Chrome)">
|
| + Google Chrome is up to date.
|
| + </message>
|
| </if>
|
| <if expr="chromeos">
|
| + <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chrome OS page.">
|
| + About Chrome OS
|
| + </message>
|
| <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
|
| Get help with Chrome OS
|
| </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating Chrome OS">
|
| + Updating your device
|
| + </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Chrome OS">
|
| + Nearly up-to-date! Restart your device to finish updating.
|
| + </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chrome OS)">
|
| + Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date.
|
| + </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status label: Updating Chrome OS to a specified channel">
|
| + Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> channel
|
| + </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label: Channel was successfully switched on Chrome OS">
|
| + Channel changed. Restart your device to apply changes.
|
| + </message>
|
| </if>
|
|
|
| <!-- Default Browser Page -->
|
|
|