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

Side by Side Diff: components/policy_strings.grdp

Issue 2261763002: Device enterprise registration with a certificate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize pointers to nullptr. Created 4 years, 4 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
« no previous file with comments | « components/policy/proto/device_management_backend.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 </message> 45 </message>
46 <message name="IDS_POLICY_DM_STATUS_SERVICE_POLICY_NOT_FOUND" desc="Message in dicating that the enterprise server failed to find the policy to be applied to t he device."> 46 <message name="IDS_POLICY_DM_STATUS_SERVICE_POLICY_NOT_FOUND" desc="Message in dicating that the enterprise server failed to find the policy to be applied to t he device.">
47 Policy not found 47 Policy not found
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.">
56 Request could not be signed
57 </message>
55 58
56 <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful p olicy validation."> 59 <message name="IDS_POLICY_VALIDATION_OK" desc="Message indicating successful p olicy validation.">
57 Validation successful 60 Validation successful
58 </message> 61 </message>
59 <message name="IDS_POLICY_VALIDATION_BAD_INITIAL_SIGNATURE" desc="Message indi cating a bad signature on policy validation using the initial key."> 62 <message name="IDS_POLICY_VALIDATION_BAD_INITIAL_SIGNATURE" desc="Message indi cating a bad signature on policy validation using the initial key.">
60 Bad initial signature 63 Bad initial signature
61 </message> 64 </message>
62 <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation."> 65 <message name="IDS_POLICY_VALIDATION_BAD_SIGNATURE" desc="Message indicating a bad signature on policy validation.">
63 Bad signature 66 Bad signature
64 </message> 67 </message>
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 <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)."> 352 <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).">
350 Filtering 353 Filtering
351 </message> 354 </message>
352 <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."> 355 <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.">
353 Local Data Access 356 Local Data Access
354 </message> 357 </message>
355 <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."> 358 <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.">
356 Sharing with Google 359 Sharing with Google
357 </message> 360 </message>
358 </grit-part> 361 </grit-part>
OLDNEW
« no previous file with comments | « components/policy/proto/device_management_backend.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698