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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2856683002: cros: Replace "TPM" with "secure module" for machines without TPM. (Closed)
Patch Set: Created 3 years, 8 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/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 922db05345a474582ee8bf999a60b6b72fb250f4..ada2460255ccd6ebafcdff9c25a2fa63b869fb07 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -2038,6 +2038,15 @@ Press any key to continue exploring.
<message name="IDS_CREATE_SUPERVISED_USER_TPM_ERROR_BUTTON" desc="Supervised user dialog, error page, tpm error during creation, button title">
OK
</message>
+ <message name="IDS_CREATE_SUPERVISED_USER_SECURE_MODULE_ERROR_TITLE" desc="Supervised user dialog, error page, secure module error during creation, title">
+ Oops, secure module error.
+ </message>
+ <message name="IDS_CREATE_SUPERVISED_USER_SECURE_MODULE_ERROR" desc="Supervised user dialog, error page, secure module error during creation, text">
+ Something is wrong with device. To recover from this error you will need to reboot device and try again.
+ </message>
+ <message name="IDS_CREATE_SUPERVISED_USER_SECURE_MODULE_ERROR_BUTTON" desc="Supervised user dialog, error page, secure module error during creation, button title">
+ OK
+ </message>
<message name="IDS_CREATE_SUPERVISED_USER_GENERIC_ERROR_TITLE" desc="Supervised user dialog, error page, generic error during creation, title">
Oops, something went wrong
</message>
@@ -3515,7 +3524,24 @@ Press any key to continue exploring.
<message name="IDS_EULA_TPM_DISABLED" desc="Tooltip text describing why 'System security setting' link is disabled.">
Trusted Platform Module (TPM) chip is disabled or absent.
</message>
-
+ <message name="IDS_EULA_SECURE_MODULE_DESCRIPTION" desc="Dialog box text">
+ Your computer contains a secure module security device, which is used to implement many critical security features in Chrome OS.
apronin 2017/05/02 16:43:38 just 'secure module' (drop 'security device')?
sammiequon 2017/05/02 17:27:23 Done.
+ </message>
+ <message name="IDS_EULA_SECURE_MODULE_KEY_DESCRIPTION" desc="Dialog box text">
+ Below is the randomly generated secure module password that has been assigned to your computer:
+ </message>
+ <message name="IDS_EULA_SECURE_MODULE_KEY_DESCRIPTION_POWERWASH" desc="Dialog box text in case secure module is already in owned state">
+ The randomly generated secure module password is not available. This is normal after a Powerwash.
+ </message>
+ <message name="IDS_EULA_SECURE_MODULE_WAIT" desc="Dialog box text">
+ The secure module is being set up. Please be patient; this may take a few minutes.
+ </message>
+ <message name="IDS_EULA_SECURE_MODULE_BUSY" desc="Message bubble text">
+ Secure module is being prepared, please wait (this may take a few minutes)...
+ </message>
+ <message name="IDS_EULA_SECURE_MODULE_DISABLED" desc="Tooltip text describing why 'System security setting' link is disabled.">
+ Secure module chip is disabled or absent.
apronin 2017/05/02 16:43:38 just 'Secure module' (drop 'chip')?
sammiequon 2017/05/02 17:27:23 Done. Q: Would this affect our plan to combine the
apronin1 2017/05/02 18:18:38 I'd say in these places we can drop 'chip' and 'se
sammiequon 2017/05/02 18:27:45 sgtm
+ </message>
<message name="IDS_ENABLE_DEBUGGING_SCREEN_TITLE" desc="Title of the enable debugging features screen">
Enable debugging features
</message>

Powered by Google App Engine
This is Rietveld 408576698