View file resources/lang/en/ignores.php

File size: 553B
  1. <?php
  2.  
  3. return [
  4. 'empty_list' => 'Ignore list is empty!',
  5. 'note_title' => 'Note for',
  6. 'you_are_ignoring' => 'You are on the users ignore list!',
  7. 'forbidden_yourself' => 'It is forbidden to add your login!',
  8. 'ignore_full' => 'Ignore list is full! (Maximum :max users) ',
  9. 'already_ignore' => 'This user is already on the ignore list!',
  10. 'forbidden_admins' => 'It is forbidden to add the site administration to ignore!',
  11. 'success_added' => 'User successfully added to the ignore list!',
  12. ];