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

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

Issue 2323593002: Messaging for successful attestation-based enrollment. (Closed)
Patch Set: 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
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 6004 matching lines...) Expand 10 before | Expand all | Expand 10 after
6015 </message> 6015 </message>
6016 <message name="IDS_ENTERPRISE_ENROLLMENT_DONE" desc="Label for the done button on the success screen in the enterprise enrollment dialog."> 6016 <message name="IDS_ENTERPRISE_ENROLLMENT_DONE" desc="Label for the done button on the success screen in the enterprise enrollment dialog.">
6017 Done 6017 Done
6018 </message> 6018 </message>
6019 <message name="IDS_ENTERPRISE_ENROLLMENT_SKIP" desc="Label for the skip button on the device attribute prompt screen in the enterprise enrollment dialog."> 6019 <message name="IDS_ENTERPRISE_ENROLLMENT_SKIP" desc="Label for the skip button on the device attribute prompt screen in the enterprise enrollment dialog.">
6020 Skip 6020 Skip
6021 </message> 6021 </message>
6022 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes."> 6022 <message name="IDS_ENTERPRISE_ENROLLMENT_SUCCESS" desc="Success message to be shown once enterprise enrollment completes.">
6023 Your device has successfully been enrolled for enterprise management. 6023 Your device has successfully been enrolled for enterprise management.
6024 </message> 6024 </message>
6025 <message name="IDS_ENTERPRISE_ENROLLMENT_ABE_SUCCESS" desc="Success message to be shown once attestation-based enterprise enrollment completes.">
6026 Your device has successfully been enrolled for enterprise management by
6027 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name="DOMAIN">$1<ex>acmecorp.co m</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph>.
6028 <ph name="LINE_BREAK_AND_EMPTY_LINE">&lt;br&gt;&lt;br&gt;</ph>
6029 If this is unexpected, please contact support.
achuithb 2016/09/08 02:24:05 This seems vague. Has this been vetted by a PM? I
The one and only Dr. Crash 2016/09/08 03:48:18 This is behind a flag and one of the main reasons
6030 </message>
6025 <message name="IDS_ENTERPRISE_ENROLLMENT_ASSET_ID_LABEL" desc="Label for asset id text box on the device naming screen in the enterprise enrollment dialog."> 6031 <message name="IDS_ENTERPRISE_ENROLLMENT_ASSET_ID_LABEL" desc="Label for asset id text box on the device naming screen in the enterprise enrollment dialog.">
6026 Asset Identifier 6032 Asset Identifier
6027 </message> 6033 </message>
6028 <message name="IDS_ENTERPRISE_ENROLLMENT_LOCATION_LABEL" desc="Label for locat ion tex box on the device naming screen in the enterprise enrollment dialog."> 6034 <message name="IDS_ENTERPRISE_ENROLLMENT_LOCATION_LABEL" desc="Label for locat ion tex box on the device naming screen in the enterprise enrollment dialog.">
6029 Device Location 6035 Device Location
6030 </message> 6036 </message>
6031 <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_EXPLANATION" desc="Device a ttribute message to be shown on attribute update prompt screen."> 6037 <message name="IDS_ENTERPRISE_ENROLLMENT_ATTRIBUTE_EXPLANATION" desc="Device a ttribute message to be shown on attribute update prompt screen.">
6032 Optional — enter new or update existing information to be associated with th is device. 6038 Optional — enter new or update existing information to be associated with th is device.
6033 </message> 6039 </message>
6034 <message name="IDS_ENTERPRISE_ENROLLMENT_EXPLAIN_ATTRIBUTE_LINK" desc="Text on the link to the device attribute update help article."> 6040 <message name="IDS_ENTERPRISE_ENROLLMENT_EXPLAIN_ATTRIBUTE_LINK" desc="Text on the link to the device attribute update help article.">
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
6306 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space."> 6312 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_TITLE" desc="Title of the notification warning users that they are critically low on disk space.">
6307 Device disk space critically low 6313 Device disk space critically low
6308 </message> 6314 </message>
6309 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space."> 6315 <message name="IDS_CRITICALLY_LOW_DISK_NOTIFICATION_MESSAGE" desc="Notificatio n text warning users that they are critically low on disk space.">
6310 Free up disk space or device will become unresponsive. 6316 Free up disk space or device will become unresponsive.
6311 </message> 6317 </message>
6312 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management."> 6318 <message name="IDS_LOW_DISK_NOTIFICATION_BUTTON" desc="Button on the low disk notification to open storage management.">
6313 Manage storage 6319 Manage storage
6314 </message> 6320 </message>
6315 </grit-part> 6321 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698