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_PUBLIC_SESSION_OVERRIDE" desc="Indicates that the policy is set programmatically because of an active public session (for Chr ome OS only). It could have overridden other sources that set this policy."> | 334 <message name="IDS_POLICY_SOURCE_PUBLIC_SESSION_OVERRIDE" desc="Indicates that the policy is set programmatically because of an active public session (for Chr ome OS only). It could have overridden other sources that set this policy."> |
335 Public session override | 335 Public session override |
336 </message> | 336 </message> |
337 <message name="IDS_POLICY_RISK_TAG_FULL_ADMIN_ACCESS" desc="Title of a group/t ag whose policies potientially allow the administrator to access all of a users data."> | |
cschuet (SLOW)
2015/11/04 20:41:54
nit: user's
cschuet (SLOW)
2015/11/04 20:41:54
nit: potentially
fhorschig
2015/11/09 16:45:27
Done.
fhorschig
2015/11/09 16:45:27
Done.
| |
338 Full Admin Access | |
339 </message> | |
340 <message name="IDS_POLICY_RISK_TAG_SYSTEM_SECURITY" desc="Title of a group/tag whose policies might influence the system's security."> | |
341 System Security | |
342 </message> | |
343 <message name="IDS_POLICY_RISK_TAG_WEBSITE_SHARING" desc="Title of a group/tag whose policies might lead to information sharing with other websites."> | |
344 Sharing with Websites | |
345 </message> | |
346 <message name="IDS_POLICY_RISK_TAG_ADMIN_SHARING" desc="Title of a group/tag w hose policies potentially allow sending information about the user (like activit y times) to an administrator."> | |
347 Sharing with Administrator | |
348 </message> | |
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)."> | |
350 Filtering | |
351 </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."> | |
353 Local Data Access | |
354 </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."> | |
356 Sharing with Google | |
357 </message> | |
337 </grit-part> | 358 </grit-part> |
OLD | NEW |