policy.inc.php 7.0 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]] з [[+total]]';
  10. $_lang['active_permissions'] = 'Активні дозволи';
  11. $_lang['no_policy_option'] = ' (немає політики) ';
  12. $_lang['permission'] = 'Дозвіл';
  13. $_lang['permission_add'] = 'Додати дозвіл';
  14. $_lang['permission_add_template'] = 'Додати дозвіл до шаблону';
  15. $_lang['permission_err_ae'] = 'Permission already exists for this policy.';
  16. $_lang['permission_err_nf'] = 'Дозвіл не знайдено.';
  17. $_lang['permission_err_ns'] = 'Дозвіл не вказаний.';
  18. $_lang['permission_err_remove'] = 'Сталася помилка при спробі видалення цього дозволу.';
  19. $_lang['permission_err_save'] = 'Сталася помилка при спробі збереження цього дозволу.';
  20. $_lang['permission_new'] = 'Новий дозвіл';
  21. $_lang['permission_remove'] = 'Видалити дозвіл';
  22. $_lang['permission_remove_confirm'] = 'Ви впевнені, що хочете видалити цей дозвіл?';
  23. $_lang['permission_update'] = 'Редагувати дозвіл';
  24. $_lang['permissions'] = 'Дозволи';
  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'] = 'Політики доступу';
  27. $_lang['policy'] = 'Політика доступу';
  28. $_lang['policy_create'] = 'Створити політику доступу';
  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'] = 'Ім\'я політики доступу';
  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'] = 'Дублювати політику';
  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'] = 'Політика не знайдена.';
  39. $_lang['policy_err_ns'] = 'Політика не вказана.';
  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'] = 'Експортувати політику';
  43. $_lang['policy_import'] = 'Імпортувати політику';
  44. $_lang['policy_import_msg'] = 'Виберіть XML-файл для імпорту політики доступу. Він повинен мати коректний XML-формат політик доступу.';
  45. $_lang['policy_management'] = 'Політики доступу';
  46. $_lang['policy_management_msg'] = 'Access Policies manage how MODX handles permissions for specified actions.';
  47. $_lang['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'] = 'Видалити політику';
  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'] = 'Редагувати політику';
  57. $_lang['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'] = 'Створити шаблон політики доступу';
  60. $_lang['policy_template_desc_name'] = 'Ім\'я шаблону політики доступу';
  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'] = 'Дублювати шаблон політик';
  65. $_lang['policy_template_duplicate_confirm'] = 'Are you sure you want to duplicate this Policy Template?';
  66. $_lang['policy_template_err_ae'] = 'Шаблон політики доступу з ім\'ям `[[+name]]` вже існує. Будь ласка, оберіть інше ім\'я.';
  67. $_lang['policy_template_err_nf'] = 'Шаблон політики доступу не знайдений.';
  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'] = 'Шаблони політик';
  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'] = 'Група шаблонів';