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

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

Issue 2672633005: Rewrite message regarding failure to store DM token (Closed)
Patch Set: Created 3 years, 10 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 <!-- Chrome OS-specific strings (included from generated_resources.grd). 2 <!-- Chrome OS-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 6209 matching lines...) Expand 10 before | Expand all | Expand 10 after
6220 </message> 6220 </message>
6221 <message name="IDS_ENTERPRISE_ENROLLMENT_STATUS_REGISTRATION_CERT_FETCH_FAILED " desc="Error message shown when a registration certificate could not be obtaine d."> 6221 <message name="IDS_ENTERPRISE_ENROLLMENT_STATUS_REGISTRATION_CERT_FETCH_FAILED " desc="Error message shown when a registration certificate could not be obtaine d.">
6222 A registration certificate could not be obtained. 6222 A registration certificate could not be obtained.
6223 </message> 6223 </message>
6224 <message name="IDS_ENTERPRISE_ENROLLMENT_STATUS_NO_MACHINE_IDENTIFICATION" des c="Error message shown on the enrollment screen when the system failed to determ ine the device model or serial number."> 6224 <message name="IDS_ENTERPRISE_ENROLLMENT_STATUS_NO_MACHINE_IDENTIFICATION" des c="Error message shown on the enrollment screen when the system failed to determ ine the device model or serial number.">
6225 Oops! The system failed to determine device model or serial number. 6225 Oops! The system failed to determine device model or serial number.
6226 </message> 6226 </message>
6227 <message name="IDS_ENTERPRISE_ENROLLMENT_ERROR_ACTIVE_DIRECTORY_POLICY_FETCH" desc="Error message shown on the enrollment screen when the system failed to fet ch device policy from Active Directory."> 6227 <message name="IDS_ENTERPRISE_ENROLLMENT_ERROR_ACTIVE_DIRECTORY_POLICY_FETCH" desc="Error message shown on the enrollment screen when the system failed to fet ch device policy from Active Directory.">
6228 Oops! The system failed to fetch policy from Microsoft® Active Directory®. 6228 Oops! The system failed to fetch policy from Microsoft® Active Directory®.
6229 </message> 6229 </message>
6230 <message name="IDS_ENTERPRISE_ENROLLMENT_ERROR_STORE_DM_TOKEN_FAILED" desc="Er ror message shown on the enrollment screen when the system failed to store DM to ken into the local state."> 6230 <message name="IDS_ENTERPRISE_ENROLLMENT_ERROR_SAVE_DEVICE_CONF" desc="Error m essage shown on the enrollment screen when the system failed to some part of the device configuration. E.g. token from the Device Management server.">
Thiemo Nagel 2017/02/06 10:01:41 Nit: missing verb: failed to SAVE
Roman Sorokin (ftl) 2017/02/06 10:44:42 Done.
6231 Oops! The system failed to store DM token on the device. 6231 Oops! The system failed to save device configuration.
6232 </message> 6232 </message>
6233 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog."> 6233 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
6234 Enterprise enrollment 6234 Enterprise enrollment
6235 </message> 6235 </message>
6236 <message name="IDS_ENTERPRISE_ENROLLMENT_DEVICE_INFORMATION" desc="The subtitl e on the device attribute prompt screen."> 6236 <message name="IDS_ENTERPRISE_ENROLLMENT_DEVICE_INFORMATION" desc="The subtitl e on the device attribute prompt screen.">
6237 Device information 6237 Device information
6238 </message> 6238 </message>
6239 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry butt on on the error step in the enterprise enrollment dialog."> 6239 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry butt on on the error step in the enterprise enrollment dialog.">
6240 Try again 6240 Try again
6241 </message> 6241 </message>
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
6709 Attempts left: $1 6709 Attempts left: $1
6710 </message> 6710 </message>
6711 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation"> 6711 <message name="IDS_REQUEST_PIN_DIALOG_PIN" desc="The Provider Identification N umber abbreviation">
6712 PIN 6712 PIN
6713 </message> 6713 </message>
6714 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation"> 6714 <message name="IDS_REQUEST_PIN_DIALOG_PUK" desc="The Personal Unlocking Key (a s used in mobile phones) abbreviation">
6715 PUK 6715 PUK
6716 </message> 6716 </message>
6717 6717
6718 </grit-part> 6718 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698