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

Side by Side Diff: components/policy_strings.grdp

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extracting PolicyUi + Renaming. Created 5 years, 2 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.">
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698