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

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: rename placeholder 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
Index: chrome/app/policy/policy_templates.grd
diff --git a/chrome/app/policy/policy_templates.grd b/chrome/app/policy/policy_templates.grd
index b8cbb24aa8e71bdaa6f8d2d001a2538f3314345d..d8afb741b7a1fd9e5eef1f5ad936b114a0bc6cdc 100644
--- a/chrome/app/policy/policy_templates.grd
+++ b/chrome/app/policy/policy_templates.grd
@@ -651,13 +651,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>
jeanluc1 2010/11/12 01:44:48 Why not use $1?
gfeher 2010/11/12 17:58:00 $1 gets always replaced by the product name in tem
+ </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>
jeanluc1 2010/11/12 01:44:48 Same here.
</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">

Powered by Google App Engine
This is Rietveld 408576698