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

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

Issue 2323593002: Messaging for successful attestation-based enrollment. (Closed)
Patch Set: Changes for JavaScript style. 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_actor.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 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.
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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu."> 6321 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_NAME" desc="Name of the about: flag for enabling emoji, handwriting and voice input on opt-in IME menu.">
6316 Emoji, handwriting and voice input on opt-in IME menu 6322 Emoji, handwriting and voice input on opt-in IME menu
6317 </message> 6323 </message>
6318 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu."> 6324 <message name="IDS_FLAGS_ENABLE_EHV_INPUT_DESCRIPTION" desc="Description of th e about: flag enabling emoji, handwriting and voice input on opt-in IME menu.">
6319 Enable access to emoji, handwriting and voice input form opt-in IME menu. 6325 Enable access to emoji, handwriting and voice input form opt-in IME menu.
6320 </message> 6326 </message>
6321 </grit-part> 6327 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698