resources/lang/en/contacts.php
<?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!',
];