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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 2186623002: Minimal attestation-based enrollment flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed achuithb's feedback. Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/enrollment_screen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 5973 matching lines...) Expand 10 before | Expand all | Expand 10 after
5984 <message name="IDS_ENTERPRISE_ENROLLMENT_DEPROVISIONED_ERROR" desc="Error mess age to show when enrollment fails because the administrator has deprovisioned th e device on the server side."> 5984 <message name="IDS_ENTERPRISE_ENROLLMENT_DEPROVISIONED_ERROR" desc="Error mess age to show when enrollment fails because the administrator has deprovisioned th e device on the server side.">
5985 This device has been placed into a deprovisioned state by the administrator. To enable it for enrollment, please have your administrator place the device in to a pending state. 5985 This device has been placed into a deprovisioned state by the administrator. To enable it for enrollment, please have your administrator place the device in to a pending state.
5986 </message> 5986 </message>
5987 <message name="IDS_ENTERPRISE_ENROLLMENT_DOMAIN_MISMATCH_ERROR" desc="Error me ssage shown when the device doesn't belong to the domain the user tried to enrol l it to."> 5987 <message name="IDS_ENTERPRISE_ENROLLMENT_DOMAIN_MISMATCH_ERROR" desc="Error me ssage shown when the device doesn't belong to the domain the user tried to enrol l it to.">
5988 This device cannot be enrolled to the domain your account belongs to because the device is marked for management by a different domain. 5988 This device cannot be enrolled to the domain your account belongs to because the device is marked for management by a different domain.
5989 </message> 5989 </message>
5990 <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_ERROR" desc="Error message shown when successfully enrolled, but the device attribute update has failed."> 5990 <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_ERROR" desc="Error message shown when successfully enrolled, but the device attribute update has failed.">
5991 Your device has successfully been enrolled for enterprise management, but fail ed to send its asset and location information. Please manually enter this inform ation from your Admin console for this device. 5991 Your device has successfully been enrolled for enterprise management, but fail ed to send its asset and location information. Please manually enter this inform ation from your Admin console for this device.
5992 </message> 5992 </message>
5993 <message name="IDS_ENTERPRISE_ENROLLMENT_STATUS_REGISTRATION_CERT_FETCH_FAILED " desc="Error message shown when a registration certificate could not be obtaine d."> 5993 <message name="IDS_ENTERPRISE_ENROLLMENT_STATUS_REGISTRATION_CERT_FETCH_FAILED " desc="Error message shown when a registration certificate could not be obtaine d.">
5994 A registration certificate could not be obtained. 5994 A registration certificate could not be obtained.
5995 </message> 5995 </message>
5996 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog."> 5996 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
5997 Enterprise enrollment 5997 Enterprise enrollment
5998 </message> 5998 </message>
5999 <message name="IDS_ENTERPRISE_ENROLLMENT_DEVICE_INFORMATION" desc="The subtitl e on the device attribute prompt screen."> 5999 <message name="IDS_ENTERPRISE_ENROLLMENT_DEVICE_INFORMATION" desc="The subtitl e on the device attribute prompt screen.">
6000 Device information 6000 Device information
6001 </message> 6001 </message>
6002 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry butt on on the error step in the enterprise enrollment dialog."> 6002 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry butt on on the error step in the enterprise enrollment dialog.">
6003 Try again 6003 Try again
6004 </message> 6004 </message>
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
6381 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6381 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6382 Device disk space critically low 6382 Device disk space critically low
6383 </message> 6383 </message>
6384 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6384 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6385 Free up disk space or device will become unresponsive. 6385 Free up disk space or device will become unresponsive.
6386 </message> 6386 </message>
6387 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6387 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6388 Manage storage 6388 Manage storage
6389 </message> 6389 </message>
6390 </grit-part> 6390 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/enrollment_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698