Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 327 </message> | 327 </message> |
| 328 <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the policy origin ates from the cloud."> | 328 <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the policy origin ates from the cloud."> |
| 329 Cloud | 329 Cloud |
| 330 </message> | 330 </message> |
| 331 <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy is obtained from the local OS."> | 331 <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy is obtained from the local OS."> |
| 332 Platform | 332 Platform |
| 333 </message> | 333 </message> |
| 334 <message name="IDS_POLICY_SOURCE_ENTERPRISE_OVERRIDE" desc="Indicates that a p olicy is enforced in an enterprise environment and can not be overridden (for C hrome OS only)."> | 334 <message name="IDS_POLICY_SOURCE_ENTERPRISE_OVERRIDE" desc="Indicates that a p olicy is enforced in an enterprise environment and can not be overridden (for C hrome OS only)."> |
| 335 Enterprise override | 335 Enterprise override |
| 336 </message> | 336 </message> |
| 337 <message name="IDS_POLICY_RISK_TAG_FULL_ADMIN_ACCESS" desc="Indicates that the policy is obtained from the local OS."> | |
|
Thiemo Nagel
2015/10/12 14:55:27
All descriptions are wrong!
fhorschig
2015/10/13 08:58:55
Wow, absolutely. Fixed.
| |
| 338 Full Admin Access | |
| 339 </message> | |
| 340 <message name="IDS_POLICY_RISK_TAG_SYSTEM_SECURITY" desc="Indicates that the p olicy is obtained from the local OS."> | |
| 341 System Security | |
| 342 </message> | |
| 343 <message name="IDS_POLICY_RISK_TAG_WEBSITE_SHARING" desc="Indicates that the p olicy is obtained from the local OS."> | |
| 344 Sharing with Websites | |
| 345 </message> | |
| 346 <message name="IDS_POLICY_RISK_TAG_ADMIN_SHARING" desc="Indicates that the pol icy is obtained from the local OS."> | |
| 347 Sharing with Administrator | |
| 348 </message> | |
| 349 <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Indicates that the policy is obtained from the local OS."> | |
| 350 Filtering | |
| 351 </message> | |
| 352 <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Indicates that the policy is obtained from the local OS."> | |
| 353 Local Data Access | |
| 354 </message> | |
| 355 <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Indicates that the po licy is obtained from the local OS."> | |
| 356 Sharing with Google | |
| 357 </message> | |
| 337 </grit-part> | 358 </grit-part> |
| OLD | NEW |