Index: components/policy_strings.grdp |
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp |
index 8433599b2dd453c700591272c9638f2f058fd9d4..4a8e2d9bed72317b0478b9ea87ab3263204fa16a 100644 |
--- a/components/policy_strings.grdp |
+++ b/components/policy_strings.grdp |
@@ -291,6 +291,9 @@ |
<message name="IDS_POLICY_HEADER_STATUS" desc="Table header for the column in policy table that contains the policy status."> |
Status |
</message> |
+ <message name="IDS_POLICY_HEADER_SOURCE" desc="Table header for the column in policy table that contains the policy source."> |
+ Source |
+ </message> |
<message name="IDS_POLICY_SHOW_EXPANDED_VALUE" desc="Text for the link that shows the policy value. Used when the policy value is too long to be always visible."> |
Show value |
</message> |
@@ -319,4 +322,16 @@ |
<message name="IDS_POLICY_INVALID_BOOKMARK" desc="Text displayed in the status column when an entry of the ManagedBookmarks policy is not a valid bookmark."> |
Ignored invalid bookmark at index <ph name="ENTRY_INDEX">$1<ex>3</ex></ph> |
</message> |
+ <message name="IDS_POLICY_SOURCE_ENTERPRISE" desc="Indicates that a policy has a default value that is enforced in an enterprise system (like Chrome OS)."> |
Thiemo Nagel
2015/09/04 20:15:54
It is not enforced in an enterprise system but in
fhorschig
2015/09/07 14:09:34
Done.
|
+ Enterprise Default |
+ </message> |
+ <message name="IDS_POLICY_SOURCE_CLOUD" desc="Indicates that the policy originates from the cloud."> |
+ Cloud |
+ </message> |
+ <message name="IDS_POLICY_SOURCE_PLATFORM" desc="Indicates that the policy is obtained from the local OS."> |
Thiemo Nagel
2015/09/04 20:15:54
duplicate blank
fhorschig
2015/09/07 14:09:34
Done.
|
+ Platform |
+ </message> |
+ <message name="IDS_POLICY_SOURCE_ENFORCED" desc="Indicates that the policy is programmatically set to an unchangeable value (e.g. to enforce ash tray visibility in public sessions)."> |
+ Enforced |
Thiemo Nagel
2015/09/04 20:15:54
"Enforced" sounds somewhat negative. Wouldn't "Pr
fhorschig
2015/09/07 14:09:34
Was my first thought, too. Originally, I considere
|
+ </message> |
</grit-part> |