summaryrefslogtreecommitdiffstats
path: root/components/policy_strings.grdp
diff options
context:
space:
mode:
authorpbond <pbond@chromium.org>2015-04-15 04:55:46 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-15 11:56:16 +0000
commit36d002df861fc6da74af21a1c2e3974f33b1a552 (patch)
tree038444ebbfe20bd2751126eb3749aa9761a81fb6 /components/policy_strings.grdp
parenta7e73457d00a65f2aca3114d2d898422100f14d6 (diff)
downloadchromium_src-36d002df861fc6da74af21a1c2e3974f33b1a552.zip
chromium_src-36d002df861fc6da74af21a1c2e3974f33b1a552.tar.gz
chromium_src-36d002df861fc6da74af21a1c2e3974f33b1a552.tar.bz2
Added device naming information to chrome://policy
Added Asset Id, Location of the device and directory API ID to the device policy box. BUG=464184 Review URL: https://codereview.chromium.org/1052943002 Cr-Commit-Position: refs/heads/master@{#325225}
Diffstat (limited to 'components/policy_strings.grdp')
-rw-r--r--components/policy_strings.grdp12
1 files changed, 12 insertions, 0 deletions
diff --git a/components/policy_strings.grdp b/components/policy_strings.grdp
index de9f836..8433599 100644
--- a/components/policy_strings.grdp
+++ b/components/policy_strings.grdp
@@ -246,9 +246,21 @@
<message name="IDS_POLICY_LABEL_CLIENT_ID" desc="Label for the client IDs in the policy status boxes.">
Client ID:
</message>
+ <message name="IDS_POLICY_LABEL_ASSET_ID" desc="Label for the asset ID in the device policy status box.">
+ Asset ID:
+ </message>
+ <message name="IDS_POLICY_LABEL_LOCATION" desc="Label for the device location in the device policy status box.">
+ Assigned Location:
+ </message>
+ <message name="IDS_POLICY_LABEL_DIRECTORY_API_ID" desc="Label for the directory API ID in the device policy status box.">
+ Directory API ID:
+ </message>
<message name="IDS_POLICY_LABEL_TIME_SINCE_LAST_REFRESH" desc="Label for the time since the last refresh in the policy status boxes.">
Last fetched:
</message>
+ <message name="IDS_POLICY_NOT_SPECIFIED" desc="Indicates if that device attribute has not specified yet.">
+ Not Specified
+ </message>
<message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fetch was never performed before.">
Never
</message>