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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that are used in policy 3 <!-- This file contains definitions of resources that are used in policy
4 templates and will be translated for each locale. --> 4 templates and will be translated for each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" /> 9 <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" />
10 <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lan g="en" /> 10 <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lan g="en" />
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 Data type: 644 Data type:
645 </message> 645 </message>
646 <message name="IDS_POLICY_DOC_WIN_REG_LOC" 646 <message name="IDS_POLICY_DOC_WIN_REG_LOC"
647 desc="Caption text of the field 'windows registry location' in the summary chart of a policy in the generated documentation"> 647 desc="Caption text of the field 'windows registry location' in the summary chart of a policy in the generated documentation">
648 Windows registry location: 648 Windows registry location:
649 </message> 649 </message>
650 <message name="IDS_POLICY_DOC_MAC_LINUX_PREF_NAME" 650 <message name="IDS_POLICY_DOC_MAC_LINUX_PREF_NAME"
651 desc="Caption text of the field 'mac/linux preference name' in the summary chart of a policy in the generated documentation"> 651 desc="Caption text of the field 'mac/linux preference name' in the summary chart of a policy in the generated documentation">
652 Mac/Linux preference name: 652 Mac/Linux preference name:
653 </message> 653 </message>
654 <message name="IDS_POLICY_DOC_SUPPORTED_ON_PLATFORMS" 654 <message name="IDS_POLICY_DOC_SUPPORTED_ON"
655 desc="Caption text of the list of 'platforms where this policy is s upported' in the summary chart of a policy in the generated documentation"> 655 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 generat ed documentation">
656 Supported on platforms: 656 Supported on:
657 </message> 657 </message>
658 <message name="IDS_POLICY_DOC_SUPPORTED_IN_PRODUCTS" 658 <message name="IDS_POLICY_DOC_SINCE_VERSION"
659 desc="Caption text of the list of 'products where this policy is su pported' in the summary chart of a policy in the generated documentation"> 659 desc="Text in the summary chart of a policy that specifies the vers ion number in which the policy was introduced.">
660 Supported in products: 660 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
661 </message>
662 <message name="IDS_POLICY_DOC_UNTIL_VERSION"
663 desc="Text in the summary chart of a policy that specifies the vers ion number after which the policy was dropped.">
664 until version <ph name="UNTIL_VERSION">$6<ex>10</ex></ph>
jeanluc1 2010/11/12 01:44:48 Same here.
661 </message> 665 </message>
662 <message name="IDS_POLICY_DOC_SUPPORTED_FEATURES" 666 <message name="IDS_POLICY_DOC_SUPPORTED_FEATURES"
663 desc="Caption text of the list of 'policy features that this policy supports' in the summary chart of a policy in the generated documentation"> 667 desc="Caption text of the list of 'policy features that this policy supports' in the summary chart of a policy in the generated documentation">
664 Supported features: 668 Supported features:
665 </message> 669 </message>
666 <message name="IDS_POLICY_DOC_DESCRIPTION" 670 <message name="IDS_POLICY_DOC_DESCRIPTION"
667 desc="Caption text of the 'description text' in the summary chart o f a policy in the generated documentation"> 671 desc="Caption text of the 'description text' in the summary chart o f a policy in the generated documentation">
668 Description: 672 Description:
669 </message> 673 </message>
670 <message name="IDS_POLICY_DOC_EXAMPLE_VALUE" 674 <message name="IDS_POLICY_DOC_EXAMPLE_VALUE"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 Policy Name 710 Policy Name
707 </message> 711 </message>
708 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE" 712 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE"
709 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation"> 713 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation">
710 Description 714 Description
711 </message> 715 </message>
712 <!-- End of generated documentation messages --> 716 <!-- End of generated documentation messages -->
713 </messages> 717 </messages>
714 </release> 718 </release>
715 </grit> 719 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698