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

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

Issue 214963002: Add error message for domain mismatch on re-enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move message declaration in policy_strings.grdp to work around an Android build issue. Created 6 years, 8 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 | Annotate | Revision Log
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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 5220 matching lines...) Expand 10 before | Expand all | Expand 10 after
5231 </message> 5231 </message>
5232 <message name="IDS_ENTERPRISE_ENROLLMENT_ACCOUNT_ERROR" desc="Error message to show when there is a problem with the user account."> 5232 <message name="IDS_ENTERPRISE_ENROLLMENT_ACCOUNT_ERROR" desc="Error message to show when there is a problem with the user account.">
5233 This user account is not eligible for the service. 5233 This user account is not eligible for the service.
5234 </message> 5234 </message>
5235 <message name="IDS_ENTERPRISE_ENROLLMENT_MISSING_LICENSES_ERROR" desc="Error m essage to show when the domain the device is trying to enroll into has expired o r exhausted licenses."> 5235 <message name="IDS_ENTERPRISE_ENROLLMENT_MISSING_LICENSES_ERROR" desc="Error m essage to show when the domain the device is trying to enroll into has expired o r exhausted licenses.">
5236 You do not have enough software licenses to enroll this device. Please conta ct sales to purchase more. If you believe you're seeing this message in error, p lease contact support. 5236 You do not have enough software licenses to enroll this device. Please conta ct sales to purchase more. If you believe you're seeing this message in error, p lease contact support.
5237 </message> 5237 </message>
5238 <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."> 5238 <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.">
5239 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. 5239 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.
5240 </message> 5240 </message>
5241 <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.">
5242 This device cannot be enrolled to the domain your account belongs to because the device is marked for management by a different domain.
5243 </message>
5241 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog."> 5244 <message name="IDS_ENTERPRISE_ENROLLMENT_SCREEN_TITLE" desc="The title on the enterprise enrollment dialog.">
5242 Enterprise enrollment 5245 Enterprise enrollment
5243 </message> 5246 </message>
5244 <message name="IDS_ENTERPRISE_ENROLLMENT_DESCRIPTION" desc="Short description of enterprise enrollment."> 5247 <message name="IDS_ENTERPRISE_ENROLLMENT_DESCRIPTION" desc="Short description of enterprise enrollment.">
5245 Sign in with the username given to you by your organization to enroll your d evice for enterprise management. 5248 Sign in with the username given to you by your organization to enroll your d evice for enterprise management.
5246 </message> 5249 </message>
5247 <message name="IDS_ENTERPRISE_ENROLLMENT_RE_ENROLLMENT_TEXT" desc="Paragraph e xplaining previous association of the device with a domain."> 5250 <message name="IDS_ENTERPRISE_ENROLLMENT_RE_ENROLLMENT_TEXT" desc="Paragraph e xplaining previous association of the device with a domain.">
5248 This device has been marked for enterprise management by <ph name="MANAGEMEN T_DOMAIN">$1<ex>example.com</ex></ph>. 5251 This device has been marked for enterprise management by <ph name="MANAGEMEN T_DOMAIN">$1<ex>example.com</ex></ph>.
5249 </message> 5252 </message>
5250 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry butt on on the error step in the enterprise enrollment dialog."> 5253 <message name="IDS_ENTERPRISE_ENROLLMENT_RETRY" desc="Label for the retry butt on on the error step in the enterprise enrollment dialog.">
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
5408 Failed to set adapter power. 5411 Failed to set adapter power.
5409 </message> 5412 </message>
5410 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POLLING" desc="Error message shown when polling state could not be set." translateable="false"> 5413 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SET_POLLING" desc="Error message shown when polling state could not be set." translateable="false">
5411 Failed to start/stop polling. 5414 Failed to start/stop polling.
5412 </message> 5415 </message>
5413 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SUBMIT_PREFIX" desc="Error messag e shown when an NDEF form could not be submitted." translateable="false"> 5416 <message name="IDS_NFC_DEBUG_ERROR_FAILED_TO_SUBMIT_PREFIX" desc="Error messag e shown when an NDEF form could not be submitted." translateable="false">
5414 Failed to submit NDEF: 5417 Failed to submit NDEF:
5415 </message> 5418 </message>
5416 5419
5417 </grit-part> 5420 </grit-part>
OLDNEW
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | chrome/browser/chromeos/login/enrollment/enrollment_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698