Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1392)

Unified Diff: chrome/app/settings_google_chrome_strings.grdp

Issue 1989723002: MD Settings: About page, adding strings related to updating. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 -->

Powered by Google App Engine
This is Rietveld 408576698