summaryrefslogtreecommitdiff
path: root/chromium/components/policy_strings.grdp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/policy_strings.grdp')
-rw-r--r--chromium/components/policy_strings.grdp15
1 files changed, 12 insertions, 3 deletions
diff --git a/chromium/components/policy_strings.grdp b/chromium/components/policy_strings.grdp
index 1876a68c60e..973ff0923aa 100644
--- a/chromium/components/policy_strings.grdp
+++ b/chromium/components/policy_strings.grdp
@@ -52,12 +52,15 @@
<message name="IDS_POLICY_DM_STATUS_SERVICE_DOMAIN_MISMATCH" desc="Message indicating this client cannot be registered with the specified domain.">
Domain mismatch
</message>
+ <message name="IDS_POLICY_DM_STATUS_CANNOT_SIGN_REQUEST" desc="Message indicating a failure to sign a request.">
+ Request could not be signed
+ </message>
<message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful policy validation.">
Validation successful
</message>
<message name="IDS_POLICY_VALIDATION_BAD_INITIAL_SIGNATURE" desc="Message indicating a bad signature on policy validation using the initial key.">
- Bad intial signature
+ Bad initial signature
</message>
<message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation.">
Bad signature
@@ -77,8 +80,11 @@
<message name="IDS_POLICY_VALIDATION_BAD_TIMESTAMP" desc="Message indicating the policy timestamp is bad.">
Bad policy timestamp
</message>
- <message name="IDS_POLICY_VALIDATION_WRONG_TOKEN" desc="Message indicating the policy token is different from the one expected.">
- Returned policy token doesn't match current token
+ <message name="IDS_POLICY_VALIDATION_BAD_DM_TOKEN" desc="Message indicating the policy token is empty or different from the one expected.">
+ Returned policy token is empty or doesn't match current token
+ </message>
+ <message name="IDS_POLICY_VALIDATION_BAD_DEVICE_ID" desc="Message indicating the policy device id is empty or different from the one expected.">
+ Returned policy device id is empty or doesn't match current device id
</message>
<message name="IDS_POLICY_VALIDATION_BAD_USERNAME" desc="Message indicating policy validation failed due to bad username/domain.">
Wrong policy subject
@@ -228,6 +234,9 @@
<message name="IDS_POLICY_RELOAD_POLICIES" desc="Label for the button that reloads policies.">
Reload policies
</message>
+ <message name="IDS_POLICY_CHROME_FOR_WORK" desc="Title of the link to the chrome for work website.">
+ Using Chrome at work? Businesses can manage Chrome settings for their employees. Learn more
+ </message>
<message name="IDS_POLICY_STATUS" desc="Title of the status section.">
Status
</message>