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

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: . Created 9 years, 4 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: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index a8039379e9ff2ccd2fd4fd891e37ab834ccb316c..63649450a3d78340181e929febc159eb4856a5d3 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4176,9 +4176,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>
@@ -4213,7 +4219,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

Powered by Google App Engine
This is Rietveld 408576698