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

Размер файла: 441B
  1. <?php
  2.  
  3. return [
  4. 'transfer' => 'Transfer',
  5. 'empty_list' => 'Contact list is empty!',
  6. 'note_title' => 'Note for',
  7. 'forbidden_yourself' => 'It is forbidden to add your login!',
  8. 'contacts_full' => 'Ignore list is full! (Maximum :max users) ',
  9. 'already_contacts' => 'This user is already on the ignore list!',
  10. 'success_added' => 'User successfully added to the contact list!',
  11. ];