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

Unified Diff: chrome/app/policy/policy_templates.grd

Issue 4704006: Add version information to the policy templates (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix typo in merge Created 10 years, 1 month 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/app/policy/policy_templates.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.grd
diff --git a/chrome/app/policy/policy_templates.grd b/chrome/app/policy/policy_templates.grd
index 08cd7273778db2582c930e1c5b53083a196654d0..0a44fd1634eac8eff0de94e3884fcc2b85faf22d 100644
--- a/chrome/app/policy/policy_templates.grd
+++ b/chrome/app/policy/policy_templates.grd
@@ -705,13 +705,17 @@ templates and will be translated for each locale. -->
desc="Caption text of the field 'mac/linux preference name' in the summary chart of a policy in the generated documentation">
Mac/Linux preference name:
</message>
- <message name="IDS_POLICY_DOC_SUPPORTED_ON_PLATFORMS"
- desc="Caption text of the list of 'platforms where this policy is supported' in the summary chart of a policy in the generated documentation">
- Supported on platforms:
+ <message name="IDS_POLICY_DOC_SUPPORTED_ON"
+ desc="Caption text of the list of 'products, platforms and versions where this policy is supported' in the summary chart of a policy in the generated documentation">
+ Supported on:
</message>
- <message name="IDS_POLICY_DOC_SUPPORTED_IN_PRODUCTS"
- desc="Caption text of the list of 'products where this policy is supported' in the summary chart of a policy in the generated documentation">
- Supported in products:
+ <message name="IDS_POLICY_DOC_SINCE_VERSION"
+ desc="Text in the summary chart of a policy that specifies the version number in which the policy was introduced.">
+ since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>
+ </message>
+ <message name="IDS_POLICY_DOC_UNTIL_VERSION"
+ desc="Text in the summary chart of a policy that specifies the version number after which the policy was dropped.">
+ until version <ph name="UNTIL_VERSION">$6<ex>10</ex></ph>
</message>
<message name="IDS_POLICY_DOC_SUPPORTED_FEATURES"
desc="Caption text of the list of 'policy features that this policy supports' in the summary chart of a policy in the generated documentation">
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698