Chromium Code Reviews| 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"><a target="_blank" href="$1"></ph> More info<ph name="END_LINK_EOL"></a></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 |