policy.inc.php
Translations of this material:
- into Russian: policy.inc.php <?php. Translated in draft, editing and proof-reading required.
-
Submitted for translation by elastic 08.04.2009
Published 2 years, 6 months ago.
Text
<?php$_lang['permission'] = 'Permission';$_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'] = 'Remove 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_duplicate'] = 'Duplicate Policy';
$_lang['policy_duplicate_confirm'] = 'Are you sure you want to duplicate this policy and all of its data?';
$_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'] = 'Remove Policy';
$_lang['policy_remove_confirm'] = 'Are you sure you want to remove this access policy?';
$_lang['policy_update'] = 'Update Access Policy';
