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

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

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 # A short, one-line summary of the item it applies to. This can appear 56 # A short, one-line summary of the item it applies to. This can appear
57 # both in policy or group listings or on title bars of policy-setting 57 # both in policy or group listings or on title bars of policy-setting
58 # windows. 58 # windows.
59 # - label (Optional, defaults to caption if not specified.) 59 # - label (Optional, defaults to caption if not specified.)
60 # A short, one-line summary of the item it applies to. The difference 60 # A short, one-line summary of the item it applies to. The difference
61 # from caption is that label always appears next to the entry field 61 # from caption is that label always appears next to the entry field
62 # where the value of the policy can be entered. 'main' policies on 62 # where the value of the policy can be entered. 'main' policies on
63 # Windows ignore this. Policies on Mac are using this instead of caption. 63 # Windows ignore this. Policies on Mac are using this instead of caption.
64 # 64 #
65 # Non-translateable strings should be tagged using <ph name="..."></ph> as 65 # Non-translateable strings should be tagged using <ph name="..."></ph> as
66 # described in https://code.google.com/p/grit-i18n/wiki/GritUsersGuide. 66 # described in https://www.chromium.org/developers/tools-we-use-in-chromium/grit /grit-users-guide
67 # 67 #
68 # Generated grd names: 68 # Generated grd names:
69 # Each name has two parts: the second part is either CAPTION, DESC or LABEL, 69 # Each name has two parts: the second part is either CAPTION, DESC or LABEL,
70 # and the first part identifies the item the text applies to: 70 # and the first part identifies the item the text applies to:
71 # -For policies and groups: 71 # -For policies and groups:
72 # IDS_POLICY_<NAME OF THE POLICY OR GROUP> 72 # IDS_POLICY_<NAME OF THE POLICY OR GROUP>
73 # e.g. the name of the caption of policy HomepageLocation: 73 # e.g. the name of the caption of policy HomepageLocation:
74 # IDS_POLICY_HOMEPAGELOCATION_CAPTION 74 # IDS_POLICY_HOMEPAGELOCATION_CAPTION
75 # or other messages of the policy HomepageLocation: 75 # or other messages of the policy HomepageLocation:
76 # IDS_POLICY_HOMEPAGELOCATION_LABEL 76 # IDS_POLICY_HOMEPAGELOCATION_LABEL
(...skipping 8200 matching lines...) Expand 10 before | Expand all | Expand 10 after
8277 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8277 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8278 'text': 'Default Settings (users can override)', 8278 'text': 'Default Settings (users can override)',
8279 }, 8279 },
8280 'doc_complex_policies_on_windows': { 8280 'doc_complex_policies_on_windows': {
8281 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8281 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8282 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 8282 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
8283 }, 8283 },
8284 }, 8284 },
8285 'placeholders': [], 8285 'placeholders': [],
8286 } 8286 }
OLDNEW
« no previous file with comments | « components/nacl/loader/nacl_main_platform_delegate_linux.cc ('k') | components/update_client/update_response.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698