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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 975353002: Added OOBE Asset / Naming prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments Created 5 years, 9 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 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">&lt;strong&gt;</ph>Your account is enabled to provide an Asset ID and Location for this device (optional).<ph name="END_BOLD">&lt;/strong&gt;</ph> <ph name="BEGIN_ITALIC">&lt;i&gt;</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">&lt;/i&gt;</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>

Powered by Google App Engine
This is Rietveld 408576698