summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authormnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 21:04:38 +0000
committermnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-12 21:04:38 +0000
commitffddfc508d5561f5d3177612af306e6949f5cfcb (patch)
tree9db1918910b7f354da86f20a62b6b40b97ce21c4 /components/policy_strings.grdp
parent1dc60c336066e990dd8759897e04cbd0bc812856 (diff)
downloadchromium_src-ffddfc508d5561f5d3177612af306e6949f5cfcb.zip
chromium_src-ffddfc508d5561f5d3177612af306e6949f5cfcb.tar.gz
chromium_src-ffddfc508d5561f5d3177612af306e6949f5cfcb.tar.bz2
Error message for "device deprovisioned" on enterprise enrollment.
A new server-side feature allows administrators to deprovision devices on their domain - basically marking them as no-longer-to-be-managed. This adds the strings and wiring to show a suitable error message for the case where somebody tries to enroll the device. BUG=chromium:323724 Review URL: https://codereview.chromium.org/101123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index cd4417f..c14a677 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -40,6 +40,9 @@
<message name="IDS_POLICY_DM_STATUS_SERVICE_MISSING_LICENSES" desc="Message indicating the enterprise server doesn't have enough licenses to allow management.">
Licenses exhausted
</message>
+ <message name="IDS_POLICY_DM_STATUS_SERVICE_DEPROVISIONED" desc="Message indicating the administrator has deprovisioned this client on the server.">
+ Deprovisioned
+ </message>
<message name="IDS_POLICY_DM_STATUS_SERVICE_POLICY_NOT_FOUND" desc="Message indicating that the enterprise server failed to find the policy to be applied to the device.">
Policy not found
</message>