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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2060623002: Implementation of Device End of Life Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify browsertest Created 4 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/chromeos/eol_notification.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index d64619485a2128bab471aadffac92e6758108df4..8e5b3580e62d0182d3a05554bc8549dbba6d9b92 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -5772,6 +5772,33 @@ Battery full
To check for updates, please use Ethernet or Wi-Fi.
</message>
+ <!-- EOL Notification Strings -->
+ <message name="IDS_ABOUT_PAGE_EOL_SECURITY_ONLY" desc="The message for eol security only">
xiyuan 2016/06/16 22:41:27 nit: The "desc" attribute is what our translators
xiaoyinh(OOO Sep 11-29) 2016/06/17 04:07:34 Done.
+ This device is receiving security updates only.
+ </message>
+ <message name="IDS_ABOUT_PAGE_EOL_EOL" desc="The message for eol">
+ This device will no longer receive regular security updates.
+ </message>
+ <message name="IDS_EOL_NOTIFICATION_SECURITY_ONLY" desc="Notification shown to inform the user that this device will no longer receive software updates.">
+ This device will no longer receive software updates.
+ </message>
+ <message name="IDS_EOL_NOTIFICATION_EOL" desc="Notification shown to inform the user that this device will no longer receive regular security updates.">
+ This device will no longer receive regular security updates.
+ </message>
+ <message name="IDS_EOL_MORE_INFO_LINK" desc="Link which opens a page where users can find more information about EOL.">
+ <ph name="BEGIN_LINK_EOL">&lt;a target="_blank" href="$1"&gt;</ph> More info<ph name="END_LINK_EOL">&lt;/a&gt;</ph>
xiyuan 2016/06/16 22:41:27 Are the two spaces before "More info" on purpose?
xiaoyinh(OOO Sep 11-29) 2016/06/17 04:07:34 Spaces removed.
+ </message>
+ <message name="IDS_EOL_MORE_INFO_BUTTON" desc="A button label shown in the notification for eol status change to get more information.">
+ More info
xiyuan 2016/06/16 22:41:27 nit: wrong indent?
xiaoyinh(OOO Sep 11-29) 2016/06/17 04:07:34 Done.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_EOL_NOTIFICATION_NAME" desc="Name of the about:flag option to enable eol notification.">
+ Enable Device End of Lfe notification.
xiyuan 2016/06/16 22:41:27 nit: Lfe -> Life
xiaoyinh(OOO Sep 11-29) 2016/06/17 04:07:34 Done.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_EOL_NOTIFICATION_DESCRIPTION" desc="Description of the about:flag option to enable eol notification.">
+ Enable Notifcation when Device is End of Life.
+ </message>
+
+
xiyuan 2016/06/16 22:41:27 nit: get rid of one empty line
xiaoyinh(OOO Sep 11-29) 2016/06/17 04:07:34 Done.
<!-- Genius App -->
<message name="IDS_GENIUS_APP_NAME" desc="Name of the genius app in the app shelf">
Get Help
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/chromeos/eol_notification.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698