Index: chrome/app/chromeos_strings.grdp |
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp |
index a34c349489e16ce8811d1ff575f39e025ae11081..e06ba962bdfbc1f5a29203ceab9ee1c9269798d5 100644 |
--- a/chrome/app/chromeos_strings.grdp |
+++ b/chrome/app/chromeos_strings.grdp |
@@ -5827,6 +5827,9 @@ All users must sign out to continue. |
<message name="IDS_ENTERPRISE_ENROLLMENT_DOMAIN_MISMATCH_ERROR" desc="Error message shown when the device doesn't belong to the domain the user tried to enroll it to."> |
This device cannot be enrolled to the domain your account belongs to because the device is marked for management by a different domain. |
</message> |
+ <message name="IDS_ENTERPRISE_ENROLLMENT_DEVICE_NAMING_ERROR" desc="Error message shown when successfully enrolled, but the device naming is failed."> |
Andrew T Wilson (Slow)
2015/03/12 17:07:17
nit: is failed -> has failed.
Polina Bondarenko
2015/03/13 12:56:01
Done.
|
+ Your device has successfully been enrolled for enterprise management, but failed to send its asset and location information. Please manually enter this information from your Admin console for this device. |
+ </message> |
<message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog."> |
Enterprise enrollment |
</message> |
@@ -5848,9 +5851,21 @@ All users must sign out to continue. |
<message name="IDS_ENTERPRISE_ENROLLMENT_DONE" desc="Label for the done button on the success screen in the enterprise enrollment dialog."> |
Done |
</message> |
+ <message name="IDS_ENTERPRISE_ENROLLMENT_CONTINUE" desc="Label for the continue button on the device naming screen in the enterprise enrollment dialog."> |
+ Continue |
+ </message> |
<message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes."> |
Your device has successfully been enrolled for enterprise management. |
</message> |
+ <message name="IDS_ENTERPRISE_ENROLLMENT_NAMING" desc="Device naming message to be shown once enterprise naming device."> |
Andrew T Wilson (Slow)
2015/03/12 17:07:17
nit: once enterprise naming device -> when editing
Polina Bondarenko
2015/03/13 12:56:01
Done.
|
+ <ph name="BEGIN_BOLD"><b></ph>Your account is enabled to provide an Asset ID and Location for this device (optional).<ph name="END_BOLD"></b></ph> <ph name="BEGIN_ITALIC"><i></ph>You may provide a device identifier and location in the fields below. These details will be displayed for this device on the chrome:policy page in your management console.<ph name="END_ITALIC"></i></ph> |
Andrew T Wilson (Slow)
2015/03/12 17:07:17
nit: most places in this file use <strong>, not <b
Polina Bondarenko
2015/03/13 12:56:01
Done.
|
+ </message> |
+ <message name="IDS_ENTERPRISE_ENROLLMENT_ASSET_ID_LABEL" desc="Label for asset id textBox on the device naming screen in the enterprise enrollment dialog."> |
+ Asset Identifier |
+ </message> |
+ <message name="IDS_ENTERPRISE_ENROLLMENT_LOCATION_LABEL" desc="Label for location textBox on the device naming screen in the enterprise enrollment dialog."> |
+ Device Location |
+ </message> |
<message name="IDS_ENTERPRISE_ENROLLMENT_WORKING" desc="Status message to show while enterprise enrollment is underway."> |
Enrolling the device. Please wait... |
</message> |