View file resources/lang/en/contacts.php

File size: 441B
<?php

return [
    'transfer'           => 'Transfer',
    'empty_list'         => 'Contact list is empty!',
    'note_title'         => 'Note for',
    'forbidden_yourself' => 'It is forbidden to add your login!',
    'contacts_full'      => 'Ignore list is full! (Maximum :max users) ',
    'already_contacts'   => 'This user is already on the ignore list!',
    'success_added'      => 'User successfully added to the contact list!',
];