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

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

Issue 865573002: Add i18n support for Android App Restrictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add landmine 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 7279 matching lines...) Expand 10 before | Expand all | Expand 10 after
7290 'text': '''Data type:''' 7290 'text': '''Data type:'''
7291 }, 7291 },
7292 'doc_win_reg_loc': { 7292 'doc_win_reg_loc': {
7293 'desc': '''Caption text of the field 'windows registry location' in the su mmary chart of a policy in the generated documentation''', 7293 'desc': '''Caption text of the field 'windows registry location' in the su mmary chart of a policy in the generated documentation''',
7294 'text': '''Windows registry location:''' 7294 'text': '''Windows registry location:'''
7295 }, 7295 },
7296 'doc_mac_linux_pref_name': { 7296 'doc_mac_linux_pref_name': {
7297 'desc': '''Caption text of the field 'mac/linux preference name' in the su mmary chart of a policy in the generated documentation''', 7297 'desc': '''Caption text of the field 'mac/linux preference name' in the su mmary chart of a policy in the generated documentation''',
7298 'text': '''Mac/Linux preference name:''' 7298 'text': '''Mac/Linux preference name:'''
7299 }, 7299 },
7300 'doc_android_restriction_name': {
7301 'desc': '''Caption text of the field 'android restriction name' in the sum mary chart of a policy in the generated documentation''',
7302 'text': '''Android restriction name:'''
7303 },
7300 'doc_supported_on': { 7304 'doc_supported_on': {
7301 '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''', 7305 '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''',
7302 'text': '''Supported on:''' 7306 'text': '''Supported on:'''
7303 }, 7307 },
7304 'doc_since_version': { 7308 'doc_since_version': {
7305 'desc': '''Text in the summary chart of a policy that specifies the versio n number in which the policy was introduced.''', 7309 'desc': '''Text in the summary chart of a policy that specifies the versio n number in which the policy was introduced.''',
7306 'text': '''since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>''' 7310 'text': '''since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>'''
7307 }, 7311 },
7308 'doc_until_version': { 7312 'doc_until_version': {
7309 'desc': '''Text in the summary chart of a policy that specifies the versio n number after which the policy was dropped.''', 7313 '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
7388 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 7392 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
7389 'text': 'Default Settings (users can override)', 7393 'text': 'Default Settings (users can override)',
7390 }, 7394 },
7391 'doc_complex_policies_on_windows': { 7395 'doc_complex_policies_on_windows': {
7392 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 7396 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
7393 '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>''' , 7397 '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>''' ,
7394 }, 7398 },
7395 }, 7399 },
7396 'placeholders': [], 7400 'placeholders': [],
7397 } 7401 }
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