Chromium Code Reviews| Index: chrome/app/chromeos_strings.grdp |
| diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp |
| index a939000bdb47c9b739545d9f58b5c2c1b1a97e86..d396628d9608241d2e0bd0f47e89f154622bec9b 100644 |
| --- a/chrome/app/chromeos_strings.grdp |
| +++ b/chrome/app/chromeos_strings.grdp |
| @@ -5918,6 +5918,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 has failed."> |
| + 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> |
| @@ -5939,9 +5942,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 when editing the name and location field for a device."> |
| + <ph name="BEGIN_BOLD"><strong></ph>Your account is enabled to provide an Asset ID and Location for this device (optional).<ph name="END_BOLD"></strong></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> |
|
Mattias Nissler (ping if slow)
2015/04/10 12:22:28
What is the "chrome:policy page in your management
Polina Bondarenko
2015/04/10 13:22:04
Yes, PRD and mdrasner@
|
| + </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."> |
|
Mattias Nissler (ping if slow)
2015/04/10 12:22:28
nit: text box
Polina Bondarenko
2015/04/14 14:15:47
Done.
|
| + 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."> |
|
Mattias Nissler (ping if slow)
2015/04/10 12:22:28
nit: text box
Polina Bondarenko
2015/04/14 14:15:47
Done.
|
| + 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> |