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

Side by Side Diff: components/policy_strings.grdp

Issue 2655873002: Get enrollment token from DMServer when an Active Directory user uses ARC (Closed)
Patch Set: Change error message string 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 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a succes sful device management server call."> 4 <message name="IDS_POLICY_DM_STATUS_SUCCESS" desc="Message indicating a succes sful device management server call.">
5 Request succeeded 5 Request succeeded
6 </message> 6 </message>
7 <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating a bad request to the enterprise server."> 7 <message name="IDS_POLICY_DM_STATUS_REQUEST_INVALID" desc="Message indicating a bad request to the enterprise server.">
8 Invalid request or request parameters 8 Invalid request or request parameters
9 </message> 9 </message>
10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating t he request to the enterprise server failed in the network."> 10 <message name="IDS_POLICY_DM_STATUS_REQUEST_FAILED" desc="Message indicating t he request to the enterprise server failed in the network.">
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 </message> 48 </message>
49 <message name="IDS_POLICY_DM_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error from the enterprise server."> 49 <message name="IDS_POLICY_DM_STATUS_UNKNOWN_ERROR" desc="Message indicating an unknown error from the enterprise server.">
50 Unknown error 50 Unknown error
51 </message> 51 </message>
52 <message name="IDS_POLICY_DM_STATUS_SERVICE_DOMAIN_MISMATCH" desc="Message ind icating this client cannot be registered with the specified domain."> 52 <message name="IDS_POLICY_DM_STATUS_SERVICE_DOMAIN_MISMATCH" desc="Message ind icating this client cannot be registered with the specified domain.">
53 Domain mismatch 53 Domain mismatch
54 </message> 54 </message>
55 <message name="IDS_POLICY_DM_STATUS_CANNOT_SIGN_REQUEST" desc="Message indicat ing a failure to sign a request."> 55 <message name="IDS_POLICY_DM_STATUS_CANNOT_SIGN_REQUEST" desc="Message indicat ing a failure to sign a request.">
56 Request could not be signed 56 Request could not be signed
57 </message> 57 </message>
58 <message name="IDS_POLICY_DM_STATUS_SERVICE_ARC_DISABLED" desc="Message indica ting that Play Store is not enabled for this domain.">
Thiemo Nagel 2017/02/02 13:24:59 Not needed: Never surfaced anywhere.
Marton Hunyady 2017/02/02 18:19:06 Done.
59 Google Play Store is not enabled on this domain
60 </message>
58 61
59 <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful p olicy validation."> 62 <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful p olicy validation.">
60 Validation successful 63 Validation successful
61 </message> 64 </message>
62 <message name="IDS_POLICY_VALIDATION_BAD_INITIAL_SIGNATURE" desc="Message indi cating a bad signature on policy validation using the initial key."> 65 <message name="IDS_POLICY_VALIDATION_BAD_INITIAL_SIGNATURE" desc="Message indi cating a bad signature on policy validation using the initial key.">
63 Bad initial signature 66 Bad initial signature
64 </message> 67 </message>
65 <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation."> 68 <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation.">
66 Bad signature 69 Bad signature
67 </message> 70 </message>
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Title of a group/tag whose policies might restrict web contents which would be visible otherwise (e.g. for ced SafeSearch)."> 364 <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Title of a group/tag whose policies might restrict web contents which would be visible otherwise (e.g. for ced SafeSearch).">
362 Filtering 365 Filtering
363 </message> 366 </message>
364 <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Title of a group/t ag whose policies might allow storage of user data to local drives where others might access them."> 367 <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Title of a group/t ag whose policies might allow storage of user data to local drives where others might access them.">
365 Local Data Access 368 Local Data Access
366 </message> 369 </message>
367 <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Title of a group/tag whose policies enable functionality that might share user data with trusted Goog le services."> 370 <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Title of a group/tag whose policies enable functionality that might share user data with trusted Goog le services.">
368 Sharing with Google 371 Sharing with Google
369 </message> 372 </message>
370 </grit-part> 373 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698