Просмотр файла resources/lang/en/ignores.php

Размер файла: 553B
<?php

return [
    'empty_list'         => 'Ignore list is empty!',
    'note_title'         => 'Note for',
    'you_are_ignoring'   => 'You are on the users ignore list!',
    'forbidden_yourself' => 'It is forbidden to add your login!',
    'ignore_full'        => 'Ignore list is full! (Maximum :max users) ',
    'already_ignore'     => 'This user is already on the ignore list!',
    'forbidden_admins'   => 'It is forbidden to add the site administration to ignore!',
    'success_added'      => 'User successfully added to the ignore list!',
];