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

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..fe25be7e36f3db231c24a0d3c589cdb126b5966d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4176,9 +4176,18 @@ 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_DEVICE_ID" desc="The label for the device id in the device policies status box.">
+ Device 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_USER_ID" desc="The label for the user id in the user policies status box.">
Mattias Nissler (ping if slow) 2011/09/02 11:16:09 Hm, it seems that we should find a common term for
+ User Id:
+ </message>
<message name="IDS_POLICY_LAST_FETCHED" desc="The label for the last fetched time in the status boxes.">
Last fetched:
</message>
@@ -4213,7 +4222,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.">
Mattias Nissler (ping if slow) 2011/09/02 11:16:09 Ah, so here I can see a good cut for splitting the
+ [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