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

Unified Diff: chrome/app/generated_resources.grd

Issue 7828042: Implemented status section functionality for about:policy. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased patch. Created 9 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c1a3199156c743309df6904a0e384d7a413876bf..98d442141e16688d39f6355079caca31d846d37f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4232,9 +4232,15 @@ Keep your key file in a safe place. You will need it to create new versions of y
<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.">
+ <message name="IDS_POLICY_ENROLLMENT_DOMAIN" desc="The label for the enrollment domain in the device policies status box.">
Enrollment domain:
</message>
+ <message name="IDS_POLICY_CLIENT_ID" desc="The label for the client ids in the status boxes.">
+ Client Id:
+ </message>
+ <message name="IDS_POLICY_USERNAME" desc="The label for the username in the user policies status box.">
+ User:
+ </message>
<message name="IDS_POLICY_LAST_FETCHED" desc="The label for the last fetched time in the status boxes.">
Last fetched:
</message>
@@ -4269,7 +4275,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<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>
-
+ <message name="IDS_POLICY_SHOW_MORE" desc="The text for the link that expands a policy value or policy status table cell.">
+ [Show more]
+ </message>
+ <message name="IDS_POLICY_HIDE" desc="The text for the link that hides overflowing text in a policy value or policy status table cell.">
+ [Hide]
+ </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
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698