policy.inc.php 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. /**
  3. * Access Policy English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['active_of'] = '[[+active]] of [[+total]]';
  10. $_lang['active_permissions'] = 'Active Permissions';
  11. $_lang['no_policy_option'] = ' (ingen politik) ';
  12. $_lang['permission'] = 'Rettighed';
  13. $_lang['permission_add'] = 'Add Permission';
  14. $_lang['permission_add_template'] = 'Add Permission to Template';
  15. $_lang['permission_err_ae'] = 'Permission already exists for this policy.';
  16. $_lang['permission_err_nf'] = 'Permission not found.';
  17. $_lang['permission_err_ns'] = 'Permission not specified.';
  18. $_lang['permission_err_remove'] = 'An error occurred while trying to remove this permission.';
  19. $_lang['permission_err_save'] = 'An error occurred while trying to save this permission.';
  20. $_lang['permission_new'] = 'New Permission';
  21. $_lang['permission_remove'] = 'Delete Permission';
  22. $_lang['permission_remove_confirm'] = 'Are you sure you want to remove this permission?';
  23. $_lang['permission_update'] = 'Update Permission';
  24. $_lang['permissions'] = 'Rettigheder';
  25. $_lang['permissions_desc'] = 'Here you can define specific permissions that this policy will contain. All user groups with this policy will inherit these permissions.';
  26. $_lang['policies'] = 'Access Policies';
  27. $_lang['policy'] = 'Access Policy';
  28. $_lang['policy_create'] = 'Create Access Policy';
  29. $_lang['policy_data'] = 'Policy Data';
  30. $_lang['policy_desc'] = 'Access policies are generic policies that restrict or enable certain actions with MODX.';
  31. $_lang['policy_desc_name'] = 'The name of the Access Policy';
  32. $_lang['policy_desc_description'] = 'Optional. A short description of the Access Policy';
  33. $_lang['policy_desc_template'] = 'The Policy Template used for this Policy. Policies get their Permission lists from their Template.';
  34. $_lang['policy_desc_lexicon'] = 'Optional. The Lexicon Topic that this Policy uses to translate the Permissions it owns.';
  35. $_lang['policy_duplicate'] = 'Duplicate Policy';
  36. $_lang['policy_duplicate_confirm'] = 'Are you sure you want to duplicate this policy and all of its data?';
  37. $_lang['policy_err_ae'] = 'A Policy already exists with the name `[[+name]]`. Please select another name.';
  38. $_lang['policy_err_nf'] = 'Policy not found.';
  39. $_lang['policy_err_ns'] = 'Policy not specified.';
  40. $_lang['policy_err_remove'] = 'An error occurred while trying to remove the Policy.';
  41. $_lang['policy_err_save'] = 'An error occurred while trying to save the Policy.';
  42. $_lang['policy_export'] = 'Export Policy';
  43. $_lang['policy_import'] = 'Import Policy';
  44. $_lang['policy_import_msg'] = 'Select an XML file to import a Policy from. It must be in the correct XML Policy format.';
  45. $_lang['policy_management'] = 'Access Policies';
  46. $_lang['policy_management_msg'] = 'Access Policies manage how MODX handles permissions for specified actions.';
  47. $_lang['policy_name'] = 'Policy Name';
  48. $_lang['policy_property_create'] = 'Create Access Policy Property';
  49. $_lang['policy_property_new'] = 'New Policy Property';
  50. $_lang['policy_property_remove'] = 'Delete Access Policy Property';
  51. $_lang['policy_property_specify_name'] = 'Please specify a policy property name:';
  52. $_lang['policy_remove'] = 'Delete Policy';
  53. $_lang['policy_remove_confirm'] = 'Are you sure you want to remove this Access Policy?';
  54. $_lang['policy_remove_multiple'] = 'Delete Policies';
  55. $_lang['policy_remove_multiple_confirm'] = 'Are you sure you want to remove these Access Policies? This is irreversible.';
  56. $_lang['policy_update'] = 'Update Policy';
  57. $_lang['policy_template'] = 'Policy Template';
  58. $_lang['policy_template.desc'] = 'A Policy Template defines which 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.';
  59. $_lang['policy_template_create'] = 'Create Policy Template';
  60. $_lang['policy_template_desc_name'] = 'The name of the Access Policy Template';
  61. $_lang['policy_template_desc_description'] = 'Optional. A short description of the Access Policy Template';
  62. $_lang['policy_template_desc_lexicon'] = 'Optional. The Lexicon Topic that this Policy Template uses to translate the Permissions it owns.';
  63. $_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.';
  64. $_lang['policy_template_duplicate'] = 'Duplicate Policy Template';
  65. $_lang['policy_template_duplicate_confirm'] = 'Are you sure you want to duplicate this Policy Template?';
  66. $_lang['policy_template_err_ae'] = 'A Policy Template already exists with the name `[[+name]]`. Please select another name.';
  67. $_lang['policy_template_err_nf'] = 'Policy Template not found.';
  68. $_lang['policy_template_err_ns'] = 'Policy Template not specified.';
  69. $_lang['policy_template_err_remove'] = 'An error occurred while trying to remove the Policy Template.';
  70. $_lang['policy_template_err_save'] = 'An error occurred while trying to save the Policy Template.';
  71. $_lang['policy_template_export'] = 'Export Policy Template';
  72. $_lang['policy_template_import'] = 'Import Policy Template';
  73. $_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.';
  74. $_lang['policy_template_remove'] = 'Delete Policy Template';
  75. $_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.';
  76. $_lang['policy_template_remove_multiple'] = 'Delete Selected Policy Templates';
  77. $_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.';
  78. $_lang['policy_template_update'] = 'Update Policy Template';
  79. $_lang['policy_templates'] = 'Policy Templates';
  80. $_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.';
  81. $_lang['template_group'] = 'Template Group';