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

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

Issue 1405963003: Fix typo in policy description (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7509 matching lines...) Expand 10 before | Expand all | Expand 10 after
7520 'supported_on': ['chrome_os:38-'], 7520 'supported_on': ['chrome_os:38-'],
7521 'features': { 7521 'features': {
7522 'can_be_recommended': True, 7522 'can_be_recommended': True,
7523 'dynamic_refresh': True, 7523 'dynamic_refresh': True,
7524 'per_profile': True, 7524 'per_profile': True,
7525 }, 7525 },
7526 'example_value': ['de', 'fr'], 7526 'example_value': ['de', 'fr'],
7527 'id': 274, 7527 'id': 274,
7528 'caption': '''Set the recommended locales for a public session''', 7528 'caption': '''Set the recommended locales for a public session''',
7529 'tags': [], 7529 'tags': [],
7530 'desc': '''Sets one or more recommended locales for a public sessions, all owing users to easily choose one of these locales. 7530 'desc': '''Sets one or more recommended locales for a public session, allo wing users to easily choose one of these locales.
7531 7531
7532 The user can choose a locale and a keyboard layout before starting a publi c session. By default, all locales supported by <ph name="PRODUCT_OS_NAME">$2<ex >Google Chrome OS</ex></ph> are listed in alphabetic order. You can use this pol icy to move a set of recommended locales to the top of the list. 7532 The user can choose a locale and a keyboard layout before starting a publi c session. By default, all locales supported by <ph name="PRODUCT_OS_NAME">$2<ex >Google Chrome OS</ex></ph> are listed in alphabetic order. You can use this pol icy to move a set of recommended locales to the top of the list.
7533 7533
7534 If this policy is not set, the current UI locale will be pre-selected. 7534 If this policy is not set, the current UI locale will be pre-selected.
7535 7535
7536 If this policy is set, the recommended locales will be moved to the top of the list and will be visually separated from all other locales. The recommended locales will be listed in the order in which they appear in the policy. The fir st recommended locale will be pre-selected. 7536 If this policy is set, the recommended locales will be moved to the top of the list and will be visually separated from all other locales. The recommended locales will be listed in the order in which they appear in the policy. The fir st recommended locale will be pre-selected.
7537 7537
7538 If there is more than one recommended locale, it is assumed that users wil l want to select among these locales. Locale and keyboard layout selection will be prominently offered when starting a public session. Otherwise, it is assumed that most users will want to use the pre-selected locale. Locale and keyboard la yout selection will be less prominently offered when starting a public session. 7538 If there is more than one recommended locale, it is assumed that users wil l want to select among these locales. Locale and keyboard layout selection will be prominently offered when starting a public session. Otherwise, it is assumed that most users will want to use the pre-selected locale. Locale and keyboard la yout selection will be less prominently offered when starting a public session.
7539 7539
7540 When this policy is set and automatic login is enabled (see the |DeviceLoc alAccountAutoLoginId| and |DeviceLocalAccountAutoLoginDelay| policies), the auto matically started public session will use the first recommended locale and the m ost popular keyboard layout matching this locale. 7540 When this policy is set and automatic login is enabled (see the |DeviceLoc alAccountAutoLoginId| and |DeviceLocalAccountAutoLoginDelay| policies), the auto matically started public session will use the first recommended locale and the m ost popular keyboard layout matching this locale.
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
8024 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8024 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8025 'text': 'Default Settings (users can override)', 8025 'text': 'Default Settings (users can override)',
8026 }, 8026 },
8027 'doc_complex_policies_on_windows': { 8027 'doc_complex_policies_on_windows': {
8028 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8028 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8029 '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>' '', 8029 '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>' '',
8030 }, 8030 },
8031 }, 8031 },
8032 'placeholders': [], 8032 'placeholders': [],
8033 } 8033 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698