diff options
author | simo@google.com <simo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 16:10:04 +0000 |
---|---|---|
committer | simo@google.com <simo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 16:10:04 +0000 |
commit | a8171203aadbc0d452ec3b46eb16d6b5b5e8427b (patch) | |
tree | 2c2b6003fa94f743bc6e6e4b5121a0edc93f62f0 /chrome/app | |
parent | 5a2b69999950076443aa3c9c1def3c676eeeb870 (diff) | |
download | chromium_src-a8171203aadbc0d452ec3b46eb16d6b5b5e8427b.zip chromium_src-a8171203aadbc0d452ec3b46eb16d6b5b5e8427b.tar.gz chromium_src-a8171203aadbc0d452ec3b46eb16d6b5b5e8427b.tar.bz2 |
First CL for the about:policy page. This only implements the policy section of the page.
Preliminary design doc:
https://docs.google.com/a/google.com/document/d/1KWsF52ImY4eJbNgizaA6Gw_aMVg24zgZfypKZBs376k/edit?hl=en_US&ndplr=1
TEST=set some policies, start chrome and go to chrome://policy
Review URL: http://codereview.chromium.org/7585036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 48c9ceb..f5558d9 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4160,6 +4160,60 @@ Keep your key file in a safe place. You will need it to create new versions of y There are multiple simultaneous users of Chrome on this computer. Only the first user to launch Chrome can modify these preferences. Sorry about that! </message> + <!-- about:policy --> + <message name="IDS_POLICY_TITLE" desc="The title for the about:policies page."> + Policies + </message> + <message name="IDS_POLICY_FETCH" desc="The label for the button that fetches policies."> + Fetch policies now + </message> + <message name="IDS_POLICY_STATUS_TITLE" desc="The title for the status section."> + Status + </message> + <message name="IDS_POLICY_DEVICE_POLICIES" desc="The title for the device policies status box."> + Device Policies + </message> + <message name="IDS_POLICY_USER_POLICIES" desc="The title for the user policies status box."> + User policies + </message> + <message name="IDS_POLICY_ENROLLMENT_DOMAIN" desc="The label for the enrollment domain in the status boxes."> + Enrollment domain: + </message> + <message name="IDS_POLICY_LAST_FETCHED" desc="The label for the last fetched time in the status boxes."> + Last fetched: + </message> + <message name="IDS_POLICY_FETCH_INTERVAL" desc="The label for the fetch interval in the status boxes."> + Fetch interval: + </message> + <message name="IDS_POLICY_SERVER_STATUS" desc="The label for the server status in the status boxes."> + Status: + </message> + <message name="IDS_POLICY_SHOW_UNSENT" desc="The label for the checkbox that enables/disables the display of policies not sent by the server."> + Also show policies not sent by the server + </message> + <message name="IDS_POLICY_FILTER" desc="The placeholder for the search box."> + Filter policies by name + </message> + <message name="IDS_POLICY_NO_POLICIES_SET" desc="The text that appears if no policies were received + by the client."> + No policies are currently active! + </message> + <message name="IDS_POLICY_APPLIES_TO" desc="The table header for the column in the policy table that details whether a policy is a user or a device policy."> + Applies To + </message> + <message name="IDS_POLICY_LEVEL" desc="The table header for the column in the policy table that details whether a policy is mandatory or recommended."> + Level + </message> + <message name="IDS_POLICY_ENTRY_NAME" desc="The table header for the column in the policy table that contains the name of the policy."> + Policy Name + </message> + <message name="IDS_POLICY_ENTRY_VALUE" desc="The table header for the column in the policy table that contains the value of the policy."> + Policy Value + </message> + <message name="IDS_POLICY_ENTRY_STATUS" desc="The table header for the column in policy table that contains the status of the policy."> + Status + </message> + <!-- about:flags --> <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for the about:flags page."> Careful, these experiments may bite |