group.php 988 B

123456789101112
  1. <?php
  2. return [
  3. 'The parent group can not be its own child' => 'The parent group can not be its own child',
  4. 'The parent group can not found' => 'The parent group can not found',
  5. 'Group not found' => 'Group not found',
  6. 'Can not change the parent to child' => 'Can not change the parent to child',
  7. 'Can not change the parent to self' => 'Can not change the parent to self',
  8. 'You can not delete group that contain child group and administrators' => 'You can not delete group that contain child group and administrators',
  9. 'The parent group exceeds permission limit' => 'The parent group exceeds permission limit',
  10. 'The parent group can not be its own child or itself' => 'The parent group can not be its own child or itself',
  11. ];