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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: components/policy_strings.grdp
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index f9701ceec4e8a8062f5900e64c47db33cd1593a9..7f4cd77c3936e3c5dd2704c281baacfee22ab15a 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -334,4 +334,25 @@
<message name="IDS_POLICY_SOURCE_ENTERPRISE_OVERRIDE" desc="Indicates that a policy is enforced in an enterprise environment and can not be overridden (for Chrome OS only).">
Enterprise override
</message>
+ <message name="IDS_POLICY_RISK_TAG_FULL_ADMIN_ACCESS" desc="Indicates that the policy is obtained from the local OS.">
+ Full Admin Access
+ </message>
+ <message name="IDS_POLICY_RISK_TAG_SYSTEM_SECURITY" desc="Indicates that the policy is obtained from the local OS.">
+ System Security
+ </message>
+ <message name="IDS_POLICY_RISK_TAG_WEBSITE_SHARING" desc="Indicates that the policy is obtained from the local OS.">
+ Sharing with Websites
+ </message>
+ <message name="IDS_POLICY_RISK_TAG_ADMIN_SHARING" desc="Indicates that the policy is obtained from the local OS.">
+ Sharing with Administrator
+ </message>
+ <message name="IDS_POLICY_RISK_TAG_FILTERING" desc="Indicates that the policy is obtained from the local OS.">
+ Filtering
+ </message>
+ <message name="IDS_POLICY_RISK_TAG_LOCAL_DATA_ACCESS" desc="Indicates that the policy is obtained from the local OS.">
+ Local Data Access
+ </message>
+ <message name="IDS_POLICY_RISK_TAG_GOOGLE_SHARING" desc="Indicates that the policy is obtained from the local OS.">
+ Sharing with Google
+ </message>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698