Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/lexicon/en/ |
<?php /** * Access Policy English lexicon topic * * @language en * @package modx * @subpackage lexicon */ $_lang['active_of'] = '[[+active]] of [[+total]]'; $_lang['active_permissions'] = 'Active Permissions'; $_lang['no_policy_option'] = ' (no policy) '; $_lang['permission'] = 'Permission'; $_lang['permission_add'] = 'Add Permission'; $_lang['permission_add_template'] = 'Add Permission to Template'; $_lang['permission_err_ae'] = 'Permission already exists for this policy.'; $_lang['permission_err_nf'] = 'Permission not found.'; $_lang['permission_err_ns'] = 'Permission not specified.'; $_lang['permission_err_remove'] = 'An error occurred while trying to remove this permission.'; $_lang['permission_err_save'] = 'An error occurred while trying to save this permission.'; $_lang['permission_new'] = 'New Permission'; $_lang['permission_remove'] = 'Delete Permission'; $_lang['permission_remove_confirm'] = 'Are you sure you want to remove this permission?'; $_lang['permission_update'] = 'Update Permission'; $_lang['permissions'] = 'Permissions'; $_lang['permissions_desc'] = 'Here you can define specific permissions that this policy will contain. All user groups with this policy will inherit these permissions.'; $_lang['policies'] = 'Access Policies'; $_lang['policy'] = 'Access Policy'; $_lang['policy_create'] = 'Create Access Policy'; $_lang['policy_data'] = 'Policy Data'; $_lang['policy_desc'] = 'Access policies are generic policies that restrict or enable certain actions with MODX.'; $_lang['policy_desc_name'] = 'The name of the Access Policy'; $_lang['policy_desc_description'] = 'Optional. A short description of the Access Policy'; $_lang['policy_desc_template'] = 'The Policy Template used for this Policy. Policies get their Permission lists from their Template.'; $_lang['policy_desc_lexicon'] = 'Optional. The Lexicon Topic that this Policy uses to translate the Permissions it owns.'; $_lang['policy_duplicate'] = 'Duplicate Policy'; $_lang['policy_duplicate_confirm'] = 'Are you sure you want to duplicate this policy and all of its data?'; $_lang['policy_err_ae'] = 'A Policy already exists with the name `[[+name]]`. Please select another name.'; $_lang['policy_err_nf'] = 'Policy not found.'; $_lang['policy_err_ns'] = 'Policy not specified.'; $_lang['policy_err_remove'] = 'An error occurred while trying to remove the Policy.'; $_lang['policy_err_save'] = 'An error occurred while trying to save the Policy.'; $_lang['policy_export'] = 'Export Policy'; $_lang['policy_import'] = 'Import Policy'; $_lang['policy_import_msg'] = 'Select an XML file to import a Policy from. It must be in the correct XML Policy format.'; $_lang['policy_management'] = 'Access Policies'; $_lang['policy_management_msg'] = 'Access Policies manage how MODX handles permissions for specified actions.'; $_lang['policy_name'] = 'Policy Name'; $_lang['policy_property_create'] = 'Create Access Policy Property'; $_lang['policy_property_new'] = 'New Policy Property'; $_lang['policy_property_remove'] = 'Delete Access Policy Property'; $_lang['policy_property_specify_name'] = 'Please specify a policy property name:'; $_lang['policy_remove'] = 'Delete Policy'; $_lang['policy_remove_confirm'] = 'Are you sure you want to remove this Access Policy?'; $_lang['policy_remove_multiple'] = 'Delete Policies'; $_lang['policy_remove_multiple_confirm'] = 'Are you sure you want to remove these Access Policies? This is irreversible.'; $_lang['policy_update'] = 'Update Policy'; $_lang['policy_template'] = 'Policy Template'; $_lang['policy_template.desc'] = 'A Policy Template defines what Permissions will show up in the Permissions grid when editing a specific Policy. You can add or remove specific Permissions from this template below. Note that removing a Permission from a Template will remove it from any Policies that use this Template.'; $_lang['policy_template_create'] = 'Create Policy Template'; $_lang['policy_template_desc_name'] = 'The name of the Access Policy Template'; $_lang['policy_template_desc_description'] = 'Optional. A short description of the Access Policy Template'; $_lang['policy_template_desc_lexicon'] = 'Optional. The Lexicon Topic that this Policy Template uses to translate the Permissions it owns.'; $_lang['policy_template_desc_template_group'] = 'The Policy Template Group to use. This is used when selecting Policies from a dropdown menu; usually they are filtered by template group. Select an appropriate group for your Policy Template.'; $_lang['policy_template_duplicate'] = 'Duplicate Policy Template'; $_lang['policy_template_duplicate_confirm'] = 'Are you sure you want to duplicate this Policy Template?'; $_lang['policy_template_err_ae'] = 'A Policy Template already exists with the name `[[+name]]`. Please select another name.'; $_lang['policy_template_err_nf'] = 'Policy Template not found.'; $_lang['policy_template_err_ns'] = 'Policy Template not specified.'; $_lang['policy_template_err_remove'] = 'An error occurred while trying to remove the Policy Template.'; $_lang['policy_template_err_save'] = 'An error occurred while trying to save the Policy Template.'; $_lang['policy_template_export'] = 'Export Policy Template'; $_lang['policy_template_import'] = 'Import Policy Template'; $_lang['policy_template_import_msg'] = 'Select an XML file to import a Policy Template from. It must be in the correct XML Policy Template format.'; $_lang['policy_template_remove'] = 'Delete Policy Template'; $_lang['policy_template_remove_confirm'] = 'Are you sure you want to remove this Policy Template? It will remove all Policies attached to this Template as well - this could break your MODX installation if any active Policies are attached to this Template.'; $_lang['policy_template_remove_multiple'] = 'Delete Selected Policy Templates'; $_lang['policy_template_remove_multiple_confirm'] = 'Are you sure you want to remove these Policy Templates? It will remove all Policies attached to these Templates as well - this could break your MODX installation if any active Policies are attached to these Templates.'; $_lang['policy_template_update'] = 'Update Policy Template'; $_lang['policy_templates'] = 'Policy Templates'; $_lang['policy_templates.intro_msg'] = 'This is a list of Policy Templates, which define lists of Permissions that are checked or unchecked in specific Policies.'; $_lang['template_group'] = 'Template Group';