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

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 997523002: Relanding Add i18n support for Android App Restrictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge issue 996653002 Created 5 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 7309 matching lines...) Expand 10 before | Expand all | Expand 10 after
7320 'text': '''Data type:''' 7320 'text': '''Data type:'''
7321 }, 7321 },
7322 'doc_win_reg_loc': { 7322 'doc_win_reg_loc': {
7323 'desc': '''Caption text of the field 'windows registry location' in the su mmary chart of a policy in the generated documentation''', 7323 'desc': '''Caption text of the field 'windows registry location' in the su mmary chart of a policy in the generated documentation''',
7324 'text': '''Windows registry location:''' 7324 'text': '''Windows registry location:'''
7325 }, 7325 },
7326 'doc_mac_linux_pref_name': { 7326 'doc_mac_linux_pref_name': {
7327 'desc': '''Caption text of the field 'mac/linux preference name' in the su mmary chart of a policy in the generated documentation''', 7327 'desc': '''Caption text of the field 'mac/linux preference name' in the su mmary chart of a policy in the generated documentation''',
7328 'text': '''Mac/Linux preference name:''' 7328 'text': '''Mac/Linux preference name:'''
7329 }, 7329 },
7330 'doc_android_restriction_name': {
7331 'desc': '''Caption text of the field 'android restriction name' in the sum mary chart of a policy in the generated documentation''',
7332 'text': '''Android restriction name:'''
7333 },
7330 'doc_supported_on': { 7334 'doc_supported_on': {
7331 'desc': '''Caption text of the list of 'products, platforms and versions w here this policy is supported' in the summary chart of a policy in the generated documentation''', 7335 'desc': '''Caption text of the list of 'products, platforms and versions w here this policy is supported' in the summary chart of a policy in the generated documentation''',
7332 'text': '''Supported on:''' 7336 'text': '''Supported on:'''
7333 }, 7337 },
7334 'doc_since_version': { 7338 'doc_since_version': {
7335 'desc': '''Text in the summary chart of a policy that specifies the versio n number in which the policy was introduced.''', 7339 'desc': '''Text in the summary chart of a policy that specifies the versio n number in which the policy was introduced.''',
7336 'text': '''since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>''' 7340 'text': '''since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>'''
7337 }, 7341 },
7338 'doc_until_version': { 7342 'doc_until_version': {
7339 'desc': '''Text in the summary chart of a policy that specifies the versio n number after which the policy was dropped.''', 7343 'desc': '''Text in the summary chart of a policy that specifies the versio n number after which the policy was dropped.''',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
7418 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 7422 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
7419 'text': 'Default Settings (users can override)', 7423 'text': 'Default Settings (users can override)',
7420 }, 7424 },
7421 'doc_complex_policies_on_windows': { 7425 'doc_complex_policies_on_windows': {
7422 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 7426 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
7423 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' , 7427 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex >http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>''' ,
7424 }, 7428 },
7425 }, 7429 },
7426 'placeholders': [], 7430 'placeholders': [],
7427 } 7431 }
OLDNEW
« no previous file with comments | « components/policy/resources/policy_templates.grd ('k') | components/policy/tools/generate_policy_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698